<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet type="text/xsl" href="idna-tables-8.0.0.xsl"?>
<?xml-model href="idna-tables-8.0.0.rng" schematypens="http://relaxng.org/ns/structure/1.0" ?>
<registry xmlns="http://www.iana.org/assignments" id="idna-tables-8.0.0">
  <title>IDNA Rules and Derived Property Values</title>
  <hide/>
  <created>2010-03-31</created>
  <updated>2022-02-17</updated>
  <note>IDNA does not require that applications and libraries, either for
registration/storage or lookup, support any particular version of
Unicode.  Instead, they are required to use derived property
values based on calculations associated with whatever version of
Unicode they are using elsewhere in the application or library.
For the convenience of application and library developers and
others, the IETF has supplied, and IANA maintains, derived
property tables for several version of Unicode as listed below.
It should be stressed that these are not normative in that, in
principle, an application can do its own calculations and these
tables can change as IETF understanding evolves.  By contrast, the
list of code points requiring contextual rules and the associated
rules are normative and should be treated as updates to the list
in <xref type="rfc" data="rfc5892"/>.
    
This registry is based on Unicode 8.0.0. 

Older versions of this registry: 
<xref type="uri" data="../idna-tables-5.2.0/idna-tables-5.2.0.xml">Unicode 5.2.0</xref>, <xref type="uri" data="../idna-tables-6.0.0/idna-tables-6.0.0.xml">Unicode 6.0.0</xref>, <xref type="uri" data="../idna-tables-6.1.0/idna-tables-6.1.0.xml">Unicode 6.1.0</xref>, <xref type="uri" data="../idna-tables-6.2.0/idna-tables-6.2.0.xml">Unicode 6.2.0</xref>, 
<xref type="uri" data="../idna-tables-6.3.0/idna-tables-6.3.0.xml">Unicode 6.3.0</xref>, <xref type="uri" data="../idna-tables-7.0.0/idna-tables-7.0.0.xml">Unicode 7.0.0</xref>

Newer versions of this registry:
<xref type="uri" data="../idna-tables-9.0.0/idna-tables-9.0.0.xml">Unicode 9.0.0</xref>, <xref type="uri" data="../idna-tables-10.0.0/idna-tables-10.0.0.xml">Unicode 10.0.0</xref>, <xref type="uri" data="../idna-tables-11.0.0/idna-tables-11.0.0.xml">Unicode 11.0.0</xref>, <xref type="uri" data="../idna-tables-12.0.0/idna-tables-12.0.0.xml">Unicode 12.0.0</xref>
  </note>
  <xref type="rfc" data="rfc5892"/>
  <xref type="rfc" data="rfc6452"/>
  <xref type="rfc" data="rfc8753"/>
  <registry id="idna-tables-context">
    <title>IDNA Contextual Rules</title>
    <created>2010-03-31</created>
    <updated>2010-03-31</updated>
    <registration_rule>IETF Review</registration_rule>
    <xref type="rfc" data="rfc5892"/>
    <xref type="rfc" data="rfc6452"/>
    <xref type="rfc" data="rfc8753"/>
    <record date="2010-03-31">
      <description>ZERO WIDTH NON-JOINER</description>
      <codepoint>200C</codepoint>
      <overview>This may occur in a formally cursive script (such as Arabic) in a
context where it breaks a cursive connection as required for
orthographic rules, as in the Persian language, for example.  It
also may occur in Indic scripts in a consonant conjunct context
(immediately following a virama), to control required display of
such conjuncts.</overview>
      <lookup>True</lookup>
      <ruleset>False;
If Canonical_Combining_Class(Before(cp)) .eq.  Virama Then True;
If RegExpMatch((Joining_Type:{L,D})(Joining_Type:T)*\u200C
   (Joining_Type:T)*(Joining_Type:{R,D})) Then True;</ruleset>
    </record>
    <record date="2010-03-31">
      <description>ZERO WIDTH JOINER</description>
      <codepoint>200D</codepoint>
      <overview>This may occur in Indic scripts in a consonant conjunct context
(immediately following a virama), to control required display of
such conjuncts.</overview>
      <lookup>True</lookup>
      <ruleset>False;
If Canonical_Combining_Class(Before(cp)) .eq.  Virama Then True;</ruleset>
    </record>
    <record date="2010-03-31">
      <description>MIDDLE DOT</description>
      <codepoint>00B7</codepoint>
      <overview>Between 'l' (U+006C) characters only, used to permit the Catalan
character ela geminada to be expressed</overview>
      <lookup>False</lookup>
      <ruleset>False;
If Before(cp) .eq.  U+006C And
   After(cp) .eq.  U+006C Then True;</ruleset>
    </record>
    <record date="2010-03-31">
      <description>GREEK LOWER NUMERAL SIGN (KERAIA)</description>
      <codepoint>0375</codepoint>
      <overview>The script of the following character MUST be Greek.</overview>
      <lookup>False</lookup>
      <ruleset>False;
If Script(After(cp)) .eq.  Greek Then True;</ruleset>
    </record>
    <record date="2010-03-31">
      <description>HEBREW PUNCTUATION GERESH</description>
      <codepoint>05F3</codepoint>
      <overview>The script of the preceding character MUST be Hebrew.</overview>
      <lookup>False</lookup>
      <ruleset>False;
If Script(Before(cp)) .eq.  Hebrew Then True;</ruleset>
    </record>
    <record date="2010-03-31">
      <description>HEBREW PUNCTUATION GERSHAYIM</description>
      <codepoint>05F4</codepoint>
      <overview>The script of the preceding character MUST be Hebrew.</overview>
      <lookup>False</lookup>
      <ruleset>False;
If Script(Before(cp)) .eq.  Hebrew Then True;</ruleset>
    </record>
    <record date="2010-03-31">
      <description>KATAKANA MIDDLE DOT</description>
      <codepoint>30FB</codepoint>
      <overview>Note that the Script of Katakana Middle Dot is not any of
"Hiragana", "Katakana" or "Han".  The effect of this rule is to
require at least one character in the label to be in one of those
scripts.</overview>
      <lookup>False</lookup>
      <ruleset>False;
For All Characters:
   If Script(cp) .in. {Hiragana, Katakana, Han} Then True;
End For;</ruleset>
    </record>
    <record date="2010-03-31">
      <description>ARABIC-INDIC DIGITS</description>
      <codepoint>0660-0669</codepoint>
      <overview>Can not be mixed with Extended Arabic-Indic Digits.</overview>
      <lookup>False</lookup>
      <ruleset>True;
For All Characters:
   If cp .in. 06F0..06F9 Then False;
End For;</ruleset>
    </record>
    <record date="2010-03-31">
      <description>EXTENDED ARABIC-INDIC DIGITS</description>
      <codepoint>06F0-06F9</codepoint>
      <overview>Can not be mixed with Arabic-Indic Digits.</overview>
      <lookup>False</lookup>
      <ruleset>True;
For All Characters:
   If cp .in. 0660..0669 Then False;
End For;</ruleset>
    </record>
  </registry>
  <registry id="idna-tables-properties">
    <title>IDNA Derived Properties</title>
    <registration_rule>Expert Review</registration_rule>
    <expert>Patrik Faltstrom (team lead)</expert>
    <xref type="rfc" data="rfc5892"/>
    <xref type="rfc" data="rfc6452"/>
    <xref type="rfc" data="rfc8753"/>
    <xref type="unicode" data="ucd8.0.0"/>
    <record>
      <codepoint>0000-002C</codepoint>
      <property>DISALLOWED</property>
      <description>NULL..COMMA</description>
    </record>
    <record>
      <codepoint>002D</codepoint>
      <property>PVALID</property>
      <description>HYPHEN-MINUS</description>
    </record>
    <record>
      <codepoint>002E-002F</codepoint>
      <property>DISALLOWED</property>
      <description>FULL STOP..SOLIDUS</description>
    </record>
    <record>
      <codepoint>0030-0039</codepoint>
      <property>PVALID</property>
      <description>DIGIT ZERO..DIGIT NINE</description>
    </record>
    <record>
      <codepoint>003A-0060</codepoint>
      <property>DISALLOWED</property>
      <description>COLON..GRAVE ACCENT</description>
    </record>
    <record>
      <codepoint>0061-007A</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER A..LATIN SMALL LETTER Z</description>
    </record>
    <record>
      <codepoint>007B-00B6</codepoint>
      <property>DISALLOWED</property>
      <description>LEFT CURLY BRACKET..PILCROW SIGN</description>
    </record>
    <record>
      <codepoint>00B7</codepoint>
      <property>CONTEXTO</property>
      <description>MIDDLE DOT</description>
    </record>
    <record>
      <codepoint>00B8-00DE</codepoint>
      <property>DISALLOWED</property>
      <description>CEDILLA..LATIN CAPITAL LETTER THORN</description>
    </record>
    <record>
      <codepoint>00DF-00F6</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER SHARP S..LATIN SMALL LETTER O WITH DIAERESIS</description>
    </record>
    <record>
      <codepoint>00F7</codepoint>
      <property>DISALLOWED</property>
      <description>DIVISION SIGN</description>
    </record>
    <record>
      <codepoint>00F8-00FF</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER O WITH STROKE..LATIN SMALL LETTER Y WITH DIAERESIS</description>
    </record>
    <record>
      <codepoint>0100</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER A WITH MACRON</description>
    </record>
    <record>
      <codepoint>0101</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER A WITH MACRON</description>
    </record>
    <record>
      <codepoint>0102</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER A WITH BREVE</description>
    </record>
    <record>
      <codepoint>0103</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER A WITH BREVE</description>
    </record>
    <record>
      <codepoint>0104</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER A WITH OGONEK</description>
    </record>
    <record>
      <codepoint>0105</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER A WITH OGONEK</description>
    </record>
    <record>
      <codepoint>0106</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER C WITH ACUTE</description>
    </record>
    <record>
      <codepoint>0107</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER C WITH ACUTE</description>
    </record>
    <record>
      <codepoint>0108</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER C WITH CIRCUMFLEX</description>
    </record>
    <record>
      <codepoint>0109</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER C WITH CIRCUMFLEX</description>
    </record>
    <record>
      <codepoint>010A</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER C WITH DOT ABOVE</description>
    </record>
    <record>
      <codepoint>010B</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER C WITH DOT ABOVE</description>
    </record>
    <record>
      <codepoint>010C</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER C WITH CARON</description>
    </record>
    <record>
      <codepoint>010D</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER C WITH CARON</description>
    </record>
    <record>
      <codepoint>010E</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER D WITH CARON</description>
    </record>
    <record>
      <codepoint>010F</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER D WITH CARON</description>
    </record>
    <record>
      <codepoint>0110</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER D WITH STROKE</description>
    </record>
    <record>
      <codepoint>0111</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER D WITH STROKE</description>
    </record>
    <record>
      <codepoint>0112</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER E WITH MACRON</description>
    </record>
    <record>
      <codepoint>0113</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER E WITH MACRON</description>
    </record>
    <record>
      <codepoint>0114</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER E WITH BREVE</description>
    </record>
    <record>
      <codepoint>0115</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER E WITH BREVE</description>
    </record>
    <record>
      <codepoint>0116</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER E WITH DOT ABOVE</description>
    </record>
    <record>
      <codepoint>0117</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER E WITH DOT ABOVE</description>
    </record>
    <record>
      <codepoint>0118</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER E WITH OGONEK</description>
    </record>
    <record>
      <codepoint>0119</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER E WITH OGONEK</description>
    </record>
    <record>
      <codepoint>011A</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER E WITH CARON</description>
    </record>
    <record>
      <codepoint>011B</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER E WITH CARON</description>
    </record>
    <record>
      <codepoint>011C</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER G WITH CIRCUMFLEX</description>
    </record>
    <record>
      <codepoint>011D</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER G WITH CIRCUMFLEX</description>
    </record>
    <record>
      <codepoint>011E</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER G WITH BREVE</description>
    </record>
    <record>
      <codepoint>011F</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER G WITH BREVE</description>
    </record>
    <record>
      <codepoint>0120</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER G WITH DOT ABOVE</description>
    </record>
    <record>
      <codepoint>0121</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER G WITH DOT ABOVE</description>
    </record>
    <record>
      <codepoint>0122</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER G WITH CEDILLA</description>
    </record>
    <record>
      <codepoint>0123</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER G WITH CEDILLA</description>
    </record>
    <record>
      <codepoint>0124</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER H WITH CIRCUMFLEX</description>
    </record>
    <record>
      <codepoint>0125</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER H WITH CIRCUMFLEX</description>
    </record>
    <record>
      <codepoint>0126</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER H WITH STROKE</description>
    </record>
    <record>
      <codepoint>0127</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER H WITH STROKE</description>
    </record>
    <record>
      <codepoint>0128</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER I WITH TILDE</description>
    </record>
    <record>
      <codepoint>0129</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER I WITH TILDE</description>
    </record>
    <record>
      <codepoint>012A</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER I WITH MACRON</description>
    </record>
    <record>
      <codepoint>012B</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER I WITH MACRON</description>
    </record>
    <record>
      <codepoint>012C</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER I WITH BREVE</description>
    </record>
    <record>
      <codepoint>012D</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER I WITH BREVE</description>
    </record>
    <record>
      <codepoint>012E</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER I WITH OGONEK</description>
    </record>
    <record>
      <codepoint>012F</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER I WITH OGONEK</description>
    </record>
    <record>
      <codepoint>0130</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER I WITH DOT ABOVE</description>
    </record>
    <record>
      <codepoint>0131</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER DOTLESS I</description>
    </record>
    <record>
      <codepoint>0132-0134</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LIGATURE IJ..LATIN CAPITAL LETTER J WITH CIRCUMFLEX</description>
    </record>
    <record>
      <codepoint>0135</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER J WITH CIRCUMFLEX</description>
    </record>
    <record>
      <codepoint>0136</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER K WITH CEDILLA</description>
    </record>
    <record>
      <codepoint>0137-0138</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER K WITH CEDILLA..LATIN SMALL LETTER KRA</description>
    </record>
    <record>
      <codepoint>0139</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER L WITH ACUTE</description>
    </record>
    <record>
      <codepoint>013A</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER L WITH ACUTE</description>
    </record>
    <record>
      <codepoint>013B</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER L WITH CEDILLA</description>
    </record>
    <record>
      <codepoint>013C</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER L WITH CEDILLA</description>
    </record>
    <record>
      <codepoint>013D</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER L WITH CARON</description>
    </record>
    <record>
      <codepoint>013E</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER L WITH CARON</description>
    </record>
    <record>
      <codepoint>013F-0141</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER L WITH MIDDLE DOT..LATIN CAPITAL LETTER L WITH STROKE</description>
    </record>
    <record>
      <codepoint>0142</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER L WITH STROKE</description>
    </record>
    <record>
      <codepoint>0143</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER N WITH ACUTE</description>
    </record>
    <record>
      <codepoint>0144</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER N WITH ACUTE</description>
    </record>
    <record>
      <codepoint>0145</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER N WITH CEDILLA</description>
    </record>
    <record>
      <codepoint>0146</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER N WITH CEDILLA</description>
    </record>
    <record>
      <codepoint>0147</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER N WITH CARON</description>
    </record>
    <record>
      <codepoint>0148</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER N WITH CARON</description>
    </record>
    <record>
      <codepoint>0149-014A</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN SMALL LETTER N PRECEDED BY APOSTROPHE..LATIN CAPITAL LETTER ENG</description>
    </record>
    <record>
      <codepoint>014B</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER ENG</description>
    </record>
    <record>
      <codepoint>014C</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER O WITH MACRON</description>
    </record>
    <record>
      <codepoint>014D</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER O WITH MACRON</description>
    </record>
    <record>
      <codepoint>014E</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER O WITH BREVE</description>
    </record>
    <record>
      <codepoint>014F</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER O WITH BREVE</description>
    </record>
    <record>
      <codepoint>0150</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER O WITH DOUBLE ACUTE</description>
    </record>
    <record>
      <codepoint>0151</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER O WITH DOUBLE ACUTE</description>
    </record>
    <record>
      <codepoint>0152</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LIGATURE OE</description>
    </record>
    <record>
      <codepoint>0153</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LIGATURE OE</description>
    </record>
    <record>
      <codepoint>0154</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER R WITH ACUTE</description>
    </record>
    <record>
      <codepoint>0155</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER R WITH ACUTE</description>
    </record>
    <record>
      <codepoint>0156</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER R WITH CEDILLA</description>
    </record>
    <record>
      <codepoint>0157</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER R WITH CEDILLA</description>
    </record>
    <record>
      <codepoint>0158</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER R WITH CARON</description>
    </record>
    <record>
      <codepoint>0159</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER R WITH CARON</description>
    </record>
    <record>
      <codepoint>015A</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER S WITH ACUTE</description>
    </record>
    <record>
      <codepoint>015B</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER S WITH ACUTE</description>
    </record>
    <record>
      <codepoint>015C</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER S WITH CIRCUMFLEX</description>
    </record>
    <record>
      <codepoint>015D</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER S WITH CIRCUMFLEX</description>
    </record>
    <record>
      <codepoint>015E</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER S WITH CEDILLA</description>
    </record>
    <record>
      <codepoint>015F</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER S WITH CEDILLA</description>
    </record>
    <record>
      <codepoint>0160</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER S WITH CARON</description>
    </record>
    <record>
      <codepoint>0161</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER S WITH CARON</description>
    </record>
    <record>
      <codepoint>0162</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER T WITH CEDILLA</description>
    </record>
    <record>
      <codepoint>0163</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER T WITH CEDILLA</description>
    </record>
    <record>
      <codepoint>0164</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER T WITH CARON</description>
    </record>
    <record>
      <codepoint>0165</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER T WITH CARON</description>
    </record>
    <record>
      <codepoint>0166</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER T WITH STROKE</description>
    </record>
    <record>
      <codepoint>0167</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER T WITH STROKE</description>
    </record>
    <record>
      <codepoint>0168</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER U WITH TILDE</description>
    </record>
    <record>
      <codepoint>0169</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER U WITH TILDE</description>
    </record>
    <record>
      <codepoint>016A</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER U WITH MACRON</description>
    </record>
    <record>
      <codepoint>016B</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER U WITH MACRON</description>
    </record>
    <record>
      <codepoint>016C</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER U WITH BREVE</description>
    </record>
    <record>
      <codepoint>016D</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER U WITH BREVE</description>
    </record>
    <record>
      <codepoint>016E</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER U WITH RING ABOVE</description>
    </record>
    <record>
      <codepoint>016F</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER U WITH RING ABOVE</description>
    </record>
    <record>
      <codepoint>0170</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER U WITH DOUBLE ACUTE</description>
    </record>
    <record>
      <codepoint>0171</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER U WITH DOUBLE ACUTE</description>
    </record>
    <record>
      <codepoint>0172</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER U WITH OGONEK</description>
    </record>
    <record>
      <codepoint>0173</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER U WITH OGONEK</description>
    </record>
    <record>
      <codepoint>0174</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER W WITH CIRCUMFLEX</description>
    </record>
    <record>
      <codepoint>0175</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER W WITH CIRCUMFLEX</description>
    </record>
    <record>
      <codepoint>0176</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER Y WITH CIRCUMFLEX</description>
    </record>
    <record>
      <codepoint>0177</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER Y WITH CIRCUMFLEX</description>
    </record>
    <record>
      <codepoint>0178-0179</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER Y WITH DIAERESIS..LATIN CAPITAL LETTER Z WITH ACUTE</description>
    </record>
    <record>
      <codepoint>017A</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER Z WITH ACUTE</description>
    </record>
    <record>
      <codepoint>017B</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER Z WITH DOT ABOVE</description>
    </record>
    <record>
      <codepoint>017C</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER Z WITH DOT ABOVE</description>
    </record>
    <record>
      <codepoint>017D</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER Z WITH CARON</description>
    </record>
    <record>
      <codepoint>017E</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER Z WITH CARON</description>
    </record>
    <record>
      <codepoint>017F</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN SMALL LETTER LONG S</description>
    </record>
    <record>
      <codepoint>0180</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER B WITH STROKE</description>
    </record>
    <record>
      <codepoint>0181-0182</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER B WITH HOOK..LATIN CAPITAL LETTER B WITH TOPBAR</description>
    </record>
    <record>
      <codepoint>0183</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER B WITH TOPBAR</description>
    </record>
    <record>
      <codepoint>0184</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER TONE SIX</description>
    </record>
    <record>
      <codepoint>0185</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER TONE SIX</description>
    </record>
    <record>
      <codepoint>0186-0187</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER OPEN O..LATIN CAPITAL LETTER C WITH HOOK</description>
    </record>
    <record>
      <codepoint>0188</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER C WITH HOOK</description>
    </record>
    <record>
      <codepoint>0189-018B</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER AFRICAN D..LATIN CAPITAL LETTER D WITH TOPBAR</description>
    </record>
    <record>
      <codepoint>018C-018D</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER D WITH TOPBAR..LATIN SMALL LETTER TURNED DELTA</description>
    </record>
    <record>
      <codepoint>018E-0191</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER REVERSED E..LATIN CAPITAL LETTER F WITH HOOK</description>
    </record>
    <record>
      <codepoint>0192</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER F WITH HOOK</description>
    </record>
    <record>
      <codepoint>0193-0194</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER G WITH HOOK..LATIN CAPITAL LETTER GAMMA</description>
    </record>
    <record>
      <codepoint>0195</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER HV</description>
    </record>
    <record>
      <codepoint>0196-0198</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER IOTA..LATIN CAPITAL LETTER K WITH HOOK</description>
    </record>
    <record>
      <codepoint>0199-019B</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER K WITH HOOK..LATIN SMALL LETTER LAMBDA WITH STROKE</description>
    </record>
    <record>
      <codepoint>019C-019D</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER TURNED M..LATIN CAPITAL LETTER N WITH LEFT HOOK</description>
    </record>
    <record>
      <codepoint>019E</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER N WITH LONG RIGHT LEG</description>
    </record>
    <record>
      <codepoint>019F-01A0</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER O WITH MIDDLE TILDE..LATIN CAPITAL LETTER O WITH HORN</description>
    </record>
    <record>
      <codepoint>01A1</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER O WITH HORN</description>
    </record>
    <record>
      <codepoint>01A2</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER OI</description>
    </record>
    <record>
      <codepoint>01A3</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER OI</description>
    </record>
    <record>
      <codepoint>01A4</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER P WITH HOOK</description>
    </record>
    <record>
      <codepoint>01A5</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER P WITH HOOK</description>
    </record>
    <record>
      <codepoint>01A6-01A7</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN LETTER YR..LATIN CAPITAL LETTER TONE TWO</description>
    </record>
    <record>
      <codepoint>01A8</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER TONE TWO</description>
    </record>
    <record>
      <codepoint>01A9</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER ESH</description>
    </record>
    <record>
      <codepoint>01AA-01AB</codepoint>
      <property>PVALID</property>
      <description>LATIN LETTER REVERSED ESH LOOP..LATIN SMALL LETTER T WITH PALATAL HOOK</description>
    </record>
    <record>
      <codepoint>01AC</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER T WITH HOOK</description>
    </record>
    <record>
      <codepoint>01AD</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER T WITH HOOK</description>
    </record>
    <record>
      <codepoint>01AE-01AF</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER T WITH RETROFLEX HOOK..LATIN CAPITAL LETTER U WITH HORN</description>
    </record>
    <record>
      <codepoint>01B0</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER U WITH HORN</description>
    </record>
    <record>
      <codepoint>01B1-01B3</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER UPSILON..LATIN CAPITAL LETTER Y WITH HOOK</description>
    </record>
    <record>
      <codepoint>01B4</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER Y WITH HOOK</description>
    </record>
    <record>
      <codepoint>01B5</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER Z WITH STROKE</description>
    </record>
    <record>
      <codepoint>01B6</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER Z WITH STROKE</description>
    </record>
    <record>
      <codepoint>01B7-01B8</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER EZH..LATIN CAPITAL LETTER EZH REVERSED</description>
    </record>
    <record>
      <codepoint>01B9-01BB</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER EZH REVERSED..LATIN LETTER TWO WITH STROKE</description>
    </record>
    <record>
      <codepoint>01BC</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER TONE FIVE</description>
    </record>
    <record>
      <codepoint>01BD-01C3</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER TONE FIVE..LATIN LETTER RETROFLEX CLICK</description>
    </record>
    <record>
      <codepoint>01C4-01CD</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER DZ WITH CARON..LATIN CAPITAL LETTER A WITH CARON</description>
    </record>
    <record>
      <codepoint>01CE</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER A WITH CARON</description>
    </record>
    <record>
      <codepoint>01CF</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER I WITH CARON</description>
    </record>
    <record>
      <codepoint>01D0</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER I WITH CARON</description>
    </record>
    <record>
      <codepoint>01D1</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER O WITH CARON</description>
    </record>
    <record>
      <codepoint>01D2</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER O WITH CARON</description>
    </record>
    <record>
      <codepoint>01D3</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER U WITH CARON</description>
    </record>
    <record>
      <codepoint>01D4</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER U WITH CARON</description>
    </record>
    <record>
      <codepoint>01D5</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON</description>
    </record>
    <record>
      <codepoint>01D6</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER U WITH DIAERESIS AND MACRON</description>
    </record>
    <record>
      <codepoint>01D7</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE</description>
    </record>
    <record>
      <codepoint>01D8</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE</description>
    </record>
    <record>
      <codepoint>01D9</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER U WITH DIAERESIS AND CARON</description>
    </record>
    <record>
      <codepoint>01DA</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER U WITH DIAERESIS AND CARON</description>
    </record>
    <record>
      <codepoint>01DB</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE</description>
    </record>
    <record>
      <codepoint>01DC-01DD</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE..LATIN SMALL LETTER TURNED E</description>
    </record>
    <record>
      <codepoint>01DE</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON</description>
    </record>
    <record>
      <codepoint>01DF</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER A WITH DIAERESIS AND MACRON</description>
    </record>
    <record>
      <codepoint>01E0</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON</description>
    </record>
    <record>
      <codepoint>01E1</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON</description>
    </record>
    <record>
      <codepoint>01E2</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER AE WITH MACRON</description>
    </record>
    <record>
      <codepoint>01E3</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER AE WITH MACRON</description>
    </record>
    <record>
      <codepoint>01E4</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER G WITH STROKE</description>
    </record>
    <record>
      <codepoint>01E5</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER G WITH STROKE</description>
    </record>
    <record>
      <codepoint>01E6</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER G WITH CARON</description>
    </record>
    <record>
      <codepoint>01E7</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER G WITH CARON</description>
    </record>
    <record>
      <codepoint>01E8</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER K WITH CARON</description>
    </record>
    <record>
      <codepoint>01E9</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER K WITH CARON</description>
    </record>
    <record>
      <codepoint>01EA</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER O WITH OGONEK</description>
    </record>
    <record>
      <codepoint>01EB</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER O WITH OGONEK</description>
    </record>
    <record>
      <codepoint>01EC</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER O WITH OGONEK AND MACRON</description>
    </record>
    <record>
      <codepoint>01ED</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER O WITH OGONEK AND MACRON</description>
    </record>
    <record>
      <codepoint>01EE</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER EZH WITH CARON</description>
    </record>
    <record>
      <codepoint>01EF-01F0</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER EZH WITH CARON..LATIN SMALL LETTER J WITH CARON</description>
    </record>
    <record>
      <codepoint>01F1-01F4</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER DZ..LATIN CAPITAL LETTER G WITH ACUTE</description>
    </record>
    <record>
      <codepoint>01F5</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER G WITH ACUTE</description>
    </record>
    <record>
      <codepoint>01F6-01F8</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER HWAIR..LATIN CAPITAL LETTER N WITH GRAVE</description>
    </record>
    <record>
      <codepoint>01F9</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER N WITH GRAVE</description>
    </record>
    <record>
      <codepoint>01FA</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE</description>
    </record>
    <record>
      <codepoint>01FB</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE</description>
    </record>
    <record>
      <codepoint>01FC</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER AE WITH ACUTE</description>
    </record>
    <record>
      <codepoint>01FD</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER AE WITH ACUTE</description>
    </record>
    <record>
      <codepoint>01FE</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER O WITH STROKE AND ACUTE</description>
    </record>
    <record>
      <codepoint>01FF</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER O WITH STROKE AND ACUTE</description>
    </record>
    <record>
      <codepoint>0200</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER A WITH DOUBLE GRAVE</description>
    </record>
    <record>
      <codepoint>0201</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER A WITH DOUBLE GRAVE</description>
    </record>
    <record>
      <codepoint>0202</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER A WITH INVERTED BREVE</description>
    </record>
    <record>
      <codepoint>0203</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER A WITH INVERTED BREVE</description>
    </record>
    <record>
      <codepoint>0204</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER E WITH DOUBLE GRAVE</description>
    </record>
    <record>
      <codepoint>0205</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER E WITH DOUBLE GRAVE</description>
    </record>
    <record>
      <codepoint>0206</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER E WITH INVERTED BREVE</description>
    </record>
    <record>
      <codepoint>0207</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER E WITH INVERTED BREVE</description>
    </record>
    <record>
      <codepoint>0208</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER I WITH DOUBLE GRAVE</description>
    </record>
    <record>
      <codepoint>0209</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER I WITH DOUBLE GRAVE</description>
    </record>
    <record>
      <codepoint>020A</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER I WITH INVERTED BREVE</description>
    </record>
    <record>
      <codepoint>020B</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER I WITH INVERTED BREVE</description>
    </record>
    <record>
      <codepoint>020C</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER O WITH DOUBLE GRAVE</description>
    </record>
    <record>
      <codepoint>020D</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER O WITH DOUBLE GRAVE</description>
    </record>
    <record>
      <codepoint>020E</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER O WITH INVERTED BREVE</description>
    </record>
    <record>
      <codepoint>020F</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER O WITH INVERTED BREVE</description>
    </record>
    <record>
      <codepoint>0210</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER R WITH DOUBLE GRAVE</description>
    </record>
    <record>
      <codepoint>0211</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER R WITH DOUBLE GRAVE</description>
    </record>
    <record>
      <codepoint>0212</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER R WITH INVERTED BREVE</description>
    </record>
    <record>
      <codepoint>0213</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER R WITH INVERTED BREVE</description>
    </record>
    <record>
      <codepoint>0214</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER U WITH DOUBLE GRAVE</description>
    </record>
    <record>
      <codepoint>0215</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER U WITH DOUBLE GRAVE</description>
    </record>
    <record>
      <codepoint>0216</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER U WITH INVERTED BREVE</description>
    </record>
    <record>
      <codepoint>0217</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER U WITH INVERTED BREVE</description>
    </record>
    <record>
      <codepoint>0218</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER S WITH COMMA BELOW</description>
    </record>
    <record>
      <codepoint>0219</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER S WITH COMMA BELOW</description>
    </record>
    <record>
      <codepoint>021A</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER T WITH COMMA BELOW</description>
    </record>
    <record>
      <codepoint>021B</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER T WITH COMMA BELOW</description>
    </record>
    <record>
      <codepoint>021C</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER YOGH</description>
    </record>
    <record>
      <codepoint>021D</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER YOGH</description>
    </record>
    <record>
      <codepoint>021E</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER H WITH CARON</description>
    </record>
    <record>
      <codepoint>021F</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER H WITH CARON</description>
    </record>
    <record>
      <codepoint>0220</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER N WITH LONG RIGHT LEG</description>
    </record>
    <record>
      <codepoint>0221</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER D WITH CURL</description>
    </record>
    <record>
      <codepoint>0222</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER OU</description>
    </record>
    <record>
      <codepoint>0223</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER OU</description>
    </record>
    <record>
      <codepoint>0224</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER Z WITH HOOK</description>
    </record>
    <record>
      <codepoint>0225</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER Z WITH HOOK</description>
    </record>
    <record>
      <codepoint>0226</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER A WITH DOT ABOVE</description>
    </record>
    <record>
      <codepoint>0227</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER A WITH DOT ABOVE</description>
    </record>
    <record>
      <codepoint>0228</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER E WITH CEDILLA</description>
    </record>
    <record>
      <codepoint>0229</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER E WITH CEDILLA</description>
    </record>
    <record>
      <codepoint>022A</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON</description>
    </record>
    <record>
      <codepoint>022B</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER O WITH DIAERESIS AND MACRON</description>
    </record>
    <record>
      <codepoint>022C</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER O WITH TILDE AND MACRON</description>
    </record>
    <record>
      <codepoint>022D</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER O WITH TILDE AND MACRON</description>
    </record>
    <record>
      <codepoint>022E</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER O WITH DOT ABOVE</description>
    </record>
    <record>
      <codepoint>022F</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER O WITH DOT ABOVE</description>
    </record>
    <record>
      <codepoint>0230</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON</description>
    </record>
    <record>
      <codepoint>0231</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON</description>
    </record>
    <record>
      <codepoint>0232</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER Y WITH MACRON</description>
    </record>
    <record>
      <codepoint>0233-0239</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER Y WITH MACRON..LATIN SMALL LETTER QP DIGRAPH</description>
    </record>
    <record>
      <codepoint>023A-023B</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER A WITH STROKE..LATIN CAPITAL LETTER C WITH STROKE</description>
    </record>
    <record>
      <codepoint>023C</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER C WITH STROKE</description>
    </record>
    <record>
      <codepoint>023D-023E</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER L WITH BAR..LATIN CAPITAL LETTER T WITH DIAGONAL STROKE</description>
    </record>
    <record>
      <codepoint>023F-0240</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER S WITH SWASH TAIL..LATIN SMALL LETTER Z WITH SWASH TAIL</description>
    </record>
    <record>
      <codepoint>0241</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER GLOTTAL STOP</description>
    </record>
    <record>
      <codepoint>0242</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER GLOTTAL STOP</description>
    </record>
    <record>
      <codepoint>0243-0246</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER B WITH STROKE..LATIN CAPITAL LETTER E WITH STROKE</description>
    </record>
    <record>
      <codepoint>0247</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER E WITH STROKE</description>
    </record>
    <record>
      <codepoint>0248</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER J WITH STROKE</description>
    </record>
    <record>
      <codepoint>0249</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER J WITH STROKE</description>
    </record>
    <record>
      <codepoint>024A</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER SMALL Q WITH HOOK TAIL</description>
    </record>
    <record>
      <codepoint>024B</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER Q WITH HOOK TAIL</description>
    </record>
    <record>
      <codepoint>024C</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER R WITH STROKE</description>
    </record>
    <record>
      <codepoint>024D</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER R WITH STROKE</description>
    </record>
    <record>
      <codepoint>024E</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER Y WITH STROKE</description>
    </record>
    <record>
      <codepoint>024F-02AF</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER Y WITH STROKE..LATIN SMALL LETTER TURNED H WITH FISHHOOK AND TAIL</description>
    </record>
    <record>
      <codepoint>02B0-02B8</codepoint>
      <property>DISALLOWED</property>
      <description>MODIFIER LETTER SMALL H..MODIFIER LETTER SMALL Y</description>
    </record>
    <record>
      <codepoint>02B9-02C1</codepoint>
      <property>PVALID</property>
      <description>MODIFIER LETTER PRIME..MODIFIER LETTER REVERSED GLOTTAL STOP</description>
    </record>
    <record>
      <codepoint>02C2-02C5</codepoint>
      <property>DISALLOWED</property>
      <description>MODIFIER LETTER LEFT ARROWHEAD..MODIFIER LETTER DOWN ARROWHEAD</description>
    </record>
    <record>
      <codepoint>02C6-02D1</codepoint>
      <property>PVALID</property>
      <description>MODIFIER LETTER CIRCUMFLEX ACCENT..MODIFIER LETTER HALF TRIANGULAR COLON</description>
    </record>
    <record>
      <codepoint>02D2-02EB</codepoint>
      <property>DISALLOWED</property>
      <description>MODIFIER LETTER CENTRED RIGHT HALF RING..MODIFIER LETTER YANG DEPARTING TONE MARK</description>
    </record>
    <record>
      <codepoint>02EC</codepoint>
      <property>PVALID</property>
      <description>MODIFIER LETTER VOICING</description>
    </record>
    <record>
      <codepoint>02ED</codepoint>
      <property>DISALLOWED</property>
      <description>MODIFIER LETTER UNASPIRATED</description>
    </record>
    <record>
      <codepoint>02EE</codepoint>
      <property>PVALID</property>
      <description>MODIFIER LETTER DOUBLE APOSTROPHE</description>
    </record>
    <record>
      <codepoint>02EF-02FF</codepoint>
      <property>DISALLOWED</property>
      <description>MODIFIER LETTER LOW DOWN ARROWHEAD..MODIFIER LETTER LOW LEFT ARROW</description>
    </record>
    <record>
      <codepoint>0300-033F</codepoint>
      <property>PVALID</property>
      <description>COMBINING GRAVE ACCENT..COMBINING DOUBLE OVERLINE</description>
    </record>
    <record>
      <codepoint>0340-0341</codepoint>
      <property>DISALLOWED</property>
      <description>COMBINING GRAVE TONE MARK..COMBINING ACUTE TONE MARK</description>
    </record>
    <record>
      <codepoint>0342</codepoint>
      <property>PVALID</property>
      <description>COMBINING GREEK PERISPOMENI</description>
    </record>
    <record>
      <codepoint>0343-0345</codepoint>
      <property>DISALLOWED</property>
      <description>COMBINING GREEK KORONIS..COMBINING GREEK YPOGEGRAMMENI</description>
    </record>
    <record>
      <codepoint>0346-034E</codepoint>
      <property>PVALID</property>
      <description>COMBINING BRIDGE ABOVE..COMBINING UPWARDS ARROW BELOW</description>
    </record>
    <record>
      <codepoint>034F</codepoint>
      <property>DISALLOWED</property>
      <description>COMBINING GRAPHEME JOINER</description>
    </record>
    <record>
      <codepoint>0350-036F</codepoint>
      <property>PVALID</property>
      <description>COMBINING RIGHT ARROWHEAD ABOVE..COMBINING LATIN SMALL LETTER X</description>
    </record>
    <record>
      <codepoint>0370</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK CAPITAL LETTER HETA</description>
    </record>
    <record>
      <codepoint>0371</codepoint>
      <property>PVALID</property>
      <description>GREEK SMALL LETTER HETA</description>
    </record>
    <record>
      <codepoint>0372</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK CAPITAL LETTER ARCHAIC SAMPI</description>
    </record>
    <record>
      <codepoint>0373</codepoint>
      <property>PVALID</property>
      <description>GREEK SMALL LETTER ARCHAIC SAMPI</description>
    </record>
    <record>
      <codepoint>0374</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK NUMERAL SIGN</description>
    </record>
    <record>
      <codepoint>0375</codepoint>
      <property>CONTEXTO</property>
      <description>GREEK LOWER NUMERAL SIGN</description>
    </record>
    <record>
      <codepoint>0376</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK CAPITAL LETTER PAMPHYLIAN DIGAMMA</description>
    </record>
    <record>
      <codepoint>0377</codepoint>
      <property>PVALID</property>
      <description>GREEK SMALL LETTER PAMPHYLIAN DIGAMMA</description>
    </record>
    <record>
      <codepoint>0378-0379</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>037A</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK YPOGEGRAMMENI</description>
    </record>
    <record>
      <codepoint>037B-037D</codepoint>
      <property>PVALID</property>
      <description>GREEK SMALL REVERSED LUNATE SIGMA SYMBOL..GREEK SMALL REVERSED DOTTED LUNATE SIGMA SYMBOL</description>
    </record>
    <record>
      <codepoint>037E-037F</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK QUESTION MARK..GREEK CAPITAL LETTER YOT</description>
    </record>
    <record>
      <codepoint>0380-0383</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0384-038A</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK TONOS..GREEK CAPITAL LETTER IOTA WITH TONOS</description>
    </record>
    <record>
      <codepoint>038B</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>038C</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK CAPITAL LETTER OMICRON WITH TONOS</description>
    </record>
    <record>
      <codepoint>038D</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>038E-038F</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK CAPITAL LETTER UPSILON WITH TONOS..GREEK CAPITAL LETTER OMEGA WITH TONOS</description>
    </record>
    <record>
      <codepoint>0390</codepoint>
      <property>PVALID</property>
      <description>GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS</description>
    </record>
    <record>
      <codepoint>0391-03A1</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK CAPITAL LETTER ALPHA..GREEK CAPITAL LETTER RHO</description>
    </record>
    <record>
      <codepoint>03A2</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>03A3-03AB</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK CAPITAL LETTER SIGMA..GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA</description>
    </record>
    <record>
      <codepoint>03AC-03CE</codepoint>
      <property>PVALID</property>
      <description>GREEK SMALL LETTER ALPHA WITH TONOS..GREEK SMALL LETTER OMEGA WITH TONOS</description>
    </record>
    <record>
      <codepoint>03CF-03D6</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK CAPITAL KAI SYMBOL..GREEK PI SYMBOL</description>
    </record>
    <record>
      <codepoint>03D7</codepoint>
      <property>PVALID</property>
      <description>GREEK KAI SYMBOL</description>
    </record>
    <record>
      <codepoint>03D8</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK LETTER ARCHAIC KOPPA</description>
    </record>
    <record>
      <codepoint>03D9</codepoint>
      <property>PVALID</property>
      <description>GREEK SMALL LETTER ARCHAIC KOPPA</description>
    </record>
    <record>
      <codepoint>03DA</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK LETTER STIGMA</description>
    </record>
    <record>
      <codepoint>03DB</codepoint>
      <property>PVALID</property>
      <description>GREEK SMALL LETTER STIGMA</description>
    </record>
    <record>
      <codepoint>03DC</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK LETTER DIGAMMA</description>
    </record>
    <record>
      <codepoint>03DD</codepoint>
      <property>PVALID</property>
      <description>GREEK SMALL LETTER DIGAMMA</description>
    </record>
    <record>
      <codepoint>03DE</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK LETTER KOPPA</description>
    </record>
    <record>
      <codepoint>03DF</codepoint>
      <property>PVALID</property>
      <description>GREEK SMALL LETTER KOPPA</description>
    </record>
    <record>
      <codepoint>03E0</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK LETTER SAMPI</description>
    </record>
    <record>
      <codepoint>03E1</codepoint>
      <property>PVALID</property>
      <description>GREEK SMALL LETTER SAMPI</description>
    </record>
    <record>
      <codepoint>03E2</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER SHEI</description>
    </record>
    <record>
      <codepoint>03E3</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER SHEI</description>
    </record>
    <record>
      <codepoint>03E4</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER FEI</description>
    </record>
    <record>
      <codepoint>03E5</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER FEI</description>
    </record>
    <record>
      <codepoint>03E6</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER KHEI</description>
    </record>
    <record>
      <codepoint>03E7</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER KHEI</description>
    </record>
    <record>
      <codepoint>03E8</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER HORI</description>
    </record>
    <record>
      <codepoint>03E9</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER HORI</description>
    </record>
    <record>
      <codepoint>03EA</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER GANGIA</description>
    </record>
    <record>
      <codepoint>03EB</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER GANGIA</description>
    </record>
    <record>
      <codepoint>03EC</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER SHIMA</description>
    </record>
    <record>
      <codepoint>03ED</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER SHIMA</description>
    </record>
    <record>
      <codepoint>03EE</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER DEI</description>
    </record>
    <record>
      <codepoint>03EF</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER DEI</description>
    </record>
    <record>
      <codepoint>03F0-03F2</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK KAPPA SYMBOL..GREEK LUNATE SIGMA SYMBOL</description>
    </record>
    <record>
      <codepoint>03F3</codepoint>
      <property>PVALID</property>
      <description>GREEK LETTER YOT</description>
    </record>
    <record>
      <codepoint>03F4-03F7</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK CAPITAL THETA SYMBOL..GREEK CAPITAL LETTER SHO</description>
    </record>
    <record>
      <codepoint>03F8</codepoint>
      <property>PVALID</property>
      <description>GREEK SMALL LETTER SHO</description>
    </record>
    <record>
      <codepoint>03F9-03FA</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK CAPITAL LUNATE SIGMA SYMBOL..GREEK CAPITAL LETTER SAN</description>
    </record>
    <record>
      <codepoint>03FB-03FC</codepoint>
      <property>PVALID</property>
      <description>GREEK SMALL LETTER SAN..GREEK RHO WITH STROKE SYMBOL</description>
    </record>
    <record>
      <codepoint>03FD-042F</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK CAPITAL REVERSED LUNATE SIGMA SYMBOL..CYRILLIC CAPITAL LETTER YA</description>
    </record>
    <record>
      <codepoint>0430-045F</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER A..CYRILLIC SMALL LETTER DZHE</description>
    </record>
    <record>
      <codepoint>0460</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER OMEGA</description>
    </record>
    <record>
      <codepoint>0461</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER OMEGA</description>
    </record>
    <record>
      <codepoint>0462</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER YAT</description>
    </record>
    <record>
      <codepoint>0463</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER YAT</description>
    </record>
    <record>
      <codepoint>0464</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER IOTIFIED E</description>
    </record>
    <record>
      <codepoint>0465</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER IOTIFIED E</description>
    </record>
    <record>
      <codepoint>0466</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER LITTLE YUS</description>
    </record>
    <record>
      <codepoint>0467</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER LITTLE YUS</description>
    </record>
    <record>
      <codepoint>0468</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER IOTIFIED LITTLE YUS</description>
    </record>
    <record>
      <codepoint>0469</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER IOTIFIED LITTLE YUS</description>
    </record>
    <record>
      <codepoint>046A</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER BIG YUS</description>
    </record>
    <record>
      <codepoint>046B</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER BIG YUS</description>
    </record>
    <record>
      <codepoint>046C</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER IOTIFIED BIG YUS</description>
    </record>
    <record>
      <codepoint>046D</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER IOTIFIED BIG YUS</description>
    </record>
    <record>
      <codepoint>046E</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER KSI</description>
    </record>
    <record>
      <codepoint>046F</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER KSI</description>
    </record>
    <record>
      <codepoint>0470</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER PSI</description>
    </record>
    <record>
      <codepoint>0471</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER PSI</description>
    </record>
    <record>
      <codepoint>0472</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER FITA</description>
    </record>
    <record>
      <codepoint>0473</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER FITA</description>
    </record>
    <record>
      <codepoint>0474</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER IZHITSA</description>
    </record>
    <record>
      <codepoint>0475</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER IZHITSA</description>
    </record>
    <record>
      <codepoint>0476</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER IZHITSA WITH DOUBLE GRAVE ACCENT</description>
    </record>
    <record>
      <codepoint>0477</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER IZHITSA WITH DOUBLE GRAVE ACCENT</description>
    </record>
    <record>
      <codepoint>0478</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER UK</description>
    </record>
    <record>
      <codepoint>0479</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER UK</description>
    </record>
    <record>
      <codepoint>047A</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER ROUND OMEGA</description>
    </record>
    <record>
      <codepoint>047B</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER ROUND OMEGA</description>
    </record>
    <record>
      <codepoint>047C</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER OMEGA WITH TITLO</description>
    </record>
    <record>
      <codepoint>047D</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER OMEGA WITH TITLO</description>
    </record>
    <record>
      <codepoint>047E</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER OT</description>
    </record>
    <record>
      <codepoint>047F</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER OT</description>
    </record>
    <record>
      <codepoint>0480</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER KOPPA</description>
    </record>
    <record>
      <codepoint>0481</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER KOPPA</description>
    </record>
    <record>
      <codepoint>0482</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC THOUSANDS SIGN</description>
    </record>
    <record>
      <codepoint>0483-0487</codepoint>
      <property>PVALID</property>
      <description>COMBINING CYRILLIC TITLO..COMBINING CYRILLIC POKRYTIE</description>
    </record>
    <record>
      <codepoint>0488-048A</codepoint>
      <property>DISALLOWED</property>
      <description>COMBINING CYRILLIC HUNDRED THOUSANDS SIGN..CYRILLIC CAPITAL LETTER SHORT I WITH TAIL</description>
    </record>
    <record>
      <codepoint>048B</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER SHORT I WITH TAIL</description>
    </record>
    <record>
      <codepoint>048C</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER SEMISOFT SIGN</description>
    </record>
    <record>
      <codepoint>048D</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER SEMISOFT SIGN</description>
    </record>
    <record>
      <codepoint>048E</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER ER WITH TICK</description>
    </record>
    <record>
      <codepoint>048F</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER ER WITH TICK</description>
    </record>
    <record>
      <codepoint>0490</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER GHE WITH UPTURN</description>
    </record>
    <record>
      <codepoint>0491</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER GHE WITH UPTURN</description>
    </record>
    <record>
      <codepoint>0492</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER GHE WITH STROKE</description>
    </record>
    <record>
      <codepoint>0493</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER GHE WITH STROKE</description>
    </record>
    <record>
      <codepoint>0494</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER GHE WITH MIDDLE HOOK</description>
    </record>
    <record>
      <codepoint>0495</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER GHE WITH MIDDLE HOOK</description>
    </record>
    <record>
      <codepoint>0496</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER ZHE WITH DESCENDER</description>
    </record>
    <record>
      <codepoint>0497</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER ZHE WITH DESCENDER</description>
    </record>
    <record>
      <codepoint>0498</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER ZE WITH DESCENDER</description>
    </record>
    <record>
      <codepoint>0499</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER ZE WITH DESCENDER</description>
    </record>
    <record>
      <codepoint>049A</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER KA WITH DESCENDER</description>
    </record>
    <record>
      <codepoint>049B</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER KA WITH DESCENDER</description>
    </record>
    <record>
      <codepoint>049C</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER KA WITH VERTICAL STROKE</description>
    </record>
    <record>
      <codepoint>049D</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER KA WITH VERTICAL STROKE</description>
    </record>
    <record>
      <codepoint>049E</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER KA WITH STROKE</description>
    </record>
    <record>
      <codepoint>049F</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER KA WITH STROKE</description>
    </record>
    <record>
      <codepoint>04A0</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER BASHKIR KA</description>
    </record>
    <record>
      <codepoint>04A1</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER BASHKIR KA</description>
    </record>
    <record>
      <codepoint>04A2</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER EN WITH DESCENDER</description>
    </record>
    <record>
      <codepoint>04A3</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER EN WITH DESCENDER</description>
    </record>
    <record>
      <codepoint>04A4</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LIGATURE EN GHE</description>
    </record>
    <record>
      <codepoint>04A5</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LIGATURE EN GHE</description>
    </record>
    <record>
      <codepoint>04A6</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER PE WITH MIDDLE HOOK</description>
    </record>
    <record>
      <codepoint>04A7</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER PE WITH MIDDLE HOOK</description>
    </record>
    <record>
      <codepoint>04A8</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER ABKHASIAN HA</description>
    </record>
    <record>
      <codepoint>04A9</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER ABKHASIAN HA</description>
    </record>
    <record>
      <codepoint>04AA</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER ES WITH DESCENDER</description>
    </record>
    <record>
      <codepoint>04AB</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER ES WITH DESCENDER</description>
    </record>
    <record>
      <codepoint>04AC</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER TE WITH DESCENDER</description>
    </record>
    <record>
      <codepoint>04AD</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER TE WITH DESCENDER</description>
    </record>
    <record>
      <codepoint>04AE</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER STRAIGHT U</description>
    </record>
    <record>
      <codepoint>04AF</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER STRAIGHT U</description>
    </record>
    <record>
      <codepoint>04B0</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER STRAIGHT U WITH STROKE</description>
    </record>
    <record>
      <codepoint>04B1</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER STRAIGHT U WITH STROKE</description>
    </record>
    <record>
      <codepoint>04B2</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER HA WITH DESCENDER</description>
    </record>
    <record>
      <codepoint>04B3</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER HA WITH DESCENDER</description>
    </record>
    <record>
      <codepoint>04B4</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LIGATURE TE TSE</description>
    </record>
    <record>
      <codepoint>04B5</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LIGATURE TE TSE</description>
    </record>
    <record>
      <codepoint>04B6</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER CHE WITH DESCENDER</description>
    </record>
    <record>
      <codepoint>04B7</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER CHE WITH DESCENDER</description>
    </record>
    <record>
      <codepoint>04B8</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER CHE WITH VERTICAL STROKE</description>
    </record>
    <record>
      <codepoint>04B9</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER CHE WITH VERTICAL STROKE</description>
    </record>
    <record>
      <codepoint>04BA</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER SHHA</description>
    </record>
    <record>
      <codepoint>04BB</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER SHHA</description>
    </record>
    <record>
      <codepoint>04BC</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER ABKHASIAN CHE</description>
    </record>
    <record>
      <codepoint>04BD</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER ABKHASIAN CHE</description>
    </record>
    <record>
      <codepoint>04BE</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER ABKHASIAN CHE WITH DESCENDER</description>
    </record>
    <record>
      <codepoint>04BF</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER ABKHASIAN CHE WITH DESCENDER</description>
    </record>
    <record>
      <codepoint>04C0-04C1</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC LETTER PALOCHKA..CYRILLIC CAPITAL LETTER ZHE WITH BREVE</description>
    </record>
    <record>
      <codepoint>04C2</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER ZHE WITH BREVE</description>
    </record>
    <record>
      <codepoint>04C3</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER KA WITH HOOK</description>
    </record>
    <record>
      <codepoint>04C4</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER KA WITH HOOK</description>
    </record>
    <record>
      <codepoint>04C5</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER EL WITH TAIL</description>
    </record>
    <record>
      <codepoint>04C6</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER EL WITH TAIL</description>
    </record>
    <record>
      <codepoint>04C7</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER EN WITH HOOK</description>
    </record>
    <record>
      <codepoint>04C8</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER EN WITH HOOK</description>
    </record>
    <record>
      <codepoint>04C9</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER EN WITH TAIL</description>
    </record>
    <record>
      <codepoint>04CA</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER EN WITH TAIL</description>
    </record>
    <record>
      <codepoint>04CB</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER KHAKASSIAN CHE</description>
    </record>
    <record>
      <codepoint>04CC</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER KHAKASSIAN CHE</description>
    </record>
    <record>
      <codepoint>04CD</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER EM WITH TAIL</description>
    </record>
    <record>
      <codepoint>04CE-04CF</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER EM WITH TAIL..CYRILLIC SMALL LETTER PALOCHKA</description>
    </record>
    <record>
      <codepoint>04D0</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER A WITH BREVE</description>
    </record>
    <record>
      <codepoint>04D1</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER A WITH BREVE</description>
    </record>
    <record>
      <codepoint>04D2</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER A WITH DIAERESIS</description>
    </record>
    <record>
      <codepoint>04D3</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER A WITH DIAERESIS</description>
    </record>
    <record>
      <codepoint>04D4</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LIGATURE A IE</description>
    </record>
    <record>
      <codepoint>04D5</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LIGATURE A IE</description>
    </record>
    <record>
      <codepoint>04D6</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER IE WITH BREVE</description>
    </record>
    <record>
      <codepoint>04D7</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER IE WITH BREVE</description>
    </record>
    <record>
      <codepoint>04D8</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER SCHWA</description>
    </record>
    <record>
      <codepoint>04D9</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER SCHWA</description>
    </record>
    <record>
      <codepoint>04DA</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER SCHWA WITH DIAERESIS</description>
    </record>
    <record>
      <codepoint>04DB</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER SCHWA WITH DIAERESIS</description>
    </record>
    <record>
      <codepoint>04DC</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER ZHE WITH DIAERESIS</description>
    </record>
    <record>
      <codepoint>04DD</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER ZHE WITH DIAERESIS</description>
    </record>
    <record>
      <codepoint>04DE</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER ZE WITH DIAERESIS</description>
    </record>
    <record>
      <codepoint>04DF</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER ZE WITH DIAERESIS</description>
    </record>
    <record>
      <codepoint>04E0</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER ABKHASIAN DZE</description>
    </record>
    <record>
      <codepoint>04E1</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER ABKHASIAN DZE</description>
    </record>
    <record>
      <codepoint>04E2</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER I WITH MACRON</description>
    </record>
    <record>
      <codepoint>04E3</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER I WITH MACRON</description>
    </record>
    <record>
      <codepoint>04E4</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER I WITH DIAERESIS</description>
    </record>
    <record>
      <codepoint>04E5</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER I WITH DIAERESIS</description>
    </record>
    <record>
      <codepoint>04E6</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER O WITH DIAERESIS</description>
    </record>
    <record>
      <codepoint>04E7</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER O WITH DIAERESIS</description>
    </record>
    <record>
      <codepoint>04E8</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER BARRED O</description>
    </record>
    <record>
      <codepoint>04E9</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER BARRED O</description>
    </record>
    <record>
      <codepoint>04EA</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER BARRED O WITH DIAERESIS</description>
    </record>
    <record>
      <codepoint>04EB</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER BARRED O WITH DIAERESIS</description>
    </record>
    <record>
      <codepoint>04EC</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER E WITH DIAERESIS</description>
    </record>
    <record>
      <codepoint>04ED</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER E WITH DIAERESIS</description>
    </record>
    <record>
      <codepoint>04EE</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER U WITH MACRON</description>
    </record>
    <record>
      <codepoint>04EF</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER U WITH MACRON</description>
    </record>
    <record>
      <codepoint>04F0</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER U WITH DIAERESIS</description>
    </record>
    <record>
      <codepoint>04F1</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER U WITH DIAERESIS</description>
    </record>
    <record>
      <codepoint>04F2</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER U WITH DOUBLE ACUTE</description>
    </record>
    <record>
      <codepoint>04F3</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER U WITH DOUBLE ACUTE</description>
    </record>
    <record>
      <codepoint>04F4</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER CHE WITH DIAERESIS</description>
    </record>
    <record>
      <codepoint>04F5</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER CHE WITH DIAERESIS</description>
    </record>
    <record>
      <codepoint>04F6</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER GHE WITH DESCENDER</description>
    </record>
    <record>
      <codepoint>04F7</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER GHE WITH DESCENDER</description>
    </record>
    <record>
      <codepoint>04F8</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER YERU WITH DIAERESIS</description>
    </record>
    <record>
      <codepoint>04F9</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER YERU WITH DIAERESIS</description>
    </record>
    <record>
      <codepoint>04FA</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER GHE WITH STROKE AND HOOK</description>
    </record>
    <record>
      <codepoint>04FB</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER GHE WITH STROKE AND HOOK</description>
    </record>
    <record>
      <codepoint>04FC</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER HA WITH HOOK</description>
    </record>
    <record>
      <codepoint>04FD</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER HA WITH HOOK</description>
    </record>
    <record>
      <codepoint>04FE</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER HA WITH STROKE</description>
    </record>
    <record>
      <codepoint>04FF</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER HA WITH STROKE</description>
    </record>
    <record>
      <codepoint>0500</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER KOMI DE</description>
    </record>
    <record>
      <codepoint>0501</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER KOMI DE</description>
    </record>
    <record>
      <codepoint>0502</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER KOMI DJE</description>
    </record>
    <record>
      <codepoint>0503</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER KOMI DJE</description>
    </record>
    <record>
      <codepoint>0504</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER KOMI ZJE</description>
    </record>
    <record>
      <codepoint>0505</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER KOMI ZJE</description>
    </record>
    <record>
      <codepoint>0506</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER KOMI DZJE</description>
    </record>
    <record>
      <codepoint>0507</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER KOMI DZJE</description>
    </record>
    <record>
      <codepoint>0508</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER KOMI LJE</description>
    </record>
    <record>
      <codepoint>0509</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER KOMI LJE</description>
    </record>
    <record>
      <codepoint>050A</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER KOMI NJE</description>
    </record>
    <record>
      <codepoint>050B</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER KOMI NJE</description>
    </record>
    <record>
      <codepoint>050C</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER KOMI SJE</description>
    </record>
    <record>
      <codepoint>050D</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER KOMI SJE</description>
    </record>
    <record>
      <codepoint>050E</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER KOMI TJE</description>
    </record>
    <record>
      <codepoint>050F</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER KOMI TJE</description>
    </record>
    <record>
      <codepoint>0510</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER REVERSED ZE</description>
    </record>
    <record>
      <codepoint>0511</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER REVERSED ZE</description>
    </record>
    <record>
      <codepoint>0512</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER EL WITH HOOK</description>
    </record>
    <record>
      <codepoint>0513</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER EL WITH HOOK</description>
    </record>
    <record>
      <codepoint>0514</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER LHA</description>
    </record>
    <record>
      <codepoint>0515</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER LHA</description>
    </record>
    <record>
      <codepoint>0516</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER RHA</description>
    </record>
    <record>
      <codepoint>0517</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER RHA</description>
    </record>
    <record>
      <codepoint>0518</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER YAE</description>
    </record>
    <record>
      <codepoint>0519</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER YAE</description>
    </record>
    <record>
      <codepoint>051A</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER QA</description>
    </record>
    <record>
      <codepoint>051B</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER QA</description>
    </record>
    <record>
      <codepoint>051C</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER WE</description>
    </record>
    <record>
      <codepoint>051D</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER WE</description>
    </record>
    <record>
      <codepoint>051E</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER ALEUT KA</description>
    </record>
    <record>
      <codepoint>051F</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER ALEUT KA</description>
    </record>
    <record>
      <codepoint>0520</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER EL WITH MIDDLE HOOK</description>
    </record>
    <record>
      <codepoint>0521</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER EL WITH MIDDLE HOOK</description>
    </record>
    <record>
      <codepoint>0522</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER EN WITH MIDDLE HOOK</description>
    </record>
    <record>
      <codepoint>0523</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER EN WITH MIDDLE HOOK</description>
    </record>
    <record>
      <codepoint>0524</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER PE WITH DESCENDER</description>
    </record>
    <record>
      <codepoint>0525</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER PE WITH DESCENDER</description>
    </record>
    <record>
      <codepoint>0526</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER SHHA WITH DESCENDER</description>
    </record>
    <record>
      <codepoint>0527</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER SHHA WITH DESCENDER</description>
    </record>
    <record>
      <codepoint>0528</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER EN WITH LEFT HOOK</description>
    </record>
    <record>
      <codepoint>0529</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER EN WITH LEFT HOOK</description>
    </record>
    <record>
      <codepoint>052A</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER DZZHE</description>
    </record>
    <record>
      <codepoint>052B</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER DZZHE</description>
    </record>
    <record>
      <codepoint>052C</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER DCHE</description>
    </record>
    <record>
      <codepoint>052D</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER DCHE</description>
    </record>
    <record>
      <codepoint>052E</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER EL WITH DESCENDER</description>
    </record>
    <record>
      <codepoint>052F</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER EL WITH DESCENDER</description>
    </record>
    <record>
      <codepoint>0530</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0531-0556</codepoint>
      <property>DISALLOWED</property>
      <description>ARMENIAN CAPITAL LETTER AYB..ARMENIAN CAPITAL LETTER FEH</description>
    </record>
    <record>
      <codepoint>0557-0558</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0559</codepoint>
      <property>PVALID</property>
      <description>ARMENIAN MODIFIER LETTER LEFT HALF RING</description>
    </record>
    <record>
      <codepoint>055A-055F</codepoint>
      <property>DISALLOWED</property>
      <description>ARMENIAN APOSTROPHE..ARMENIAN ABBREVIATION MARK</description>
    </record>
    <record>
      <codepoint>0560</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0561-0586</codepoint>
      <property>PVALID</property>
      <description>ARMENIAN SMALL LETTER AYB..ARMENIAN SMALL LETTER FEH</description>
    </record>
    <record>
      <codepoint>0587</codepoint>
      <property>DISALLOWED</property>
      <description>ARMENIAN SMALL LIGATURE ECH YIWN</description>
    </record>
    <record>
      <codepoint>0588</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0589-058A</codepoint>
      <property>DISALLOWED</property>
      <description>ARMENIAN FULL STOP..ARMENIAN HYPHEN</description>
    </record>
    <record>
      <codepoint>058B-058C</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>058D-058F</codepoint>
      <property>DISALLOWED</property>
      <description>RIGHT-FACING ARMENIAN ETERNITY SIGN..ARMENIAN DRAM SIGN</description>
    </record>
    <record>
      <codepoint>0590</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0591-05BD</codepoint>
      <property>PVALID</property>
      <description>HEBREW ACCENT ETNAHTA..HEBREW POINT METEG</description>
    </record>
    <record>
      <codepoint>05BE</codepoint>
      <property>DISALLOWED</property>
      <description>HEBREW PUNCTUATION MAQAF</description>
    </record>
    <record>
      <codepoint>05BF</codepoint>
      <property>PVALID</property>
      <description>HEBREW POINT RAFE</description>
    </record>
    <record>
      <codepoint>05C0</codepoint>
      <property>DISALLOWED</property>
      <description>HEBREW PUNCTUATION PASEQ</description>
    </record>
    <record>
      <codepoint>05C1-05C2</codepoint>
      <property>PVALID</property>
      <description>HEBREW POINT SHIN DOT..HEBREW POINT SIN DOT</description>
    </record>
    <record>
      <codepoint>05C3</codepoint>
      <property>DISALLOWED</property>
      <description>HEBREW PUNCTUATION SOF PASUQ</description>
    </record>
    <record>
      <codepoint>05C4-05C5</codepoint>
      <property>PVALID</property>
      <description>HEBREW MARK UPPER DOT..HEBREW MARK LOWER DOT</description>
    </record>
    <record>
      <codepoint>05C6</codepoint>
      <property>DISALLOWED</property>
      <description>HEBREW PUNCTUATION NUN HAFUKHA</description>
    </record>
    <record>
      <codepoint>05C7</codepoint>
      <property>PVALID</property>
      <description>HEBREW POINT QAMATS QATAN</description>
    </record>
    <record>
      <codepoint>05C8-05CF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>05D0-05EA</codepoint>
      <property>PVALID</property>
      <description>HEBREW LETTER ALEF..HEBREW LETTER TAV</description>
    </record>
    <record>
      <codepoint>05EB-05EF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>05F0-05F2</codepoint>
      <property>PVALID</property>
      <description>HEBREW LIGATURE YIDDISH DOUBLE VAV..HEBREW LIGATURE YIDDISH DOUBLE YOD</description>
    </record>
    <record>
      <codepoint>05F3-05F4</codepoint>
      <property>CONTEXTO</property>
      <description>HEBREW PUNCTUATION GERESH..HEBREW PUNCTUATION GERSHAYIM</description>
    </record>
    <record>
      <codepoint>05F5-05FF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0600-060F</codepoint>
      <property>DISALLOWED</property>
      <description>ARABIC NUMBER SIGN..ARABIC SIGN MISRA</description>
    </record>
    <record>
      <codepoint>0610-061A</codepoint>
      <property>PVALID</property>
      <description>ARABIC SIGN SALLALLAHOU ALAYHE WASSALLAM..ARABIC SMALL KASRA</description>
    </record>
    <record>
      <codepoint>061B-061C</codepoint>
      <property>DISALLOWED</property>
      <description>ARABIC SEMICOLON..ARABIC LETTER MARK</description>
    </record>
    <record>
      <codepoint>061D</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>061E-061F</codepoint>
      <property>DISALLOWED</property>
      <description>ARABIC TRIPLE DOT PUNCTUATION MARK..ARABIC QUESTION MARK</description>
    </record>
    <record>
      <codepoint>0620-063F</codepoint>
      <property>PVALID</property>
      <description>ARABIC LETTER KASHMIRI YEH..ARABIC LETTER FARSI YEH WITH THREE DOTS ABOVE</description>
    </record>
    <record>
      <codepoint>0640</codepoint>
      <property>DISALLOWED</property>
      <description>ARABIC TATWEEL</description>
    </record>
    <record>
      <codepoint>0641-065F</codepoint>
      <property>PVALID</property>
      <description>ARABIC LETTER FEH..ARABIC WAVY HAMZA BELOW</description>
    </record>
    <record>
      <codepoint>0660-0669</codepoint>
      <property>CONTEXTO</property>
      <description>ARABIC-INDIC DIGIT ZERO..ARABIC-INDIC DIGIT NINE</description>
    </record>
    <record>
      <codepoint>066A-066D</codepoint>
      <property>DISALLOWED</property>
      <description>ARABIC PERCENT SIGN..ARABIC FIVE POINTED STAR</description>
    </record>
    <record>
      <codepoint>066E-0674</codepoint>
      <property>PVALID</property>
      <description>ARABIC LETTER DOTLESS BEH..ARABIC LETTER HIGH HAMZA</description>
    </record>
    <record>
      <codepoint>0675-0678</codepoint>
      <property>DISALLOWED</property>
      <description>ARABIC LETTER HIGH HAMZA ALEF..ARABIC LETTER HIGH HAMZA YEH</description>
    </record>
    <record>
      <codepoint>0679-06D3</codepoint>
      <property>PVALID</property>
      <description>ARABIC LETTER TTEH..ARABIC LETTER YEH BARREE WITH HAMZA ABOVE</description>
    </record>
    <record>
      <codepoint>06D4</codepoint>
      <property>DISALLOWED</property>
      <description>ARABIC FULL STOP</description>
    </record>
    <record>
      <codepoint>06D5-06DC</codepoint>
      <property>PVALID</property>
      <description>ARABIC LETTER AE..ARABIC SMALL HIGH SEEN</description>
    </record>
    <record>
      <codepoint>06DD-06DE</codepoint>
      <property>DISALLOWED</property>
      <description>ARABIC END OF AYAH..ARABIC START OF RUB EL HIZB</description>
    </record>
    <record>
      <codepoint>06DF-06E8</codepoint>
      <property>PVALID</property>
      <description>ARABIC SMALL HIGH ROUNDED ZERO..ARABIC SMALL HIGH NOON</description>
    </record>
    <record>
      <codepoint>06E9</codepoint>
      <property>DISALLOWED</property>
      <description>ARABIC PLACE OF SAJDAH</description>
    </record>
    <record>
      <codepoint>06EA-06EF</codepoint>
      <property>PVALID</property>
      <description>ARABIC EMPTY CENTRE LOW STOP..ARABIC LETTER REH WITH INVERTED V</description>
    </record>
    <record>
      <codepoint>06F0-06F9</codepoint>
      <property>CONTEXTO</property>
      <description>EXTENDED ARABIC-INDIC DIGIT ZERO..EXTENDED ARABIC-INDIC DIGIT NINE</description>
    </record>
    <record>
      <codepoint>06FA-06FF</codepoint>
      <property>PVALID</property>
      <description>ARABIC LETTER SHEEN WITH DOT BELOW..ARABIC LETTER HEH WITH INVERTED V</description>
    </record>
    <record>
      <codepoint>0700-070D</codepoint>
      <property>DISALLOWED</property>
      <description>SYRIAC END OF PARAGRAPH..SYRIAC HARKLEAN ASTERISCUS</description>
    </record>
    <record>
      <codepoint>070E</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>070F</codepoint>
      <property>DISALLOWED</property>
      <description>SYRIAC ABBREVIATION MARK</description>
    </record>
    <record>
      <codepoint>0710-074A</codepoint>
      <property>PVALID</property>
      <description>SYRIAC LETTER ALAPH..SYRIAC BARREKH</description>
    </record>
    <record>
      <codepoint>074B-074C</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>074D-07B1</codepoint>
      <property>PVALID</property>
      <description>SYRIAC LETTER SOGDIAN ZHAIN..THAANA LETTER NAA</description>
    </record>
    <record>
      <codepoint>07B2-07BF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>07C0-07F5</codepoint>
      <property>PVALID</property>
      <description>NKO DIGIT ZERO..NKO LOW TONE APOSTROPHE</description>
    </record>
    <record>
      <codepoint>07F6-07FA</codepoint>
      <property>DISALLOWED</property>
      <description>NKO SYMBOL OO DENNEN..NKO LAJANYALAN</description>
    </record>
    <record>
      <codepoint>07FB-07FF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0800-082D</codepoint>
      <property>PVALID</property>
      <description>SAMARITAN LETTER ALAF..SAMARITAN MARK NEQUDAA</description>
    </record>
    <record>
      <codepoint>082E-082F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0830-083E</codepoint>
      <property>DISALLOWED</property>
      <description>SAMARITAN PUNCTUATION NEQUDAA..SAMARITAN PUNCTUATION ANNAAU</description>
    </record>
    <record>
      <codepoint>083F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0840-085B</codepoint>
      <property>PVALID</property>
      <description>MANDAIC LETTER HALQA..MANDAIC GEMINATION MARK</description>
    </record>
    <record>
      <codepoint>085C-085D</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>085E</codepoint>
      <property>DISALLOWED</property>
      <description>MANDAIC PUNCTUATION</description>
    </record>
    <record>
      <codepoint>085F-089F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>08A0-08B4</codepoint>
      <property>PVALID</property>
      <description>ARABIC LETTER BEH WITH SMALL V BELOW..ARABIC LETTER KAF WITH DOT BELOW</description>
    </record>
    <record>
      <codepoint>08B5-08E2</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>08E3-0957</codepoint>
      <property>PVALID</property>
      <description>ARABIC TURNED DAMMA BELOW..DEVANAGARI VOWEL SIGN UUE</description>
    </record>
    <record>
      <codepoint>0958-095F</codepoint>
      <property>DISALLOWED</property>
      <description>DEVANAGARI LETTER QA..DEVANAGARI LETTER YYA</description>
    </record>
    <record>
      <codepoint>0960-0963</codepoint>
      <property>PVALID</property>
      <description>DEVANAGARI LETTER VOCALIC RR..DEVANAGARI VOWEL SIGN VOCALIC LL</description>
    </record>
    <record>
      <codepoint>0964-0965</codepoint>
      <property>DISALLOWED</property>
      <description>DEVANAGARI DANDA..DEVANAGARI DOUBLE DANDA</description>
    </record>
    <record>
      <codepoint>0966-096F</codepoint>
      <property>PVALID</property>
      <description>DEVANAGARI DIGIT ZERO..DEVANAGARI DIGIT NINE</description>
    </record>
    <record>
      <codepoint>0970</codepoint>
      <property>DISALLOWED</property>
      <description>DEVANAGARI ABBREVIATION SIGN</description>
    </record>
    <record>
      <codepoint>0971-0983</codepoint>
      <property>PVALID</property>
      <description>DEVANAGARI SIGN HIGH SPACING DOT..BENGALI SIGN VISARGA</description>
    </record>
    <record>
      <codepoint>0984</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0985-098C</codepoint>
      <property>PVALID</property>
      <description>BENGALI LETTER A..BENGALI LETTER VOCALIC L</description>
    </record>
    <record>
      <codepoint>098D-098E</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>098F-0990</codepoint>
      <property>PVALID</property>
      <description>BENGALI LETTER E..BENGALI LETTER AI</description>
    </record>
    <record>
      <codepoint>0991-0992</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0993-09A8</codepoint>
      <property>PVALID</property>
      <description>BENGALI LETTER O..BENGALI LETTER NA</description>
    </record>
    <record>
      <codepoint>09A9</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>09AA-09B0</codepoint>
      <property>PVALID</property>
      <description>BENGALI LETTER PA..BENGALI LETTER RA</description>
    </record>
    <record>
      <codepoint>09B1</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>09B2</codepoint>
      <property>PVALID</property>
      <description>BENGALI LETTER LA</description>
    </record>
    <record>
      <codepoint>09B3-09B5</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>09B6-09B9</codepoint>
      <property>PVALID</property>
      <description>BENGALI LETTER SHA..BENGALI LETTER HA</description>
    </record>
    <record>
      <codepoint>09BA-09BB</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>09BC-09C4</codepoint>
      <property>PVALID</property>
      <description>BENGALI SIGN NUKTA..BENGALI VOWEL SIGN VOCALIC RR</description>
    </record>
    <record>
      <codepoint>09C5-09C6</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>09C7-09C8</codepoint>
      <property>PVALID</property>
      <description>BENGALI VOWEL SIGN E..BENGALI VOWEL SIGN AI</description>
    </record>
    <record>
      <codepoint>09C9-09CA</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>09CB-09CE</codepoint>
      <property>PVALID</property>
      <description>BENGALI VOWEL SIGN O..BENGALI LETTER KHANDA TA</description>
    </record>
    <record>
      <codepoint>09CF-09D6</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>09D7</codepoint>
      <property>PVALID</property>
      <description>BENGALI AU LENGTH MARK</description>
    </record>
    <record>
      <codepoint>09D8-09DB</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>09DC-09DD</codepoint>
      <property>DISALLOWED</property>
      <description>BENGALI LETTER RRA..BENGALI LETTER RHA</description>
    </record>
    <record>
      <codepoint>09DE</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>09DF</codepoint>
      <property>DISALLOWED</property>
      <description>BENGALI LETTER YYA</description>
    </record>
    <record>
      <codepoint>09E0-09E3</codepoint>
      <property>PVALID</property>
      <description>BENGALI LETTER VOCALIC RR..BENGALI VOWEL SIGN VOCALIC LL</description>
    </record>
    <record>
      <codepoint>09E4-09E5</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>09E6-09F1</codepoint>
      <property>PVALID</property>
      <description>BENGALI DIGIT ZERO..BENGALI LETTER RA WITH LOWER DIAGONAL</description>
    </record>
    <record>
      <codepoint>09F2-09FB</codepoint>
      <property>DISALLOWED</property>
      <description>BENGALI RUPEE MARK..BENGALI GANDA MARK</description>
    </record>
    <record>
      <codepoint>09FC-0A00</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0A01-0A03</codepoint>
      <property>PVALID</property>
      <description>GURMUKHI SIGN ADAK BINDI..GURMUKHI SIGN VISARGA</description>
    </record>
    <record>
      <codepoint>0A04</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0A05-0A0A</codepoint>
      <property>PVALID</property>
      <description>GURMUKHI LETTER A..GURMUKHI LETTER UU</description>
    </record>
    <record>
      <codepoint>0A0B-0A0E</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0A0F-0A10</codepoint>
      <property>PVALID</property>
      <description>GURMUKHI LETTER EE..GURMUKHI LETTER AI</description>
    </record>
    <record>
      <codepoint>0A11-0A12</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0A13-0A28</codepoint>
      <property>PVALID</property>
      <description>GURMUKHI LETTER OO..GURMUKHI LETTER NA</description>
    </record>
    <record>
      <codepoint>0A29</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0A2A-0A30</codepoint>
      <property>PVALID</property>
      <description>GURMUKHI LETTER PA..GURMUKHI LETTER RA</description>
    </record>
    <record>
      <codepoint>0A31</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0A32</codepoint>
      <property>PVALID</property>
      <description>GURMUKHI LETTER LA</description>
    </record>
    <record>
      <codepoint>0A33</codepoint>
      <property>DISALLOWED</property>
      <description>GURMUKHI LETTER LLA</description>
    </record>
    <record>
      <codepoint>0A34</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0A35</codepoint>
      <property>PVALID</property>
      <description>GURMUKHI LETTER VA</description>
    </record>
    <record>
      <codepoint>0A36</codepoint>
      <property>DISALLOWED</property>
      <description>GURMUKHI LETTER SHA</description>
    </record>
    <record>
      <codepoint>0A37</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0A38-0A39</codepoint>
      <property>PVALID</property>
      <description>GURMUKHI LETTER SA..GURMUKHI LETTER HA</description>
    </record>
    <record>
      <codepoint>0A3A-0A3B</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0A3C</codepoint>
      <property>PVALID</property>
      <description>GURMUKHI SIGN NUKTA</description>
    </record>
    <record>
      <codepoint>0A3D</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0A3E-0A42</codepoint>
      <property>PVALID</property>
      <description>GURMUKHI VOWEL SIGN AA..GURMUKHI VOWEL SIGN UU</description>
    </record>
    <record>
      <codepoint>0A43-0A46</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0A47-0A48</codepoint>
      <property>PVALID</property>
      <description>GURMUKHI VOWEL SIGN EE..GURMUKHI VOWEL SIGN AI</description>
    </record>
    <record>
      <codepoint>0A49-0A4A</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0A4B-0A4D</codepoint>
      <property>PVALID</property>
      <description>GURMUKHI VOWEL SIGN OO..GURMUKHI SIGN VIRAMA</description>
    </record>
    <record>
      <codepoint>0A4E-0A50</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0A51</codepoint>
      <property>PVALID</property>
      <description>GURMUKHI SIGN UDAAT</description>
    </record>
    <record>
      <codepoint>0A52-0A58</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0A59-0A5B</codepoint>
      <property>DISALLOWED</property>
      <description>GURMUKHI LETTER KHHA..GURMUKHI LETTER ZA</description>
    </record>
    <record>
      <codepoint>0A5C</codepoint>
      <property>PVALID</property>
      <description>GURMUKHI LETTER RRA</description>
    </record>
    <record>
      <codepoint>0A5D</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0A5E</codepoint>
      <property>DISALLOWED</property>
      <description>GURMUKHI LETTER FA</description>
    </record>
    <record>
      <codepoint>0A5F-0A65</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0A66-0A75</codepoint>
      <property>PVALID</property>
      <description>GURMUKHI DIGIT ZERO..GURMUKHI SIGN YAKASH</description>
    </record>
    <record>
      <codepoint>0A76-0A80</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0A81-0A83</codepoint>
      <property>PVALID</property>
      <description>GUJARATI SIGN CANDRABINDU..GUJARATI SIGN VISARGA</description>
    </record>
    <record>
      <codepoint>0A84</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0A85-0A8D</codepoint>
      <property>PVALID</property>
      <description>GUJARATI LETTER A..GUJARATI VOWEL CANDRA E</description>
    </record>
    <record>
      <codepoint>0A8E</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0A8F-0A91</codepoint>
      <property>PVALID</property>
      <description>GUJARATI LETTER E..GUJARATI VOWEL CANDRA O</description>
    </record>
    <record>
      <codepoint>0A92</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0A93-0AA8</codepoint>
      <property>PVALID</property>
      <description>GUJARATI LETTER O..GUJARATI LETTER NA</description>
    </record>
    <record>
      <codepoint>0AA9</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0AAA-0AB0</codepoint>
      <property>PVALID</property>
      <description>GUJARATI LETTER PA..GUJARATI LETTER RA</description>
    </record>
    <record>
      <codepoint>0AB1</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0AB2-0AB3</codepoint>
      <property>PVALID</property>
      <description>GUJARATI LETTER LA..GUJARATI LETTER LLA</description>
    </record>
    <record>
      <codepoint>0AB4</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0AB5-0AB9</codepoint>
      <property>PVALID</property>
      <description>GUJARATI LETTER VA..GUJARATI LETTER HA</description>
    </record>
    <record>
      <codepoint>0ABA-0ABB</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0ABC-0AC5</codepoint>
      <property>PVALID</property>
      <description>GUJARATI SIGN NUKTA..GUJARATI VOWEL SIGN CANDRA E</description>
    </record>
    <record>
      <codepoint>0AC6</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0AC7-0AC9</codepoint>
      <property>PVALID</property>
      <description>GUJARATI VOWEL SIGN E..GUJARATI VOWEL SIGN CANDRA O</description>
    </record>
    <record>
      <codepoint>0ACA</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0ACB-0ACD</codepoint>
      <property>PVALID</property>
      <description>GUJARATI VOWEL SIGN O..GUJARATI SIGN VIRAMA</description>
    </record>
    <record>
      <codepoint>0ACE-0ACF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0AD0</codepoint>
      <property>PVALID</property>
      <description>GUJARATI OM</description>
    </record>
    <record>
      <codepoint>0AD1-0ADF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0AE0-0AE3</codepoint>
      <property>PVALID</property>
      <description>GUJARATI LETTER VOCALIC RR..GUJARATI VOWEL SIGN VOCALIC LL</description>
    </record>
    <record>
      <codepoint>0AE4-0AE5</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0AE6-0AEF</codepoint>
      <property>PVALID</property>
      <description>GUJARATI DIGIT ZERO..GUJARATI DIGIT NINE</description>
    </record>
    <record>
      <codepoint>0AF0-0AF1</codepoint>
      <property>DISALLOWED</property>
      <description>GUJARATI ABBREVIATION SIGN..GUJARATI RUPEE SIGN</description>
    </record>
    <record>
      <codepoint>0AF2-0AF8</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0AF9</codepoint>
      <property>PVALID</property>
      <description>GUJARATI LETTER ZHA</description>
    </record>
    <record>
      <codepoint>0AFA-0B00</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0B01-0B03</codepoint>
      <property>PVALID</property>
      <description>ORIYA SIGN CANDRABINDU..ORIYA SIGN VISARGA</description>
    </record>
    <record>
      <codepoint>0B04</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0B05-0B0C</codepoint>
      <property>PVALID</property>
      <description>ORIYA LETTER A..ORIYA LETTER VOCALIC L</description>
    </record>
    <record>
      <codepoint>0B0D-0B0E</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0B0F-0B10</codepoint>
      <property>PVALID</property>
      <description>ORIYA LETTER E..ORIYA LETTER AI</description>
    </record>
    <record>
      <codepoint>0B11-0B12</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0B13-0B28</codepoint>
      <property>PVALID</property>
      <description>ORIYA LETTER O..ORIYA LETTER NA</description>
    </record>
    <record>
      <codepoint>0B29</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0B2A-0B30</codepoint>
      <property>PVALID</property>
      <description>ORIYA LETTER PA..ORIYA LETTER RA</description>
    </record>
    <record>
      <codepoint>0B31</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0B32-0B33</codepoint>
      <property>PVALID</property>
      <description>ORIYA LETTER LA..ORIYA LETTER LLA</description>
    </record>
    <record>
      <codepoint>0B34</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0B35-0B39</codepoint>
      <property>PVALID</property>
      <description>ORIYA LETTER VA..ORIYA LETTER HA</description>
    </record>
    <record>
      <codepoint>0B3A-0B3B</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0B3C-0B44</codepoint>
      <property>PVALID</property>
      <description>ORIYA SIGN NUKTA..ORIYA VOWEL SIGN VOCALIC RR</description>
    </record>
    <record>
      <codepoint>0B45-0B46</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0B47-0B48</codepoint>
      <property>PVALID</property>
      <description>ORIYA VOWEL SIGN E..ORIYA VOWEL SIGN AI</description>
    </record>
    <record>
      <codepoint>0B49-0B4A</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0B4B-0B4D</codepoint>
      <property>PVALID</property>
      <description>ORIYA VOWEL SIGN O..ORIYA SIGN VIRAMA</description>
    </record>
    <record>
      <codepoint>0B4E-0B55</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0B56-0B57</codepoint>
      <property>PVALID</property>
      <description>ORIYA AI LENGTH MARK..ORIYA AU LENGTH MARK</description>
    </record>
    <record>
      <codepoint>0B58-0B5B</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0B5C-0B5D</codepoint>
      <property>DISALLOWED</property>
      <description>ORIYA LETTER RRA..ORIYA LETTER RHA</description>
    </record>
    <record>
      <codepoint>0B5E</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0B5F-0B63</codepoint>
      <property>PVALID</property>
      <description>ORIYA LETTER YYA..ORIYA VOWEL SIGN VOCALIC LL</description>
    </record>
    <record>
      <codepoint>0B64-0B65</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0B66-0B6F</codepoint>
      <property>PVALID</property>
      <description>ORIYA DIGIT ZERO..ORIYA DIGIT NINE</description>
    </record>
    <record>
      <codepoint>0B70</codepoint>
      <property>DISALLOWED</property>
      <description>ORIYA ISSHAR</description>
    </record>
    <record>
      <codepoint>0B71</codepoint>
      <property>PVALID</property>
      <description>ORIYA LETTER WA</description>
    </record>
    <record>
      <codepoint>0B72-0B77</codepoint>
      <property>DISALLOWED</property>
      <description>ORIYA FRACTION ONE QUARTER..ORIYA FRACTION THREE SIXTEENTHS</description>
    </record>
    <record>
      <codepoint>0B78-0B81</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0B82-0B83</codepoint>
      <property>PVALID</property>
      <description>TAMIL SIGN ANUSVARA..TAMIL SIGN VISARGA</description>
    </record>
    <record>
      <codepoint>0B84</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0B85-0B8A</codepoint>
      <property>PVALID</property>
      <description>TAMIL LETTER A..TAMIL LETTER UU</description>
    </record>
    <record>
      <codepoint>0B8B-0B8D</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0B8E-0B90</codepoint>
      <property>PVALID</property>
      <description>TAMIL LETTER E..TAMIL LETTER AI</description>
    </record>
    <record>
      <codepoint>0B91</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0B92-0B95</codepoint>
      <property>PVALID</property>
      <description>TAMIL LETTER O..TAMIL LETTER KA</description>
    </record>
    <record>
      <codepoint>0B96-0B98</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0B99-0B9A</codepoint>
      <property>PVALID</property>
      <description>TAMIL LETTER NGA..TAMIL LETTER CA</description>
    </record>
    <record>
      <codepoint>0B9B</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0B9C</codepoint>
      <property>PVALID</property>
      <description>TAMIL LETTER JA</description>
    </record>
    <record>
      <codepoint>0B9D</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0B9E-0B9F</codepoint>
      <property>PVALID</property>
      <description>TAMIL LETTER NYA..TAMIL LETTER TTA</description>
    </record>
    <record>
      <codepoint>0BA0-0BA2</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0BA3-0BA4</codepoint>
      <property>PVALID</property>
      <description>TAMIL LETTER NNA..TAMIL LETTER TA</description>
    </record>
    <record>
      <codepoint>0BA5-0BA7</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0BA8-0BAA</codepoint>
      <property>PVALID</property>
      <description>TAMIL LETTER NA..TAMIL LETTER PA</description>
    </record>
    <record>
      <codepoint>0BAB-0BAD</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0BAE-0BB9</codepoint>
      <property>PVALID</property>
      <description>TAMIL LETTER MA..TAMIL LETTER HA</description>
    </record>
    <record>
      <codepoint>0BBA-0BBD</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0BBE-0BC2</codepoint>
      <property>PVALID</property>
      <description>TAMIL VOWEL SIGN AA..TAMIL VOWEL SIGN UU</description>
    </record>
    <record>
      <codepoint>0BC3-0BC5</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0BC6-0BC8</codepoint>
      <property>PVALID</property>
      <description>TAMIL VOWEL SIGN E..TAMIL VOWEL SIGN AI</description>
    </record>
    <record>
      <codepoint>0BC9</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0BCA-0BCD</codepoint>
      <property>PVALID</property>
      <description>TAMIL VOWEL SIGN O..TAMIL SIGN VIRAMA</description>
    </record>
    <record>
      <codepoint>0BCE-0BCF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0BD0</codepoint>
      <property>PVALID</property>
      <description>TAMIL OM</description>
    </record>
    <record>
      <codepoint>0BD1-0BD6</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0BD7</codepoint>
      <property>PVALID</property>
      <description>TAMIL AU LENGTH MARK</description>
    </record>
    <record>
      <codepoint>0BD8-0BE5</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0BE6-0BEF</codepoint>
      <property>PVALID</property>
      <description>TAMIL DIGIT ZERO..TAMIL DIGIT NINE</description>
    </record>
    <record>
      <codepoint>0BF0-0BFA</codepoint>
      <property>DISALLOWED</property>
      <description>TAMIL NUMBER TEN..TAMIL NUMBER SIGN</description>
    </record>
    <record>
      <codepoint>0BFB-0BFF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0C00-0C03</codepoint>
      <property>PVALID</property>
      <description>TELUGU SIGN COMBINING CANDRABINDU ABOVE..TELUGU SIGN VISARGA</description>
    </record>
    <record>
      <codepoint>0C04</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0C05-0C0C</codepoint>
      <property>PVALID</property>
      <description>TELUGU LETTER A..TELUGU LETTER VOCALIC L</description>
    </record>
    <record>
      <codepoint>0C0D</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0C0E-0C10</codepoint>
      <property>PVALID</property>
      <description>TELUGU LETTER E..TELUGU LETTER AI</description>
    </record>
    <record>
      <codepoint>0C11</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0C12-0C28</codepoint>
      <property>PVALID</property>
      <description>TELUGU LETTER O..TELUGU LETTER NA</description>
    </record>
    <record>
      <codepoint>0C29</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0C2A-0C39</codepoint>
      <property>PVALID</property>
      <description>TELUGU LETTER PA..TELUGU LETTER HA</description>
    </record>
    <record>
      <codepoint>0C3A-0C3C</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0C3D-0C44</codepoint>
      <property>PVALID</property>
      <description>TELUGU SIGN AVAGRAHA..TELUGU VOWEL SIGN VOCALIC RR</description>
    </record>
    <record>
      <codepoint>0C45</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0C46-0C48</codepoint>
      <property>PVALID</property>
      <description>TELUGU VOWEL SIGN E..TELUGU VOWEL SIGN AI</description>
    </record>
    <record>
      <codepoint>0C49</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0C4A-0C4D</codepoint>
      <property>PVALID</property>
      <description>TELUGU VOWEL SIGN O..TELUGU SIGN VIRAMA</description>
    </record>
    <record>
      <codepoint>0C4E-0C54</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0C55-0C56</codepoint>
      <property>PVALID</property>
      <description>TELUGU LENGTH MARK..TELUGU AI LENGTH MARK</description>
    </record>
    <record>
      <codepoint>0C57</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0C58-0C5A</codepoint>
      <property>PVALID</property>
      <description>TELUGU LETTER TSA..TELUGU LETTER RRRA</description>
    </record>
    <record>
      <codepoint>0C5B-0C5F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0C60-0C63</codepoint>
      <property>PVALID</property>
      <description>TELUGU LETTER VOCALIC RR..TELUGU VOWEL SIGN VOCALIC LL</description>
    </record>
    <record>
      <codepoint>0C64-0C65</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0C66-0C6F</codepoint>
      <property>PVALID</property>
      <description>TELUGU DIGIT ZERO..TELUGU DIGIT NINE</description>
    </record>
    <record>
      <codepoint>0C70-0C77</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0C78-0C7F</codepoint>
      <property>DISALLOWED</property>
      <description>TELUGU FRACTION DIGIT ZERO FOR ODD POWERS OF FOUR..TELUGU SIGN TUUMU</description>
    </record>
    <record>
      <codepoint>0C80</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0C81-0C83</codepoint>
      <property>PVALID</property>
      <description>KANNADA SIGN CANDRABINDU..KANNADA SIGN VISARGA</description>
    </record>
    <record>
      <codepoint>0C84</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0C85-0C8C</codepoint>
      <property>PVALID</property>
      <description>KANNADA LETTER A..KANNADA LETTER VOCALIC L</description>
    </record>
    <record>
      <codepoint>0C8D</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0C8E-0C90</codepoint>
      <property>PVALID</property>
      <description>KANNADA LETTER E..KANNADA LETTER AI</description>
    </record>
    <record>
      <codepoint>0C91</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0C92-0CA8</codepoint>
      <property>PVALID</property>
      <description>KANNADA LETTER O..KANNADA LETTER NA</description>
    </record>
    <record>
      <codepoint>0CA9</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0CAA-0CB3</codepoint>
      <property>PVALID</property>
      <description>KANNADA LETTER PA..KANNADA LETTER LLA</description>
    </record>
    <record>
      <codepoint>0CB4</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0CB5-0CB9</codepoint>
      <property>PVALID</property>
      <description>KANNADA LETTER VA..KANNADA LETTER HA</description>
    </record>
    <record>
      <codepoint>0CBA-0CBB</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0CBC-0CC4</codepoint>
      <property>PVALID</property>
      <description>KANNADA SIGN NUKTA..KANNADA VOWEL SIGN VOCALIC RR</description>
    </record>
    <record>
      <codepoint>0CC5</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0CC6-0CC8</codepoint>
      <property>PVALID</property>
      <description>KANNADA VOWEL SIGN E..KANNADA VOWEL SIGN AI</description>
    </record>
    <record>
      <codepoint>0CC9</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0CCA-0CCD</codepoint>
      <property>PVALID</property>
      <description>KANNADA VOWEL SIGN O..KANNADA SIGN VIRAMA</description>
    </record>
    <record>
      <codepoint>0CCE-0CD4</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0CD5-0CD6</codepoint>
      <property>PVALID</property>
      <description>KANNADA LENGTH MARK..KANNADA AI LENGTH MARK</description>
    </record>
    <record>
      <codepoint>0CD7-0CDD</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0CDE</codepoint>
      <property>PVALID</property>
      <description>KANNADA LETTER FA</description>
    </record>
    <record>
      <codepoint>0CDF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0CE0-0CE3</codepoint>
      <property>PVALID</property>
      <description>KANNADA LETTER VOCALIC RR..KANNADA VOWEL SIGN VOCALIC LL</description>
    </record>
    <record>
      <codepoint>0CE4-0CE5</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0CE6-0CEF</codepoint>
      <property>PVALID</property>
      <description>KANNADA DIGIT ZERO..KANNADA DIGIT NINE</description>
    </record>
    <record>
      <codepoint>0CF0</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0CF1-0CF2</codepoint>
      <property>PVALID</property>
      <description>KANNADA SIGN JIHVAMULIYA..KANNADA SIGN UPADHMANIYA</description>
    </record>
    <record>
      <codepoint>0CF3-0D00</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0D01-0D03</codepoint>
      <property>PVALID</property>
      <description>MALAYALAM SIGN CANDRABINDU..MALAYALAM SIGN VISARGA</description>
    </record>
    <record>
      <codepoint>0D04</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0D05-0D0C</codepoint>
      <property>PVALID</property>
      <description>MALAYALAM LETTER A..MALAYALAM LETTER VOCALIC L</description>
    </record>
    <record>
      <codepoint>0D0D</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0D0E-0D10</codepoint>
      <property>PVALID</property>
      <description>MALAYALAM LETTER E..MALAYALAM LETTER AI</description>
    </record>
    <record>
      <codepoint>0D11</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0D12-0D3A</codepoint>
      <property>PVALID</property>
      <description>MALAYALAM LETTER O..MALAYALAM LETTER TTTA</description>
    </record>
    <record>
      <codepoint>0D3B-0D3C</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0D3D-0D44</codepoint>
      <property>PVALID</property>
      <description>MALAYALAM SIGN AVAGRAHA..MALAYALAM VOWEL SIGN VOCALIC RR</description>
    </record>
    <record>
      <codepoint>0D45</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0D46-0D48</codepoint>
      <property>PVALID</property>
      <description>MALAYALAM VOWEL SIGN E..MALAYALAM VOWEL SIGN AI</description>
    </record>
    <record>
      <codepoint>0D49</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0D4A-0D4E</codepoint>
      <property>PVALID</property>
      <description>MALAYALAM VOWEL SIGN O..MALAYALAM LETTER DOT REPH</description>
    </record>
    <record>
      <codepoint>0D4F-0D56</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0D57</codepoint>
      <property>PVALID</property>
      <description>MALAYALAM AU LENGTH MARK</description>
    </record>
    <record>
      <codepoint>0D58-0D5E</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0D5F-0D63</codepoint>
      <property>PVALID</property>
      <description>MALAYALAM LETTER ARCHAIC II..MALAYALAM VOWEL SIGN VOCALIC LL</description>
    </record>
    <record>
      <codepoint>0D64-0D65</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0D66-0D6F</codepoint>
      <property>PVALID</property>
      <description>MALAYALAM DIGIT ZERO..MALAYALAM DIGIT NINE</description>
    </record>
    <record>
      <codepoint>0D70-0D75</codepoint>
      <property>DISALLOWED</property>
      <description>MALAYALAM NUMBER TEN..MALAYALAM FRACTION THREE QUARTERS</description>
    </record>
    <record>
      <codepoint>0D76-0D78</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0D79</codepoint>
      <property>DISALLOWED</property>
      <description>MALAYALAM DATE MARK</description>
    </record>
    <record>
      <codepoint>0D7A-0D7F</codepoint>
      <property>PVALID</property>
      <description>MALAYALAM LETTER CHILLU NN..MALAYALAM LETTER CHILLU K</description>
    </record>
    <record>
      <codepoint>0D80-0D81</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0D82-0D83</codepoint>
      <property>PVALID</property>
      <description>SINHALA SIGN ANUSVARAYA..SINHALA SIGN VISARGAYA</description>
    </record>
    <record>
      <codepoint>0D84</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0D85-0D96</codepoint>
      <property>PVALID</property>
      <description>SINHALA LETTER AYANNA..SINHALA LETTER AUYANNA</description>
    </record>
    <record>
      <codepoint>0D97-0D99</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0D9A-0DB1</codepoint>
      <property>PVALID</property>
      <description>SINHALA LETTER ALPAPRAANA KAYANNA..SINHALA LETTER DANTAJA NAYANNA</description>
    </record>
    <record>
      <codepoint>0DB2</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0DB3-0DBB</codepoint>
      <property>PVALID</property>
      <description>SINHALA LETTER SANYAKA DAYANNA..SINHALA LETTER RAYANNA</description>
    </record>
    <record>
      <codepoint>0DBC</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0DBD</codepoint>
      <property>PVALID</property>
      <description>SINHALA LETTER DANTAJA LAYANNA</description>
    </record>
    <record>
      <codepoint>0DBE-0DBF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0DC0-0DC6</codepoint>
      <property>PVALID</property>
      <description>SINHALA LETTER VAYANNA..SINHALA LETTER FAYANNA</description>
    </record>
    <record>
      <codepoint>0DC7-0DC9</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0DCA</codepoint>
      <property>PVALID</property>
      <description>SINHALA SIGN AL-LAKUNA</description>
    </record>
    <record>
      <codepoint>0DCB-0DCE</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0DCF-0DD4</codepoint>
      <property>PVALID</property>
      <description>SINHALA VOWEL SIGN AELA-PILLA..SINHALA VOWEL SIGN KETTI PAA-PILLA</description>
    </record>
    <record>
      <codepoint>0DD5</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0DD6</codepoint>
      <property>PVALID</property>
      <description>SINHALA VOWEL SIGN DIGA PAA-PILLA</description>
    </record>
    <record>
      <codepoint>0DD7</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0DD8-0DDF</codepoint>
      <property>PVALID</property>
      <description>SINHALA VOWEL SIGN GAETTA-PILLA..SINHALA VOWEL SIGN GAYANUKITTA</description>
    </record>
    <record>
      <codepoint>0DE0-0DE5</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0DE6-0DEF</codepoint>
      <property>PVALID</property>
      <description>SINHALA LITH DIGIT ZERO..SINHALA LITH DIGIT NINE</description>
    </record>
    <record>
      <codepoint>0DF0-0DF1</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0DF2-0DF3</codepoint>
      <property>PVALID</property>
      <description>SINHALA VOWEL SIGN DIGA GAETTA-PILLA..SINHALA VOWEL SIGN DIGA GAYANUKITTA</description>
    </record>
    <record>
      <codepoint>0DF4</codepoint>
      <property>DISALLOWED</property>
      <description>SINHALA PUNCTUATION KUNDDALIYA</description>
    </record>
    <record>
      <codepoint>0DF5-0E00</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0E01-0E32</codepoint>
      <property>PVALID</property>
      <description>THAI CHARACTER KO KAI..THAI CHARACTER SARA AA</description>
    </record>
    <record>
      <codepoint>0E33</codepoint>
      <property>DISALLOWED</property>
      <description>THAI CHARACTER SARA AM</description>
    </record>
    <record>
      <codepoint>0E34-0E3A</codepoint>
      <property>PVALID</property>
      <description>THAI CHARACTER SARA I..THAI CHARACTER PHINTHU</description>
    </record>
    <record>
      <codepoint>0E3B-0E3E</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0E3F</codepoint>
      <property>DISALLOWED</property>
      <description>THAI CURRENCY SYMBOL BAHT</description>
    </record>
    <record>
      <codepoint>0E40-0E4E</codepoint>
      <property>PVALID</property>
      <description>THAI CHARACTER SARA E..THAI CHARACTER YAMAKKAN</description>
    </record>
    <record>
      <codepoint>0E4F</codepoint>
      <property>DISALLOWED</property>
      <description>THAI CHARACTER FONGMAN</description>
    </record>
    <record>
      <codepoint>0E50-0E59</codepoint>
      <property>PVALID</property>
      <description>THAI DIGIT ZERO..THAI DIGIT NINE</description>
    </record>
    <record>
      <codepoint>0E5A-0E5B</codepoint>
      <property>DISALLOWED</property>
      <description>THAI CHARACTER ANGKHANKHU..THAI CHARACTER KHOMUT</description>
    </record>
    <record>
      <codepoint>0E5C-0E80</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0E81-0E82</codepoint>
      <property>PVALID</property>
      <description>LAO LETTER KO..LAO LETTER KHO SUNG</description>
    </record>
    <record>
      <codepoint>0E83</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0E84</codepoint>
      <property>PVALID</property>
      <description>LAO LETTER KHO TAM</description>
    </record>
    <record>
      <codepoint>0E85-0E86</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0E87-0E88</codepoint>
      <property>PVALID</property>
      <description>LAO LETTER NGO..LAO LETTER CO</description>
    </record>
    <record>
      <codepoint>0E89</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0E8A</codepoint>
      <property>PVALID</property>
      <description>LAO LETTER SO TAM</description>
    </record>
    <record>
      <codepoint>0E8B-0E8C</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0E8D</codepoint>
      <property>PVALID</property>
      <description>LAO LETTER NYO</description>
    </record>
    <record>
      <codepoint>0E8E-0E93</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0E94-0E97</codepoint>
      <property>PVALID</property>
      <description>LAO LETTER DO..LAO LETTER THO TAM</description>
    </record>
    <record>
      <codepoint>0E98</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0E99-0E9F</codepoint>
      <property>PVALID</property>
      <description>LAO LETTER NO..LAO LETTER FO SUNG</description>
    </record>
    <record>
      <codepoint>0EA0</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0EA1-0EA3</codepoint>
      <property>PVALID</property>
      <description>LAO LETTER MO..LAO LETTER LO LING</description>
    </record>
    <record>
      <codepoint>0EA4</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0EA5</codepoint>
      <property>PVALID</property>
      <description>LAO LETTER LO LOOT</description>
    </record>
    <record>
      <codepoint>0EA6</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0EA7</codepoint>
      <property>PVALID</property>
      <description>LAO LETTER WO</description>
    </record>
    <record>
      <codepoint>0EA8-0EA9</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0EAA-0EAB</codepoint>
      <property>PVALID</property>
      <description>LAO LETTER SO SUNG..LAO LETTER HO SUNG</description>
    </record>
    <record>
      <codepoint>0EAC</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0EAD-0EB2</codepoint>
      <property>PVALID</property>
      <description>LAO LETTER O..LAO VOWEL SIGN AA</description>
    </record>
    <record>
      <codepoint>0EB3</codepoint>
      <property>DISALLOWED</property>
      <description>LAO VOWEL SIGN AM</description>
    </record>
    <record>
      <codepoint>0EB4-0EB9</codepoint>
      <property>PVALID</property>
      <description>LAO VOWEL SIGN I..LAO VOWEL SIGN UU</description>
    </record>
    <record>
      <codepoint>0EBA</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0EBB-0EBD</codepoint>
      <property>PVALID</property>
      <description>LAO VOWEL SIGN MAI KON..LAO SEMIVOWEL SIGN NYO</description>
    </record>
    <record>
      <codepoint>0EBE-0EBF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0EC0-0EC4</codepoint>
      <property>PVALID</property>
      <description>LAO VOWEL SIGN E..LAO VOWEL SIGN AI</description>
    </record>
    <record>
      <codepoint>0EC5</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0EC6</codepoint>
      <property>PVALID</property>
      <description>LAO KO LA</description>
    </record>
    <record>
      <codepoint>0EC7</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0EC8-0ECD</codepoint>
      <property>PVALID</property>
      <description>LAO TONE MAI EK..LAO NIGGAHITA</description>
    </record>
    <record>
      <codepoint>0ECE-0ECF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0ED0-0ED9</codepoint>
      <property>PVALID</property>
      <description>LAO DIGIT ZERO..LAO DIGIT NINE</description>
    </record>
    <record>
      <codepoint>0EDA-0EDB</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0EDC-0EDD</codepoint>
      <property>DISALLOWED</property>
      <description>LAO HO NO..LAO HO MO</description>
    </record>
    <record>
      <codepoint>0EDE-0EDF</codepoint>
      <property>PVALID</property>
      <description>LAO LETTER KHMU GO..LAO LETTER KHMU NYO</description>
    </record>
    <record>
      <codepoint>0EE0-0EFF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0F00</codepoint>
      <property>PVALID</property>
      <description>TIBETAN SYLLABLE OM</description>
    </record>
    <record>
      <codepoint>0F01-0F0A</codepoint>
      <property>DISALLOWED</property>
      <description>TIBETAN MARK GTER YIG MGO TRUNCATED A..TIBETAN MARK BKA- SHOG YIG MGO</description>
    </record>
    <record>
      <codepoint>0F0B</codepoint>
      <property>PVALID</property>
      <description>TIBETAN MARK INTERSYLLABIC TSHEG</description>
    </record>
    <record>
      <codepoint>0F0C-0F17</codepoint>
      <property>DISALLOWED</property>
      <description>TIBETAN MARK DELIMITER TSHEG BSTAR..TIBETAN ASTROLOGICAL SIGN SGRA GCAN -CHAR RTAGS</description>
    </record>
    <record>
      <codepoint>0F18-0F19</codepoint>
      <property>PVALID</property>
      <description>TIBETAN ASTROLOGICAL SIGN -KHYUD PA..TIBETAN ASTROLOGICAL SIGN SDONG TSHUGS</description>
    </record>
    <record>
      <codepoint>0F1A-0F1F</codepoint>
      <property>DISALLOWED</property>
      <description>TIBETAN SIGN RDEL DKAR GCIG..TIBETAN SIGN RDEL DKAR RDEL NAG</description>
    </record>
    <record>
      <codepoint>0F20-0F29</codepoint>
      <property>PVALID</property>
      <description>TIBETAN DIGIT ZERO..TIBETAN DIGIT NINE</description>
    </record>
    <record>
      <codepoint>0F2A-0F34</codepoint>
      <property>DISALLOWED</property>
      <description>TIBETAN DIGIT HALF ONE..TIBETAN MARK BSDUS RTAGS</description>
    </record>
    <record>
      <codepoint>0F35</codepoint>
      <property>PVALID</property>
      <description>TIBETAN MARK NGAS BZUNG NYI ZLA</description>
    </record>
    <record>
      <codepoint>0F36</codepoint>
      <property>DISALLOWED</property>
      <description>TIBETAN MARK CARET -DZUD RTAGS BZHI MIG CAN</description>
    </record>
    <record>
      <codepoint>0F37</codepoint>
      <property>PVALID</property>
      <description>TIBETAN MARK NGAS BZUNG SGOR RTAGS</description>
    </record>
    <record>
      <codepoint>0F38</codepoint>
      <property>DISALLOWED</property>
      <description>TIBETAN MARK CHE MGO</description>
    </record>
    <record>
      <codepoint>0F39</codepoint>
      <property>PVALID</property>
      <description>TIBETAN MARK TSA -PHRU</description>
    </record>
    <record>
      <codepoint>0F3A-0F3D</codepoint>
      <property>DISALLOWED</property>
      <description>TIBETAN MARK GUG RTAGS GYON..TIBETAN MARK ANG KHANG GYAS</description>
    </record>
    <record>
      <codepoint>0F3E-0F42</codepoint>
      <property>PVALID</property>
      <description>TIBETAN SIGN YAR TSHES..TIBETAN LETTER GA</description>
    </record>
    <record>
      <codepoint>0F43</codepoint>
      <property>DISALLOWED</property>
      <description>TIBETAN LETTER GHA</description>
    </record>
    <record>
      <codepoint>0F44-0F47</codepoint>
      <property>PVALID</property>
      <description>TIBETAN LETTER NGA..TIBETAN LETTER JA</description>
    </record>
    <record>
      <codepoint>0F48</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0F49-0F4C</codepoint>
      <property>PVALID</property>
      <description>TIBETAN LETTER NYA..TIBETAN LETTER DDA</description>
    </record>
    <record>
      <codepoint>0F4D</codepoint>
      <property>DISALLOWED</property>
      <description>TIBETAN LETTER DDHA</description>
    </record>
    <record>
      <codepoint>0F4E-0F51</codepoint>
      <property>PVALID</property>
      <description>TIBETAN LETTER NNA..TIBETAN LETTER DA</description>
    </record>
    <record>
      <codepoint>0F52</codepoint>
      <property>DISALLOWED</property>
      <description>TIBETAN LETTER DHA</description>
    </record>
    <record>
      <codepoint>0F53-0F56</codepoint>
      <property>PVALID</property>
      <description>TIBETAN LETTER NA..TIBETAN LETTER BA</description>
    </record>
    <record>
      <codepoint>0F57</codepoint>
      <property>DISALLOWED</property>
      <description>TIBETAN LETTER BHA</description>
    </record>
    <record>
      <codepoint>0F58-0F5B</codepoint>
      <property>PVALID</property>
      <description>TIBETAN LETTER MA..TIBETAN LETTER DZA</description>
    </record>
    <record>
      <codepoint>0F5C</codepoint>
      <property>DISALLOWED</property>
      <description>TIBETAN LETTER DZHA</description>
    </record>
    <record>
      <codepoint>0F5D-0F68</codepoint>
      <property>PVALID</property>
      <description>TIBETAN LETTER WA..TIBETAN LETTER A</description>
    </record>
    <record>
      <codepoint>0F69</codepoint>
      <property>DISALLOWED</property>
      <description>TIBETAN LETTER KSSA</description>
    </record>
    <record>
      <codepoint>0F6A-0F6C</codepoint>
      <property>PVALID</property>
      <description>TIBETAN LETTER FIXED-FORM RA..TIBETAN LETTER RRA</description>
    </record>
    <record>
      <codepoint>0F6D-0F70</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0F71-0F72</codepoint>
      <property>PVALID</property>
      <description>TIBETAN VOWEL SIGN AA..TIBETAN VOWEL SIGN I</description>
    </record>
    <record>
      <codepoint>0F73</codepoint>
      <property>DISALLOWED</property>
      <description>TIBETAN VOWEL SIGN II</description>
    </record>
    <record>
      <codepoint>0F74</codepoint>
      <property>PVALID</property>
      <description>TIBETAN VOWEL SIGN U</description>
    </record>
    <record>
      <codepoint>0F75-0F79</codepoint>
      <property>DISALLOWED</property>
      <description>TIBETAN VOWEL SIGN UU..TIBETAN VOWEL SIGN VOCALIC LL</description>
    </record>
    <record>
      <codepoint>0F7A-0F80</codepoint>
      <property>PVALID</property>
      <description>TIBETAN VOWEL SIGN E..TIBETAN VOWEL SIGN REVERSED I</description>
    </record>
    <record>
      <codepoint>0F81</codepoint>
      <property>DISALLOWED</property>
      <description>TIBETAN VOWEL SIGN REVERSED II</description>
    </record>
    <record>
      <codepoint>0F82-0F84</codepoint>
      <property>PVALID</property>
      <description>TIBETAN SIGN NYI ZLA NAA DA..TIBETAN MARK HALANTA</description>
    </record>
    <record>
      <codepoint>0F85</codepoint>
      <property>DISALLOWED</property>
      <description>TIBETAN MARK PALUTA</description>
    </record>
    <record>
      <codepoint>0F86-0F92</codepoint>
      <property>PVALID</property>
      <description>TIBETAN SIGN LCI RTAGS..TIBETAN SUBJOINED LETTER GA</description>
    </record>
    <record>
      <codepoint>0F93</codepoint>
      <property>DISALLOWED</property>
      <description>TIBETAN SUBJOINED LETTER GHA</description>
    </record>
    <record>
      <codepoint>0F94-0F97</codepoint>
      <property>PVALID</property>
      <description>TIBETAN SUBJOINED LETTER NGA..TIBETAN SUBJOINED LETTER JA</description>
    </record>
    <record>
      <codepoint>0F98</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0F99-0F9C</codepoint>
      <property>PVALID</property>
      <description>TIBETAN SUBJOINED LETTER NYA..TIBETAN SUBJOINED LETTER DDA</description>
    </record>
    <record>
      <codepoint>0F9D</codepoint>
      <property>DISALLOWED</property>
      <description>TIBETAN SUBJOINED LETTER DDHA</description>
    </record>
    <record>
      <codepoint>0F9E-0FA1</codepoint>
      <property>PVALID</property>
      <description>TIBETAN SUBJOINED LETTER NNA..TIBETAN SUBJOINED LETTER DA</description>
    </record>
    <record>
      <codepoint>0FA2</codepoint>
      <property>DISALLOWED</property>
      <description>TIBETAN SUBJOINED LETTER DHA</description>
    </record>
    <record>
      <codepoint>0FA3-0FA6</codepoint>
      <property>PVALID</property>
      <description>TIBETAN SUBJOINED LETTER NA..TIBETAN SUBJOINED LETTER BA</description>
    </record>
    <record>
      <codepoint>0FA7</codepoint>
      <property>DISALLOWED</property>
      <description>TIBETAN SUBJOINED LETTER BHA</description>
    </record>
    <record>
      <codepoint>0FA8-0FAB</codepoint>
      <property>PVALID</property>
      <description>TIBETAN SUBJOINED LETTER MA..TIBETAN SUBJOINED LETTER DZA</description>
    </record>
    <record>
      <codepoint>0FAC</codepoint>
      <property>DISALLOWED</property>
      <description>TIBETAN SUBJOINED LETTER DZHA</description>
    </record>
    <record>
      <codepoint>0FAD-0FB8</codepoint>
      <property>PVALID</property>
      <description>TIBETAN SUBJOINED LETTER WA..TIBETAN SUBJOINED LETTER A</description>
    </record>
    <record>
      <codepoint>0FB9</codepoint>
      <property>DISALLOWED</property>
      <description>TIBETAN SUBJOINED LETTER KSSA</description>
    </record>
    <record>
      <codepoint>0FBA-0FBC</codepoint>
      <property>PVALID</property>
      <description>TIBETAN SUBJOINED LETTER FIXED-FORM WA..TIBETAN SUBJOINED LETTER FIXED-FORM RA</description>
    </record>
    <record>
      <codepoint>0FBD</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0FBE-0FC5</codepoint>
      <property>DISALLOWED</property>
      <description>TIBETAN KU RU KHA..TIBETAN SYMBOL RDO RJE</description>
    </record>
    <record>
      <codepoint>0FC6</codepoint>
      <property>PVALID</property>
      <description>TIBETAN SYMBOL PADMA GDAN</description>
    </record>
    <record>
      <codepoint>0FC7-0FCC</codepoint>
      <property>DISALLOWED</property>
      <description>TIBETAN SYMBOL RDO RJE RGYA GRAM..TIBETAN SYMBOL NOR BU BZHI -KHYIL</description>
    </record>
    <record>
      <codepoint>0FCD</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>0FCE-0FDA</codepoint>
      <property>DISALLOWED</property>
      <description>TIBETAN SIGN RDEL NAG RDEL DKAR..TIBETAN MARK TRAILING MCHAN RTAGS</description>
    </record>
    <record>
      <codepoint>0FDB-0FFF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1000-1049</codepoint>
      <property>PVALID</property>
      <description>MYANMAR LETTER KA..MYANMAR DIGIT NINE</description>
    </record>
    <record>
      <codepoint>104A-104F</codepoint>
      <property>DISALLOWED</property>
      <description>MYANMAR SIGN LITTLE SECTION..MYANMAR SYMBOL GENITIVE</description>
    </record>
    <record>
      <codepoint>1050-109D</codepoint>
      <property>PVALID</property>
      <description>MYANMAR LETTER SHA..MYANMAR VOWEL SIGN AITON AI</description>
    </record>
    <record>
      <codepoint>109E-10C5</codepoint>
      <property>DISALLOWED</property>
      <description>MYANMAR SYMBOL SHAN ONE..GEORGIAN CAPITAL LETTER HOE</description>
    </record>
    <record>
      <codepoint>10C6</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>10C7</codepoint>
      <property>DISALLOWED</property>
      <description>GEORGIAN CAPITAL LETTER YN</description>
    </record>
    <record>
      <codepoint>10C8-10CC</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>10CD</codepoint>
      <property>DISALLOWED</property>
      <description>GEORGIAN CAPITAL LETTER AEN</description>
    </record>
    <record>
      <codepoint>10CE-10CF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>10D0-10FA</codepoint>
      <property>PVALID</property>
      <description>GEORGIAN LETTER AN..GEORGIAN LETTER AIN</description>
    </record>
    <record>
      <codepoint>10FB-10FC</codepoint>
      <property>DISALLOWED</property>
      <description>GEORGIAN PARAGRAPH SEPARATOR..MODIFIER LETTER GEORGIAN NAR</description>
    </record>
    <record>
      <codepoint>10FD-10FF</codepoint>
      <property>PVALID</property>
      <description>GEORGIAN LETTER AEN..GEORGIAN LETTER LABIAL SIGN</description>
    </record>
    <record>
      <codepoint>1100-11FF</codepoint>
      <property>DISALLOWED</property>
      <description>HANGUL CHOSEONG KIYEOK..HANGUL JONGSEONG SSANGNIEUN</description>
    </record>
    <record>
      <codepoint>1200-1248</codepoint>
      <property>PVALID</property>
      <description>ETHIOPIC SYLLABLE HA..ETHIOPIC SYLLABLE QWA</description>
    </record>
    <record>
      <codepoint>1249</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>124A-124D</codepoint>
      <property>PVALID</property>
      <description>ETHIOPIC SYLLABLE QWI..ETHIOPIC SYLLABLE QWE</description>
    </record>
    <record>
      <codepoint>124E-124F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1250-1256</codepoint>
      <property>PVALID</property>
      <description>ETHIOPIC SYLLABLE QHA..ETHIOPIC SYLLABLE QHO</description>
    </record>
    <record>
      <codepoint>1257</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1258</codepoint>
      <property>PVALID</property>
      <description>ETHIOPIC SYLLABLE QHWA</description>
    </record>
    <record>
      <codepoint>1259</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>125A-125D</codepoint>
      <property>PVALID</property>
      <description>ETHIOPIC SYLLABLE QHWI..ETHIOPIC SYLLABLE QHWE</description>
    </record>
    <record>
      <codepoint>125E-125F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1260-1288</codepoint>
      <property>PVALID</property>
      <description>ETHIOPIC SYLLABLE BA..ETHIOPIC SYLLABLE XWA</description>
    </record>
    <record>
      <codepoint>1289</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>128A-128D</codepoint>
      <property>PVALID</property>
      <description>ETHIOPIC SYLLABLE XWI..ETHIOPIC SYLLABLE XWE</description>
    </record>
    <record>
      <codepoint>128E-128F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1290-12B0</codepoint>
      <property>PVALID</property>
      <description>ETHIOPIC SYLLABLE NA..ETHIOPIC SYLLABLE KWA</description>
    </record>
    <record>
      <codepoint>12B1</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>12B2-12B5</codepoint>
      <property>PVALID</property>
      <description>ETHIOPIC SYLLABLE KWI..ETHIOPIC SYLLABLE KWE</description>
    </record>
    <record>
      <codepoint>12B6-12B7</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>12B8-12BE</codepoint>
      <property>PVALID</property>
      <description>ETHIOPIC SYLLABLE KXA..ETHIOPIC SYLLABLE KXO</description>
    </record>
    <record>
      <codepoint>12BF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>12C0</codepoint>
      <property>PVALID</property>
      <description>ETHIOPIC SYLLABLE KXWA</description>
    </record>
    <record>
      <codepoint>12C1</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>12C2-12C5</codepoint>
      <property>PVALID</property>
      <description>ETHIOPIC SYLLABLE KXWI..ETHIOPIC SYLLABLE KXWE</description>
    </record>
    <record>
      <codepoint>12C6-12C7</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>12C8-12D6</codepoint>
      <property>PVALID</property>
      <description>ETHIOPIC SYLLABLE WA..ETHIOPIC SYLLABLE PHARYNGEAL O</description>
    </record>
    <record>
      <codepoint>12D7</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>12D8-1310</codepoint>
      <property>PVALID</property>
      <description>ETHIOPIC SYLLABLE ZA..ETHIOPIC SYLLABLE GWA</description>
    </record>
    <record>
      <codepoint>1311</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1312-1315</codepoint>
      <property>PVALID</property>
      <description>ETHIOPIC SYLLABLE GWI..ETHIOPIC SYLLABLE GWE</description>
    </record>
    <record>
      <codepoint>1316-1317</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1318-135A</codepoint>
      <property>PVALID</property>
      <description>ETHIOPIC SYLLABLE GGA..ETHIOPIC SYLLABLE FYA</description>
    </record>
    <record>
      <codepoint>135B-135C</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>135D-135F</codepoint>
      <property>PVALID</property>
      <description>ETHIOPIC COMBINING GEMINATION AND VOWEL LENGTH MARK..ETHIOPIC COMBINING GEMINATION MARK</description>
    </record>
    <record>
      <codepoint>1360-137C</codepoint>
      <property>DISALLOWED</property>
      <description>ETHIOPIC SECTION MARK..ETHIOPIC NUMBER TEN THOUSAND</description>
    </record>
    <record>
      <codepoint>137D-137F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1380-138F</codepoint>
      <property>PVALID</property>
      <description>ETHIOPIC SYLLABLE SEBATBEIT MWA..ETHIOPIC SYLLABLE PWE</description>
    </record>
    <record>
      <codepoint>1390-1399</codepoint>
      <property>DISALLOWED</property>
      <description>ETHIOPIC TONAL MARK YIZET..ETHIOPIC TONAL MARK KURT</description>
    </record>
    <record>
      <codepoint>139A-139F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>13A0-13F5</codepoint>
      <property>PVALID</property>
      <description>CHEROKEE LETTER A..CHEROKEE LETTER MV</description>
    </record>
    <record>
      <codepoint>13F6-13F7</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>13F8-13FD</codepoint>
      <property>DISALLOWED</property>
      <description>CHEROKEE SMALL LETTER YE..CHEROKEE SMALL LETTER MV</description>
    </record>
    <record>
      <codepoint>13FE-13FF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1400</codepoint>
      <property>DISALLOWED</property>
      <description>CANADIAN SYLLABICS HYPHEN</description>
    </record>
    <record>
      <codepoint>1401-166C</codepoint>
      <property>PVALID</property>
      <description>CANADIAN SYLLABICS E..CANADIAN SYLLABICS CARRIER TTSA</description>
    </record>
    <record>
      <codepoint>166D-166E</codepoint>
      <property>DISALLOWED</property>
      <description>CANADIAN SYLLABICS CHI SIGN..CANADIAN SYLLABICS FULL STOP</description>
    </record>
    <record>
      <codepoint>166F-167F</codepoint>
      <property>PVALID</property>
      <description>CANADIAN SYLLABICS QAI..CANADIAN SYLLABICS BLACKFOOT W</description>
    </record>
    <record>
      <codepoint>1680</codepoint>
      <property>DISALLOWED</property>
      <description>OGHAM SPACE MARK</description>
    </record>
    <record>
      <codepoint>1681-169A</codepoint>
      <property>PVALID</property>
      <description>OGHAM LETTER BEITH..OGHAM LETTER PEITH</description>
    </record>
    <record>
      <codepoint>169B-169C</codepoint>
      <property>DISALLOWED</property>
      <description>OGHAM FEATHER MARK..OGHAM REVERSED FEATHER MARK</description>
    </record>
    <record>
      <codepoint>169D-169F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>16A0-16EA</codepoint>
      <property>PVALID</property>
      <description>RUNIC LETTER FEHU FEOH FE F..RUNIC LETTER X</description>
    </record>
    <record>
      <codepoint>16EB-16F0</codepoint>
      <property>DISALLOWED</property>
      <description>RUNIC SINGLE PUNCTUATION..RUNIC BELGTHOR SYMBOL</description>
    </record>
    <record>
      <codepoint>16F1-16F8</codepoint>
      <property>PVALID</property>
      <description>RUNIC LETTER K..RUNIC LETTER FRANKS CASKET AESC</description>
    </record>
    <record>
      <codepoint>16F9-16FF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1700-170C</codepoint>
      <property>PVALID</property>
      <description>TAGALOG LETTER A..TAGALOG LETTER YA</description>
    </record>
    <record>
      <codepoint>170D</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>170E-1714</codepoint>
      <property>PVALID</property>
      <description>TAGALOG LETTER LA..TAGALOG SIGN VIRAMA</description>
    </record>
    <record>
      <codepoint>1715-171F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1720-1734</codepoint>
      <property>PVALID</property>
      <description>HANUNOO LETTER A..HANUNOO SIGN PAMUDPOD</description>
    </record>
    <record>
      <codepoint>1735-1736</codepoint>
      <property>DISALLOWED</property>
      <description>PHILIPPINE SINGLE PUNCTUATION..PHILIPPINE DOUBLE PUNCTUATION</description>
    </record>
    <record>
      <codepoint>1737-173F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1740-1753</codepoint>
      <property>PVALID</property>
      <description>BUHID LETTER A..BUHID VOWEL SIGN U</description>
    </record>
    <record>
      <codepoint>1754-175F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1760-176C</codepoint>
      <property>PVALID</property>
      <description>TAGBANWA LETTER A..TAGBANWA LETTER YA</description>
    </record>
    <record>
      <codepoint>176D</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>176E-1770</codepoint>
      <property>PVALID</property>
      <description>TAGBANWA LETTER LA..TAGBANWA LETTER SA</description>
    </record>
    <record>
      <codepoint>1771</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1772-1773</codepoint>
      <property>PVALID</property>
      <description>TAGBANWA VOWEL SIGN I..TAGBANWA VOWEL SIGN U</description>
    </record>
    <record>
      <codepoint>1774-177F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1780-17B3</codepoint>
      <property>PVALID</property>
      <description>KHMER LETTER KA..KHMER INDEPENDENT VOWEL QAU</description>
    </record>
    <record>
      <codepoint>17B4-17B5</codepoint>
      <property>DISALLOWED</property>
      <description>KHMER VOWEL INHERENT AQ..KHMER VOWEL INHERENT AA</description>
    </record>
    <record>
      <codepoint>17B6-17D3</codepoint>
      <property>PVALID</property>
      <description>KHMER VOWEL SIGN AA..KHMER SIGN BATHAMASAT</description>
    </record>
    <record>
      <codepoint>17D4-17D6</codepoint>
      <property>DISALLOWED</property>
      <description>KHMER SIGN KHAN..KHMER SIGN CAMNUC PII KUUH</description>
    </record>
    <record>
      <codepoint>17D7</codepoint>
      <property>PVALID</property>
      <description>KHMER SIGN LEK TOO</description>
    </record>
    <record>
      <codepoint>17D8-17DB</codepoint>
      <property>DISALLOWED</property>
      <description>KHMER SIGN BEYYAL..KHMER CURRENCY SYMBOL RIEL</description>
    </record>
    <record>
      <codepoint>17DC-17DD</codepoint>
      <property>PVALID</property>
      <description>KHMER SIGN AVAKRAHASANYA..KHMER SIGN ATTHACAN</description>
    </record>
    <record>
      <codepoint>17DE-17DF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>17E0-17E9</codepoint>
      <property>PVALID</property>
      <description>KHMER DIGIT ZERO..KHMER DIGIT NINE</description>
    </record>
    <record>
      <codepoint>17EA-17EF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>17F0-17F9</codepoint>
      <property>DISALLOWED</property>
      <description>KHMER SYMBOL LEK ATTAK SON..KHMER SYMBOL LEK ATTAK PRAM-BUON</description>
    </record>
    <record>
      <codepoint>17FA-17FF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1800-180E</codepoint>
      <property>DISALLOWED</property>
      <description>MONGOLIAN BIRGA..MONGOLIAN VOWEL SEPARATOR</description>
    </record>
    <record>
      <codepoint>180F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1810-1819</codepoint>
      <property>PVALID</property>
      <description>MONGOLIAN DIGIT ZERO..MONGOLIAN DIGIT NINE</description>
    </record>
    <record>
      <codepoint>181A-181F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1820-1877</codepoint>
      <property>PVALID</property>
      <description>MONGOLIAN LETTER A..MONGOLIAN LETTER MANCHU ZHA</description>
    </record>
    <record>
      <codepoint>1878-187F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1880-18AA</codepoint>
      <property>PVALID</property>
      <description>MONGOLIAN LETTER ALI GALI ANUSVARA ONE..MONGOLIAN LETTER MANCHU ALI GALI LHA</description>
    </record>
    <record>
      <codepoint>18AB-18AF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>18B0-18F5</codepoint>
      <property>PVALID</property>
      <description>CANADIAN SYLLABICS OY..CANADIAN SYLLABICS CARRIER DENTAL S</description>
    </record>
    <record>
      <codepoint>18F6-18FF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1900-191E</codepoint>
      <property>PVALID</property>
      <description>LIMBU VOWEL-CARRIER LETTER..LIMBU LETTER TRA</description>
    </record>
    <record>
      <codepoint>191F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1920-192B</codepoint>
      <property>PVALID</property>
      <description>LIMBU VOWEL SIGN A..LIMBU SUBJOINED LETTER WA</description>
    </record>
    <record>
      <codepoint>192C-192F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1930-193B</codepoint>
      <property>PVALID</property>
      <description>LIMBU SMALL LETTER KA..LIMBU SIGN SA-I</description>
    </record>
    <record>
      <codepoint>193C-193F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1940</codepoint>
      <property>DISALLOWED</property>
      <description>LIMBU SIGN LOO</description>
    </record>
    <record>
      <codepoint>1941-1943</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1944-1945</codepoint>
      <property>DISALLOWED</property>
      <description>LIMBU EXCLAMATION MARK..LIMBU QUESTION MARK</description>
    </record>
    <record>
      <codepoint>1946-196D</codepoint>
      <property>PVALID</property>
      <description>LIMBU DIGIT ZERO..TAI LE LETTER AI</description>
    </record>
    <record>
      <codepoint>196E-196F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1970-1974</codepoint>
      <property>PVALID</property>
      <description>TAI LE LETTER TONE-2..TAI LE LETTER TONE-6</description>
    </record>
    <record>
      <codepoint>1975-197F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1980-19AB</codepoint>
      <property>PVALID</property>
      <description>NEW TAI LUE LETTER HIGH QA..NEW TAI LUE LETTER LOW SUA</description>
    </record>
    <record>
      <codepoint>19AC-19AF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>19B0-19C9</codepoint>
      <property>PVALID</property>
      <description>NEW TAI LUE VOWEL SIGN VOWEL SHORTENER..NEW TAI LUE TONE MARK-2</description>
    </record>
    <record>
      <codepoint>19CA-19CF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>19D0-19D9</codepoint>
      <property>PVALID</property>
      <description>NEW TAI LUE DIGIT ZERO..NEW TAI LUE DIGIT NINE</description>
    </record>
    <record>
      <codepoint>19DA</codepoint>
      <property>DISALLOWED</property>
      <description>NEW TAI LUE THAM DIGIT ONE</description>
    </record>
    <record>
      <codepoint>19DB-19DD</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>19DE-19FF</codepoint>
      <property>DISALLOWED</property>
      <description>NEW TAI LUE SIGN LAE..KHMER SYMBOL DAP-PRAM ROC</description>
    </record>
    <record>
      <codepoint>1A00-1A1B</codepoint>
      <property>PVALID</property>
      <description>BUGINESE LETTER KA..BUGINESE VOWEL SIGN AE</description>
    </record>
    <record>
      <codepoint>1A1C-1A1D</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1A1E-1A1F</codepoint>
      <property>DISALLOWED</property>
      <description>BUGINESE PALLAWA..BUGINESE END OF SECTION</description>
    </record>
    <record>
      <codepoint>1A20-1A5E</codepoint>
      <property>PVALID</property>
      <description>TAI THAM LETTER HIGH KA..TAI THAM CONSONANT SIGN SA</description>
    </record>
    <record>
      <codepoint>1A5F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1A60-1A7C</codepoint>
      <property>PVALID</property>
      <description>TAI THAM SIGN SAKOT..TAI THAM SIGN KHUEN-LUE KARAN</description>
    </record>
    <record>
      <codepoint>1A7D-1A7E</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1A7F-1A89</codepoint>
      <property>PVALID</property>
      <description>TAI THAM COMBINING CRYPTOGRAMMIC DOT..TAI THAM HORA DIGIT NINE</description>
    </record>
    <record>
      <codepoint>1A8A-1A8F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1A90-1A99</codepoint>
      <property>PVALID</property>
      <description>TAI THAM THAM DIGIT ZERO..TAI THAM THAM DIGIT NINE</description>
    </record>
    <record>
      <codepoint>1A9A-1A9F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1AA0-1AA6</codepoint>
      <property>DISALLOWED</property>
      <description>TAI THAM SIGN WIANG..TAI THAM SIGN REVERSED ROTATED RANA</description>
    </record>
    <record>
      <codepoint>1AA7</codepoint>
      <property>PVALID</property>
      <description>TAI THAM SIGN MAI YAMOK</description>
    </record>
    <record>
      <codepoint>1AA8-1AAD</codepoint>
      <property>DISALLOWED</property>
      <description>TAI THAM SIGN KAAN..TAI THAM SIGN CAANG</description>
    </record>
    <record>
      <codepoint>1AAE-1AAF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1AB0-1ABD</codepoint>
      <property>PVALID</property>
      <description>COMBINING DOUBLED CIRCUMFLEX ACCENT..COMBINING PARENTHESES BELOW</description>
    </record>
    <record>
      <codepoint>1ABE</codepoint>
      <property>DISALLOWED</property>
      <description>COMBINING PARENTHESES OVERLAY</description>
    </record>
    <record>
      <codepoint>1ABF-1AFF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1B00-1B4B</codepoint>
      <property>PVALID</property>
      <description>BALINESE SIGN ULU RICEM..BALINESE LETTER ASYURA SASAK</description>
    </record>
    <record>
      <codepoint>1B4C-1B4F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1B50-1B59</codepoint>
      <property>PVALID</property>
      <description>BALINESE DIGIT ZERO..BALINESE DIGIT NINE</description>
    </record>
    <record>
      <codepoint>1B5A-1B6A</codepoint>
      <property>DISALLOWED</property>
      <description>BALINESE PANTI..BALINESE MUSICAL SYMBOL DANG GEDE</description>
    </record>
    <record>
      <codepoint>1B6B-1B73</codepoint>
      <property>PVALID</property>
      <description>BALINESE MUSICAL SYMBOL COMBINING TEGEH..BALINESE MUSICAL SYMBOL COMBINING GONG</description>
    </record>
    <record>
      <codepoint>1B74-1B7C</codepoint>
      <property>DISALLOWED</property>
      <description>BALINESE MUSICAL SYMBOL RIGHT-HAND OPEN DUG..BALINESE MUSICAL SYMBOL LEFT-HAND OPEN PING</description>
    </record>
    <record>
      <codepoint>1B7D-1B7F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1B80-1BF3</codepoint>
      <property>PVALID</property>
      <description>SUNDANESE SIGN PANYECEK..BATAK PANONGONAN</description>
    </record>
    <record>
      <codepoint>1BF4-1BFB</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1BFC-1BFF</codepoint>
      <property>DISALLOWED</property>
      <description>BATAK SYMBOL BINDU NA METEK..BATAK SYMBOL BINDU PANGOLAT</description>
    </record>
    <record>
      <codepoint>1C00-1C37</codepoint>
      <property>PVALID</property>
      <description>LEPCHA LETTER KA..LEPCHA SIGN NUKTA</description>
    </record>
    <record>
      <codepoint>1C38-1C3A</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1C3B-1C3F</codepoint>
      <property>DISALLOWED</property>
      <description>LEPCHA PUNCTUATION TA-ROL..LEPCHA PUNCTUATION TSHOOK</description>
    </record>
    <record>
      <codepoint>1C40-1C49</codepoint>
      <property>PVALID</property>
      <description>LEPCHA DIGIT ZERO..LEPCHA DIGIT NINE</description>
    </record>
    <record>
      <codepoint>1C4A-1C4C</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1C4D-1C7D</codepoint>
      <property>PVALID</property>
      <description>LEPCHA LETTER TTA..OL CHIKI AHAD</description>
    </record>
    <record>
      <codepoint>1C7E-1C7F</codepoint>
      <property>DISALLOWED</property>
      <description>OL CHIKI PUNCTUATION MUCAAD..OL CHIKI PUNCTUATION DOUBLE MUCAAD</description>
    </record>
    <record>
      <codepoint>1C80-1CBF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1CC0-1CC7</codepoint>
      <property>DISALLOWED</property>
      <description>SUNDANESE PUNCTUATION BINDU SURYA..SUNDANESE PUNCTUATION BINDU BA SATANGA</description>
    </record>
    <record>
      <codepoint>1CC8-1CCF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1CD0-1CD2</codepoint>
      <property>PVALID</property>
      <description>VEDIC TONE KARSHANA..VEDIC TONE PRENKHA</description>
    </record>
    <record>
      <codepoint>1CD3</codepoint>
      <property>DISALLOWED</property>
      <description>VEDIC SIGN NIHSHVASA</description>
    </record>
    <record>
      <codepoint>1CD4-1CF6</codepoint>
      <property>PVALID</property>
      <description>VEDIC SIGN YAJURVEDIC MIDLINE SVARITA..VEDIC SIGN UPADHMANIYA</description>
    </record>
    <record>
      <codepoint>1CF7</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1CF8-1CF9</codepoint>
      <property>PVALID</property>
      <description>VEDIC TONE RING ABOVE..VEDIC TONE DOUBLE RING ABOVE</description>
    </record>
    <record>
      <codepoint>1CFA-1CFF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1D00-1D2B</codepoint>
      <property>PVALID</property>
      <description>LATIN LETTER SMALL CAPITAL A..CYRILLIC LETTER SMALL CAPITAL EL</description>
    </record>
    <record>
      <codepoint>1D2C-1D2E</codepoint>
      <property>DISALLOWED</property>
      <description>MODIFIER LETTER CAPITAL A..MODIFIER LETTER CAPITAL B</description>
    </record>
    <record>
      <codepoint>1D2F</codepoint>
      <property>PVALID</property>
      <description>MODIFIER LETTER CAPITAL BARRED B</description>
    </record>
    <record>
      <codepoint>1D30-1D3A</codepoint>
      <property>DISALLOWED</property>
      <description>MODIFIER LETTER CAPITAL D..MODIFIER LETTER CAPITAL N</description>
    </record>
    <record>
      <codepoint>1D3B</codepoint>
      <property>PVALID</property>
      <description>MODIFIER LETTER CAPITAL REVERSED N</description>
    </record>
    <record>
      <codepoint>1D3C-1D4D</codepoint>
      <property>DISALLOWED</property>
      <description>MODIFIER LETTER CAPITAL O..MODIFIER LETTER SMALL G</description>
    </record>
    <record>
      <codepoint>1D4E</codepoint>
      <property>PVALID</property>
      <description>MODIFIER LETTER SMALL TURNED I</description>
    </record>
    <record>
      <codepoint>1D4F-1D6A</codepoint>
      <property>DISALLOWED</property>
      <description>MODIFIER LETTER SMALL K..GREEK SUBSCRIPT SMALL LETTER CHI</description>
    </record>
    <record>
      <codepoint>1D6B-1D77</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER UE..LATIN SMALL LETTER TURNED G</description>
    </record>
    <record>
      <codepoint>1D78</codepoint>
      <property>DISALLOWED</property>
      <description>MODIFIER LETTER CYRILLIC EN</description>
    </record>
    <record>
      <codepoint>1D79-1D9A</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER INSULAR G..LATIN SMALL LETTER EZH WITH RETROFLEX HOOK</description>
    </record>
    <record>
      <codepoint>1D9B-1DBF</codepoint>
      <property>DISALLOWED</property>
      <description>MODIFIER LETTER SMALL TURNED ALPHA..MODIFIER LETTER SMALL THETA</description>
    </record>
    <record>
      <codepoint>1DC0-1DF5</codepoint>
      <property>PVALID</property>
      <description>COMBINING DOTTED GRAVE ACCENT..COMBINING UP TACK ABOVE</description>
    </record>
    <record>
      <codepoint>1DF6-1DFB</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1DFC-1DFF</codepoint>
      <property>PVALID</property>
      <description>COMBINING DOUBLE INVERTED BREVE BELOW..COMBINING RIGHT ARROWHEAD AND DOWN ARROWHEAD BELOW</description>
    </record>
    <record>
      <codepoint>1E00</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER A WITH RING BELOW</description>
    </record>
    <record>
      <codepoint>1E01</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER A WITH RING BELOW</description>
    </record>
    <record>
      <codepoint>1E02</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER B WITH DOT ABOVE</description>
    </record>
    <record>
      <codepoint>1E03</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER B WITH DOT ABOVE</description>
    </record>
    <record>
      <codepoint>1E04</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER B WITH DOT BELOW</description>
    </record>
    <record>
      <codepoint>1E05</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER B WITH DOT BELOW</description>
    </record>
    <record>
      <codepoint>1E06</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER B WITH LINE BELOW</description>
    </record>
    <record>
      <codepoint>1E07</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER B WITH LINE BELOW</description>
    </record>
    <record>
      <codepoint>1E08</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE</description>
    </record>
    <record>
      <codepoint>1E09</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER C WITH CEDILLA AND ACUTE</description>
    </record>
    <record>
      <codepoint>1E0A</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER D WITH DOT ABOVE</description>
    </record>
    <record>
      <codepoint>1E0B</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER D WITH DOT ABOVE</description>
    </record>
    <record>
      <codepoint>1E0C</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER D WITH DOT BELOW</description>
    </record>
    <record>
      <codepoint>1E0D</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER D WITH DOT BELOW</description>
    </record>
    <record>
      <codepoint>1E0E</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER D WITH LINE BELOW</description>
    </record>
    <record>
      <codepoint>1E0F</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER D WITH LINE BELOW</description>
    </record>
    <record>
      <codepoint>1E10</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER D WITH CEDILLA</description>
    </record>
    <record>
      <codepoint>1E11</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER D WITH CEDILLA</description>
    </record>
    <record>
      <codepoint>1E12</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER D WITH CIRCUMFLEX BELOW</description>
    </record>
    <record>
      <codepoint>1E13</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER D WITH CIRCUMFLEX BELOW</description>
    </record>
    <record>
      <codepoint>1E14</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER E WITH MACRON AND GRAVE</description>
    </record>
    <record>
      <codepoint>1E15</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER E WITH MACRON AND GRAVE</description>
    </record>
    <record>
      <codepoint>1E16</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER E WITH MACRON AND ACUTE</description>
    </record>
    <record>
      <codepoint>1E17</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER E WITH MACRON AND ACUTE</description>
    </record>
    <record>
      <codepoint>1E18</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER E WITH CIRCUMFLEX BELOW</description>
    </record>
    <record>
      <codepoint>1E19</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER E WITH CIRCUMFLEX BELOW</description>
    </record>
    <record>
      <codepoint>1E1A</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER E WITH TILDE BELOW</description>
    </record>
    <record>
      <codepoint>1E1B</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER E WITH TILDE BELOW</description>
    </record>
    <record>
      <codepoint>1E1C</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE</description>
    </record>
    <record>
      <codepoint>1E1D</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER E WITH CEDILLA AND BREVE</description>
    </record>
    <record>
      <codepoint>1E1E</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER F WITH DOT ABOVE</description>
    </record>
    <record>
      <codepoint>1E1F</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER F WITH DOT ABOVE</description>
    </record>
    <record>
      <codepoint>1E20</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER G WITH MACRON</description>
    </record>
    <record>
      <codepoint>1E21</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER G WITH MACRON</description>
    </record>
    <record>
      <codepoint>1E22</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER H WITH DOT ABOVE</description>
    </record>
    <record>
      <codepoint>1E23</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER H WITH DOT ABOVE</description>
    </record>
    <record>
      <codepoint>1E24</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER H WITH DOT BELOW</description>
    </record>
    <record>
      <codepoint>1E25</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER H WITH DOT BELOW</description>
    </record>
    <record>
      <codepoint>1E26</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER H WITH DIAERESIS</description>
    </record>
    <record>
      <codepoint>1E27</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER H WITH DIAERESIS</description>
    </record>
    <record>
      <codepoint>1E28</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER H WITH CEDILLA</description>
    </record>
    <record>
      <codepoint>1E29</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER H WITH CEDILLA</description>
    </record>
    <record>
      <codepoint>1E2A</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER H WITH BREVE BELOW</description>
    </record>
    <record>
      <codepoint>1E2B</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER H WITH BREVE BELOW</description>
    </record>
    <record>
      <codepoint>1E2C</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER I WITH TILDE BELOW</description>
    </record>
    <record>
      <codepoint>1E2D</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER I WITH TILDE BELOW</description>
    </record>
    <record>
      <codepoint>1E2E</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE</description>
    </record>
    <record>
      <codepoint>1E2F</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE</description>
    </record>
    <record>
      <codepoint>1E30</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER K WITH ACUTE</description>
    </record>
    <record>
      <codepoint>1E31</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER K WITH ACUTE</description>
    </record>
    <record>
      <codepoint>1E32</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER K WITH DOT BELOW</description>
    </record>
    <record>
      <codepoint>1E33</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER K WITH DOT BELOW</description>
    </record>
    <record>
      <codepoint>1E34</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER K WITH LINE BELOW</description>
    </record>
    <record>
      <codepoint>1E35</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER K WITH LINE BELOW</description>
    </record>
    <record>
      <codepoint>1E36</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER L WITH DOT BELOW</description>
    </record>
    <record>
      <codepoint>1E37</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER L WITH DOT BELOW</description>
    </record>
    <record>
      <codepoint>1E38</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER L WITH DOT BELOW AND MACRON</description>
    </record>
    <record>
      <codepoint>1E39</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER L WITH DOT BELOW AND MACRON</description>
    </record>
    <record>
      <codepoint>1E3A</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER L WITH LINE BELOW</description>
    </record>
    <record>
      <codepoint>1E3B</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER L WITH LINE BELOW</description>
    </record>
    <record>
      <codepoint>1E3C</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER L WITH CIRCUMFLEX BELOW</description>
    </record>
    <record>
      <codepoint>1E3D</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER L WITH CIRCUMFLEX BELOW</description>
    </record>
    <record>
      <codepoint>1E3E</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER M WITH ACUTE</description>
    </record>
    <record>
      <codepoint>1E3F</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER M WITH ACUTE</description>
    </record>
    <record>
      <codepoint>1E40</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER M WITH DOT ABOVE</description>
    </record>
    <record>
      <codepoint>1E41</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER M WITH DOT ABOVE</description>
    </record>
    <record>
      <codepoint>1E42</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER M WITH DOT BELOW</description>
    </record>
    <record>
      <codepoint>1E43</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER M WITH DOT BELOW</description>
    </record>
    <record>
      <codepoint>1E44</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER N WITH DOT ABOVE</description>
    </record>
    <record>
      <codepoint>1E45</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER N WITH DOT ABOVE</description>
    </record>
    <record>
      <codepoint>1E46</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER N WITH DOT BELOW</description>
    </record>
    <record>
      <codepoint>1E47</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER N WITH DOT BELOW</description>
    </record>
    <record>
      <codepoint>1E48</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER N WITH LINE BELOW</description>
    </record>
    <record>
      <codepoint>1E49</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER N WITH LINE BELOW</description>
    </record>
    <record>
      <codepoint>1E4A</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER N WITH CIRCUMFLEX BELOW</description>
    </record>
    <record>
      <codepoint>1E4B</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER N WITH CIRCUMFLEX BELOW</description>
    </record>
    <record>
      <codepoint>1E4C</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER O WITH TILDE AND ACUTE</description>
    </record>
    <record>
      <codepoint>1E4D</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER O WITH TILDE AND ACUTE</description>
    </record>
    <record>
      <codepoint>1E4E</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER O WITH TILDE AND DIAERESIS</description>
    </record>
    <record>
      <codepoint>1E4F</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER O WITH TILDE AND DIAERESIS</description>
    </record>
    <record>
      <codepoint>1E50</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER O WITH MACRON AND GRAVE</description>
    </record>
    <record>
      <codepoint>1E51</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER O WITH MACRON AND GRAVE</description>
    </record>
    <record>
      <codepoint>1E52</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER O WITH MACRON AND ACUTE</description>
    </record>
    <record>
      <codepoint>1E53</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER O WITH MACRON AND ACUTE</description>
    </record>
    <record>
      <codepoint>1E54</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER P WITH ACUTE</description>
    </record>
    <record>
      <codepoint>1E55</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER P WITH ACUTE</description>
    </record>
    <record>
      <codepoint>1E56</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER P WITH DOT ABOVE</description>
    </record>
    <record>
      <codepoint>1E57</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER P WITH DOT ABOVE</description>
    </record>
    <record>
      <codepoint>1E58</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER R WITH DOT ABOVE</description>
    </record>
    <record>
      <codepoint>1E59</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER R WITH DOT ABOVE</description>
    </record>
    <record>
      <codepoint>1E5A</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER R WITH DOT BELOW</description>
    </record>
    <record>
      <codepoint>1E5B</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER R WITH DOT BELOW</description>
    </record>
    <record>
      <codepoint>1E5C</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER R WITH DOT BELOW AND MACRON</description>
    </record>
    <record>
      <codepoint>1E5D</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER R WITH DOT BELOW AND MACRON</description>
    </record>
    <record>
      <codepoint>1E5E</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER R WITH LINE BELOW</description>
    </record>
    <record>
      <codepoint>1E5F</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER R WITH LINE BELOW</description>
    </record>
    <record>
      <codepoint>1E60</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER S WITH DOT ABOVE</description>
    </record>
    <record>
      <codepoint>1E61</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER S WITH DOT ABOVE</description>
    </record>
    <record>
      <codepoint>1E62</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER S WITH DOT BELOW</description>
    </record>
    <record>
      <codepoint>1E63</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER S WITH DOT BELOW</description>
    </record>
    <record>
      <codepoint>1E64</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER S WITH ACUTE AND DOT ABOVE</description>
    </record>
    <record>
      <codepoint>1E65</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER S WITH ACUTE AND DOT ABOVE</description>
    </record>
    <record>
      <codepoint>1E66</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER S WITH CARON AND DOT ABOVE</description>
    </record>
    <record>
      <codepoint>1E67</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER S WITH CARON AND DOT ABOVE</description>
    </record>
    <record>
      <codepoint>1E68</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER S WITH DOT BELOW AND DOT ABOVE</description>
    </record>
    <record>
      <codepoint>1E69</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER S WITH DOT BELOW AND DOT ABOVE</description>
    </record>
    <record>
      <codepoint>1E6A</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER T WITH DOT ABOVE</description>
    </record>
    <record>
      <codepoint>1E6B</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER T WITH DOT ABOVE</description>
    </record>
    <record>
      <codepoint>1E6C</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER T WITH DOT BELOW</description>
    </record>
    <record>
      <codepoint>1E6D</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER T WITH DOT BELOW</description>
    </record>
    <record>
      <codepoint>1E6E</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER T WITH LINE BELOW</description>
    </record>
    <record>
      <codepoint>1E6F</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER T WITH LINE BELOW</description>
    </record>
    <record>
      <codepoint>1E70</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER T WITH CIRCUMFLEX BELOW</description>
    </record>
    <record>
      <codepoint>1E71</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER T WITH CIRCUMFLEX BELOW</description>
    </record>
    <record>
      <codepoint>1E72</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER U WITH DIAERESIS BELOW</description>
    </record>
    <record>
      <codepoint>1E73</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER U WITH DIAERESIS BELOW</description>
    </record>
    <record>
      <codepoint>1E74</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER U WITH TILDE BELOW</description>
    </record>
    <record>
      <codepoint>1E75</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER U WITH TILDE BELOW</description>
    </record>
    <record>
      <codepoint>1E76</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER U WITH CIRCUMFLEX BELOW</description>
    </record>
    <record>
      <codepoint>1E77</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER U WITH CIRCUMFLEX BELOW</description>
    </record>
    <record>
      <codepoint>1E78</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER U WITH TILDE AND ACUTE</description>
    </record>
    <record>
      <codepoint>1E79</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER U WITH TILDE AND ACUTE</description>
    </record>
    <record>
      <codepoint>1E7A</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER U WITH MACRON AND DIAERESIS</description>
    </record>
    <record>
      <codepoint>1E7B</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER U WITH MACRON AND DIAERESIS</description>
    </record>
    <record>
      <codepoint>1E7C</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER V WITH TILDE</description>
    </record>
    <record>
      <codepoint>1E7D</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER V WITH TILDE</description>
    </record>
    <record>
      <codepoint>1E7E</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER V WITH DOT BELOW</description>
    </record>
    <record>
      <codepoint>1E7F</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER V WITH DOT BELOW</description>
    </record>
    <record>
      <codepoint>1E80</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER W WITH GRAVE</description>
    </record>
    <record>
      <codepoint>1E81</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER W WITH GRAVE</description>
    </record>
    <record>
      <codepoint>1E82</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER W WITH ACUTE</description>
    </record>
    <record>
      <codepoint>1E83</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER W WITH ACUTE</description>
    </record>
    <record>
      <codepoint>1E84</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER W WITH DIAERESIS</description>
    </record>
    <record>
      <codepoint>1E85</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER W WITH DIAERESIS</description>
    </record>
    <record>
      <codepoint>1E86</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER W WITH DOT ABOVE</description>
    </record>
    <record>
      <codepoint>1E87</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER W WITH DOT ABOVE</description>
    </record>
    <record>
      <codepoint>1E88</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER W WITH DOT BELOW</description>
    </record>
    <record>
      <codepoint>1E89</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER W WITH DOT BELOW</description>
    </record>
    <record>
      <codepoint>1E8A</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER X WITH DOT ABOVE</description>
    </record>
    <record>
      <codepoint>1E8B</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER X WITH DOT ABOVE</description>
    </record>
    <record>
      <codepoint>1E8C</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER X WITH DIAERESIS</description>
    </record>
    <record>
      <codepoint>1E8D</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER X WITH DIAERESIS</description>
    </record>
    <record>
      <codepoint>1E8E</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER Y WITH DOT ABOVE</description>
    </record>
    <record>
      <codepoint>1E8F</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER Y WITH DOT ABOVE</description>
    </record>
    <record>
      <codepoint>1E90</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER Z WITH CIRCUMFLEX</description>
    </record>
    <record>
      <codepoint>1E91</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER Z WITH CIRCUMFLEX</description>
    </record>
    <record>
      <codepoint>1E92</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER Z WITH DOT BELOW</description>
    </record>
    <record>
      <codepoint>1E93</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER Z WITH DOT BELOW</description>
    </record>
    <record>
      <codepoint>1E94</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER Z WITH LINE BELOW</description>
    </record>
    <record>
      <codepoint>1E95-1E99</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER Z WITH LINE BELOW..LATIN SMALL LETTER Y WITH RING ABOVE</description>
    </record>
    <record>
      <codepoint>1E9A-1E9B</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN SMALL LETTER A WITH RIGHT HALF RING..LATIN SMALL LETTER LONG S WITH DOT ABOVE</description>
    </record>
    <record>
      <codepoint>1E9C-1E9D</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER LONG S WITH DIAGONAL STROKE..LATIN SMALL LETTER LONG S WITH HIGH STROKE</description>
    </record>
    <record>
      <codepoint>1E9E</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER SHARP S</description>
    </record>
    <record>
      <codepoint>1E9F</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER DELTA</description>
    </record>
    <record>
      <codepoint>1EA0</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER A WITH DOT BELOW</description>
    </record>
    <record>
      <codepoint>1EA1</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER A WITH DOT BELOW</description>
    </record>
    <record>
      <codepoint>1EA2</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER A WITH HOOK ABOVE</description>
    </record>
    <record>
      <codepoint>1EA3</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER A WITH HOOK ABOVE</description>
    </record>
    <record>
      <codepoint>1EA4</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE</description>
    </record>
    <record>
      <codepoint>1EA5</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE</description>
    </record>
    <record>
      <codepoint>1EA6</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND GRAVE</description>
    </record>
    <record>
      <codepoint>1EA7</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER A WITH CIRCUMFLEX AND GRAVE</description>
    </record>
    <record>
      <codepoint>1EA8</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE</description>
    </record>
    <record>
      <codepoint>1EA9</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE</description>
    </record>
    <record>
      <codepoint>1EAA</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND TILDE</description>
    </record>
    <record>
      <codepoint>1EAB</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER A WITH CIRCUMFLEX AND TILDE</description>
    </record>
    <record>
      <codepoint>1EAC</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND DOT BELOW</description>
    </record>
    <record>
      <codepoint>1EAD</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER A WITH CIRCUMFLEX AND DOT BELOW</description>
    </record>
    <record>
      <codepoint>1EAE</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER A WITH BREVE AND ACUTE</description>
    </record>
    <record>
      <codepoint>1EAF</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER A WITH BREVE AND ACUTE</description>
    </record>
    <record>
      <codepoint>1EB0</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER A WITH BREVE AND GRAVE</description>
    </record>
    <record>
      <codepoint>1EB1</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER A WITH BREVE AND GRAVE</description>
    </record>
    <record>
      <codepoint>1EB2</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER A WITH BREVE AND HOOK ABOVE</description>
    </record>
    <record>
      <codepoint>1EB3</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER A WITH BREVE AND HOOK ABOVE</description>
    </record>
    <record>
      <codepoint>1EB4</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER A WITH BREVE AND TILDE</description>
    </record>
    <record>
      <codepoint>1EB5</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER A WITH BREVE AND TILDE</description>
    </record>
    <record>
      <codepoint>1EB6</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW</description>
    </record>
    <record>
      <codepoint>1EB7</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER A WITH BREVE AND DOT BELOW</description>
    </record>
    <record>
      <codepoint>1EB8</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER E WITH DOT BELOW</description>
    </record>
    <record>
      <codepoint>1EB9</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER E WITH DOT BELOW</description>
    </record>
    <record>
      <codepoint>1EBA</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER E WITH HOOK ABOVE</description>
    </record>
    <record>
      <codepoint>1EBB</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER E WITH HOOK ABOVE</description>
    </record>
    <record>
      <codepoint>1EBC</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER E WITH TILDE</description>
    </record>
    <record>
      <codepoint>1EBD</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER E WITH TILDE</description>
    </record>
    <record>
      <codepoint>1EBE</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE</description>
    </record>
    <record>
      <codepoint>1EBF</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE</description>
    </record>
    <record>
      <codepoint>1EC0</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND GRAVE</description>
    </record>
    <record>
      <codepoint>1EC1</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER E WITH CIRCUMFLEX AND GRAVE</description>
    </record>
    <record>
      <codepoint>1EC2</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE</description>
    </record>
    <record>
      <codepoint>1EC3</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE</description>
    </record>
    <record>
      <codepoint>1EC4</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND TILDE</description>
    </record>
    <record>
      <codepoint>1EC5</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER E WITH CIRCUMFLEX AND TILDE</description>
    </record>
    <record>
      <codepoint>1EC6</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND DOT BELOW</description>
    </record>
    <record>
      <codepoint>1EC7</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER E WITH CIRCUMFLEX AND DOT BELOW</description>
    </record>
    <record>
      <codepoint>1EC8</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER I WITH HOOK ABOVE</description>
    </record>
    <record>
      <codepoint>1EC9</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER I WITH HOOK ABOVE</description>
    </record>
    <record>
      <codepoint>1ECA</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER I WITH DOT BELOW</description>
    </record>
    <record>
      <codepoint>1ECB</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER I WITH DOT BELOW</description>
    </record>
    <record>
      <codepoint>1ECC</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER O WITH DOT BELOW</description>
    </record>
    <record>
      <codepoint>1ECD</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER O WITH DOT BELOW</description>
    </record>
    <record>
      <codepoint>1ECE</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER O WITH HOOK ABOVE</description>
    </record>
    <record>
      <codepoint>1ECF</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER O WITH HOOK ABOVE</description>
    </record>
    <record>
      <codepoint>1ED0</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE</description>
    </record>
    <record>
      <codepoint>1ED1</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE</description>
    </record>
    <record>
      <codepoint>1ED2</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND GRAVE</description>
    </record>
    <record>
      <codepoint>1ED3</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER O WITH CIRCUMFLEX AND GRAVE</description>
    </record>
    <record>
      <codepoint>1ED4</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE</description>
    </record>
    <record>
      <codepoint>1ED5</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE</description>
    </record>
    <record>
      <codepoint>1ED6</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND TILDE</description>
    </record>
    <record>
      <codepoint>1ED7</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER O WITH CIRCUMFLEX AND TILDE</description>
    </record>
    <record>
      <codepoint>1ED8</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND DOT BELOW</description>
    </record>
    <record>
      <codepoint>1ED9</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER O WITH CIRCUMFLEX AND DOT BELOW</description>
    </record>
    <record>
      <codepoint>1EDA</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER O WITH HORN AND ACUTE</description>
    </record>
    <record>
      <codepoint>1EDB</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER O WITH HORN AND ACUTE</description>
    </record>
    <record>
      <codepoint>1EDC</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER O WITH HORN AND GRAVE</description>
    </record>
    <record>
      <codepoint>1EDD</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER O WITH HORN AND GRAVE</description>
    </record>
    <record>
      <codepoint>1EDE</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER O WITH HORN AND HOOK ABOVE</description>
    </record>
    <record>
      <codepoint>1EDF</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER O WITH HORN AND HOOK ABOVE</description>
    </record>
    <record>
      <codepoint>1EE0</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER O WITH HORN AND TILDE</description>
    </record>
    <record>
      <codepoint>1EE1</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER O WITH HORN AND TILDE</description>
    </record>
    <record>
      <codepoint>1EE2</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER O WITH HORN AND DOT BELOW</description>
    </record>
    <record>
      <codepoint>1EE3</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER O WITH HORN AND DOT BELOW</description>
    </record>
    <record>
      <codepoint>1EE4</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER U WITH DOT BELOW</description>
    </record>
    <record>
      <codepoint>1EE5</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER U WITH DOT BELOW</description>
    </record>
    <record>
      <codepoint>1EE6</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER U WITH HOOK ABOVE</description>
    </record>
    <record>
      <codepoint>1EE7</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER U WITH HOOK ABOVE</description>
    </record>
    <record>
      <codepoint>1EE8</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER U WITH HORN AND ACUTE</description>
    </record>
    <record>
      <codepoint>1EE9</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER U WITH HORN AND ACUTE</description>
    </record>
    <record>
      <codepoint>1EEA</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER U WITH HORN AND GRAVE</description>
    </record>
    <record>
      <codepoint>1EEB</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER U WITH HORN AND GRAVE</description>
    </record>
    <record>
      <codepoint>1EEC</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER U WITH HORN AND HOOK ABOVE</description>
    </record>
    <record>
      <codepoint>1EED</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER U WITH HORN AND HOOK ABOVE</description>
    </record>
    <record>
      <codepoint>1EEE</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER U WITH HORN AND TILDE</description>
    </record>
    <record>
      <codepoint>1EEF</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER U WITH HORN AND TILDE</description>
    </record>
    <record>
      <codepoint>1EF0</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER U WITH HORN AND DOT BELOW</description>
    </record>
    <record>
      <codepoint>1EF1</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER U WITH HORN AND DOT BELOW</description>
    </record>
    <record>
      <codepoint>1EF2</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER Y WITH GRAVE</description>
    </record>
    <record>
      <codepoint>1EF3</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER Y WITH GRAVE</description>
    </record>
    <record>
      <codepoint>1EF4</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER Y WITH DOT BELOW</description>
    </record>
    <record>
      <codepoint>1EF5</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER Y WITH DOT BELOW</description>
    </record>
    <record>
      <codepoint>1EF6</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER Y WITH HOOK ABOVE</description>
    </record>
    <record>
      <codepoint>1EF7</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER Y WITH HOOK ABOVE</description>
    </record>
    <record>
      <codepoint>1EF8</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER Y WITH TILDE</description>
    </record>
    <record>
      <codepoint>1EF9</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER Y WITH TILDE</description>
    </record>
    <record>
      <codepoint>1EFA</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER MIDDLE-WELSH LL</description>
    </record>
    <record>
      <codepoint>1EFB</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER MIDDLE-WELSH LL</description>
    </record>
    <record>
      <codepoint>1EFC</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER MIDDLE-WELSH V</description>
    </record>
    <record>
      <codepoint>1EFD</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER MIDDLE-WELSH V</description>
    </record>
    <record>
      <codepoint>1EFE</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER Y WITH LOOP</description>
    </record>
    <record>
      <codepoint>1EFF-1F07</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER Y WITH LOOP..GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI</description>
    </record>
    <record>
      <codepoint>1F08-1F0F</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK CAPITAL LETTER ALPHA WITH PSILI..GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI</description>
    </record>
    <record>
      <codepoint>1F10-1F15</codepoint>
      <property>PVALID</property>
      <description>GREEK SMALL LETTER EPSILON WITH PSILI..GREEK SMALL LETTER EPSILON WITH DASIA AND OXIA</description>
    </record>
    <record>
      <codepoint>1F16-1F17</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1F18-1F1D</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK CAPITAL LETTER EPSILON WITH PSILI..GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA</description>
    </record>
    <record>
      <codepoint>1F1E-1F1F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1F20-1F27</codepoint>
      <property>PVALID</property>
      <description>GREEK SMALL LETTER ETA WITH PSILI..GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI</description>
    </record>
    <record>
      <codepoint>1F28-1F2F</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK CAPITAL LETTER ETA WITH PSILI..GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI</description>
    </record>
    <record>
      <codepoint>1F30-1F37</codepoint>
      <property>PVALID</property>
      <description>GREEK SMALL LETTER IOTA WITH PSILI..GREEK SMALL LETTER IOTA WITH DASIA AND PERISPOMENI</description>
    </record>
    <record>
      <codepoint>1F38-1F3F</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK CAPITAL LETTER IOTA WITH PSILI..GREEK CAPITAL LETTER IOTA WITH DASIA AND PERISPOMENI</description>
    </record>
    <record>
      <codepoint>1F40-1F45</codepoint>
      <property>PVALID</property>
      <description>GREEK SMALL LETTER OMICRON WITH PSILI..GREEK SMALL LETTER OMICRON WITH DASIA AND OXIA</description>
    </record>
    <record>
      <codepoint>1F46-1F47</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1F48-1F4D</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK CAPITAL LETTER OMICRON WITH PSILI..GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA</description>
    </record>
    <record>
      <codepoint>1F4E-1F4F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1F50-1F57</codepoint>
      <property>PVALID</property>
      <description>GREEK SMALL LETTER UPSILON WITH PSILI..GREEK SMALL LETTER UPSILON WITH DASIA AND PERISPOMENI</description>
    </record>
    <record>
      <codepoint>1F58</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1F59</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK CAPITAL LETTER UPSILON WITH DASIA</description>
    </record>
    <record>
      <codepoint>1F5A</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1F5B</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK CAPITAL LETTER UPSILON WITH DASIA AND VARIA</description>
    </record>
    <record>
      <codepoint>1F5C</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1F5D</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA</description>
    </record>
    <record>
      <codepoint>1F5E</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1F5F</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK CAPITAL LETTER UPSILON WITH DASIA AND PERISPOMENI</description>
    </record>
    <record>
      <codepoint>1F60-1F67</codepoint>
      <property>PVALID</property>
      <description>GREEK SMALL LETTER OMEGA WITH PSILI..GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI</description>
    </record>
    <record>
      <codepoint>1F68-1F6F</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK CAPITAL LETTER OMEGA WITH PSILI..GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI</description>
    </record>
    <record>
      <codepoint>1F70</codepoint>
      <property>PVALID</property>
      <description>GREEK SMALL LETTER ALPHA WITH VARIA</description>
    </record>
    <record>
      <codepoint>1F71</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK SMALL LETTER ALPHA WITH OXIA</description>
    </record>
    <record>
      <codepoint>1F72</codepoint>
      <property>PVALID</property>
      <description>GREEK SMALL LETTER EPSILON WITH VARIA</description>
    </record>
    <record>
      <codepoint>1F73</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK SMALL LETTER EPSILON WITH OXIA</description>
    </record>
    <record>
      <codepoint>1F74</codepoint>
      <property>PVALID</property>
      <description>GREEK SMALL LETTER ETA WITH VARIA</description>
    </record>
    <record>
      <codepoint>1F75</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK SMALL LETTER ETA WITH OXIA</description>
    </record>
    <record>
      <codepoint>1F76</codepoint>
      <property>PVALID</property>
      <description>GREEK SMALL LETTER IOTA WITH VARIA</description>
    </record>
    <record>
      <codepoint>1F77</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK SMALL LETTER IOTA WITH OXIA</description>
    </record>
    <record>
      <codepoint>1F78</codepoint>
      <property>PVALID</property>
      <description>GREEK SMALL LETTER OMICRON WITH VARIA</description>
    </record>
    <record>
      <codepoint>1F79</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK SMALL LETTER OMICRON WITH OXIA</description>
    </record>
    <record>
      <codepoint>1F7A</codepoint>
      <property>PVALID</property>
      <description>GREEK SMALL LETTER UPSILON WITH VARIA</description>
    </record>
    <record>
      <codepoint>1F7B</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK SMALL LETTER UPSILON WITH OXIA</description>
    </record>
    <record>
      <codepoint>1F7C</codepoint>
      <property>PVALID</property>
      <description>GREEK SMALL LETTER OMEGA WITH VARIA</description>
    </record>
    <record>
      <codepoint>1F7D</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK SMALL LETTER OMEGA WITH OXIA</description>
    </record>
    <record>
      <codepoint>1F7E-1F7F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1F80-1FAF</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK SMALL LETTER ALPHA WITH PSILI AND YPOGEGRAMMENI..GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI</description>
    </record>
    <record>
      <codepoint>1FB0-1FB1</codepoint>
      <property>PVALID</property>
      <description>GREEK SMALL LETTER ALPHA WITH VRACHY..GREEK SMALL LETTER ALPHA WITH MACRON</description>
    </record>
    <record>
      <codepoint>1FB2-1FB4</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK SMALL LETTER ALPHA WITH VARIA AND YPOGEGRAMMENI..GREEK SMALL LETTER ALPHA WITH OXIA AND YPOGEGRAMMENI</description>
    </record>
    <record>
      <codepoint>1FB5</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1FB6</codepoint>
      <property>PVALID</property>
      <description>GREEK SMALL LETTER ALPHA WITH PERISPOMENI</description>
    </record>
    <record>
      <codepoint>1FB7-1FC4</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK SMALL LETTER ALPHA WITH PERISPOMENI AND YPOGEGRAMMENI..GREEK SMALL LETTER ETA WITH OXIA AND YPOGEGRAMMENI</description>
    </record>
    <record>
      <codepoint>1FC5</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1FC6</codepoint>
      <property>PVALID</property>
      <description>GREEK SMALL LETTER ETA WITH PERISPOMENI</description>
    </record>
    <record>
      <codepoint>1FC7-1FCF</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK SMALL LETTER ETA WITH PERISPOMENI AND YPOGEGRAMMENI..GREEK PSILI AND PERISPOMENI</description>
    </record>
    <record>
      <codepoint>1FD0-1FD2</codepoint>
      <property>PVALID</property>
      <description>GREEK SMALL LETTER IOTA WITH VRACHY..GREEK SMALL LETTER IOTA WITH DIALYTIKA AND VARIA</description>
    </record>
    <record>
      <codepoint>1FD3</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK SMALL LETTER IOTA WITH DIALYTIKA AND OXIA</description>
    </record>
    <record>
      <codepoint>1FD4-1FD5</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1FD6-1FD7</codepoint>
      <property>PVALID</property>
      <description>GREEK SMALL LETTER IOTA WITH PERISPOMENI..GREEK SMALL LETTER IOTA WITH DIALYTIKA AND PERISPOMENI</description>
    </record>
    <record>
      <codepoint>1FD8-1FDB</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK CAPITAL LETTER IOTA WITH VRACHY..GREEK CAPITAL LETTER IOTA WITH OXIA</description>
    </record>
    <record>
      <codepoint>1FDC</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1FDD-1FDF</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK DASIA AND VARIA..GREEK DASIA AND PERISPOMENI</description>
    </record>
    <record>
      <codepoint>1FE0-1FE2</codepoint>
      <property>PVALID</property>
      <description>GREEK SMALL LETTER UPSILON WITH VRACHY..GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND VARIA</description>
    </record>
    <record>
      <codepoint>1FE3</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND OXIA</description>
    </record>
    <record>
      <codepoint>1FE4-1FE7</codepoint>
      <property>PVALID</property>
      <description>GREEK SMALL LETTER RHO WITH PSILI..GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND PERISPOMENI</description>
    </record>
    <record>
      <codepoint>1FE8-1FEF</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK CAPITAL LETTER UPSILON WITH VRACHY..GREEK VARIA</description>
    </record>
    <record>
      <codepoint>1FF0-1FF1</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1FF2-1FF4</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK SMALL LETTER OMEGA WITH VARIA AND YPOGEGRAMMENI..GREEK SMALL LETTER OMEGA WITH OXIA AND YPOGEGRAMMENI</description>
    </record>
    <record>
      <codepoint>1FF5</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1FF6</codepoint>
      <property>PVALID</property>
      <description>GREEK SMALL LETTER OMEGA WITH PERISPOMENI</description>
    </record>
    <record>
      <codepoint>1FF7-1FFE</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK SMALL LETTER OMEGA WITH PERISPOMENI AND YPOGEGRAMMENI..GREEK DASIA</description>
    </record>
    <record>
      <codepoint>1FFF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>2000-200B</codepoint>
      <property>DISALLOWED</property>
      <description>EN QUAD..ZERO WIDTH SPACE</description>
    </record>
    <record>
      <codepoint>200C-200D</codepoint>
      <property>CONTEXTJ</property>
      <description>ZERO WIDTH NON-JOINER..ZERO WIDTH JOINER</description>
    </record>
    <record>
      <codepoint>200E-2064</codepoint>
      <property>DISALLOWED</property>
      <description>LEFT-TO-RIGHT MARK..INVISIBLE PLUS</description>
    </record>
    <record>
      <codepoint>2065</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>2066-2071</codepoint>
      <property>DISALLOWED</property>
      <description>LEFT-TO-RIGHT ISOLATE..SUPERSCRIPT LATIN SMALL LETTER I</description>
    </record>
    <record>
      <codepoint>2072-2073</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>2074-208E</codepoint>
      <property>DISALLOWED</property>
      <description>SUPERSCRIPT FOUR..SUBSCRIPT RIGHT PARENTHESIS</description>
    </record>
    <record>
      <codepoint>208F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>2090-209C</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN SUBSCRIPT SMALL LETTER A..LATIN SUBSCRIPT SMALL LETTER T</description>
    </record>
    <record>
      <codepoint>209D-209F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>20A0-20BE</codepoint>
      <property>DISALLOWED</property>
      <description>EURO-CURRENCY SIGN..LARI SIGN</description>
    </record>
    <record>
      <codepoint>20BF-20CF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>20D0-20F0</codepoint>
      <property>DISALLOWED</property>
      <description>COMBINING LEFT HARPOON ABOVE..COMBINING ASTERISK ABOVE</description>
    </record>
    <record>
      <codepoint>20F1-20FF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>2100-214D</codepoint>
      <property>DISALLOWED</property>
      <description>ACCOUNT OF..AKTIESELSKAB</description>
    </record>
    <record>
      <codepoint>214E</codepoint>
      <property>PVALID</property>
      <description>TURNED SMALL F</description>
    </record>
    <record>
      <codepoint>214F-2183</codepoint>
      <property>DISALLOWED</property>
      <description>SYMBOL FOR SAMARITAN SOURCE..ROMAN NUMERAL REVERSED ONE HUNDRED</description>
    </record>
    <record>
      <codepoint>2184</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER REVERSED C</description>
    </record>
    <record>
      <codepoint>2185-218B</codepoint>
      <property>DISALLOWED</property>
      <description>ROMAN NUMERAL SIX LATE FORM..TURNED DIGIT THREE</description>
    </record>
    <record>
      <codepoint>218C-218F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>2190-23FA</codepoint>
      <property>DISALLOWED</property>
      <description>LEFTWARDS ARROW..BLACK CIRCLE FOR RECORD</description>
    </record>
    <record>
      <codepoint>23FB-23FF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>2400-2426</codepoint>
      <property>DISALLOWED</property>
      <description>SYMBOL FOR NULL..SYMBOL FOR SUBSTITUTE FORM TWO</description>
    </record>
    <record>
      <codepoint>2427-243F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>2440-244A</codepoint>
      <property>DISALLOWED</property>
      <description>OCR HOOK..OCR DOUBLE BACKSLASH</description>
    </record>
    <record>
      <codepoint>244B-245F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>2460-2B73</codepoint>
      <property>DISALLOWED</property>
      <description>CIRCLED DIGIT ONE..DOWNWARDS TRIANGLE-HEADED ARROW TO BAR</description>
    </record>
    <record>
      <codepoint>2B74-2B75</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>2B76-2B95</codepoint>
      <property>DISALLOWED</property>
      <description>NORTH WEST TRIANGLE-HEADED ARROW TO BAR..RIGHTWARDS BLACK ARROW</description>
    </record>
    <record>
      <codepoint>2B96-2B97</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>2B98-2BB9</codepoint>
      <property>DISALLOWED</property>
      <description>THREE-D TOP-LIGHTED LEFTWARDS EQUILATERAL ARROWHEAD..UP ARROWHEAD IN A RECTANGLE BOX</description>
    </record>
    <record>
      <codepoint>2BBA-2BBC</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>2BBD-2BC8</codepoint>
      <property>DISALLOWED</property>
      <description>BALLOT BOX WITH LIGHT X..BLACK MEDIUM RIGHT-POINTING TRIANGLE CENTRED</description>
    </record>
    <record>
      <codepoint>2BC9</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>2BCA-2BD1</codepoint>
      <property>DISALLOWED</property>
      <description>TOP HALF BLACK CIRCLE..UNCERTAINTY SIGN</description>
    </record>
    <record>
      <codepoint>2BD2-2BEB</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>2BEC-2BEF</codepoint>
      <property>DISALLOWED</property>
      <description>LEFTWARDS TWO-HEADED ARROW WITH TRIANGLE ARROWHEADS..DOWNWARDS TWO-HEADED ARROW WITH TRIANGLE ARROWHEADS</description>
    </record>
    <record>
      <codepoint>2BF0-2BFF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>2C00-2C2E</codepoint>
      <property>DISALLOWED</property>
      <description>GLAGOLITIC CAPITAL LETTER AZU..GLAGOLITIC CAPITAL LETTER LATINATE MYSLITE</description>
    </record>
    <record>
      <codepoint>2C2F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>2C30-2C5E</codepoint>
      <property>PVALID</property>
      <description>GLAGOLITIC SMALL LETTER AZU..GLAGOLITIC SMALL LETTER LATINATE MYSLITE</description>
    </record>
    <record>
      <codepoint>2C5F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>2C60</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER L WITH DOUBLE BAR</description>
    </record>
    <record>
      <codepoint>2C61</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER L WITH DOUBLE BAR</description>
    </record>
    <record>
      <codepoint>2C62-2C64</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER L WITH MIDDLE TILDE..LATIN CAPITAL LETTER R WITH TAIL</description>
    </record>
    <record>
      <codepoint>2C65-2C66</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER A WITH STROKE..LATIN SMALL LETTER T WITH DIAGONAL STROKE</description>
    </record>
    <record>
      <codepoint>2C67</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER H WITH DESCENDER</description>
    </record>
    <record>
      <codepoint>2C68</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER H WITH DESCENDER</description>
    </record>
    <record>
      <codepoint>2C69</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER K WITH DESCENDER</description>
    </record>
    <record>
      <codepoint>2C6A</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER K WITH DESCENDER</description>
    </record>
    <record>
      <codepoint>2C6B</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER Z WITH DESCENDER</description>
    </record>
    <record>
      <codepoint>2C6C</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER Z WITH DESCENDER</description>
    </record>
    <record>
      <codepoint>2C6D-2C70</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER ALPHA..LATIN CAPITAL LETTER TURNED ALPHA</description>
    </record>
    <record>
      <codepoint>2C71</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER V WITH RIGHT HOOK</description>
    </record>
    <record>
      <codepoint>2C72</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER W WITH HOOK</description>
    </record>
    <record>
      <codepoint>2C73-2C74</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER W WITH HOOK..LATIN SMALL LETTER V WITH CURL</description>
    </record>
    <record>
      <codepoint>2C75</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER HALF H</description>
    </record>
    <record>
      <codepoint>2C76-2C7B</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER HALF H..LATIN LETTER SMALL CAPITAL TURNED E</description>
    </record>
    <record>
      <codepoint>2C7C-2C80</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN SUBSCRIPT SMALL LETTER J..COPTIC CAPITAL LETTER ALFA</description>
    </record>
    <record>
      <codepoint>2C81</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER ALFA</description>
    </record>
    <record>
      <codepoint>2C82</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER VIDA</description>
    </record>
    <record>
      <codepoint>2C83</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER VIDA</description>
    </record>
    <record>
      <codepoint>2C84</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER GAMMA</description>
    </record>
    <record>
      <codepoint>2C85</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER GAMMA</description>
    </record>
    <record>
      <codepoint>2C86</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER DALDA</description>
    </record>
    <record>
      <codepoint>2C87</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER DALDA</description>
    </record>
    <record>
      <codepoint>2C88</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER EIE</description>
    </record>
    <record>
      <codepoint>2C89</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER EIE</description>
    </record>
    <record>
      <codepoint>2C8A</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER SOU</description>
    </record>
    <record>
      <codepoint>2C8B</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER SOU</description>
    </record>
    <record>
      <codepoint>2C8C</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER ZATA</description>
    </record>
    <record>
      <codepoint>2C8D</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER ZATA</description>
    </record>
    <record>
      <codepoint>2C8E</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER HATE</description>
    </record>
    <record>
      <codepoint>2C8F</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER HATE</description>
    </record>
    <record>
      <codepoint>2C90</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER THETHE</description>
    </record>
    <record>
      <codepoint>2C91</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER THETHE</description>
    </record>
    <record>
      <codepoint>2C92</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER IAUDA</description>
    </record>
    <record>
      <codepoint>2C93</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER IAUDA</description>
    </record>
    <record>
      <codepoint>2C94</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER KAPA</description>
    </record>
    <record>
      <codepoint>2C95</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER KAPA</description>
    </record>
    <record>
      <codepoint>2C96</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER LAULA</description>
    </record>
    <record>
      <codepoint>2C97</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER LAULA</description>
    </record>
    <record>
      <codepoint>2C98</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER MI</description>
    </record>
    <record>
      <codepoint>2C99</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER MI</description>
    </record>
    <record>
      <codepoint>2C9A</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER NI</description>
    </record>
    <record>
      <codepoint>2C9B</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER NI</description>
    </record>
    <record>
      <codepoint>2C9C</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER KSI</description>
    </record>
    <record>
      <codepoint>2C9D</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER KSI</description>
    </record>
    <record>
      <codepoint>2C9E</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER O</description>
    </record>
    <record>
      <codepoint>2C9F</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER O</description>
    </record>
    <record>
      <codepoint>2CA0</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER PI</description>
    </record>
    <record>
      <codepoint>2CA1</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER PI</description>
    </record>
    <record>
      <codepoint>2CA2</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER RO</description>
    </record>
    <record>
      <codepoint>2CA3</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER RO</description>
    </record>
    <record>
      <codepoint>2CA4</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER SIMA</description>
    </record>
    <record>
      <codepoint>2CA5</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER SIMA</description>
    </record>
    <record>
      <codepoint>2CA6</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER TAU</description>
    </record>
    <record>
      <codepoint>2CA7</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER TAU</description>
    </record>
    <record>
      <codepoint>2CA8</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER UA</description>
    </record>
    <record>
      <codepoint>2CA9</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER UA</description>
    </record>
    <record>
      <codepoint>2CAA</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER FI</description>
    </record>
    <record>
      <codepoint>2CAB</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER FI</description>
    </record>
    <record>
      <codepoint>2CAC</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER KHI</description>
    </record>
    <record>
      <codepoint>2CAD</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER KHI</description>
    </record>
    <record>
      <codepoint>2CAE</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER PSI</description>
    </record>
    <record>
      <codepoint>2CAF</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER PSI</description>
    </record>
    <record>
      <codepoint>2CB0</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER OOU</description>
    </record>
    <record>
      <codepoint>2CB1</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER OOU</description>
    </record>
    <record>
      <codepoint>2CB2</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER DIALECT-P ALEF</description>
    </record>
    <record>
      <codepoint>2CB3</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER DIALECT-P ALEF</description>
    </record>
    <record>
      <codepoint>2CB4</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER OLD COPTIC AIN</description>
    </record>
    <record>
      <codepoint>2CB5</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER OLD COPTIC AIN</description>
    </record>
    <record>
      <codepoint>2CB6</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER CRYPTOGRAMMIC EIE</description>
    </record>
    <record>
      <codepoint>2CB7</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER CRYPTOGRAMMIC EIE</description>
    </record>
    <record>
      <codepoint>2CB8</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER DIALECT-P KAPA</description>
    </record>
    <record>
      <codepoint>2CB9</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER DIALECT-P KAPA</description>
    </record>
    <record>
      <codepoint>2CBA</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER DIALECT-P NI</description>
    </record>
    <record>
      <codepoint>2CBB</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER DIALECT-P NI</description>
    </record>
    <record>
      <codepoint>2CBC</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER CRYPTOGRAMMIC NI</description>
    </record>
    <record>
      <codepoint>2CBD</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER CRYPTOGRAMMIC NI</description>
    </record>
    <record>
      <codepoint>2CBE</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER OLD COPTIC OOU</description>
    </record>
    <record>
      <codepoint>2CBF</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER OLD COPTIC OOU</description>
    </record>
    <record>
      <codepoint>2CC0</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER SAMPI</description>
    </record>
    <record>
      <codepoint>2CC1</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER SAMPI</description>
    </record>
    <record>
      <codepoint>2CC2</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER CROSSED SHEI</description>
    </record>
    <record>
      <codepoint>2CC3</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER CROSSED SHEI</description>
    </record>
    <record>
      <codepoint>2CC4</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER OLD COPTIC SHEI</description>
    </record>
    <record>
      <codepoint>2CC5</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER OLD COPTIC SHEI</description>
    </record>
    <record>
      <codepoint>2CC6</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER OLD COPTIC ESH</description>
    </record>
    <record>
      <codepoint>2CC7</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER OLD COPTIC ESH</description>
    </record>
    <record>
      <codepoint>2CC8</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER AKHMIMIC KHEI</description>
    </record>
    <record>
      <codepoint>2CC9</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER AKHMIMIC KHEI</description>
    </record>
    <record>
      <codepoint>2CCA</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER DIALECT-P HORI</description>
    </record>
    <record>
      <codepoint>2CCB</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER DIALECT-P HORI</description>
    </record>
    <record>
      <codepoint>2CCC</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER OLD COPTIC HORI</description>
    </record>
    <record>
      <codepoint>2CCD</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER OLD COPTIC HORI</description>
    </record>
    <record>
      <codepoint>2CCE</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER OLD COPTIC HA</description>
    </record>
    <record>
      <codepoint>2CCF</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER OLD COPTIC HA</description>
    </record>
    <record>
      <codepoint>2CD0</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER L-SHAPED HA</description>
    </record>
    <record>
      <codepoint>2CD1</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER L-SHAPED HA</description>
    </record>
    <record>
      <codepoint>2CD2</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER OLD COPTIC HEI</description>
    </record>
    <record>
      <codepoint>2CD3</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER OLD COPTIC HEI</description>
    </record>
    <record>
      <codepoint>2CD4</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER OLD COPTIC HAT</description>
    </record>
    <record>
      <codepoint>2CD5</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER OLD COPTIC HAT</description>
    </record>
    <record>
      <codepoint>2CD6</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER OLD COPTIC GANGIA</description>
    </record>
    <record>
      <codepoint>2CD7</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER OLD COPTIC GANGIA</description>
    </record>
    <record>
      <codepoint>2CD8</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER OLD COPTIC DJA</description>
    </record>
    <record>
      <codepoint>2CD9</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER OLD COPTIC DJA</description>
    </record>
    <record>
      <codepoint>2CDA</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER OLD COPTIC SHIMA</description>
    </record>
    <record>
      <codepoint>2CDB</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER OLD COPTIC SHIMA</description>
    </record>
    <record>
      <codepoint>2CDC</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER OLD NUBIAN SHIMA</description>
    </record>
    <record>
      <codepoint>2CDD</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER OLD NUBIAN SHIMA</description>
    </record>
    <record>
      <codepoint>2CDE</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER OLD NUBIAN NGI</description>
    </record>
    <record>
      <codepoint>2CDF</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER OLD NUBIAN NGI</description>
    </record>
    <record>
      <codepoint>2CE0</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER OLD NUBIAN NYI</description>
    </record>
    <record>
      <codepoint>2CE1</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER OLD NUBIAN NYI</description>
    </record>
    <record>
      <codepoint>2CE2</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER OLD NUBIAN WAU</description>
    </record>
    <record>
      <codepoint>2CE3-2CE4</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER OLD NUBIAN WAU..COPTIC SYMBOL KAI</description>
    </record>
    <record>
      <codepoint>2CE5-2CEB</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC SYMBOL MI RO..COPTIC CAPITAL LETTER CRYPTOGRAMMIC SHEI</description>
    </record>
    <record>
      <codepoint>2CEC</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER CRYPTOGRAMMIC SHEI</description>
    </record>
    <record>
      <codepoint>2CED</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER CRYPTOGRAMMIC GANGIA</description>
    </record>
    <record>
      <codepoint>2CEE-2CF1</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER CRYPTOGRAMMIC GANGIA..COPTIC COMBINING SPIRITUS LENIS</description>
    </record>
    <record>
      <codepoint>2CF2</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC CAPITAL LETTER BOHAIRIC KHEI</description>
    </record>
    <record>
      <codepoint>2CF3</codepoint>
      <property>PVALID</property>
      <description>COPTIC SMALL LETTER BOHAIRIC KHEI</description>
    </record>
    <record>
      <codepoint>2CF4-2CF8</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>2CF9-2CFF</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC OLD NUBIAN FULL STOP..COPTIC MORPHOLOGICAL DIVIDER</description>
    </record>
    <record>
      <codepoint>2D00-2D25</codepoint>
      <property>PVALID</property>
      <description>GEORGIAN SMALL LETTER AN..GEORGIAN SMALL LETTER HOE</description>
    </record>
    <record>
      <codepoint>2D26</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>2D27</codepoint>
      <property>PVALID</property>
      <description>GEORGIAN SMALL LETTER YN</description>
    </record>
    <record>
      <codepoint>2D28-2D2C</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>2D2D</codepoint>
      <property>PVALID</property>
      <description>GEORGIAN SMALL LETTER AEN</description>
    </record>
    <record>
      <codepoint>2D2E-2D2F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>2D30-2D67</codepoint>
      <property>PVALID</property>
      <description>TIFINAGH LETTER YA..TIFINAGH LETTER YO</description>
    </record>
    <record>
      <codepoint>2D68-2D6E</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>2D6F-2D70</codepoint>
      <property>DISALLOWED</property>
      <description>TIFINAGH MODIFIER LETTER LABIALIZATION MARK..TIFINAGH SEPARATOR MARK</description>
    </record>
    <record>
      <codepoint>2D71-2D7E</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>2D7F-2D96</codepoint>
      <property>PVALID</property>
      <description>TIFINAGH CONSONANT JOINER..ETHIOPIC SYLLABLE GGWE</description>
    </record>
    <record>
      <codepoint>2D97-2D9F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>2DA0-2DA6</codepoint>
      <property>PVALID</property>
      <description>ETHIOPIC SYLLABLE SSA..ETHIOPIC SYLLABLE SSO</description>
    </record>
    <record>
      <codepoint>2DA7</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>2DA8-2DAE</codepoint>
      <property>PVALID</property>
      <description>ETHIOPIC SYLLABLE CCA..ETHIOPIC SYLLABLE CCO</description>
    </record>
    <record>
      <codepoint>2DAF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>2DB0-2DB6</codepoint>
      <property>PVALID</property>
      <description>ETHIOPIC SYLLABLE ZZA..ETHIOPIC SYLLABLE ZZO</description>
    </record>
    <record>
      <codepoint>2DB7</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>2DB8-2DBE</codepoint>
      <property>PVALID</property>
      <description>ETHIOPIC SYLLABLE CCHA..ETHIOPIC SYLLABLE CCHO</description>
    </record>
    <record>
      <codepoint>2DBF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>2DC0-2DC6</codepoint>
      <property>PVALID</property>
      <description>ETHIOPIC SYLLABLE QYA..ETHIOPIC SYLLABLE QYO</description>
    </record>
    <record>
      <codepoint>2DC7</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>2DC8-2DCE</codepoint>
      <property>PVALID</property>
      <description>ETHIOPIC SYLLABLE KYA..ETHIOPIC SYLLABLE KYO</description>
    </record>
    <record>
      <codepoint>2DCF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>2DD0-2DD6</codepoint>
      <property>PVALID</property>
      <description>ETHIOPIC SYLLABLE XYA..ETHIOPIC SYLLABLE XYO</description>
    </record>
    <record>
      <codepoint>2DD7</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>2DD8-2DDE</codepoint>
      <property>PVALID</property>
      <description>ETHIOPIC SYLLABLE GYA..ETHIOPIC SYLLABLE GYO</description>
    </record>
    <record>
      <codepoint>2DDF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>2DE0-2DFF</codepoint>
      <property>PVALID</property>
      <description>COMBINING CYRILLIC LETTER BE..COMBINING CYRILLIC LETTER IOTIFIED BIG YUS</description>
    </record>
    <record>
      <codepoint>2E00-2E2E</codepoint>
      <property>DISALLOWED</property>
      <description>RIGHT ANGLE SUBSTITUTION MARKER..REVERSED QUESTION MARK</description>
    </record>
    <record>
      <codepoint>2E2F</codepoint>
      <property>PVALID</property>
      <description>VERTICAL TILDE</description>
    </record>
    <record>
      <codepoint>2E30-2E42</codepoint>
      <property>DISALLOWED</property>
      <description>RING POINT..DOUBLE LOW-REVERSED-9 QUOTATION MARK</description>
    </record>
    <record>
      <codepoint>2E43-2E7F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>2E80-2E99</codepoint>
      <property>DISALLOWED</property>
      <description>CJK RADICAL REPEAT..CJK RADICAL RAP</description>
    </record>
    <record>
      <codepoint>2E9A</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>2E9B-2EF3</codepoint>
      <property>DISALLOWED</property>
      <description>CJK RADICAL CHOKE..CJK RADICAL C-SIMPLIFIED TURTLE</description>
    </record>
    <record>
      <codepoint>2EF4-2EFF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>2F00-2FD5</codepoint>
      <property>DISALLOWED</property>
      <description>KANGXI RADICAL ONE..KANGXI RADICAL FLUTE</description>
    </record>
    <record>
      <codepoint>2FD6-2FEF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>2FF0-2FFB</codepoint>
      <property>DISALLOWED</property>
      <description>IDEOGRAPHIC DESCRIPTION CHARACTER LEFT TO RIGHT..IDEOGRAPHIC DESCRIPTION CHARACTER OVERLAID</description>
    </record>
    <record>
      <codepoint>2FFC-2FFF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>3000-3004</codepoint>
      <property>DISALLOWED</property>
      <description>IDEOGRAPHIC SPACE..JAPANESE INDUSTRIAL STANDARD SYMBOL</description>
    </record>
    <record>
      <codepoint>3005-3007</codepoint>
      <property>PVALID</property>
      <description>IDEOGRAPHIC ITERATION MARK..IDEOGRAPHIC NUMBER ZERO</description>
    </record>
    <record>
      <codepoint>3008-3029</codepoint>
      <property>DISALLOWED</property>
      <description>LEFT ANGLE BRACKET..HANGZHOU NUMERAL NINE</description>
    </record>
    <record>
      <codepoint>302A-302D</codepoint>
      <property>PVALID</property>
      <description>IDEOGRAPHIC LEVEL TONE MARK..IDEOGRAPHIC ENTERING TONE MARK</description>
    </record>
    <record>
      <codepoint>302E-303B</codepoint>
      <property>DISALLOWED</property>
      <description>HANGUL SINGLE DOT TONE MARK..VERTICAL IDEOGRAPHIC ITERATION MARK</description>
    </record>
    <record>
      <codepoint>303C</codepoint>
      <property>PVALID</property>
      <description>MASU MARK</description>
    </record>
    <record>
      <codepoint>303D-303F</codepoint>
      <property>DISALLOWED</property>
      <description>PART ALTERNATION MARK..IDEOGRAPHIC HALF FILL SPACE</description>
    </record>
    <record>
      <codepoint>3040</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>3041-3096</codepoint>
      <property>PVALID</property>
      <description>HIRAGANA LETTER SMALL A..HIRAGANA LETTER SMALL KE</description>
    </record>
    <record>
      <codepoint>3097-3098</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>3099-309A</codepoint>
      <property>PVALID</property>
      <description>COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK..COMBINING KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK</description>
    </record>
    <record>
      <codepoint>309B-309C</codepoint>
      <property>DISALLOWED</property>
      <description>KATAKANA-HIRAGANA VOICED SOUND MARK..KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK</description>
    </record>
    <record>
      <codepoint>309D-309E</codepoint>
      <property>PVALID</property>
      <description>HIRAGANA ITERATION MARK..HIRAGANA VOICED ITERATION MARK</description>
    </record>
    <record>
      <codepoint>309F-30A0</codepoint>
      <property>DISALLOWED</property>
      <description>HIRAGANA DIGRAPH YORI..KATAKANA-HIRAGANA DOUBLE HYPHEN</description>
    </record>
    <record>
      <codepoint>30A1-30FA</codepoint>
      <property>PVALID</property>
      <description>KATAKANA LETTER SMALL A..KATAKANA LETTER VO</description>
    </record>
    <record>
      <codepoint>30FB</codepoint>
      <property>CONTEXTO</property>
      <description>KATAKANA MIDDLE DOT</description>
    </record>
    <record>
      <codepoint>30FC-30FE</codepoint>
      <property>PVALID</property>
      <description>KATAKANA-HIRAGANA PROLONGED SOUND MARK..KATAKANA VOICED ITERATION MARK</description>
    </record>
    <record>
      <codepoint>30FF</codepoint>
      <property>DISALLOWED</property>
      <description>KATAKANA DIGRAPH KOTO</description>
    </record>
    <record>
      <codepoint>3100-3104</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>3105-312D</codepoint>
      <property>PVALID</property>
      <description>BOPOMOFO LETTER B..BOPOMOFO LETTER IH</description>
    </record>
    <record>
      <codepoint>312E-3130</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>3131-318E</codepoint>
      <property>DISALLOWED</property>
      <description>HANGUL LETTER KIYEOK..HANGUL LETTER ARAEAE</description>
    </record>
    <record>
      <codepoint>318F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>3190-319F</codepoint>
      <property>DISALLOWED</property>
      <description>IDEOGRAPHIC ANNOTATION LINKING MARK..IDEOGRAPHIC ANNOTATION MAN MARK</description>
    </record>
    <record>
      <codepoint>31A0-31BA</codepoint>
      <property>PVALID</property>
      <description>BOPOMOFO LETTER BU..BOPOMOFO LETTER ZY</description>
    </record>
    <record>
      <codepoint>31BB-31BF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>31C0-31E3</codepoint>
      <property>DISALLOWED</property>
      <description>CJK STROKE T..CJK STROKE Q</description>
    </record>
    <record>
      <codepoint>31E4-31EF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>31F0-31FF</codepoint>
      <property>PVALID</property>
      <description>KATAKANA LETTER SMALL KU..KATAKANA LETTER SMALL RO</description>
    </record>
    <record>
      <codepoint>3200-321E</codepoint>
      <property>DISALLOWED</property>
      <description>PARENTHESIZED HANGUL KIYEOK..PARENTHESIZED KOREAN CHARACTER O HU</description>
    </record>
    <record>
      <codepoint>321F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>3220-32FE</codepoint>
      <property>DISALLOWED</property>
      <description>PARENTHESIZED IDEOGRAPH ONE..CIRCLED KATAKANA WO</description>
    </record>
    <record>
      <codepoint>32FF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>3300-33FF</codepoint>
      <property>DISALLOWED</property>
      <description>SQUARE APAATO..SQUARE GAL</description>
    </record>
    <record>
      <codepoint>3400-4DB5</codepoint>
      <property>PVALID</property>
      <description>&lt;CJK IDEOGRAPH EXTENSION A, FIRST&gt;..&lt;CJK IDEOGRAPH EXTENSION A, LAST&gt;</description>
    </record>
    <record>
      <codepoint>4DB6-4DBF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>4DC0-4DFF</codepoint>
      <property>DISALLOWED</property>
      <description>HEXAGRAM FOR THE CREATIVE HEAVEN..HEXAGRAM FOR BEFORE COMPLETION</description>
    </record>
    <record>
      <codepoint>4E00-9FD5</codepoint>
      <property>PVALID</property>
      <description>&lt;CJK IDEOGRAPH, FIRST&gt;..&lt;CJK IDEOGRAPH, LAST&gt;</description>
    </record>
    <record>
      <codepoint>9FD6-9FFF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>A000-A48C</codepoint>
      <property>PVALID</property>
      <description>YI SYLLABLE IT..YI SYLLABLE YYR</description>
    </record>
    <record>
      <codepoint>A48D-A48F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>A490-A4C6</codepoint>
      <property>DISALLOWED</property>
      <description>YI RADICAL QOT..YI RADICAL KE</description>
    </record>
    <record>
      <codepoint>A4C7-A4CF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>A4D0-A4FD</codepoint>
      <property>PVALID</property>
      <description>LISU LETTER BA..LISU LETTER TONE MYA JEU</description>
    </record>
    <record>
      <codepoint>A4FE-A4FF</codepoint>
      <property>DISALLOWED</property>
      <description>LISU PUNCTUATION COMMA..LISU PUNCTUATION FULL STOP</description>
    </record>
    <record>
      <codepoint>A500-A60C</codepoint>
      <property>PVALID</property>
      <description>VAI SYLLABLE EE..VAI SYLLABLE LENGTHENER</description>
    </record>
    <record>
      <codepoint>A60D-A60F</codepoint>
      <property>DISALLOWED</property>
      <description>VAI COMMA..VAI QUESTION MARK</description>
    </record>
    <record>
      <codepoint>A610-A62B</codepoint>
      <property>PVALID</property>
      <description>VAI SYLLABLE NDOLE FA..VAI SYLLABLE NDOLE DO</description>
    </record>
    <record>
      <codepoint>A62C-A63F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>A640</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER ZEMLYA</description>
    </record>
    <record>
      <codepoint>A641</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER ZEMLYA</description>
    </record>
    <record>
      <codepoint>A642</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER DZELO</description>
    </record>
    <record>
      <codepoint>A643</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER DZELO</description>
    </record>
    <record>
      <codepoint>A644</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER REVERSED DZE</description>
    </record>
    <record>
      <codepoint>A645</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER REVERSED DZE</description>
    </record>
    <record>
      <codepoint>A646</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER IOTA</description>
    </record>
    <record>
      <codepoint>A647</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER IOTA</description>
    </record>
    <record>
      <codepoint>A648</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER DJERV</description>
    </record>
    <record>
      <codepoint>A649</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER DJERV</description>
    </record>
    <record>
      <codepoint>A64A</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER MONOGRAPH UK</description>
    </record>
    <record>
      <codepoint>A64B</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER MONOGRAPH UK</description>
    </record>
    <record>
      <codepoint>A64C</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER BROAD OMEGA</description>
    </record>
    <record>
      <codepoint>A64D</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER BROAD OMEGA</description>
    </record>
    <record>
      <codepoint>A64E</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER NEUTRAL YER</description>
    </record>
    <record>
      <codepoint>A64F</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER NEUTRAL YER</description>
    </record>
    <record>
      <codepoint>A650</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER YERU WITH BACK YER</description>
    </record>
    <record>
      <codepoint>A651</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER YERU WITH BACK YER</description>
    </record>
    <record>
      <codepoint>A652</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER IOTIFIED YAT</description>
    </record>
    <record>
      <codepoint>A653</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER IOTIFIED YAT</description>
    </record>
    <record>
      <codepoint>A654</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER REVERSED YU</description>
    </record>
    <record>
      <codepoint>A655</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER REVERSED YU</description>
    </record>
    <record>
      <codepoint>A656</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER IOTIFIED A</description>
    </record>
    <record>
      <codepoint>A657</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER IOTIFIED A</description>
    </record>
    <record>
      <codepoint>A658</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER CLOSED LITTLE YUS</description>
    </record>
    <record>
      <codepoint>A659</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER CLOSED LITTLE YUS</description>
    </record>
    <record>
      <codepoint>A65A</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER BLENDED YUS</description>
    </record>
    <record>
      <codepoint>A65B</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER BLENDED YUS</description>
    </record>
    <record>
      <codepoint>A65C</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER IOTIFIED CLOSED LITTLE YUS</description>
    </record>
    <record>
      <codepoint>A65D</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER IOTIFIED CLOSED LITTLE YUS</description>
    </record>
    <record>
      <codepoint>A65E</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER YN</description>
    </record>
    <record>
      <codepoint>A65F</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER YN</description>
    </record>
    <record>
      <codepoint>A660</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER REVERSED TSE</description>
    </record>
    <record>
      <codepoint>A661</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER REVERSED TSE</description>
    </record>
    <record>
      <codepoint>A662</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER SOFT DE</description>
    </record>
    <record>
      <codepoint>A663</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER SOFT DE</description>
    </record>
    <record>
      <codepoint>A664</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER SOFT EL</description>
    </record>
    <record>
      <codepoint>A665</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER SOFT EL</description>
    </record>
    <record>
      <codepoint>A666</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER SOFT EM</description>
    </record>
    <record>
      <codepoint>A667</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER SOFT EM</description>
    </record>
    <record>
      <codepoint>A668</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER MONOCULAR O</description>
    </record>
    <record>
      <codepoint>A669</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER MONOCULAR O</description>
    </record>
    <record>
      <codepoint>A66A</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER BINOCULAR O</description>
    </record>
    <record>
      <codepoint>A66B</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER BINOCULAR O</description>
    </record>
    <record>
      <codepoint>A66C</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER DOUBLE MONOCULAR O</description>
    </record>
    <record>
      <codepoint>A66D-A66F</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER DOUBLE MONOCULAR O..COMBINING CYRILLIC VZMET</description>
    </record>
    <record>
      <codepoint>A670-A673</codepoint>
      <property>DISALLOWED</property>
      <description>COMBINING CYRILLIC TEN MILLIONS SIGN..SLAVONIC ASTERISK</description>
    </record>
    <record>
      <codepoint>A674-A67D</codepoint>
      <property>PVALID</property>
      <description>COMBINING CYRILLIC LETTER UKRAINIAN IE..COMBINING CYRILLIC PAYEROK</description>
    </record>
    <record>
      <codepoint>A67E</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC KAVYKA</description>
    </record>
    <record>
      <codepoint>A67F</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC PAYEROK</description>
    </record>
    <record>
      <codepoint>A680</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER DWE</description>
    </record>
    <record>
      <codepoint>A681</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER DWE</description>
    </record>
    <record>
      <codepoint>A682</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER DZWE</description>
    </record>
    <record>
      <codepoint>A683</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER DZWE</description>
    </record>
    <record>
      <codepoint>A684</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER ZHWE</description>
    </record>
    <record>
      <codepoint>A685</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER ZHWE</description>
    </record>
    <record>
      <codepoint>A686</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER CCHE</description>
    </record>
    <record>
      <codepoint>A687</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER CCHE</description>
    </record>
    <record>
      <codepoint>A688</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER DZZE</description>
    </record>
    <record>
      <codepoint>A689</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER DZZE</description>
    </record>
    <record>
      <codepoint>A68A</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER TE WITH MIDDLE HOOK</description>
    </record>
    <record>
      <codepoint>A68B</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER TE WITH MIDDLE HOOK</description>
    </record>
    <record>
      <codepoint>A68C</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER TWE</description>
    </record>
    <record>
      <codepoint>A68D</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER TWE</description>
    </record>
    <record>
      <codepoint>A68E</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER TSWE</description>
    </record>
    <record>
      <codepoint>A68F</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER TSWE</description>
    </record>
    <record>
      <codepoint>A690</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER TSSE</description>
    </record>
    <record>
      <codepoint>A691</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER TSSE</description>
    </record>
    <record>
      <codepoint>A692</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER TCHE</description>
    </record>
    <record>
      <codepoint>A693</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER TCHE</description>
    </record>
    <record>
      <codepoint>A694</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER HWE</description>
    </record>
    <record>
      <codepoint>A695</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER HWE</description>
    </record>
    <record>
      <codepoint>A696</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER SHWE</description>
    </record>
    <record>
      <codepoint>A697</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER SHWE</description>
    </record>
    <record>
      <codepoint>A698</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER DOUBLE O</description>
    </record>
    <record>
      <codepoint>A699</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER DOUBLE O</description>
    </record>
    <record>
      <codepoint>A69A</codepoint>
      <property>DISALLOWED</property>
      <description>CYRILLIC CAPITAL LETTER CROSSED O</description>
    </record>
    <record>
      <codepoint>A69B</codepoint>
      <property>PVALID</property>
      <description>CYRILLIC SMALL LETTER CROSSED O</description>
    </record>
    <record>
      <codepoint>A69C-A69D</codepoint>
      <property>DISALLOWED</property>
      <description>MODIFIER LETTER CYRILLIC HARD SIGN..MODIFIER LETTER CYRILLIC SOFT SIGN</description>
    </record>
    <record>
      <codepoint>A69E-A6E5</codepoint>
      <property>PVALID</property>
      <description>COMBINING CYRILLIC LETTER EF..BAMUM LETTER KI</description>
    </record>
    <record>
      <codepoint>A6E6-A6EF</codepoint>
      <property>DISALLOWED</property>
      <description>BAMUM LETTER MO..BAMUM LETTER KOGHOM</description>
    </record>
    <record>
      <codepoint>A6F0-A6F1</codepoint>
      <property>PVALID</property>
      <description>BAMUM COMBINING MARK KOQNDON..BAMUM COMBINING MARK TUKWENTIS</description>
    </record>
    <record>
      <codepoint>A6F2-A6F7</codepoint>
      <property>DISALLOWED</property>
      <description>BAMUM NJAEMLI..BAMUM QUESTION MARK</description>
    </record>
    <record>
      <codepoint>A6F8-A6FF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>A700-A716</codepoint>
      <property>DISALLOWED</property>
      <description>MODIFIER LETTER CHINESE TONE YIN PING..MODIFIER LETTER EXTRA-LOW LEFT-STEM TONE BAR</description>
    </record>
    <record>
      <codepoint>A717-A71F</codepoint>
      <property>PVALID</property>
      <description>MODIFIER LETTER DOT VERTICAL BAR..MODIFIER LETTER LOW INVERTED EXCLAMATION MARK</description>
    </record>
    <record>
      <codepoint>A720-A722</codepoint>
      <property>DISALLOWED</property>
      <description>MODIFIER LETTER STRESS AND HIGH TONE..LATIN CAPITAL LETTER EGYPTOLOGICAL ALEF</description>
    </record>
    <record>
      <codepoint>A723</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER EGYPTOLOGICAL ALEF</description>
    </record>
    <record>
      <codepoint>A724</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER EGYPTOLOGICAL AIN</description>
    </record>
    <record>
      <codepoint>A725</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER EGYPTOLOGICAL AIN</description>
    </record>
    <record>
      <codepoint>A726</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER HENG</description>
    </record>
    <record>
      <codepoint>A727</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER HENG</description>
    </record>
    <record>
      <codepoint>A728</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER TZ</description>
    </record>
    <record>
      <codepoint>A729</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER TZ</description>
    </record>
    <record>
      <codepoint>A72A</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER TRESILLO</description>
    </record>
    <record>
      <codepoint>A72B</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER TRESILLO</description>
    </record>
    <record>
      <codepoint>A72C</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER CUATRILLO</description>
    </record>
    <record>
      <codepoint>A72D</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER CUATRILLO</description>
    </record>
    <record>
      <codepoint>A72E</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER CUATRILLO WITH COMMA</description>
    </record>
    <record>
      <codepoint>A72F-A731</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER CUATRILLO WITH COMMA..LATIN LETTER SMALL CAPITAL S</description>
    </record>
    <record>
      <codepoint>A732</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER AA</description>
    </record>
    <record>
      <codepoint>A733</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER AA</description>
    </record>
    <record>
      <codepoint>A734</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER AO</description>
    </record>
    <record>
      <codepoint>A735</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER AO</description>
    </record>
    <record>
      <codepoint>A736</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER AU</description>
    </record>
    <record>
      <codepoint>A737</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER AU</description>
    </record>
    <record>
      <codepoint>A738</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER AV</description>
    </record>
    <record>
      <codepoint>A739</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER AV</description>
    </record>
    <record>
      <codepoint>A73A</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER AV WITH HORIZONTAL BAR</description>
    </record>
    <record>
      <codepoint>A73B</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER AV WITH HORIZONTAL BAR</description>
    </record>
    <record>
      <codepoint>A73C</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER AY</description>
    </record>
    <record>
      <codepoint>A73D</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER AY</description>
    </record>
    <record>
      <codepoint>A73E</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER REVERSED C WITH DOT</description>
    </record>
    <record>
      <codepoint>A73F</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER REVERSED C WITH DOT</description>
    </record>
    <record>
      <codepoint>A740</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER K WITH STROKE</description>
    </record>
    <record>
      <codepoint>A741</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER K WITH STROKE</description>
    </record>
    <record>
      <codepoint>A742</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER K WITH DIAGONAL STROKE</description>
    </record>
    <record>
      <codepoint>A743</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER K WITH DIAGONAL STROKE</description>
    </record>
    <record>
      <codepoint>A744</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER K WITH STROKE AND DIAGONAL STROKE</description>
    </record>
    <record>
      <codepoint>A745</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER K WITH STROKE AND DIAGONAL STROKE</description>
    </record>
    <record>
      <codepoint>A746</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER BROKEN L</description>
    </record>
    <record>
      <codepoint>A747</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER BROKEN L</description>
    </record>
    <record>
      <codepoint>A748</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER L WITH HIGH STROKE</description>
    </record>
    <record>
      <codepoint>A749</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER L WITH HIGH STROKE</description>
    </record>
    <record>
      <codepoint>A74A</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER O WITH LONG STROKE OVERLAY</description>
    </record>
    <record>
      <codepoint>A74B</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER O WITH LONG STROKE OVERLAY</description>
    </record>
    <record>
      <codepoint>A74C</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER O WITH LOOP</description>
    </record>
    <record>
      <codepoint>A74D</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER O WITH LOOP</description>
    </record>
    <record>
      <codepoint>A74E</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER OO</description>
    </record>
    <record>
      <codepoint>A74F</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER OO</description>
    </record>
    <record>
      <codepoint>A750</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER P WITH STROKE THROUGH DESCENDER</description>
    </record>
    <record>
      <codepoint>A751</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER P WITH STROKE THROUGH DESCENDER</description>
    </record>
    <record>
      <codepoint>A752</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER P WITH FLOURISH</description>
    </record>
    <record>
      <codepoint>A753</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER P WITH FLOURISH</description>
    </record>
    <record>
      <codepoint>A754</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER P WITH SQUIRREL TAIL</description>
    </record>
    <record>
      <codepoint>A755</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER P WITH SQUIRREL TAIL</description>
    </record>
    <record>
      <codepoint>A756</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER Q WITH STROKE THROUGH DESCENDER</description>
    </record>
    <record>
      <codepoint>A757</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER Q WITH STROKE THROUGH DESCENDER</description>
    </record>
    <record>
      <codepoint>A758</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER Q WITH DIAGONAL STROKE</description>
    </record>
    <record>
      <codepoint>A759</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER Q WITH DIAGONAL STROKE</description>
    </record>
    <record>
      <codepoint>A75A</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER R ROTUNDA</description>
    </record>
    <record>
      <codepoint>A75B</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER R ROTUNDA</description>
    </record>
    <record>
      <codepoint>A75C</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER RUM ROTUNDA</description>
    </record>
    <record>
      <codepoint>A75D</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER RUM ROTUNDA</description>
    </record>
    <record>
      <codepoint>A75E</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER V WITH DIAGONAL STROKE</description>
    </record>
    <record>
      <codepoint>A75F</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER V WITH DIAGONAL STROKE</description>
    </record>
    <record>
      <codepoint>A760</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER VY</description>
    </record>
    <record>
      <codepoint>A761</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER VY</description>
    </record>
    <record>
      <codepoint>A762</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER VISIGOTHIC Z</description>
    </record>
    <record>
      <codepoint>A763</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER VISIGOTHIC Z</description>
    </record>
    <record>
      <codepoint>A764</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER THORN WITH STROKE</description>
    </record>
    <record>
      <codepoint>A765</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER THORN WITH STROKE</description>
    </record>
    <record>
      <codepoint>A766</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER THORN WITH STROKE THROUGH DESCENDER</description>
    </record>
    <record>
      <codepoint>A767</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER THORN WITH STROKE THROUGH DESCENDER</description>
    </record>
    <record>
      <codepoint>A768</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER VEND</description>
    </record>
    <record>
      <codepoint>A769</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER VEND</description>
    </record>
    <record>
      <codepoint>A76A</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER ET</description>
    </record>
    <record>
      <codepoint>A76B</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER ET</description>
    </record>
    <record>
      <codepoint>A76C</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER IS</description>
    </record>
    <record>
      <codepoint>A76D</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER IS</description>
    </record>
    <record>
      <codepoint>A76E</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER CON</description>
    </record>
    <record>
      <codepoint>A76F</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER CON</description>
    </record>
    <record>
      <codepoint>A770</codepoint>
      <property>DISALLOWED</property>
      <description>MODIFIER LETTER US</description>
    </record>
    <record>
      <codepoint>A771-A778</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER DUM..LATIN SMALL LETTER UM</description>
    </record>
    <record>
      <codepoint>A779</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER INSULAR D</description>
    </record>
    <record>
      <codepoint>A77A</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER INSULAR D</description>
    </record>
    <record>
      <codepoint>A77B</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER INSULAR F</description>
    </record>
    <record>
      <codepoint>A77C</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER INSULAR F</description>
    </record>
    <record>
      <codepoint>A77D-A77E</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER INSULAR G..LATIN CAPITAL LETTER TURNED INSULAR G</description>
    </record>
    <record>
      <codepoint>A77F</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER TURNED INSULAR G</description>
    </record>
    <record>
      <codepoint>A780</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER TURNED L</description>
    </record>
    <record>
      <codepoint>A781</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER TURNED L</description>
    </record>
    <record>
      <codepoint>A782</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER INSULAR R</description>
    </record>
    <record>
      <codepoint>A783</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER INSULAR R</description>
    </record>
    <record>
      <codepoint>A784</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER INSULAR S</description>
    </record>
    <record>
      <codepoint>A785</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER INSULAR S</description>
    </record>
    <record>
      <codepoint>A786</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER INSULAR T</description>
    </record>
    <record>
      <codepoint>A787-A788</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER INSULAR T..MODIFIER LETTER LOW CIRCUMFLEX ACCENT</description>
    </record>
    <record>
      <codepoint>A789-A78B</codepoint>
      <property>DISALLOWED</property>
      <description>MODIFIER LETTER COLON..LATIN CAPITAL LETTER SALTILLO</description>
    </record>
    <record>
      <codepoint>A78C</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER SALTILLO</description>
    </record>
    <record>
      <codepoint>A78D</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER TURNED H</description>
    </record>
    <record>
      <codepoint>A78E-A78F</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER L WITH RETROFLEX HOOK AND BELT..LATIN LETTER SINOLOGICAL DOT</description>
    </record>
    <record>
      <codepoint>A790</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER N WITH DESCENDER</description>
    </record>
    <record>
      <codepoint>A791</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER N WITH DESCENDER</description>
    </record>
    <record>
      <codepoint>A792</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER C WITH BAR</description>
    </record>
    <record>
      <codepoint>A793-A795</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER C WITH BAR..LATIN SMALL LETTER H WITH PALATAL HOOK</description>
    </record>
    <record>
      <codepoint>A796</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER B WITH FLOURISH</description>
    </record>
    <record>
      <codepoint>A797</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER B WITH FLOURISH</description>
    </record>
    <record>
      <codepoint>A798</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER F WITH STROKE</description>
    </record>
    <record>
      <codepoint>A799</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER F WITH STROKE</description>
    </record>
    <record>
      <codepoint>A79A</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER VOLAPUK AE</description>
    </record>
    <record>
      <codepoint>A79B</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER VOLAPUK AE</description>
    </record>
    <record>
      <codepoint>A79C</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER VOLAPUK OE</description>
    </record>
    <record>
      <codepoint>A79D</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER VOLAPUK OE</description>
    </record>
    <record>
      <codepoint>A79E</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER VOLAPUK UE</description>
    </record>
    <record>
      <codepoint>A79F</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER VOLAPUK UE</description>
    </record>
    <record>
      <codepoint>A7A0</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER G WITH OBLIQUE STROKE</description>
    </record>
    <record>
      <codepoint>A7A1</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER G WITH OBLIQUE STROKE</description>
    </record>
    <record>
      <codepoint>A7A2</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER K WITH OBLIQUE STROKE</description>
    </record>
    <record>
      <codepoint>A7A3</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER K WITH OBLIQUE STROKE</description>
    </record>
    <record>
      <codepoint>A7A4</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER N WITH OBLIQUE STROKE</description>
    </record>
    <record>
      <codepoint>A7A5</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER N WITH OBLIQUE STROKE</description>
    </record>
    <record>
      <codepoint>A7A6</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER R WITH OBLIQUE STROKE</description>
    </record>
    <record>
      <codepoint>A7A7</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER R WITH OBLIQUE STROKE</description>
    </record>
    <record>
      <codepoint>A7A8</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER S WITH OBLIQUE STROKE</description>
    </record>
    <record>
      <codepoint>A7A9</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER S WITH OBLIQUE STROKE</description>
    </record>
    <record>
      <codepoint>A7AA-A7AD</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER H WITH HOOK..LATIN CAPITAL LETTER L WITH BELT</description>
    </record>
    <record>
      <codepoint>A7AE-A7AF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>A7B0-A7B4</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER TURNED K..LATIN CAPITAL LETTER BETA</description>
    </record>
    <record>
      <codepoint>A7B5</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER BETA</description>
    </record>
    <record>
      <codepoint>A7B6</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN CAPITAL LETTER OMEGA</description>
    </record>
    <record>
      <codepoint>A7B7</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER OMEGA</description>
    </record>
    <record>
      <codepoint>A7B8-A7F6</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>A7F7</codepoint>
      <property>PVALID</property>
      <description>LATIN EPIGRAPHIC LETTER SIDEWAYS I</description>
    </record>
    <record>
      <codepoint>A7F8-A7F9</codepoint>
      <property>DISALLOWED</property>
      <description>MODIFIER LETTER CAPITAL H WITH STROKE..MODIFIER LETTER SMALL LIGATURE OE</description>
    </record>
    <record>
      <codepoint>A7FA-A827</codepoint>
      <property>PVALID</property>
      <description>LATIN LETTER SMALL CAPITAL TURNED M..SYLOTI NAGRI VOWEL SIGN OO</description>
    </record>
    <record>
      <codepoint>A828-A82B</codepoint>
      <property>DISALLOWED</property>
      <description>SYLOTI NAGRI POETRY MARK-1..SYLOTI NAGRI POETRY MARK-4</description>
    </record>
    <record>
      <codepoint>A82C-A82F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>A830-A839</codepoint>
      <property>DISALLOWED</property>
      <description>NORTH INDIC FRACTION ONE QUARTER..NORTH INDIC QUANTITY MARK</description>
    </record>
    <record>
      <codepoint>A83A-A83F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>A840-A873</codepoint>
      <property>PVALID</property>
      <description>PHAGS-PA LETTER KA..PHAGS-PA LETTER CANDRABINDU</description>
    </record>
    <record>
      <codepoint>A874-A877</codepoint>
      <property>DISALLOWED</property>
      <description>PHAGS-PA SINGLE HEAD MARK..PHAGS-PA MARK DOUBLE SHAD</description>
    </record>
    <record>
      <codepoint>A878-A87F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>A880-A8C4</codepoint>
      <property>PVALID</property>
      <description>SAURASHTRA SIGN ANUSVARA..SAURASHTRA SIGN VIRAMA</description>
    </record>
    <record>
      <codepoint>A8C5-A8CD</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>A8CE-A8CF</codepoint>
      <property>DISALLOWED</property>
      <description>SAURASHTRA DANDA..SAURASHTRA DOUBLE DANDA</description>
    </record>
    <record>
      <codepoint>A8D0-A8D9</codepoint>
      <property>PVALID</property>
      <description>SAURASHTRA DIGIT ZERO..SAURASHTRA DIGIT NINE</description>
    </record>
    <record>
      <codepoint>A8DA-A8DF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>A8E0-A8F7</codepoint>
      <property>PVALID</property>
      <description>COMBINING DEVANAGARI DIGIT ZERO..DEVANAGARI SIGN CANDRABINDU AVAGRAHA</description>
    </record>
    <record>
      <codepoint>A8F8-A8FA</codepoint>
      <property>DISALLOWED</property>
      <description>DEVANAGARI SIGN PUSHPIKA..DEVANAGARI CARET</description>
    </record>
    <record>
      <codepoint>A8FB</codepoint>
      <property>PVALID</property>
      <description>DEVANAGARI HEADSTROKE</description>
    </record>
    <record>
      <codepoint>A8FC</codepoint>
      <property>DISALLOWED</property>
      <description>DEVANAGARI SIGN SIDDHAM</description>
    </record>
    <record>
      <codepoint>A8FD</codepoint>
      <property>PVALID</property>
      <description>DEVANAGARI JAIN OM</description>
    </record>
    <record>
      <codepoint>A8FE-A8FF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>A900-A92D</codepoint>
      <property>PVALID</property>
      <description>KAYAH LI DIGIT ZERO..KAYAH LI TONE CALYA PLOPHU</description>
    </record>
    <record>
      <codepoint>A92E-A92F</codepoint>
      <property>DISALLOWED</property>
      <description>KAYAH LI SIGN CWI..KAYAH LI SIGN SHYA</description>
    </record>
    <record>
      <codepoint>A930-A953</codepoint>
      <property>PVALID</property>
      <description>REJANG LETTER KA..REJANG VIRAMA</description>
    </record>
    <record>
      <codepoint>A954-A95E</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>A95F-A97C</codepoint>
      <property>DISALLOWED</property>
      <description>REJANG SECTION MARK..HANGUL CHOSEONG SSANGYEORINHIEUH</description>
    </record>
    <record>
      <codepoint>A97D-A97F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>A980-A9C0</codepoint>
      <property>PVALID</property>
      <description>JAVANESE SIGN PANYANGGA..JAVANESE PANGKON</description>
    </record>
    <record>
      <codepoint>A9C1-A9CD</codepoint>
      <property>DISALLOWED</property>
      <description>JAVANESE LEFT RERENGGAN..JAVANESE TURNED PADA PISELEH</description>
    </record>
    <record>
      <codepoint>A9CE</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>A9CF-A9D9</codepoint>
      <property>PVALID</property>
      <description>JAVANESE PANGRANGKEP..JAVANESE DIGIT NINE</description>
    </record>
    <record>
      <codepoint>A9DA-A9DD</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>A9DE-A9DF</codepoint>
      <property>DISALLOWED</property>
      <description>JAVANESE PADA TIRTA TUMETES..JAVANESE PADA ISEN-ISEN</description>
    </record>
    <record>
      <codepoint>A9E0-A9FE</codepoint>
      <property>PVALID</property>
      <description>MYANMAR LETTER SHAN GHA..MYANMAR LETTER TAI LAING BHA</description>
    </record>
    <record>
      <codepoint>A9FF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>AA00-AA36</codepoint>
      <property>PVALID</property>
      <description>CHAM LETTER A..CHAM CONSONANT SIGN WA</description>
    </record>
    <record>
      <codepoint>AA37-AA3F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>AA40-AA4D</codepoint>
      <property>PVALID</property>
      <description>CHAM LETTER FINAL K..CHAM CONSONANT SIGN FINAL H</description>
    </record>
    <record>
      <codepoint>AA4E-AA4F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>AA50-AA59</codepoint>
      <property>PVALID</property>
      <description>CHAM DIGIT ZERO..CHAM DIGIT NINE</description>
    </record>
    <record>
      <codepoint>AA5A-AA5B</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>AA5C-AA5F</codepoint>
      <property>DISALLOWED</property>
      <description>CHAM PUNCTUATION SPIRAL..CHAM PUNCTUATION TRIPLE DANDA</description>
    </record>
    <record>
      <codepoint>AA60-AA76</codepoint>
      <property>PVALID</property>
      <description>MYANMAR LETTER KHAMTI GA..MYANMAR LOGOGRAM KHAMTI HM</description>
    </record>
    <record>
      <codepoint>AA77-AA79</codepoint>
      <property>DISALLOWED</property>
      <description>MYANMAR SYMBOL AITON EXCLAMATION..MYANMAR SYMBOL AITON TWO</description>
    </record>
    <record>
      <codepoint>AA7A-AAC2</codepoint>
      <property>PVALID</property>
      <description>MYANMAR LETTER AITON RA..TAI VIET TONE MAI SONG</description>
    </record>
    <record>
      <codepoint>AAC3-AADA</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>AADB-AADD</codepoint>
      <property>PVALID</property>
      <description>TAI VIET SYMBOL KON..TAI VIET SYMBOL SAM</description>
    </record>
    <record>
      <codepoint>AADE-AADF</codepoint>
      <property>DISALLOWED</property>
      <description>TAI VIET SYMBOL HO HOI..TAI VIET SYMBOL KOI KOI</description>
    </record>
    <record>
      <codepoint>AAE0-AAEF</codepoint>
      <property>PVALID</property>
      <description>MEETEI MAYEK LETTER E..MEETEI MAYEK VOWEL SIGN AAU</description>
    </record>
    <record>
      <codepoint>AAF0-AAF1</codepoint>
      <property>DISALLOWED</property>
      <description>MEETEI MAYEK CHEIKHAN..MEETEI MAYEK AHANG KHUDAM</description>
    </record>
    <record>
      <codepoint>AAF2-AAF6</codepoint>
      <property>PVALID</property>
      <description>MEETEI MAYEK ANJI..MEETEI MAYEK VIRAMA</description>
    </record>
    <record>
      <codepoint>AAF7-AB00</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>AB01-AB06</codepoint>
      <property>PVALID</property>
      <description>ETHIOPIC SYLLABLE TTHU..ETHIOPIC SYLLABLE TTHO</description>
    </record>
    <record>
      <codepoint>AB07-AB08</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>AB09-AB0E</codepoint>
      <property>PVALID</property>
      <description>ETHIOPIC SYLLABLE DDHU..ETHIOPIC SYLLABLE DDHO</description>
    </record>
    <record>
      <codepoint>AB0F-AB10</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>AB11-AB16</codepoint>
      <property>PVALID</property>
      <description>ETHIOPIC SYLLABLE DZU..ETHIOPIC SYLLABLE DZO</description>
    </record>
    <record>
      <codepoint>AB17-AB1F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>AB20-AB26</codepoint>
      <property>PVALID</property>
      <description>ETHIOPIC SYLLABLE CCHHA..ETHIOPIC SYLLABLE CCHHO</description>
    </record>
    <record>
      <codepoint>AB27</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>AB28-AB2E</codepoint>
      <property>PVALID</property>
      <description>ETHIOPIC SYLLABLE BBA..ETHIOPIC SYLLABLE BBO</description>
    </record>
    <record>
      <codepoint>AB2F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>AB30-AB5A</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER BARRED ALPHA..LATIN SMALL LETTER Y WITH SHORT RIGHT LEG</description>
    </record>
    <record>
      <codepoint>AB5B-AB5F</codepoint>
      <property>DISALLOWED</property>
      <description>MODIFIER BREVE WITH INVERTED BREVE..MODIFIER LETTER SMALL U WITH LEFT HOOK</description>
    </record>
    <record>
      <codepoint>AB60-AB65</codepoint>
      <property>PVALID</property>
      <description>LATIN SMALL LETTER SAKHA YAT..GREEK LETTER SMALL CAPITAL OMEGA</description>
    </record>
    <record>
      <codepoint>AB66-AB6F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>AB70-ABBF</codepoint>
      <property>DISALLOWED</property>
      <description>CHEROKEE SMALL LETTER A..CHEROKEE SMALL LETTER YA</description>
    </record>
    <record>
      <codepoint>ABC0-ABEA</codepoint>
      <property>PVALID</property>
      <description>MEETEI MAYEK LETTER KOK..MEETEI MAYEK VOWEL SIGN NUNG</description>
    </record>
    <record>
      <codepoint>ABEB</codepoint>
      <property>DISALLOWED</property>
      <description>MEETEI MAYEK CHEIKHEI</description>
    </record>
    <record>
      <codepoint>ABEC-ABED</codepoint>
      <property>PVALID</property>
      <description>MEETEI MAYEK LUM IYEK..MEETEI MAYEK APUN IYEK</description>
    </record>
    <record>
      <codepoint>ABEE-ABEF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>ABF0-ABF9</codepoint>
      <property>PVALID</property>
      <description>MEETEI MAYEK DIGIT ZERO..MEETEI MAYEK DIGIT NINE</description>
    </record>
    <record>
      <codepoint>ABFA-ABFF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>AC00-D7A3</codepoint>
      <property>PVALID</property>
      <description>&lt;HANGUL SYLLABLE, FIRST&gt;..&lt;HANGUL SYLLABLE, LAST&gt;</description>
    </record>
    <record>
      <codepoint>D7A4-D7AF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>D7B0-D7C6</codepoint>
      <property>DISALLOWED</property>
      <description>HANGUL JUNGSEONG O-YEO..HANGUL JUNGSEONG ARAEA-E</description>
    </record>
    <record>
      <codepoint>D7C7-D7CA</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>D7CB-D7FB</codepoint>
      <property>DISALLOWED</property>
      <description>HANGUL JONGSEONG NIEUN-RIEUL..HANGUL JONGSEONG PHIEUPH-THIEUTH</description>
    </record>
    <record>
      <codepoint>D7FC-D7FF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>D800-FA0D</codepoint>
      <property>DISALLOWED</property>
      <description>&lt;NON PRIVATE USE HIGH SURROGATE, FIRST&gt;..CJK COMPATIBILITY IDEOGRAPH-FA0D</description>
    </record>
    <record>
      <codepoint>FA0E-FA0F</codepoint>
      <property>PVALID</property>
      <description>CJK COMPATIBILITY IDEOGRAPH-FA0E..CJK COMPATIBILITY IDEOGRAPH-FA0F</description>
    </record>
    <record>
      <codepoint>FA10</codepoint>
      <property>DISALLOWED</property>
      <description>CJK COMPATIBILITY IDEOGRAPH-FA10</description>
    </record>
    <record>
      <codepoint>FA11</codepoint>
      <property>PVALID</property>
      <description>CJK COMPATIBILITY IDEOGRAPH-FA11</description>
    </record>
    <record>
      <codepoint>FA12</codepoint>
      <property>DISALLOWED</property>
      <description>CJK COMPATIBILITY IDEOGRAPH-FA12</description>
    </record>
    <record>
      <codepoint>FA13-FA14</codepoint>
      <property>PVALID</property>
      <description>CJK COMPATIBILITY IDEOGRAPH-FA13..CJK COMPATIBILITY IDEOGRAPH-FA14</description>
    </record>
    <record>
      <codepoint>FA15-FA1E</codepoint>
      <property>DISALLOWED</property>
      <description>CJK COMPATIBILITY IDEOGRAPH-FA15..CJK COMPATIBILITY IDEOGRAPH-FA1E</description>
    </record>
    <record>
      <codepoint>FA1F</codepoint>
      <property>PVALID</property>
      <description>CJK COMPATIBILITY IDEOGRAPH-FA1F</description>
    </record>
    <record>
      <codepoint>FA20</codepoint>
      <property>DISALLOWED</property>
      <description>CJK COMPATIBILITY IDEOGRAPH-FA20</description>
    </record>
    <record>
      <codepoint>FA21</codepoint>
      <property>PVALID</property>
      <description>CJK COMPATIBILITY IDEOGRAPH-FA21</description>
    </record>
    <record>
      <codepoint>FA22</codepoint>
      <property>DISALLOWED</property>
      <description>CJK COMPATIBILITY IDEOGRAPH-FA22</description>
    </record>
    <record>
      <codepoint>FA23-FA24</codepoint>
      <property>PVALID</property>
      <description>CJK COMPATIBILITY IDEOGRAPH-FA23..CJK COMPATIBILITY IDEOGRAPH-FA24</description>
    </record>
    <record>
      <codepoint>FA25-FA26</codepoint>
      <property>DISALLOWED</property>
      <description>CJK COMPATIBILITY IDEOGRAPH-FA25..CJK COMPATIBILITY IDEOGRAPH-FA26</description>
    </record>
    <record>
      <codepoint>FA27-FA29</codepoint>
      <property>PVALID</property>
      <description>CJK COMPATIBILITY IDEOGRAPH-FA27..CJK COMPATIBILITY IDEOGRAPH-FA29</description>
    </record>
    <record>
      <codepoint>FA2A-FA6D</codepoint>
      <property>DISALLOWED</property>
      <description>CJK COMPATIBILITY IDEOGRAPH-FA2A..CJK COMPATIBILITY IDEOGRAPH-FA6D</description>
    </record>
    <record>
      <codepoint>FA6E-FA6F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>FA70-FAD9</codepoint>
      <property>DISALLOWED</property>
      <description>CJK COMPATIBILITY IDEOGRAPH-FA70..CJK COMPATIBILITY IDEOGRAPH-FAD9</description>
    </record>
    <record>
      <codepoint>FADA-FAFF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>FB00-FB06</codepoint>
      <property>DISALLOWED</property>
      <description>LATIN SMALL LIGATURE FF..LATIN SMALL LIGATURE ST</description>
    </record>
    <record>
      <codepoint>FB07-FB12</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>FB13-FB17</codepoint>
      <property>DISALLOWED</property>
      <description>ARMENIAN SMALL LIGATURE MEN NOW..ARMENIAN SMALL LIGATURE MEN XEH</description>
    </record>
    <record>
      <codepoint>FB18-FB1C</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>FB1D</codepoint>
      <property>DISALLOWED</property>
      <description>HEBREW LETTER YOD WITH HIRIQ</description>
    </record>
    <record>
      <codepoint>FB1E</codepoint>
      <property>PVALID</property>
      <description>HEBREW POINT JUDEO-SPANISH VARIKA</description>
    </record>
    <record>
      <codepoint>FB1F-FB36</codepoint>
      <property>DISALLOWED</property>
      <description>HEBREW LIGATURE YIDDISH YOD YOD PATAH..HEBREW LETTER ZAYIN WITH DAGESH</description>
    </record>
    <record>
      <codepoint>FB37</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>FB38-FB3C</codepoint>
      <property>DISALLOWED</property>
      <description>HEBREW LETTER TET WITH DAGESH..HEBREW LETTER LAMED WITH DAGESH</description>
    </record>
    <record>
      <codepoint>FB3D</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>FB3E</codepoint>
      <property>DISALLOWED</property>
      <description>HEBREW LETTER MEM WITH DAGESH</description>
    </record>
    <record>
      <codepoint>FB3F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>FB40-FB41</codepoint>
      <property>DISALLOWED</property>
      <description>HEBREW LETTER NUN WITH DAGESH..HEBREW LETTER SAMEKH WITH DAGESH</description>
    </record>
    <record>
      <codepoint>FB42</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>FB43-FB44</codepoint>
      <property>DISALLOWED</property>
      <description>HEBREW LETTER FINAL PE WITH DAGESH..HEBREW LETTER PE WITH DAGESH</description>
    </record>
    <record>
      <codepoint>FB45</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>FB46-FBC1</codepoint>
      <property>DISALLOWED</property>
      <description>HEBREW LETTER TSADI WITH DAGESH..ARABIC SYMBOL SMALL TAH BELOW</description>
    </record>
    <record>
      <codepoint>FBC2-FBD2</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>FBD3-FD3F</codepoint>
      <property>DISALLOWED</property>
      <description>ARABIC LETTER NG ISOLATED FORM..ORNATE RIGHT PARENTHESIS</description>
    </record>
    <record>
      <codepoint>FD40-FD4F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>FD50-FD8F</codepoint>
      <property>DISALLOWED</property>
      <description>ARABIC LIGATURE TEH WITH JEEM WITH MEEM INITIAL FORM..ARABIC LIGATURE MEEM WITH KHAH WITH MEEM INITIAL FORM</description>
    </record>
    <record>
      <codepoint>FD90-FD91</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>FD92-FDC7</codepoint>
      <property>DISALLOWED</property>
      <description>ARABIC LIGATURE MEEM WITH JEEM WITH KHAH INITIAL FORM..ARABIC LIGATURE NOON WITH JEEM WITH YEH FINAL FORM</description>
    </record>
    <record>
      <codepoint>FDC8-FDCF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>FDD0-FDFD</codepoint>
      <property>DISALLOWED</property>
      <description>&lt;NOT A CHARACTER&gt;..ARABIC LIGATURE BISMILLAH AR-RAHMAN AR-RAHEEM</description>
    </record>
    <record>
      <codepoint>FDFE-FDFF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>FE00-FE19</codepoint>
      <property>DISALLOWED</property>
      <description>VARIATION SELECTOR-1..PRESENTATION FORM FOR VERTICAL HORIZONTAL ELLIPSIS</description>
    </record>
    <record>
      <codepoint>FE1A-FE1F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>FE20-FE2F</codepoint>
      <property>PVALID</property>
      <description>COMBINING LIGATURE LEFT HALF..COMBINING CYRILLIC TITLO RIGHT HALF</description>
    </record>
    <record>
      <codepoint>FE30-FE52</codepoint>
      <property>DISALLOWED</property>
      <description>PRESENTATION FORM FOR VERTICAL TWO DOT LEADER..SMALL FULL STOP</description>
    </record>
    <record>
      <codepoint>FE53</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>FE54-FE66</codepoint>
      <property>DISALLOWED</property>
      <description>SMALL SEMICOLON..SMALL EQUALS SIGN</description>
    </record>
    <record>
      <codepoint>FE67</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>FE68-FE6B</codepoint>
      <property>DISALLOWED</property>
      <description>SMALL REVERSE SOLIDUS..SMALL COMMERCIAL AT</description>
    </record>
    <record>
      <codepoint>FE6C-FE6F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>FE70-FE72</codepoint>
      <property>DISALLOWED</property>
      <description>ARABIC FATHATAN ISOLATED FORM..ARABIC DAMMATAN ISOLATED FORM</description>
    </record>
    <record>
      <codepoint>FE73</codepoint>
      <property>PVALID</property>
      <description>ARABIC TAIL FRAGMENT</description>
    </record>
    <record>
      <codepoint>FE74</codepoint>
      <property>DISALLOWED</property>
      <description>ARABIC KASRATAN ISOLATED FORM</description>
    </record>
    <record>
      <codepoint>FE75</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>FE76-FEFC</codepoint>
      <property>DISALLOWED</property>
      <description>ARABIC FATHA ISOLATED FORM..ARABIC LIGATURE LAM WITH ALEF FINAL FORM</description>
    </record>
    <record>
      <codepoint>FEFD-FEFE</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>FEFF</codepoint>
      <property>DISALLOWED</property>
      <description>ZERO WIDTH NO-BREAK SPACE</description>
    </record>
    <record>
      <codepoint>FF00</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>FF01-FFBE</codepoint>
      <property>DISALLOWED</property>
      <description>FULLWIDTH EXCLAMATION MARK..HALFWIDTH HANGUL LETTER HIEUH</description>
    </record>
    <record>
      <codepoint>FFBF-FFC1</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>FFC2-FFC7</codepoint>
      <property>DISALLOWED</property>
      <description>HALFWIDTH HANGUL LETTER A..HALFWIDTH HANGUL LETTER E</description>
    </record>
    <record>
      <codepoint>FFC8-FFC9</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>FFCA-FFCF</codepoint>
      <property>DISALLOWED</property>
      <description>HALFWIDTH HANGUL LETTER YEO..HALFWIDTH HANGUL LETTER OE</description>
    </record>
    <record>
      <codepoint>FFD0-FFD1</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>FFD2-FFD7</codepoint>
      <property>DISALLOWED</property>
      <description>HALFWIDTH HANGUL LETTER YO..HALFWIDTH HANGUL LETTER YU</description>
    </record>
    <record>
      <codepoint>FFD8-FFD9</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>FFDA-FFDC</codepoint>
      <property>DISALLOWED</property>
      <description>HALFWIDTH HANGUL LETTER EU..HALFWIDTH HANGUL LETTER I</description>
    </record>
    <record>
      <codepoint>FFDD-FFDF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>FFE0-FFE6</codepoint>
      <property>DISALLOWED</property>
      <description>FULLWIDTH CENT SIGN..FULLWIDTH WON SIGN</description>
    </record>
    <record>
      <codepoint>FFE7</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>FFE8-FFEE</codepoint>
      <property>DISALLOWED</property>
      <description>HALFWIDTH FORMS LIGHT VERTICAL..HALFWIDTH WHITE CIRCLE</description>
    </record>
    <record>
      <codepoint>FFEF-FFF8</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>FFF9-FFFF</codepoint>
      <property>DISALLOWED</property>
      <description>INTERLINEAR ANNOTATION ANCHOR..&lt;NOT A CHARACTER&gt;</description>
    </record>
    <record>
      <codepoint>10000-1000B</codepoint>
      <property>PVALID</property>
      <description>LINEAR B SYLLABLE B008 A..LINEAR B SYLLABLE B046 JE</description>
    </record>
    <record>
      <codepoint>1000C</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1000D-10026</codepoint>
      <property>PVALID</property>
      <description>LINEAR B SYLLABLE B036 JO..LINEAR B SYLLABLE B032 QO</description>
    </record>
    <record>
      <codepoint>10027</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>10028-1003A</codepoint>
      <property>PVALID</property>
      <description>LINEAR B SYLLABLE B060 RA..LINEAR B SYLLABLE B042 WO</description>
    </record>
    <record>
      <codepoint>1003B</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1003C-1003D</codepoint>
      <property>PVALID</property>
      <description>LINEAR B SYLLABLE B017 ZA..LINEAR B SYLLABLE B074 ZE</description>
    </record>
    <record>
      <codepoint>1003E</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1003F-1004D</codepoint>
      <property>PVALID</property>
      <description>LINEAR B SYLLABLE B020 ZO..LINEAR B SYLLABLE B091 TWO</description>
    </record>
    <record>
      <codepoint>1004E-1004F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>10050-1005D</codepoint>
      <property>PVALID</property>
      <description>LINEAR B SYMBOL B018..LINEAR B SYMBOL B089</description>
    </record>
    <record>
      <codepoint>1005E-1007F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>10080-100FA</codepoint>
      <property>PVALID</property>
      <description>LINEAR B IDEOGRAM B100 MAN..LINEAR B IDEOGRAM VESSEL B305</description>
    </record>
    <record>
      <codepoint>100FB-100FF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>10100-10102</codepoint>
      <property>DISALLOWED</property>
      <description>AEGEAN WORD SEPARATOR LINE..AEGEAN CHECK MARK</description>
    </record>
    <record>
      <codepoint>10103-10106</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>10107-10133</codepoint>
      <property>DISALLOWED</property>
      <description>AEGEAN NUMBER ONE..AEGEAN NUMBER NINETY THOUSAND</description>
    </record>
    <record>
      <codepoint>10134-10136</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>10137-1018C</codepoint>
      <property>DISALLOWED</property>
      <description>AEGEAN WEIGHT BASE UNIT..GREEK SINUSOID SIGN</description>
    </record>
    <record>
      <codepoint>1018D-1018F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>10190-1019B</codepoint>
      <property>DISALLOWED</property>
      <description>ROMAN SEXTANS SIGN..ROMAN CENTURIAL SIGN</description>
    </record>
    <record>
      <codepoint>1019C-1019F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>101A0</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK SYMBOL TAU RHO</description>
    </record>
    <record>
      <codepoint>101A1-101CF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>101D0-101FC</codepoint>
      <property>DISALLOWED</property>
      <description>PHAISTOS DISC SIGN PEDESTRIAN..PHAISTOS DISC SIGN WAVY BAND</description>
    </record>
    <record>
      <codepoint>101FD</codepoint>
      <property>PVALID</property>
      <description>PHAISTOS DISC SIGN COMBINING OBLIQUE STROKE</description>
    </record>
    <record>
      <codepoint>101FE-1027F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>10280-1029C</codepoint>
      <property>PVALID</property>
      <description>LYCIAN LETTER A..LYCIAN LETTER X</description>
    </record>
    <record>
      <codepoint>1029D-1029F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>102A0-102D0</codepoint>
      <property>PVALID</property>
      <description>CARIAN LETTER A..CARIAN LETTER UUU3</description>
    </record>
    <record>
      <codepoint>102D1-102DF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>102E0</codepoint>
      <property>PVALID</property>
      <description>COPTIC EPACT THOUSANDS MARK</description>
    </record>
    <record>
      <codepoint>102E1-102FB</codepoint>
      <property>DISALLOWED</property>
      <description>COPTIC EPACT DIGIT ONE..COPTIC EPACT NUMBER NINE HUNDRED</description>
    </record>
    <record>
      <codepoint>102FC-102FF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>10300-1031F</codepoint>
      <property>PVALID</property>
      <description>OLD ITALIC LETTER A..OLD ITALIC LETTER ESS</description>
    </record>
    <record>
      <codepoint>10320-10323</codepoint>
      <property>DISALLOWED</property>
      <description>OLD ITALIC NUMERAL ONE..OLD ITALIC NUMERAL FIFTY</description>
    </record>
    <record>
      <codepoint>10324-1032F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>10330-10340</codepoint>
      <property>PVALID</property>
      <description>GOTHIC LETTER AHSA..GOTHIC LETTER PAIRTHRA</description>
    </record>
    <record>
      <codepoint>10341</codepoint>
      <property>DISALLOWED</property>
      <description>GOTHIC LETTER NINETY</description>
    </record>
    <record>
      <codepoint>10342-10349</codepoint>
      <property>PVALID</property>
      <description>GOTHIC LETTER RAIDA..GOTHIC LETTER OTHAL</description>
    </record>
    <record>
      <codepoint>1034A</codepoint>
      <property>DISALLOWED</property>
      <description>GOTHIC LETTER NINE HUNDRED</description>
    </record>
    <record>
      <codepoint>1034B-1034F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>10350-1037A</codepoint>
      <property>PVALID</property>
      <description>OLD PERMIC LETTER AN..COMBINING OLD PERMIC LETTER SII</description>
    </record>
    <record>
      <codepoint>1037B-1037F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>10380-1039D</codepoint>
      <property>PVALID</property>
      <description>UGARITIC LETTER ALPA..UGARITIC LETTER SSU</description>
    </record>
    <record>
      <codepoint>1039E</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1039F</codepoint>
      <property>DISALLOWED</property>
      <description>UGARITIC WORD DIVIDER</description>
    </record>
    <record>
      <codepoint>103A0-103C3</codepoint>
      <property>PVALID</property>
      <description>OLD PERSIAN SIGN A..OLD PERSIAN SIGN HA</description>
    </record>
    <record>
      <codepoint>103C4-103C7</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>103C8-103CF</codepoint>
      <property>PVALID</property>
      <description>OLD PERSIAN SIGN AURAMAZDAA..OLD PERSIAN SIGN BUUMISH</description>
    </record>
    <record>
      <codepoint>103D0-103D5</codepoint>
      <property>DISALLOWED</property>
      <description>OLD PERSIAN WORD DIVIDER..OLD PERSIAN NUMBER HUNDRED</description>
    </record>
    <record>
      <codepoint>103D6-103FF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>10400-10427</codepoint>
      <property>DISALLOWED</property>
      <description>DESERET CAPITAL LETTER LONG I..DESERET CAPITAL LETTER EW</description>
    </record>
    <record>
      <codepoint>10428-1049D</codepoint>
      <property>PVALID</property>
      <description>DESERET SMALL LETTER LONG I..OSMANYA LETTER OO</description>
    </record>
    <record>
      <codepoint>1049E-1049F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>104A0-104A9</codepoint>
      <property>PVALID</property>
      <description>OSMANYA DIGIT ZERO..OSMANYA DIGIT NINE</description>
    </record>
    <record>
      <codepoint>104AA-104FF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>10500-10527</codepoint>
      <property>PVALID</property>
      <description>ELBASAN LETTER A..ELBASAN LETTER KHE</description>
    </record>
    <record>
      <codepoint>10528-1052F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>10530-10563</codepoint>
      <property>PVALID</property>
      <description>CAUCASIAN ALBANIAN LETTER ALT..CAUCASIAN ALBANIAN LETTER KIW</description>
    </record>
    <record>
      <codepoint>10564-1056E</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1056F</codepoint>
      <property>DISALLOWED</property>
      <description>CAUCASIAN ALBANIAN CITATION MARK</description>
    </record>
    <record>
      <codepoint>10570-105FF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>10600-10736</codepoint>
      <property>PVALID</property>
      <description>LINEAR A SIGN AB001..LINEAR A SIGN A664</description>
    </record>
    <record>
      <codepoint>10737-1073F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>10740-10755</codepoint>
      <property>PVALID</property>
      <description>LINEAR A SIGN A701 A..LINEAR A SIGN A732 JE</description>
    </record>
    <record>
      <codepoint>10756-1075F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>10760-10767</codepoint>
      <property>PVALID</property>
      <description>LINEAR A SIGN A800..LINEAR A SIGN A807</description>
    </record>
    <record>
      <codepoint>10768-107FF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>10800-10805</codepoint>
      <property>PVALID</property>
      <description>CYPRIOT SYLLABLE A..CYPRIOT SYLLABLE JA</description>
    </record>
    <record>
      <codepoint>10806-10807</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>10808</codepoint>
      <property>PVALID</property>
      <description>CYPRIOT SYLLABLE JO</description>
    </record>
    <record>
      <codepoint>10809</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1080A-10835</codepoint>
      <property>PVALID</property>
      <description>CYPRIOT SYLLABLE KA..CYPRIOT SYLLABLE WO</description>
    </record>
    <record>
      <codepoint>10836</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>10837-10838</codepoint>
      <property>PVALID</property>
      <description>CYPRIOT SYLLABLE XA..CYPRIOT SYLLABLE XE</description>
    </record>
    <record>
      <codepoint>10839-1083B</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1083C</codepoint>
      <property>PVALID</property>
      <description>CYPRIOT SYLLABLE ZA</description>
    </record>
    <record>
      <codepoint>1083D-1083E</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1083F-10855</codepoint>
      <property>PVALID</property>
      <description>CYPRIOT SYLLABLE ZO..IMPERIAL ARAMAIC LETTER TAW</description>
    </record>
    <record>
      <codepoint>10856</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>10857-1085F</codepoint>
      <property>DISALLOWED</property>
      <description>IMPERIAL ARAMAIC SECTION SIGN..IMPERIAL ARAMAIC NUMBER TEN THOUSAND</description>
    </record>
    <record>
      <codepoint>10860-10876</codepoint>
      <property>PVALID</property>
      <description>PALMYRENE LETTER ALEPH..PALMYRENE LETTER TAW</description>
    </record>
    <record>
      <codepoint>10877-1087F</codepoint>
      <property>DISALLOWED</property>
      <description>PALMYRENE LEFT-POINTING FLEURON..PALMYRENE NUMBER TWENTY</description>
    </record>
    <record>
      <codepoint>10880-1089E</codepoint>
      <property>PVALID</property>
      <description>NABATAEAN LETTER FINAL ALEPH..NABATAEAN LETTER TAW</description>
    </record>
    <record>
      <codepoint>1089F-108A6</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>108A7-108AF</codepoint>
      <property>DISALLOWED</property>
      <description>NABATAEAN NUMBER ONE..NABATAEAN NUMBER ONE HUNDRED</description>
    </record>
    <record>
      <codepoint>108B0-108DF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>108E0-108F2</codepoint>
      <property>PVALID</property>
      <description>HATRAN LETTER ALEPH..HATRAN LETTER QOPH</description>
    </record>
    <record>
      <codepoint>108F3</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>108F4-108F5</codepoint>
      <property>PVALID</property>
      <description>HATRAN LETTER SHIN..HATRAN LETTER TAW</description>
    </record>
    <record>
      <codepoint>108F6-108FA</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>108FB-108FF</codepoint>
      <property>DISALLOWED</property>
      <description>HATRAN NUMBER ONE..HATRAN NUMBER ONE HUNDRED</description>
    </record>
    <record>
      <codepoint>10900-10915</codepoint>
      <property>PVALID</property>
      <description>PHOENICIAN LETTER ALF..PHOENICIAN LETTER TAU</description>
    </record>
    <record>
      <codepoint>10916-1091B</codepoint>
      <property>DISALLOWED</property>
      <description>PHOENICIAN NUMBER ONE..PHOENICIAN NUMBER THREE</description>
    </record>
    <record>
      <codepoint>1091C-1091E</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1091F</codepoint>
      <property>DISALLOWED</property>
      <description>PHOENICIAN WORD SEPARATOR</description>
    </record>
    <record>
      <codepoint>10920-10939</codepoint>
      <property>PVALID</property>
      <description>LYDIAN LETTER A..LYDIAN LETTER C</description>
    </record>
    <record>
      <codepoint>1093A-1093E</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1093F</codepoint>
      <property>DISALLOWED</property>
      <description>LYDIAN TRIANGULAR MARK</description>
    </record>
    <record>
      <codepoint>10940-1097F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>10980-109B7</codepoint>
      <property>PVALID</property>
      <description>MEROITIC HIEROGLYPHIC LETTER A..MEROITIC CURSIVE LETTER DA</description>
    </record>
    <record>
      <codepoint>109B8-109BB</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>109BC-109BD</codepoint>
      <property>DISALLOWED</property>
      <description>MEROITIC CURSIVE FRACTION ELEVEN TWELFTHS..MEROITIC CURSIVE FRACTION ONE HALF</description>
    </record>
    <record>
      <codepoint>109BE-109BF</codepoint>
      <property>PVALID</property>
      <description>MEROITIC CURSIVE LOGOGRAM RMT..MEROITIC CURSIVE LOGOGRAM IMN</description>
    </record>
    <record>
      <codepoint>109C0-109CF</codepoint>
      <property>DISALLOWED</property>
      <description>MEROITIC CURSIVE NUMBER ONE..MEROITIC CURSIVE NUMBER SEVENTY</description>
    </record>
    <record>
      <codepoint>109D0-109D1</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>109D2-109FF</codepoint>
      <property>DISALLOWED</property>
      <description>MEROITIC CURSIVE NUMBER ONE HUNDRED..MEROITIC CURSIVE FRACTION TEN TWELFTHS</description>
    </record>
    <record>
      <codepoint>10A00-10A03</codepoint>
      <property>PVALID</property>
      <description>KHAROSHTHI LETTER A..KHAROSHTHI VOWEL SIGN VOCALIC R</description>
    </record>
    <record>
      <codepoint>10A04</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>10A05-10A06</codepoint>
      <property>PVALID</property>
      <description>KHAROSHTHI VOWEL SIGN E..KHAROSHTHI VOWEL SIGN O</description>
    </record>
    <record>
      <codepoint>10A07-10A0B</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>10A0C-10A13</codepoint>
      <property>PVALID</property>
      <description>KHAROSHTHI VOWEL LENGTH MARK..KHAROSHTHI LETTER GHA</description>
    </record>
    <record>
      <codepoint>10A14</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>10A15-10A17</codepoint>
      <property>PVALID</property>
      <description>KHAROSHTHI LETTER CA..KHAROSHTHI LETTER JA</description>
    </record>
    <record>
      <codepoint>10A18</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>10A19-10A33</codepoint>
      <property>PVALID</property>
      <description>KHAROSHTHI LETTER NYA..KHAROSHTHI LETTER TTTHA</description>
    </record>
    <record>
      <codepoint>10A34-10A37</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>10A38-10A3A</codepoint>
      <property>PVALID</property>
      <description>KHAROSHTHI SIGN BAR ABOVE..KHAROSHTHI SIGN DOT BELOW</description>
    </record>
    <record>
      <codepoint>10A3B-10A3E</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>10A3F</codepoint>
      <property>PVALID</property>
      <description>KHAROSHTHI VIRAMA</description>
    </record>
    <record>
      <codepoint>10A40-10A47</codepoint>
      <property>DISALLOWED</property>
      <description>KHAROSHTHI DIGIT ONE..KHAROSHTHI NUMBER ONE THOUSAND</description>
    </record>
    <record>
      <codepoint>10A48-10A4F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>10A50-10A58</codepoint>
      <property>DISALLOWED</property>
      <description>KHAROSHTHI PUNCTUATION DOT..KHAROSHTHI PUNCTUATION LINES</description>
    </record>
    <record>
      <codepoint>10A59-10A5F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>10A60-10A7C</codepoint>
      <property>PVALID</property>
      <description>OLD SOUTH ARABIAN LETTER HE..OLD SOUTH ARABIAN LETTER THETH</description>
    </record>
    <record>
      <codepoint>10A7D-10A7F</codepoint>
      <property>DISALLOWED</property>
      <description>OLD SOUTH ARABIAN NUMBER ONE..OLD SOUTH ARABIAN NUMERIC INDICATOR</description>
    </record>
    <record>
      <codepoint>10A80-10A9C</codepoint>
      <property>PVALID</property>
      <description>OLD NORTH ARABIAN LETTER HEH..OLD NORTH ARABIAN LETTER ZAH</description>
    </record>
    <record>
      <codepoint>10A9D-10A9F</codepoint>
      <property>DISALLOWED</property>
      <description>OLD NORTH ARABIAN NUMBER ONE..OLD NORTH ARABIAN NUMBER TWENTY</description>
    </record>
    <record>
      <codepoint>10AA0-10ABF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>10AC0-10AC7</codepoint>
      <property>PVALID</property>
      <description>MANICHAEAN LETTER ALEPH..MANICHAEAN LETTER WAW</description>
    </record>
    <record>
      <codepoint>10AC8</codepoint>
      <property>DISALLOWED</property>
      <description>MANICHAEAN SIGN UD</description>
    </record>
    <record>
      <codepoint>10AC9-10AE6</codepoint>
      <property>PVALID</property>
      <description>MANICHAEAN LETTER ZAYIN..MANICHAEAN ABBREVIATION MARK BELOW</description>
    </record>
    <record>
      <codepoint>10AE7-10AEA</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>10AEB-10AF6</codepoint>
      <property>DISALLOWED</property>
      <description>MANICHAEAN NUMBER ONE..MANICHAEAN PUNCTUATION LINE FILLER</description>
    </record>
    <record>
      <codepoint>10AF7-10AFF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>10B00-10B35</codepoint>
      <property>PVALID</property>
      <description>AVESTAN LETTER A..AVESTAN LETTER HE</description>
    </record>
    <record>
      <codepoint>10B36-10B38</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>10B39-10B3F</codepoint>
      <property>DISALLOWED</property>
      <description>AVESTAN ABBREVIATION MARK..LARGE ONE RING OVER TWO RINGS PUNCTUATION</description>
    </record>
    <record>
      <codepoint>10B40-10B55</codepoint>
      <property>PVALID</property>
      <description>INSCRIPTIONAL PARTHIAN LETTER ALEPH..INSCRIPTIONAL PARTHIAN LETTER TAW</description>
    </record>
    <record>
      <codepoint>10B56-10B57</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>10B58-10B5F</codepoint>
      <property>DISALLOWED</property>
      <description>INSCRIPTIONAL PARTHIAN NUMBER ONE..INSCRIPTIONAL PARTHIAN NUMBER ONE THOUSAND</description>
    </record>
    <record>
      <codepoint>10B60-10B72</codepoint>
      <property>PVALID</property>
      <description>INSCRIPTIONAL PAHLAVI LETTER ALEPH..INSCRIPTIONAL PAHLAVI LETTER TAW</description>
    </record>
    <record>
      <codepoint>10B73-10B77</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>10B78-10B7F</codepoint>
      <property>DISALLOWED</property>
      <description>INSCRIPTIONAL PAHLAVI NUMBER ONE..INSCRIPTIONAL PAHLAVI NUMBER ONE THOUSAND</description>
    </record>
    <record>
      <codepoint>10B80-10B91</codepoint>
      <property>PVALID</property>
      <description>PSALTER PAHLAVI LETTER ALEPH..PSALTER PAHLAVI LETTER TAW</description>
    </record>
    <record>
      <codepoint>10B92-10B98</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>10B99-10B9C</codepoint>
      <property>DISALLOWED</property>
      <description>PSALTER PAHLAVI SECTION MARK..PSALTER PAHLAVI FOUR DOTS WITH DOT</description>
    </record>
    <record>
      <codepoint>10B9D-10BA8</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>10BA9-10BAF</codepoint>
      <property>DISALLOWED</property>
      <description>PSALTER PAHLAVI NUMBER ONE..PSALTER PAHLAVI NUMBER ONE HUNDRED</description>
    </record>
    <record>
      <codepoint>10BB0-10BFF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>10C00-10C48</codepoint>
      <property>PVALID</property>
      <description>OLD TURKIC LETTER ORKHON A..OLD TURKIC LETTER ORKHON BASH</description>
    </record>
    <record>
      <codepoint>10C49-10C7F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>10C80-10CB2</codepoint>
      <property>DISALLOWED</property>
      <description>OLD HUNGARIAN CAPITAL LETTER A..OLD HUNGARIAN CAPITAL LETTER US</description>
    </record>
    <record>
      <codepoint>10CB3-10CBF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>10CC0-10CF2</codepoint>
      <property>PVALID</property>
      <description>OLD HUNGARIAN SMALL LETTER A..OLD HUNGARIAN SMALL LETTER US</description>
    </record>
    <record>
      <codepoint>10CF3-10CF9</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>10CFA-10CFF</codepoint>
      <property>DISALLOWED</property>
      <description>OLD HUNGARIAN NUMBER ONE..OLD HUNGARIAN NUMBER ONE THOUSAND</description>
    </record>
    <record>
      <codepoint>10D00-10E5F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>10E60-10E7E</codepoint>
      <property>DISALLOWED</property>
      <description>RUMI DIGIT ONE..RUMI FRACTION TWO THIRDS</description>
    </record>
    <record>
      <codepoint>10E7F-10FFF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>11000-11046</codepoint>
      <property>PVALID</property>
      <description>BRAHMI SIGN CANDRABINDU..BRAHMI VIRAMA</description>
    </record>
    <record>
      <codepoint>11047-1104D</codepoint>
      <property>DISALLOWED</property>
      <description>BRAHMI DANDA..BRAHMI PUNCTUATION LOTUS</description>
    </record>
    <record>
      <codepoint>1104E-11051</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>11052-11065</codepoint>
      <property>DISALLOWED</property>
      <description>BRAHMI NUMBER ONE..BRAHMI NUMBER ONE THOUSAND</description>
    </record>
    <record>
      <codepoint>11066-1106F</codepoint>
      <property>PVALID</property>
      <description>BRAHMI DIGIT ZERO..BRAHMI DIGIT NINE</description>
    </record>
    <record>
      <codepoint>11070-1107E</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1107F-110BA</codepoint>
      <property>PVALID</property>
      <description>BRAHMI NUMBER JOINER..KAITHI SIGN NUKTA</description>
    </record>
    <record>
      <codepoint>110BB-110C1</codepoint>
      <property>DISALLOWED</property>
      <description>KAITHI ABBREVIATION SIGN..KAITHI DOUBLE DANDA</description>
    </record>
    <record>
      <codepoint>110C2-110CF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>110D0-110E8</codepoint>
      <property>PVALID</property>
      <description>SORA SOMPENG LETTER SAH..SORA SOMPENG LETTER MAE</description>
    </record>
    <record>
      <codepoint>110E9-110EF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>110F0-110F9</codepoint>
      <property>PVALID</property>
      <description>SORA SOMPENG DIGIT ZERO..SORA SOMPENG DIGIT NINE</description>
    </record>
    <record>
      <codepoint>110FA-110FF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>11100-11134</codepoint>
      <property>PVALID</property>
      <description>CHAKMA SIGN CANDRABINDU..CHAKMA MAAYYAA</description>
    </record>
    <record>
      <codepoint>11135</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>11136-1113F</codepoint>
      <property>PVALID</property>
      <description>CHAKMA DIGIT ZERO..CHAKMA DIGIT NINE</description>
    </record>
    <record>
      <codepoint>11140-11143</codepoint>
      <property>DISALLOWED</property>
      <description>CHAKMA SECTION MARK..CHAKMA QUESTION MARK</description>
    </record>
    <record>
      <codepoint>11144-1114F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>11150-11173</codepoint>
      <property>PVALID</property>
      <description>MAHAJANI LETTER A..MAHAJANI SIGN NUKTA</description>
    </record>
    <record>
      <codepoint>11174-11175</codepoint>
      <property>DISALLOWED</property>
      <description>MAHAJANI ABBREVIATION SIGN..MAHAJANI SECTION MARK</description>
    </record>
    <record>
      <codepoint>11176</codepoint>
      <property>PVALID</property>
      <description>MAHAJANI LIGATURE SHRI</description>
    </record>
    <record>
      <codepoint>11177-1117F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>11180-111C4</codepoint>
      <property>PVALID</property>
      <description>SHARADA SIGN CANDRABINDU..SHARADA OM</description>
    </record>
    <record>
      <codepoint>111C5-111C9</codepoint>
      <property>DISALLOWED</property>
      <description>SHARADA DANDA..SHARADA SANDHI MARK</description>
    </record>
    <record>
      <codepoint>111CA-111CC</codepoint>
      <property>PVALID</property>
      <description>SHARADA SIGN NUKTA..SHARADA EXTRA SHORT VOWEL MARK</description>
    </record>
    <record>
      <codepoint>111CD</codepoint>
      <property>DISALLOWED</property>
      <description>SHARADA SUTRA MARK</description>
    </record>
    <record>
      <codepoint>111CE-111CF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>111D0-111DA</codepoint>
      <property>PVALID</property>
      <description>SHARADA DIGIT ZERO..SHARADA EKAM</description>
    </record>
    <record>
      <codepoint>111DB</codepoint>
      <property>DISALLOWED</property>
      <description>SHARADA SIGN SIDDHAM</description>
    </record>
    <record>
      <codepoint>111DC</codepoint>
      <property>PVALID</property>
      <description>SHARADA HEADSTROKE</description>
    </record>
    <record>
      <codepoint>111DD-111DF</codepoint>
      <property>DISALLOWED</property>
      <description>SHARADA CONTINUATION SIGN..SHARADA SECTION MARK-2</description>
    </record>
    <record>
      <codepoint>111E0</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>111E1-111F4</codepoint>
      <property>DISALLOWED</property>
      <description>SINHALA ARCHAIC DIGIT ONE..SINHALA ARCHAIC NUMBER ONE THOUSAND</description>
    </record>
    <record>
      <codepoint>111F5-111FF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>11200-11211</codepoint>
      <property>PVALID</property>
      <description>KHOJKI LETTER A..KHOJKI LETTER JJA</description>
    </record>
    <record>
      <codepoint>11212</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>11213-11237</codepoint>
      <property>PVALID</property>
      <description>KHOJKI LETTER NYA..KHOJKI SIGN SHADDA</description>
    </record>
    <record>
      <codepoint>11238-1123D</codepoint>
      <property>DISALLOWED</property>
      <description>KHOJKI DANDA..KHOJKI ABBREVIATION SIGN</description>
    </record>
    <record>
      <codepoint>1123E-1127F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>11280-11286</codepoint>
      <property>PVALID</property>
      <description>MULTANI LETTER A..MULTANI LETTER GA</description>
    </record>
    <record>
      <codepoint>11287</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>11288</codepoint>
      <property>PVALID</property>
      <description>MULTANI LETTER GHA</description>
    </record>
    <record>
      <codepoint>11289</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1128A-1128D</codepoint>
      <property>PVALID</property>
      <description>MULTANI LETTER CA..MULTANI LETTER JJA</description>
    </record>
    <record>
      <codepoint>1128E</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1128F-1129D</codepoint>
      <property>PVALID</property>
      <description>MULTANI LETTER NYA..MULTANI LETTER BA</description>
    </record>
    <record>
      <codepoint>1129E</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1129F-112A8</codepoint>
      <property>PVALID</property>
      <description>MULTANI LETTER BHA..MULTANI LETTER RHA</description>
    </record>
    <record>
      <codepoint>112A9</codepoint>
      <property>DISALLOWED</property>
      <description>MULTANI SECTION MARK</description>
    </record>
    <record>
      <codepoint>112AA-112AF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>112B0-112EA</codepoint>
      <property>PVALID</property>
      <description>KHUDAWADI LETTER A..KHUDAWADI SIGN VIRAMA</description>
    </record>
    <record>
      <codepoint>112EB-112EF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>112F0-112F9</codepoint>
      <property>PVALID</property>
      <description>KHUDAWADI DIGIT ZERO..KHUDAWADI DIGIT NINE</description>
    </record>
    <record>
      <codepoint>112FA-112FF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>11300-11303</codepoint>
      <property>PVALID</property>
      <description>GRANTHA SIGN COMBINING ANUSVARA ABOVE..GRANTHA SIGN VISARGA</description>
    </record>
    <record>
      <codepoint>11304</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>11305-1130C</codepoint>
      <property>PVALID</property>
      <description>GRANTHA LETTER A..GRANTHA LETTER VOCALIC L</description>
    </record>
    <record>
      <codepoint>1130D-1130E</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1130F-11310</codepoint>
      <property>PVALID</property>
      <description>GRANTHA LETTER EE..GRANTHA LETTER AI</description>
    </record>
    <record>
      <codepoint>11311-11312</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>11313-11328</codepoint>
      <property>PVALID</property>
      <description>GRANTHA LETTER OO..GRANTHA LETTER NA</description>
    </record>
    <record>
      <codepoint>11329</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1132A-11330</codepoint>
      <property>PVALID</property>
      <description>GRANTHA LETTER PA..GRANTHA LETTER RA</description>
    </record>
    <record>
      <codepoint>11331</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>11332-11333</codepoint>
      <property>PVALID</property>
      <description>GRANTHA LETTER LA..GRANTHA LETTER LLA</description>
    </record>
    <record>
      <codepoint>11334</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>11335-11339</codepoint>
      <property>PVALID</property>
      <description>GRANTHA LETTER VA..GRANTHA LETTER HA</description>
    </record>
    <record>
      <codepoint>1133A-1133B</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1133C-11344</codepoint>
      <property>PVALID</property>
      <description>GRANTHA SIGN NUKTA..GRANTHA VOWEL SIGN VOCALIC RR</description>
    </record>
    <record>
      <codepoint>11345-11346</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>11347-11348</codepoint>
      <property>PVALID</property>
      <description>GRANTHA VOWEL SIGN EE..GRANTHA VOWEL SIGN AI</description>
    </record>
    <record>
      <codepoint>11349-1134A</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1134B-1134D</codepoint>
      <property>PVALID</property>
      <description>GRANTHA VOWEL SIGN OO..GRANTHA SIGN VIRAMA</description>
    </record>
    <record>
      <codepoint>1134E-1134F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>11350</codepoint>
      <property>PVALID</property>
      <description>GRANTHA OM</description>
    </record>
    <record>
      <codepoint>11351-11356</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>11357</codepoint>
      <property>PVALID</property>
      <description>GRANTHA AU LENGTH MARK</description>
    </record>
    <record>
      <codepoint>11358-1135C</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1135D-11363</codepoint>
      <property>PVALID</property>
      <description>GRANTHA SIGN PLUTA..GRANTHA VOWEL SIGN VOCALIC LL</description>
    </record>
    <record>
      <codepoint>11364-11365</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>11366-1136C</codepoint>
      <property>PVALID</property>
      <description>COMBINING GRANTHA DIGIT ZERO..COMBINING GRANTHA DIGIT SIX</description>
    </record>
    <record>
      <codepoint>1136D-1136F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>11370-11374</codepoint>
      <property>PVALID</property>
      <description>COMBINING GRANTHA LETTER A..COMBINING GRANTHA LETTER PA</description>
    </record>
    <record>
      <codepoint>11375-1147F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>11480-114C5</codepoint>
      <property>PVALID</property>
      <description>TIRHUTA ANJI..TIRHUTA GVANG</description>
    </record>
    <record>
      <codepoint>114C6</codepoint>
      <property>DISALLOWED</property>
      <description>TIRHUTA ABBREVIATION SIGN</description>
    </record>
    <record>
      <codepoint>114C7</codepoint>
      <property>PVALID</property>
      <description>TIRHUTA OM</description>
    </record>
    <record>
      <codepoint>114C8-114CF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>114D0-114D9</codepoint>
      <property>PVALID</property>
      <description>TIRHUTA DIGIT ZERO..TIRHUTA DIGIT NINE</description>
    </record>
    <record>
      <codepoint>114DA-1157F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>11580-115B5</codepoint>
      <property>PVALID</property>
      <description>SIDDHAM LETTER A..SIDDHAM VOWEL SIGN VOCALIC RR</description>
    </record>
    <record>
      <codepoint>115B6-115B7</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>115B8-115C0</codepoint>
      <property>PVALID</property>
      <description>SIDDHAM VOWEL SIGN E..SIDDHAM SIGN NUKTA</description>
    </record>
    <record>
      <codepoint>115C1-115D7</codepoint>
      <property>DISALLOWED</property>
      <description>SIDDHAM SIGN SIDDHAM..SIDDHAM SECTION MARK WITH CIRCLES AND FOUR ENCLOSURES</description>
    </record>
    <record>
      <codepoint>115D8-115DD</codepoint>
      <property>PVALID</property>
      <description>SIDDHAM LETTER THREE-CIRCLE ALTERNATE I..SIDDHAM VOWEL SIGN ALTERNATE UU</description>
    </record>
    <record>
      <codepoint>115DE-115FF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>11600-11640</codepoint>
      <property>PVALID</property>
      <description>MODI LETTER A..MODI SIGN ARDHACANDRA</description>
    </record>
    <record>
      <codepoint>11641-11643</codepoint>
      <property>DISALLOWED</property>
      <description>MODI DANDA..MODI ABBREVIATION SIGN</description>
    </record>
    <record>
      <codepoint>11644</codepoint>
      <property>PVALID</property>
      <description>MODI SIGN HUVA</description>
    </record>
    <record>
      <codepoint>11645-1164F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>11650-11659</codepoint>
      <property>PVALID</property>
      <description>MODI DIGIT ZERO..MODI DIGIT NINE</description>
    </record>
    <record>
      <codepoint>1165A-1167F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>11680-116B7</codepoint>
      <property>PVALID</property>
      <description>TAKRI LETTER A..TAKRI SIGN NUKTA</description>
    </record>
    <record>
      <codepoint>116B8-116BF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>116C0-116C9</codepoint>
      <property>PVALID</property>
      <description>TAKRI DIGIT ZERO..TAKRI DIGIT NINE</description>
    </record>
    <record>
      <codepoint>116CA-116FF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>11700-11719</codepoint>
      <property>PVALID</property>
      <description>AHOM LETTER KA..AHOM LETTER JHA</description>
    </record>
    <record>
      <codepoint>1171A-1171C</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1171D-1172B</codepoint>
      <property>PVALID</property>
      <description>AHOM CONSONANT SIGN MEDIAL LA..AHOM SIGN KILLER</description>
    </record>
    <record>
      <codepoint>1172C-1172F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>11730-11739</codepoint>
      <property>PVALID</property>
      <description>AHOM DIGIT ZERO..AHOM DIGIT NINE</description>
    </record>
    <record>
      <codepoint>1173A-1173F</codepoint>
      <property>DISALLOWED</property>
      <description>AHOM NUMBER TEN..AHOM SYMBOL VI</description>
    </record>
    <record>
      <codepoint>11740-1189F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>118A0-118BF</codepoint>
      <property>DISALLOWED</property>
      <description>WARANG CITI CAPITAL LETTER NGAA..WARANG CITI CAPITAL LETTER VIYO</description>
    </record>
    <record>
      <codepoint>118C0-118E9</codepoint>
      <property>PVALID</property>
      <description>WARANG CITI SMALL LETTER NGAA..WARANG CITI DIGIT NINE</description>
    </record>
    <record>
      <codepoint>118EA-118F2</codepoint>
      <property>DISALLOWED</property>
      <description>WARANG CITI NUMBER TEN..WARANG CITI NUMBER NINETY</description>
    </record>
    <record>
      <codepoint>118F3-118FE</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>118FF</codepoint>
      <property>PVALID</property>
      <description>WARANG CITI OM</description>
    </record>
    <record>
      <codepoint>11900-11ABF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>11AC0-11AF8</codepoint>
      <property>PVALID</property>
      <description>PAU CIN HAU LETTER PA..PAU CIN HAU GLOTTAL STOP FINAL</description>
    </record>
    <record>
      <codepoint>11AF9-11FFF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>12000-12399</codepoint>
      <property>PVALID</property>
      <description>CUNEIFORM SIGN A..CUNEIFORM SIGN U U</description>
    </record>
    <record>
      <codepoint>1239A-123FF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>12400-1246E</codepoint>
      <property>DISALLOWED</property>
      <description>CUNEIFORM NUMERIC SIGN TWO ASH..CUNEIFORM NUMERIC SIGN NINE U VARIANT FORM</description>
    </record>
    <record>
      <codepoint>1246F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>12470-12474</codepoint>
      <property>DISALLOWED</property>
      <description>CUNEIFORM PUNCTUATION SIGN OLD ASSYRIAN WORD DIVIDER..CUNEIFORM PUNCTUATION SIGN DIAGONAL QUADCOLON</description>
    </record>
    <record>
      <codepoint>12475-1247F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>12480-12543</codepoint>
      <property>PVALID</property>
      <description>CUNEIFORM SIGN AB TIMES NUN TENU..CUNEIFORM SIGN ZU5 TIMES THREE DISH TENU</description>
    </record>
    <record>
      <codepoint>12544-12FFF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>13000-1342E</codepoint>
      <property>PVALID</property>
      <description>EGYPTIAN HIEROGLYPH A001..EGYPTIAN HIEROGLYPH AA032</description>
    </record>
    <record>
      <codepoint>1342F-143FF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>14400-14646</codepoint>
      <property>PVALID</property>
      <description>ANATOLIAN HIEROGLYPH A001..ANATOLIAN HIEROGLYPH A530</description>
    </record>
    <record>
      <codepoint>14647-167FF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>16800-16A38</codepoint>
      <property>PVALID</property>
      <description>BAMUM LETTER PHASE-A NGKUE MFON..BAMUM LETTER PHASE-F VUEQ</description>
    </record>
    <record>
      <codepoint>16A39-16A3F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>16A40-16A5E</codepoint>
      <property>PVALID</property>
      <description>MRO LETTER TA..MRO LETTER TEK</description>
    </record>
    <record>
      <codepoint>16A5F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>16A60-16A69</codepoint>
      <property>PVALID</property>
      <description>MRO DIGIT ZERO..MRO DIGIT NINE</description>
    </record>
    <record>
      <codepoint>16A6A-16A6D</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>16A6E-16A6F</codepoint>
      <property>DISALLOWED</property>
      <description>MRO DANDA..MRO DOUBLE DANDA</description>
    </record>
    <record>
      <codepoint>16A70-16ACF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>16AD0-16AED</codepoint>
      <property>PVALID</property>
      <description>BASSA VAH LETTER ENNI..BASSA VAH LETTER I</description>
    </record>
    <record>
      <codepoint>16AEE-16AEF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>16AF0-16AF4</codepoint>
      <property>PVALID</property>
      <description>BASSA VAH COMBINING HIGH TONE..BASSA VAH COMBINING HIGH-LOW TONE</description>
    </record>
    <record>
      <codepoint>16AF5</codepoint>
      <property>DISALLOWED</property>
      <description>BASSA VAH FULL STOP</description>
    </record>
    <record>
      <codepoint>16AF6-16AFF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>16B00-16B36</codepoint>
      <property>PVALID</property>
      <description>PAHAWH HMONG VOWEL KEEB..PAHAWH HMONG MARK CIM TAUM</description>
    </record>
    <record>
      <codepoint>16B37-16B3F</codepoint>
      <property>DISALLOWED</property>
      <description>PAHAWH HMONG SIGN VOS THOM..PAHAWH HMONG SIGN XYEEM FAIB</description>
    </record>
    <record>
      <codepoint>16B40-16B43</codepoint>
      <property>PVALID</property>
      <description>PAHAWH HMONG SIGN VOS SEEV..PAHAWH HMONG SIGN IB YAM</description>
    </record>
    <record>
      <codepoint>16B44-16B45</codepoint>
      <property>DISALLOWED</property>
      <description>PAHAWH HMONG SIGN XAUS..PAHAWH HMONG SIGN CIM TSOV ROG</description>
    </record>
    <record>
      <codepoint>16B46-16B4F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>16B50-16B59</codepoint>
      <property>PVALID</property>
      <description>PAHAWH HMONG DIGIT ZERO..PAHAWH HMONG DIGIT NINE</description>
    </record>
    <record>
      <codepoint>16B5A</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>16B5B-16B61</codepoint>
      <property>DISALLOWED</property>
      <description>PAHAWH HMONG NUMBER TENS..PAHAWH HMONG NUMBER TRILLIONS</description>
    </record>
    <record>
      <codepoint>16B62</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>16B63-16B77</codepoint>
      <property>PVALID</property>
      <description>PAHAWH HMONG SIGN VOS LUB..PAHAWH HMONG SIGN CIM NRES TOS</description>
    </record>
    <record>
      <codepoint>16B78-16B7C</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>16B7D-16B8F</codepoint>
      <property>PVALID</property>
      <description>PAHAWH HMONG CLAN SIGN TSHEEJ..PAHAWH HMONG CLAN SIGN VWJ</description>
    </record>
    <record>
      <codepoint>16B90-16EFF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>16F00-16F44</codepoint>
      <property>PVALID</property>
      <description>MIAO LETTER PA..MIAO LETTER HHA</description>
    </record>
    <record>
      <codepoint>16F45-16F4F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>16F50-16F7E</codepoint>
      <property>PVALID</property>
      <description>MIAO LETTER NASALIZATION..MIAO VOWEL SIGN NG</description>
    </record>
    <record>
      <codepoint>16F7F-16F8E</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>16F8F-16F9F</codepoint>
      <property>PVALID</property>
      <description>MIAO TONE RIGHT..MIAO LETTER REFORMED TONE-8</description>
    </record>
    <record>
      <codepoint>16FA0-1AFFF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1B000-1B001</codepoint>
      <property>PVALID</property>
      <description>KATAKANA LETTER ARCHAIC E..HIRAGANA LETTER ARCHAIC YE</description>
    </record>
    <record>
      <codepoint>1B002-1BBFF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1BC00-1BC6A</codepoint>
      <property>PVALID</property>
      <description>DUPLOYAN LETTER H..DUPLOYAN LETTER VOCALIC M</description>
    </record>
    <record>
      <codepoint>1BC6B-1BC6F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1BC70-1BC7C</codepoint>
      <property>PVALID</property>
      <description>DUPLOYAN AFFIX LEFT HORIZONTAL SECANT..DUPLOYAN AFFIX ATTACHED TANGENT HOOK</description>
    </record>
    <record>
      <codepoint>1BC7D-1BC7F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1BC80-1BC88</codepoint>
      <property>PVALID</property>
      <description>DUPLOYAN AFFIX HIGH ACUTE..DUPLOYAN AFFIX HIGH VERTICAL</description>
    </record>
    <record>
      <codepoint>1BC89-1BC8F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1BC90-1BC99</codepoint>
      <property>PVALID</property>
      <description>DUPLOYAN AFFIX LOW ACUTE..DUPLOYAN AFFIX LOW ARROW</description>
    </record>
    <record>
      <codepoint>1BC9A-1BC9B</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1BC9C</codepoint>
      <property>DISALLOWED</property>
      <description>DUPLOYAN SIGN O WITH CROSS</description>
    </record>
    <record>
      <codepoint>1BC9D-1BC9E</codepoint>
      <property>PVALID</property>
      <description>DUPLOYAN THICK LETTER SELECTOR..DUPLOYAN DOUBLE MARK</description>
    </record>
    <record>
      <codepoint>1BC9F-1BCA3</codepoint>
      <property>DISALLOWED</property>
      <description>DUPLOYAN PUNCTUATION CHINOOK FULL STOP..SHORTHAND FORMAT UP STEP</description>
    </record>
    <record>
      <codepoint>1BCA4-1CFFF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1D000-1D0F5</codepoint>
      <property>DISALLOWED</property>
      <description>BYZANTINE MUSICAL SYMBOL PSILI..BYZANTINE MUSICAL SYMBOL GORGON NEO KATO</description>
    </record>
    <record>
      <codepoint>1D0F6-1D0FF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1D100-1D126</codepoint>
      <property>DISALLOWED</property>
      <description>MUSICAL SYMBOL SINGLE BARLINE..MUSICAL SYMBOL DRUM CLEF-2</description>
    </record>
    <record>
      <codepoint>1D127-1D128</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1D129-1D1E8</codepoint>
      <property>DISALLOWED</property>
      <description>MUSICAL SYMBOL MULTIPLE MEASURE REST..MUSICAL SYMBOL KIEVAN FLAT SIGN</description>
    </record>
    <record>
      <codepoint>1D1E9-1D1FF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1D200-1D245</codepoint>
      <property>DISALLOWED</property>
      <description>GREEK VOCAL NOTATION SYMBOL-1..GREEK MUSICAL LEIMMA</description>
    </record>
    <record>
      <codepoint>1D246-1D2FF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1D300-1D356</codepoint>
      <property>DISALLOWED</property>
      <description>MONOGRAM FOR EARTH..TETRAGRAM FOR FOSTERING</description>
    </record>
    <record>
      <codepoint>1D357-1D35F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1D360-1D371</codepoint>
      <property>DISALLOWED</property>
      <description>COUNTING ROD UNIT DIGIT ONE..COUNTING ROD TENS DIGIT NINE</description>
    </record>
    <record>
      <codepoint>1D372-1D3FF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1D400-1D454</codepoint>
      <property>DISALLOWED</property>
      <description>MATHEMATICAL BOLD CAPITAL A..MATHEMATICAL ITALIC SMALL G</description>
    </record>
    <record>
      <codepoint>1D455</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1D456-1D49C</codepoint>
      <property>DISALLOWED</property>
      <description>MATHEMATICAL ITALIC SMALL I..MATHEMATICAL SCRIPT CAPITAL A</description>
    </record>
    <record>
      <codepoint>1D49D</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1D49E-1D49F</codepoint>
      <property>DISALLOWED</property>
      <description>MATHEMATICAL SCRIPT CAPITAL C..MATHEMATICAL SCRIPT CAPITAL D</description>
    </record>
    <record>
      <codepoint>1D4A0-1D4A1</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1D4A2</codepoint>
      <property>DISALLOWED</property>
      <description>MATHEMATICAL SCRIPT CAPITAL G</description>
    </record>
    <record>
      <codepoint>1D4A3-1D4A4</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1D4A5-1D4A6</codepoint>
      <property>DISALLOWED</property>
      <description>MATHEMATICAL SCRIPT CAPITAL J..MATHEMATICAL SCRIPT CAPITAL K</description>
    </record>
    <record>
      <codepoint>1D4A7-1D4A8</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1D4A9-1D4AC</codepoint>
      <property>DISALLOWED</property>
      <description>MATHEMATICAL SCRIPT CAPITAL N..MATHEMATICAL SCRIPT CAPITAL Q</description>
    </record>
    <record>
      <codepoint>1D4AD</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1D4AE-1D4B9</codepoint>
      <property>DISALLOWED</property>
      <description>MATHEMATICAL SCRIPT CAPITAL S..MATHEMATICAL SCRIPT SMALL D</description>
    </record>
    <record>
      <codepoint>1D4BA</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1D4BB</codepoint>
      <property>DISALLOWED</property>
      <description>MATHEMATICAL SCRIPT SMALL F</description>
    </record>
    <record>
      <codepoint>1D4BC</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1D4BD-1D4C3</codepoint>
      <property>DISALLOWED</property>
      <description>MATHEMATICAL SCRIPT SMALL H..MATHEMATICAL SCRIPT SMALL N</description>
    </record>
    <record>
      <codepoint>1D4C4</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1D4C5-1D505</codepoint>
      <property>DISALLOWED</property>
      <description>MATHEMATICAL SCRIPT SMALL P..MATHEMATICAL FRAKTUR CAPITAL B</description>
    </record>
    <record>
      <codepoint>1D506</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1D507-1D50A</codepoint>
      <property>DISALLOWED</property>
      <description>MATHEMATICAL FRAKTUR CAPITAL D..MATHEMATICAL FRAKTUR CAPITAL G</description>
    </record>
    <record>
      <codepoint>1D50B-1D50C</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1D50D-1D514</codepoint>
      <property>DISALLOWED</property>
      <description>MATHEMATICAL FRAKTUR CAPITAL J..MATHEMATICAL FRAKTUR CAPITAL Q</description>
    </record>
    <record>
      <codepoint>1D515</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1D516-1D51C</codepoint>
      <property>DISALLOWED</property>
      <description>MATHEMATICAL FRAKTUR CAPITAL S..MATHEMATICAL FRAKTUR CAPITAL Y</description>
    </record>
    <record>
      <codepoint>1D51D</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1D51E-1D539</codepoint>
      <property>DISALLOWED</property>
      <description>MATHEMATICAL FRAKTUR SMALL A..MATHEMATICAL DOUBLE-STRUCK CAPITAL B</description>
    </record>
    <record>
      <codepoint>1D53A</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1D53B-1D53E</codepoint>
      <property>DISALLOWED</property>
      <description>MATHEMATICAL DOUBLE-STRUCK CAPITAL D..MATHEMATICAL DOUBLE-STRUCK CAPITAL G</description>
    </record>
    <record>
      <codepoint>1D53F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1D540-1D544</codepoint>
      <property>DISALLOWED</property>
      <description>MATHEMATICAL DOUBLE-STRUCK CAPITAL I..MATHEMATICAL DOUBLE-STRUCK CAPITAL M</description>
    </record>
    <record>
      <codepoint>1D545</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1D546</codepoint>
      <property>DISALLOWED</property>
      <description>MATHEMATICAL DOUBLE-STRUCK CAPITAL O</description>
    </record>
    <record>
      <codepoint>1D547-1D549</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1D54A-1D550</codepoint>
      <property>DISALLOWED</property>
      <description>MATHEMATICAL DOUBLE-STRUCK CAPITAL S..MATHEMATICAL DOUBLE-STRUCK CAPITAL Y</description>
    </record>
    <record>
      <codepoint>1D551</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1D552-1D6A5</codepoint>
      <property>DISALLOWED</property>
      <description>MATHEMATICAL DOUBLE-STRUCK SMALL A..MATHEMATICAL ITALIC SMALL DOTLESS J</description>
    </record>
    <record>
      <codepoint>1D6A6-1D6A7</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1D6A8-1D7CB</codepoint>
      <property>DISALLOWED</property>
      <description>MATHEMATICAL BOLD CAPITAL ALPHA..MATHEMATICAL BOLD SMALL DIGAMMA</description>
    </record>
    <record>
      <codepoint>1D7CC-1D7CD</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1D7CE-1D9FF</codepoint>
      <property>DISALLOWED</property>
      <description>MATHEMATICAL BOLD DIGIT ZERO..SIGNWRITING HEAD</description>
    </record>
    <record>
      <codepoint>1DA00-1DA36</codepoint>
      <property>PVALID</property>
      <description>SIGNWRITING HEAD RIM..SIGNWRITING AIR SUCKING IN</description>
    </record>
    <record>
      <codepoint>1DA37-1DA3A</codepoint>
      <property>DISALLOWED</property>
      <description>SIGNWRITING AIR BLOW SMALL ROTATIONS..SIGNWRITING BREATH EXHALE</description>
    </record>
    <record>
      <codepoint>1DA3B-1DA6C</codepoint>
      <property>PVALID</property>
      <description>SIGNWRITING MOUTH CLOSED NEUTRAL..SIGNWRITING EXCITEMENT</description>
    </record>
    <record>
      <codepoint>1DA6D-1DA74</codepoint>
      <property>DISALLOWED</property>
      <description>SIGNWRITING SHOULDER HIP SPINE..SIGNWRITING TORSO-FLOORPLANE TWISTING</description>
    </record>
    <record>
      <codepoint>1DA75</codepoint>
      <property>PVALID</property>
      <description>SIGNWRITING UPPER BODY TILTING FROM HIP JOINTS</description>
    </record>
    <record>
      <codepoint>1DA76-1DA83</codepoint>
      <property>DISALLOWED</property>
      <description>SIGNWRITING LIMB COMBINATION..SIGNWRITING LOCATION DEPTH</description>
    </record>
    <record>
      <codepoint>1DA84</codepoint>
      <property>PVALID</property>
      <description>SIGNWRITING LOCATION HEAD NECK</description>
    </record>
    <record>
      <codepoint>1DA85-1DA8B</codepoint>
      <property>DISALLOWED</property>
      <description>SIGNWRITING LOCATION TORSO..SIGNWRITING PARENTHESIS</description>
    </record>
    <record>
      <codepoint>1DA8C-1DA9A</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1DA9B-1DA9F</codepoint>
      <property>PVALID</property>
      <description>SIGNWRITING FILL MODIFIER-2..SIGNWRITING FILL MODIFIER-6</description>
    </record>
    <record>
      <codepoint>1DAA0</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1DAA1-1DAAF</codepoint>
      <property>PVALID</property>
      <description>SIGNWRITING ROTATION MODIFIER-2..SIGNWRITING ROTATION MODIFIER-16</description>
    </record>
    <record>
      <codepoint>1DAB0-1E7FF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1E800-1E8C4</codepoint>
      <property>PVALID</property>
      <description>MENDE KIKAKUI SYLLABLE M001 KI..MENDE KIKAKUI SYLLABLE M060 NYON</description>
    </record>
    <record>
      <codepoint>1E8C5-1E8C6</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1E8C7-1E8CF</codepoint>
      <property>DISALLOWED</property>
      <description>MENDE KIKAKUI DIGIT ONE..MENDE KIKAKUI DIGIT NINE</description>
    </record>
    <record>
      <codepoint>1E8D0-1E8D6</codepoint>
      <property>PVALID</property>
      <description>MENDE KIKAKUI COMBINING NUMBER TEENS..MENDE KIKAKUI COMBINING NUMBER MILLIONS</description>
    </record>
    <record>
      <codepoint>1E8D7-1EDFF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1EE00-1EE03</codepoint>
      <property>DISALLOWED</property>
      <description>ARABIC MATHEMATICAL ALEF..ARABIC MATHEMATICAL DAL</description>
    </record>
    <record>
      <codepoint>1EE04</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1EE05-1EE1F</codepoint>
      <property>DISALLOWED</property>
      <description>ARABIC MATHEMATICAL WAW..ARABIC MATHEMATICAL DOTLESS QAF</description>
    </record>
    <record>
      <codepoint>1EE20</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1EE21-1EE22</codepoint>
      <property>DISALLOWED</property>
      <description>ARABIC MATHEMATICAL INITIAL BEH..ARABIC MATHEMATICAL INITIAL JEEM</description>
    </record>
    <record>
      <codepoint>1EE23</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1EE24</codepoint>
      <property>DISALLOWED</property>
      <description>ARABIC MATHEMATICAL INITIAL HEH</description>
    </record>
    <record>
      <codepoint>1EE25-1EE26</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1EE27</codepoint>
      <property>DISALLOWED</property>
      <description>ARABIC MATHEMATICAL INITIAL HAH</description>
    </record>
    <record>
      <codepoint>1EE28</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1EE29-1EE32</codepoint>
      <property>DISALLOWED</property>
      <description>ARABIC MATHEMATICAL INITIAL YEH..ARABIC MATHEMATICAL INITIAL QAF</description>
    </record>
    <record>
      <codepoint>1EE33</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1EE34-1EE37</codepoint>
      <property>DISALLOWED</property>
      <description>ARABIC MATHEMATICAL INITIAL SHEEN..ARABIC MATHEMATICAL INITIAL KHAH</description>
    </record>
    <record>
      <codepoint>1EE38</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1EE39</codepoint>
      <property>DISALLOWED</property>
      <description>ARABIC MATHEMATICAL INITIAL DAD</description>
    </record>
    <record>
      <codepoint>1EE3A</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1EE3B</codepoint>
      <property>DISALLOWED</property>
      <description>ARABIC MATHEMATICAL INITIAL GHAIN</description>
    </record>
    <record>
      <codepoint>1EE3C-1EE41</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1EE42</codepoint>
      <property>DISALLOWED</property>
      <description>ARABIC MATHEMATICAL TAILED JEEM</description>
    </record>
    <record>
      <codepoint>1EE43-1EE46</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1EE47</codepoint>
      <property>DISALLOWED</property>
      <description>ARABIC MATHEMATICAL TAILED HAH</description>
    </record>
    <record>
      <codepoint>1EE48</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1EE49</codepoint>
      <property>DISALLOWED</property>
      <description>ARABIC MATHEMATICAL TAILED YEH</description>
    </record>
    <record>
      <codepoint>1EE4A</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1EE4B</codepoint>
      <property>DISALLOWED</property>
      <description>ARABIC MATHEMATICAL TAILED LAM</description>
    </record>
    <record>
      <codepoint>1EE4C</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1EE4D-1EE4F</codepoint>
      <property>DISALLOWED</property>
      <description>ARABIC MATHEMATICAL TAILED NOON..ARABIC MATHEMATICAL TAILED AIN</description>
    </record>
    <record>
      <codepoint>1EE50</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1EE51-1EE52</codepoint>
      <property>DISALLOWED</property>
      <description>ARABIC MATHEMATICAL TAILED SAD..ARABIC MATHEMATICAL TAILED QAF</description>
    </record>
    <record>
      <codepoint>1EE53</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1EE54</codepoint>
      <property>DISALLOWED</property>
      <description>ARABIC MATHEMATICAL TAILED SHEEN</description>
    </record>
    <record>
      <codepoint>1EE55-1EE56</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1EE57</codepoint>
      <property>DISALLOWED</property>
      <description>ARABIC MATHEMATICAL TAILED KHAH</description>
    </record>
    <record>
      <codepoint>1EE58</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1EE59</codepoint>
      <property>DISALLOWED</property>
      <description>ARABIC MATHEMATICAL TAILED DAD</description>
    </record>
    <record>
      <codepoint>1EE5A</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1EE5B</codepoint>
      <property>DISALLOWED</property>
      <description>ARABIC MATHEMATICAL TAILED GHAIN</description>
    </record>
    <record>
      <codepoint>1EE5C</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1EE5D</codepoint>
      <property>DISALLOWED</property>
      <description>ARABIC MATHEMATICAL TAILED DOTLESS NOON</description>
    </record>
    <record>
      <codepoint>1EE5E</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1EE5F</codepoint>
      <property>DISALLOWED</property>
      <description>ARABIC MATHEMATICAL TAILED DOTLESS QAF</description>
    </record>
    <record>
      <codepoint>1EE60</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1EE61-1EE62</codepoint>
      <property>DISALLOWED</property>
      <description>ARABIC MATHEMATICAL STRETCHED BEH..ARABIC MATHEMATICAL STRETCHED JEEM</description>
    </record>
    <record>
      <codepoint>1EE63</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1EE64</codepoint>
      <property>DISALLOWED</property>
      <description>ARABIC MATHEMATICAL STRETCHED HEH</description>
    </record>
    <record>
      <codepoint>1EE65-1EE66</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1EE67-1EE6A</codepoint>
      <property>DISALLOWED</property>
      <description>ARABIC MATHEMATICAL STRETCHED HAH..ARABIC MATHEMATICAL STRETCHED KAF</description>
    </record>
    <record>
      <codepoint>1EE6B</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1EE6C-1EE72</codepoint>
      <property>DISALLOWED</property>
      <description>ARABIC MATHEMATICAL STRETCHED MEEM..ARABIC MATHEMATICAL STRETCHED QAF</description>
    </record>
    <record>
      <codepoint>1EE73</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1EE74-1EE77</codepoint>
      <property>DISALLOWED</property>
      <description>ARABIC MATHEMATICAL STRETCHED SHEEN..ARABIC MATHEMATICAL STRETCHED KHAH</description>
    </record>
    <record>
      <codepoint>1EE78</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1EE79-1EE7C</codepoint>
      <property>DISALLOWED</property>
      <description>ARABIC MATHEMATICAL STRETCHED DAD..ARABIC MATHEMATICAL STRETCHED DOTLESS BEH</description>
    </record>
    <record>
      <codepoint>1EE7D</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1EE7E</codepoint>
      <property>DISALLOWED</property>
      <description>ARABIC MATHEMATICAL STRETCHED DOTLESS FEH</description>
    </record>
    <record>
      <codepoint>1EE7F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1EE80-1EE89</codepoint>
      <property>DISALLOWED</property>
      <description>ARABIC MATHEMATICAL LOOPED ALEF..ARABIC MATHEMATICAL LOOPED YEH</description>
    </record>
    <record>
      <codepoint>1EE8A</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1EE8B-1EE9B</codepoint>
      <property>DISALLOWED</property>
      <description>ARABIC MATHEMATICAL LOOPED LAM..ARABIC MATHEMATICAL LOOPED GHAIN</description>
    </record>
    <record>
      <codepoint>1EE9C-1EEA0</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1EEA1-1EEA3</codepoint>
      <property>DISALLOWED</property>
      <description>ARABIC MATHEMATICAL DOUBLE-STRUCK BEH..ARABIC MATHEMATICAL DOUBLE-STRUCK DAL</description>
    </record>
    <record>
      <codepoint>1EEA4</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1EEA5-1EEA9</codepoint>
      <property>DISALLOWED</property>
      <description>ARABIC MATHEMATICAL DOUBLE-STRUCK WAW..ARABIC MATHEMATICAL DOUBLE-STRUCK YEH</description>
    </record>
    <record>
      <codepoint>1EEAA</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1EEAB-1EEBB</codepoint>
      <property>DISALLOWED</property>
      <description>ARABIC MATHEMATICAL DOUBLE-STRUCK LAM..ARABIC MATHEMATICAL DOUBLE-STRUCK GHAIN</description>
    </record>
    <record>
      <codepoint>1EEBC-1EEEF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1EEF0-1EEF1</codepoint>
      <property>DISALLOWED</property>
      <description>ARABIC MATHEMATICAL OPERATOR MEEM WITH HAH WITH TATWEEL..ARABIC MATHEMATICAL OPERATOR HAH WITH DAL</description>
    </record>
    <record>
      <codepoint>1EEF2-1EFFF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1F000-1F02B</codepoint>
      <property>DISALLOWED</property>
      <description>MAHJONG TILE EAST WIND..MAHJONG TILE BACK</description>
    </record>
    <record>
      <codepoint>1F02C-1F02F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1F030-1F093</codepoint>
      <property>DISALLOWED</property>
      <description>DOMINO TILE HORIZONTAL BACK..DOMINO TILE VERTICAL-06-06</description>
    </record>
    <record>
      <codepoint>1F094-1F09F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1F0A0-1F0AE</codepoint>
      <property>DISALLOWED</property>
      <description>PLAYING CARD BACK..PLAYING CARD KING OF SPADES</description>
    </record>
    <record>
      <codepoint>1F0AF-1F0B0</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1F0B1-1F0BF</codepoint>
      <property>DISALLOWED</property>
      <description>PLAYING CARD ACE OF HEARTS..PLAYING CARD RED JOKER</description>
    </record>
    <record>
      <codepoint>1F0C0</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1F0C1-1F0CF</codepoint>
      <property>DISALLOWED</property>
      <description>PLAYING CARD ACE OF DIAMONDS..PLAYING CARD BLACK JOKER</description>
    </record>
    <record>
      <codepoint>1F0D0</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1F0D1-1F0F5</codepoint>
      <property>DISALLOWED</property>
      <description>PLAYING CARD ACE OF CLUBS..PLAYING CARD TRUMP-21</description>
    </record>
    <record>
      <codepoint>1F0F6-1F0FF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1F100-1F10C</codepoint>
      <property>DISALLOWED</property>
      <description>DIGIT ZERO FULL STOP..DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT ZERO</description>
    </record>
    <record>
      <codepoint>1F10D-1F10F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1F110-1F12E</codepoint>
      <property>DISALLOWED</property>
      <description>PARENTHESIZED LATIN CAPITAL LETTER A..CIRCLED WZ</description>
    </record>
    <record>
      <codepoint>1F12F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1F130-1F16B</codepoint>
      <property>DISALLOWED</property>
      <description>SQUARED LATIN CAPITAL LETTER A..RAISED MD SIGN</description>
    </record>
    <record>
      <codepoint>1F16C-1F16F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1F170-1F19A</codepoint>
      <property>DISALLOWED</property>
      <description>NEGATIVE SQUARED LATIN CAPITAL LETTER A..SQUARED VS</description>
    </record>
    <record>
      <codepoint>1F19B-1F1E5</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1F1E6-1F202</codepoint>
      <property>DISALLOWED</property>
      <description>REGIONAL INDICATOR SYMBOL LETTER A..SQUARED KATAKANA SA</description>
    </record>
    <record>
      <codepoint>1F203-1F20F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1F210-1F23A</codepoint>
      <property>DISALLOWED</property>
      <description>SQUARED CJK UNIFIED IDEOGRAPH-624B..SQUARED CJK UNIFIED IDEOGRAPH-55B6</description>
    </record>
    <record>
      <codepoint>1F23B-1F23F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1F240-1F248</codepoint>
      <property>DISALLOWED</property>
      <description>TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-672C..TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-6557</description>
    </record>
    <record>
      <codepoint>1F249-1F24F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1F250-1F251</codepoint>
      <property>DISALLOWED</property>
      <description>CIRCLED IDEOGRAPH ADVANTAGE..CIRCLED IDEOGRAPH ACCEPT</description>
    </record>
    <record>
      <codepoint>1F252-1F2FF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1F300-1F579</codepoint>
      <property>DISALLOWED</property>
      <description>CYCLONE..JOYSTICK</description>
    </record>
    <record>
      <codepoint>1F57A</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1F57B-1F5A3</codepoint>
      <property>DISALLOWED</property>
      <description>LEFT HAND TELEPHONE RECEIVER..BLACK DOWN POINTING BACKHAND INDEX</description>
    </record>
    <record>
      <codepoint>1F5A4</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1F5A5-1F6D0</codepoint>
      <property>DISALLOWED</property>
      <description>DESKTOP COMPUTER..PLACE OF WORSHIP</description>
    </record>
    <record>
      <codepoint>1F6D1-1F6DF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1F6E0-1F6EC</codepoint>
      <property>DISALLOWED</property>
      <description>HAMMER AND WRENCH..AIRPLANE ARRIVING</description>
    </record>
    <record>
      <codepoint>1F6ED-1F6EF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1F6F0-1F6F3</codepoint>
      <property>DISALLOWED</property>
      <description>SATELLITE..PASSENGER SHIP</description>
    </record>
    <record>
      <codepoint>1F6F4-1F6FF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1F700-1F773</codepoint>
      <property>DISALLOWED</property>
      <description>ALCHEMICAL SYMBOL FOR QUINTESSENCE..ALCHEMICAL SYMBOL FOR HALF OUNCE</description>
    </record>
    <record>
      <codepoint>1F774-1F77F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1F780-1F7D4</codepoint>
      <property>DISALLOWED</property>
      <description>BLACK LEFT-POINTING ISOSCELES RIGHT TRIANGLE..HEAVY TWELVE POINTED PINWHEEL STAR</description>
    </record>
    <record>
      <codepoint>1F7D5-1F7FF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1F800-1F80B</codepoint>
      <property>DISALLOWED</property>
      <description>LEFTWARDS ARROW WITH SMALL TRIANGLE ARROWHEAD..DOWNWARDS ARROW WITH LARGE TRIANGLE ARROWHEAD</description>
    </record>
    <record>
      <codepoint>1F80C-1F80F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1F810-1F847</codepoint>
      <property>DISALLOWED</property>
      <description>LEFTWARDS ARROW WITH SMALL EQUILATERAL ARROWHEAD..DOWNWARDS HEAVY ARROW</description>
    </record>
    <record>
      <codepoint>1F848-1F84F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1F850-1F859</codepoint>
      <property>DISALLOWED</property>
      <description>LEFTWARDS SANS-SERIF ARROW..UP DOWN SANS-SERIF ARROW</description>
    </record>
    <record>
      <codepoint>1F85A-1F85F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1F860-1F887</codepoint>
      <property>DISALLOWED</property>
      <description>WIDE-HEADED LEFTWARDS LIGHT BARB ARROW..WIDE-HEADED SOUTH WEST VERY HEAVY BARB ARROW</description>
    </record>
    <record>
      <codepoint>1F888-1F88F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1F890-1F8AD</codepoint>
      <property>DISALLOWED</property>
      <description>LEFTWARDS TRIANGLE ARROWHEAD..WHITE ARROW SHAFT WIDTH TWO THIRDS</description>
    </record>
    <record>
      <codepoint>1F8AE-1F90F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1F910-1F918</codepoint>
      <property>DISALLOWED</property>
      <description>ZIPPER-MOUTH FACE..SIGN OF THE HORNS</description>
    </record>
    <record>
      <codepoint>1F919-1F97F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1F980-1F984</codepoint>
      <property>DISALLOWED</property>
      <description>CRAB..UNICORN FACE</description>
    </record>
    <record>
      <codepoint>1F985-1F9BF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1F9C0</codepoint>
      <property>DISALLOWED</property>
      <description>CHEESE WEDGE</description>
    </record>
    <record>
      <codepoint>1F9C1-1FFFD</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>1FFFE-1FFFF</codepoint>
      <property>DISALLOWED</property>
      <description>&lt;NOT A CHARACTER&gt;..&lt;NOT A CHARACTER&gt;</description>
    </record>
    <record>
      <codepoint>20000-2A6D6</codepoint>
      <property>PVALID</property>
      <description>&lt;CJK IDEOGRAPH EXTENSION B, FIRST&gt;..&lt;CJK IDEOGRAPH EXTENSION B, LAST&gt;</description>
    </record>
    <record>
      <codepoint>2A6D7-2A6FF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>2A700-2B734</codepoint>
      <property>PVALID</property>
      <description>&lt;CJK IDEOGRAPH EXTENSION C, FIRST&gt;..&lt;CJK IDEOGRAPH EXTENSION C, LAST&gt;</description>
    </record>
    <record>
      <codepoint>2B735-2B73F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>2B740-2B81D</codepoint>
      <property>PVALID</property>
      <description>&lt;CJK IDEOGRAPH EXTENSION D, FIRST&gt;..&lt;CJK IDEOGRAPH EXTENSION D, LAST&gt;</description>
    </record>
    <record>
      <codepoint>2B81E-2B81F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>2B820-2CEA1</codepoint>
      <property>PVALID</property>
      <description>&lt;CJK IDEOGRAPH EXTENSION E, FIRST&gt;..&lt;CJK IDEOGRAPH EXTENSION E, LAST&gt;</description>
    </record>
    <record>
      <codepoint>2CEA2-2F7FF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>2F800-2FA1D</codepoint>
      <property>DISALLOWED</property>
      <description>CJK COMPATIBILITY IDEOGRAPH-2F800..CJK COMPATIBILITY IDEOGRAPH-2FA1D</description>
    </record>
    <record>
      <codepoint>2FA1E-2FFFD</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>2FFFE-2FFFF</codepoint>
      <property>DISALLOWED</property>
      <description>&lt;NOT A CHARACTER&gt;..&lt;NOT A CHARACTER&gt;</description>
    </record>
    <record>
      <codepoint>30000-3FFFD</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>3FFFE-3FFFF</codepoint>
      <property>DISALLOWED</property>
      <description>&lt;NOT A CHARACTER&gt;..&lt;NOT A CHARACTER&gt;</description>
    </record>
    <record>
      <codepoint>40000-4FFFD</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>4FFFE-4FFFF</codepoint>
      <property>DISALLOWED</property>
      <description>&lt;NOT A CHARACTER&gt;..&lt;NOT A CHARACTER&gt;</description>
    </record>
    <record>
      <codepoint>50000-5FFFD</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>5FFFE-5FFFF</codepoint>
      <property>DISALLOWED</property>
      <description>&lt;NOT A CHARACTER&gt;..&lt;NOT A CHARACTER&gt;</description>
    </record>
    <record>
      <codepoint>60000-6FFFD</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>6FFFE-6FFFF</codepoint>
      <property>DISALLOWED</property>
      <description>&lt;NOT A CHARACTER&gt;..&lt;NOT A CHARACTER&gt;</description>
    </record>
    <record>
      <codepoint>70000-7FFFD</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>7FFFE-7FFFF</codepoint>
      <property>DISALLOWED</property>
      <description>&lt;NOT A CHARACTER&gt;..&lt;NOT A CHARACTER&gt;</description>
    </record>
    <record>
      <codepoint>80000-8FFFD</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>8FFFE-8FFFF</codepoint>
      <property>DISALLOWED</property>
      <description>&lt;NOT A CHARACTER&gt;..&lt;NOT A CHARACTER&gt;</description>
    </record>
    <record>
      <codepoint>90000-9FFFD</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>9FFFE-9FFFF</codepoint>
      <property>DISALLOWED</property>
      <description>&lt;NOT A CHARACTER&gt;..&lt;NOT A CHARACTER&gt;</description>
    </record>
    <record>
      <codepoint>A0000-AFFFD</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>AFFFE-AFFFF</codepoint>
      <property>DISALLOWED</property>
      <description>&lt;NOT A CHARACTER&gt;..&lt;NOT A CHARACTER&gt;</description>
    </record>
    <record>
      <codepoint>B0000-BFFFD</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>BFFFE-BFFFF</codepoint>
      <property>DISALLOWED</property>
      <description>&lt;NOT A CHARACTER&gt;..&lt;NOT A CHARACTER&gt;</description>
    </record>
    <record>
      <codepoint>C0000-CFFFD</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>CFFFE-CFFFF</codepoint>
      <property>DISALLOWED</property>
      <description>&lt;NOT A CHARACTER&gt;..&lt;NOT A CHARACTER&gt;</description>
    </record>
    <record>
      <codepoint>D0000-DFFFD</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>DFFFE-DFFFF</codepoint>
      <property>DISALLOWED</property>
      <description>&lt;NOT A CHARACTER&gt;..&lt;NOT A CHARACTER&gt;</description>
    </record>
    <record>
      <codepoint>E0000</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>E0001</codepoint>
      <property>DISALLOWED</property>
      <description>LANGUAGE TAG</description>
    </record>
    <record>
      <codepoint>E0002-E001F</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>E0020-E007F</codepoint>
      <property>DISALLOWED</property>
      <description>TAG SPACE..CANCEL TAG</description>
    </record>
    <record>
      <codepoint>E0080-E00FF</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>E0100-E01EF</codepoint>
      <property>DISALLOWED</property>
      <description>VARIATION SELECTOR-17..VARIATION SELECTOR-256</description>
    </record>
    <record>
      <codepoint>E01F0-EFFFD</codepoint>
      <property>UNASSIGNED</property>
      <description>&lt;RESERVED&gt;..&lt;RESERVED&gt;</description>
    </record>
    <record>
      <codepoint>EFFFE-10FFFF</codepoint>
      <property>DISALLOWED</property>
      <description>&lt;NOT A CHARACTER&gt;..&lt;NOT A CHARACTER&gt;</description>
    </record>
  </registry>
  <people/>
</registry>
