diff --git a/src/main.rs b/src/main.rs index 4cade9c..ea0e3d4 100644 --- a/src/main.rs +++ b/src/main.rs @@ -4,6 +4,8 @@ use arboard::SetExtLinux; use clap::Parser; use emoji::lookup_by_glyph::iter_emoji; +mod symbols; + /// Simple program to list all emojis #[derive(Parser, Debug)] // #[command(author, version, about, long_about = None)] @@ -98,6 +100,10 @@ fn write_emojis_to_stdout(args: &Args, mut out: impl Write) { writeln!(&mut out, "{}: {}", emoji.glyph, text).ok(); } + + for (c, desc) in symbols::SYMBOLS { + writeln!(&mut out, "{}: {}", c, desc).ok(); + } } fn emoji_description(emoji: &emoji::Emoji, lang: &str) -> Option { diff --git a/src/symbols.rs b/src/symbols.rs new file mode 100644 index 0000000..2338618 --- /dev/null +++ b/src/symbols.rs @@ -0,0 +1,7394 @@ +pub const SYMBOLS: &[(char, &str)] = &[ + (' ', "space Basic Latin"), + ('!', "exclamation mark Basic Latin"), + ('"', "quotation mark Basic Latin"), + ('#', "number sign Basic Latin"), + ('$', "dollar sign Basic Latin"), + ('%', "percent sign Basic Latin"), + ('&', "ampersand Basic Latin"), + ('\'', "apostrophe Basic Latin"), + ('(', "left parenthesis Basic Latin"), + (')', "right parenthesis Basic Latin"), + ('*', "asterisk Basic Latin"), + ('+', "plus sign Basic Latin"), + (',', "comma Basic Latin"), + ('-', "hyphen-minus Basic Latin"), + ('.', "full stop Basic Latin"), + ('/', "solidus Basic Latin"), + ('0', "digit zero Basic Latin"), + ('1', "digit one Basic Latin"), + ('2', "digit two Basic Latin"), + ('3', "digit three Basic Latin"), + ('4', "digit four Basic Latin"), + ('5', "digit five Basic Latin"), + ('6', "digit six Basic Latin"), + ('7', "digit seven Basic Latin"), + ('8', "digit eight Basic Latin"), + ('9', "digit nine Basic Latin"), + (':', "colon Basic Latin"), + (';', "semicolon Basic Latin"), + ('<', "less-than sign Basic Latin"), + ('=', "equals sign Basic Latin"), + ('>', "greater-than sign Basic Latin"), + ('?', "question mark Basic Latin"), + ('@', "commercial at Basic Latin"), + ('A', "latin capital letter a Basic Latin"), + ('B', "latin capital letter b Basic Latin"), + ('C', "latin capital letter c Basic Latin"), + ('D', "latin capital letter d Basic Latin"), + ('E', "latin capital letter e Basic Latin"), + ('F', "latin capital letter f Basic Latin"), + ('G', "latin capital letter g Basic Latin"), + ('H', "latin capital letter h Basic Latin"), + ('I', "latin capital letter i Basic Latin"), + ('J', "latin capital letter j Basic Latin"), + ('K', "latin capital letter k Basic Latin"), + ('L', "latin capital letter l Basic Latin"), + ('M', "latin capital letter m Basic Latin"), + ('N', "latin capital letter n Basic Latin"), + ('O', "latin capital letter o Basic Latin"), + ('P', "latin capital letter p Basic Latin"), + ('Q', "latin capital letter q Basic Latin"), + ('R', "latin capital letter r Basic Latin"), + ('S', "latin capital letter s Basic Latin"), + ('T', "latin capital letter t Basic Latin"), + ('U', "latin capital letter u Basic Latin"), + ('V', "latin capital letter v Basic Latin"), + ('W', "latin capital letter w Basic Latin"), + ('X', "latin capital letter x Basic Latin"), + ('Y', "latin capital letter y Basic Latin"), + ('Z', "latin capital letter z Basic Latin"), + ('[', "left square bracket Basic Latin"), + ('\\', "reverse solidus Basic Latin"), + (']', "right square bracket Basic Latin"), + ('^', "circumflex accent Basic Latin"), + ('_', "low line Basic Latin"), + ('`', "grave accent Basic Latin"), + ('a', "latin small letter a Basic Latin"), + ('b', "latin small letter b Basic Latin"), + ('c', "latin small letter c Basic Latin"), + ('d', "latin small letter d Basic Latin"), + ('e', "latin small letter e Basic Latin"), + ('f', "latin small letter f Basic Latin"), + ('g', "latin small letter g Basic Latin"), + ('h', "latin small letter h Basic Latin"), + ('i', "latin small letter i Basic Latin"), + ('j', "latin small letter j Basic Latin"), + ('k', "latin small letter k Basic Latin"), + ('l', "latin small letter l Basic Latin"), + ('m', "latin small letter m Basic Latin"), + ('n', "latin small letter n Basic Latin"), + ('o', "latin small letter o Basic Latin"), + ('p', "latin small letter p Basic Latin"), + ('q', "latin small letter q Basic Latin"), + ('r', "latin small letter r Basic Latin"), + ('s', "latin small letter s Basic Latin"), + ('t', "latin small letter t Basic Latin"), + ('u', "latin small letter u Basic Latin"), + ('v', "latin small letter v Basic Latin"), + ('w', "latin small letter w Basic Latin"), + ('x', "latin small letter x Basic Latin"), + ('y', "latin small letter y Basic Latin"), + ('z', "latin small letter z Basic Latin"), + ('{', "left curly bracket Basic Latin"), + ('|', "vertical line Basic Latin"), + ('}', "right curly bracket Basic Latin"), + ('~', "tilde Basic Latin"), + (' ', "no-break space Latin-1 Supplement"), + ('¡', "inverted exclamation mark Latin-1 Supplement"), + ('¢', "cent sign Latin-1 Supplement"), + ('£', "pound sign Latin-1 Supplement"), + ('¤', "currency sign Latin-1 Supplement"), + ('¥', "yen sign Latin-1 Supplement"), + ('¦', "broken bar Latin-1 Supplement"), + ('§', "section sign Latin-1 Supplement"), + ('¨', "diaeresis Latin-1 Supplement"), + ('©', "copyright sign Latin-1 Supplement"), + ('ª', "feminine ordinal indicator Latin-1 Supplement"), + ('«', "left-pointing double angle quotation mark Latin-1 Supplement"), + ('¬', "not sign Latin-1 Supplement"), + ('­', "soft hyphen Latin-1 Supplement"), + ('®', "registered sign Latin-1 Supplement"), + ('¯', "macron Latin-1 Supplement"), + ('°', "degree sign Latin-1 Supplement"), + ('±', "plus-minus sign Latin-1 Supplement"), + ('²', "superscript two Latin-1 Supplement"), + ('³', "superscript three Latin-1 Supplement"), + ('´', "acute accent Latin-1 Supplement"), + ('µ', "micro sign Latin-1 Supplement"), + ('¶', "pilcrow sign Latin-1 Supplement"), + ('·', "middle dot Latin-1 Supplement"), + ('¸', "cedilla Latin-1 Supplement"), + ('¹', "superscript one Latin-1 Supplement"), + ('º', "masculine ordinal indicator Latin-1 Supplement"), + ('»', "right-pointing double angle quotation mark Latin-1 Supplement"), + ('¼', "vulgar fraction one quarter Latin-1 Supplement"), + ('½', "vulgar fraction one half Latin-1 Supplement"), + ('¾', "vulgar fraction three quarters Latin-1 Supplement"), + ('¿', "inverted question mark Latin-1 Supplement"), + ('À', "latin capital letter a with grave Latin-1 Supplement"), + ('Á', "latin capital letter a with acute Latin-1 Supplement"), + ('Â', "latin capital letter a with circumflex Latin-1 Supplement"), + ('Ã', "latin capital letter a with tilde Latin-1 Supplement"), + ('Ä', "latin capital letter a with diaeresis Latin-1 Supplement"), + ('Å', "latin capital letter a with ring above Latin-1 Supplement"), + ('Æ', "latin capital letter ae Latin-1 Supplement"), + ('Ç', "latin capital letter c with cedilla Latin-1 Supplement"), + ('È', "latin capital letter e with grave Latin-1 Supplement"), + ('É', "latin capital letter e with acute Latin-1 Supplement"), + ('Ê', "latin capital letter e with circumflex Latin-1 Supplement"), + ('Ë', "latin capital letter e with diaeresis Latin-1 Supplement"), + ('Ì', "latin capital letter i with grave Latin-1 Supplement"), + ('Í', "latin capital letter i with acute Latin-1 Supplement"), + ('Î', "latin capital letter i with circumflex Latin-1 Supplement"), + ('Ï', "latin capital letter i with diaeresis Latin-1 Supplement"), + ('Ð', "latin capital letter eth Latin-1 Supplement"), + ('Ñ', "latin capital letter n with tilde Latin-1 Supplement"), + ('Ò', "latin capital letter o with grave Latin-1 Supplement"), + ('Ó', "latin capital letter o with acute Latin-1 Supplement"), + ('Ô', "latin capital letter o with circumflex Latin-1 Supplement"), + ('Õ', "latin capital letter o with tilde Latin-1 Supplement"), + ('Ö', "latin capital letter o with diaeresis Latin-1 Supplement"), + ('×', "multiplication sign Latin-1 Supplement"), + ('Ø', "latin capital letter o with stroke Latin-1 Supplement"), + ('Ù', "latin capital letter u with grave Latin-1 Supplement"), + ('Ú', "latin capital letter u with acute Latin-1 Supplement"), + ('Û', "latin capital letter u with circumflex Latin-1 Supplement"), + ('Ü', "latin capital letter u with diaeresis Latin-1 Supplement"), + ('Ý', "latin capital letter y with acute Latin-1 Supplement"), + ('Þ', "latin capital letter thorn Latin-1 Supplement"), + ('ß', "latin small letter sharp s Latin-1 Supplement"), + ('à', "latin small letter a with grave Latin-1 Supplement"), + ('á', "latin small letter a with acute Latin-1 Supplement"), + ('â', "latin small letter a with circumflex Latin-1 Supplement"), + ('ã', "latin small letter a with tilde Latin-1 Supplement"), + ('ä', "latin small letter a with diaeresis Latin-1 Supplement"), + ('å', "latin small letter a with ring above Latin-1 Supplement"), + ('æ', "latin small letter ae Latin-1 Supplement"), + ('ç', "latin small letter c with cedilla Latin-1 Supplement"), + ('è', "latin small letter e with grave Latin-1 Supplement"), + ('é', "latin small letter e with acute Latin-1 Supplement"), + ('ê', "latin small letter e with circumflex Latin-1 Supplement"), + ('ë', "latin small letter e with diaeresis Latin-1 Supplement"), + ('ì', "latin small letter i with grave Latin-1 Supplement"), + ('í', "latin small letter i with acute Latin-1 Supplement"), + ('î', "latin small letter i with circumflex Latin-1 Supplement"), + ('ï', "latin small letter i with diaeresis Latin-1 Supplement"), + ('ð', "latin small letter eth Latin-1 Supplement"), + ('ñ', "latin small letter n with tilde Latin-1 Supplement"), + ('ò', "latin small letter o with grave Latin-1 Supplement"), + ('ó', "latin small letter o with acute Latin-1 Supplement"), + ('ô', "latin small letter o with circumflex Latin-1 Supplement"), + ('õ', "latin small letter o with tilde Latin-1 Supplement"), + ('ö', "latin small letter o with diaeresis Latin-1 Supplement"), + ('÷', "division sign Latin-1 Supplement"), + ('ø', "latin small letter o with stroke Latin-1 Supplement"), + ('ù', "latin small letter u with grave Latin-1 Supplement"), + ('ú', "latin small letter u with acute Latin-1 Supplement"), + ('û', "latin small letter u with circumflex Latin-1 Supplement"), + ('ü', "latin small letter u with diaeresis Latin-1 Supplement"), + ('ý', "latin small letter y with acute Latin-1 Supplement"), + ('þ', "latin small letter thorn Latin-1 Supplement"), + ('Ā', "latin capital letter a with macron Latin Extended-A"), + ('ā', "latin small letter a with macron Latin Extended-A"), + ('Ă', "latin capital letter a with breve Latin Extended-A"), + ('ă', "latin small letter a with breve Latin Extended-A"), + ('Ą', "latin capital letter a with ogonek Latin Extended-A"), + ('ą', "latin small letter a with ogonek Latin Extended-A"), + ('Ć', "latin capital letter c with acute Latin Extended-A"), + ('ć', "latin small letter c with acute Latin Extended-A"), + ('Ĉ', "latin capital letter c with circumflex Latin Extended-A"), + ('ĉ', "latin small letter c with circumflex Latin Extended-A"), + ('Ċ', "latin capital letter c with dot above Latin Extended-A"), + ('ċ', "latin small letter c with dot above Latin Extended-A"), + ('Č', "latin capital letter c with caron Latin Extended-A"), + ('č', "latin small letter c with caron Latin Extended-A"), + ('Ď', "latin capital letter d with caron Latin Extended-A"), + ('ď', "latin small letter d with caron Latin Extended-A"), + ('Đ', "latin capital letter d with stroke Latin Extended-A"), + ('đ', "latin small letter d with stroke Latin Extended-A"), + ('Ē', "latin capital letter e with macron Latin Extended-A"), + ('ē', "latin small letter e with macron Latin Extended-A"), + ('Ĕ', "latin capital letter e with breve Latin Extended-A"), + ('ĕ', "latin small letter e with breve Latin Extended-A"), + ('Ė', "latin capital letter e with dot above Latin Extended-A"), + ('ė', "latin small letter e with dot above Latin Extended-A"), + ('Ę', "latin capital letter e with ogonek Latin Extended-A"), + ('ę', "latin small letter e with ogonek Latin Extended-A"), + ('Ě', "latin capital letter e with caron Latin Extended-A"), + ('ě', "latin small letter e with caron Latin Extended-A"), + ('Ĝ', "latin capital letter g with circumflex Latin Extended-A"), + ('ĝ', "latin small letter g with circumflex Latin Extended-A"), + ('Ğ', "latin capital letter g with breve Latin Extended-A"), + ('ğ', "latin small letter g with breve Latin Extended-A"), + ('Ġ', "latin capital letter g with dot above Latin Extended-A"), + ('ġ', "latin small letter g with dot above Latin Extended-A"), + ('Ģ', "latin capital letter g with cedilla Latin Extended-A"), + ('ģ', "latin small letter g with cedilla Latin Extended-A"), + ('Ĥ', "latin capital letter h with circumflex Latin Extended-A"), + ('ĥ', "latin small letter h with circumflex Latin Extended-A"), + ('Ħ', "latin capital letter h with stroke Latin Extended-A"), + ('ħ', "latin small letter h with stroke Latin Extended-A"), + ('Ĩ', "latin capital letter i with tilde Latin Extended-A"), + ('ĩ', "latin small letter i with tilde Latin Extended-A"), + ('Ī', "latin capital letter i with macron Latin Extended-A"), + ('ī', "latin small letter i with macron Latin Extended-A"), + ('Ĭ', "latin capital letter i with breve Latin Extended-A"), + ('ĭ', "latin small letter i with breve Latin Extended-A"), + ('Į', "latin capital letter i with ogonek Latin Extended-A"), + ('į', "latin small letter i with ogonek Latin Extended-A"), + ('İ', "latin capital letter i with dot above Latin Extended-A"), + ('ı', "latin small letter dotless i Latin Extended-A"), + ('IJ', "latin capital ligature ij Latin Extended-A"), + ('ij', "latin small ligature ij Latin Extended-A"), + ('Ĵ', "latin capital letter j with circumflex Latin Extended-A"), + ('ĵ', "latin small letter j with circumflex Latin Extended-A"), + ('Ķ', "latin capital letter k with cedilla Latin Extended-A"), + ('ķ', "latin small letter k with cedilla Latin Extended-A"), + ('ĸ', "latin small letter kra Latin Extended-A"), + ('Ĺ', "latin capital letter l with acute Latin Extended-A"), + ('ĺ', "latin small letter l with acute Latin Extended-A"), + ('Ļ', "latin capital letter l with cedilla Latin Extended-A"), + ('ļ', "latin small letter l with cedilla Latin Extended-A"), + ('Ľ', "latin capital letter l with caron Latin Extended-A"), + ('ľ', "latin small letter l with caron Latin Extended-A"), + ('Ŀ', "latin capital letter l with middle dot Latin Extended-A"), + ('ŀ', "latin small letter l with middle dot Latin Extended-A"), + ('Ł', "latin capital letter l with stroke Latin Extended-A"), + ('ł', "latin small letter l with stroke Latin Extended-A"), + ('Ń', "latin capital letter n with acute Latin Extended-A"), + ('ń', "latin small letter n with acute Latin Extended-A"), + ('Ņ', "latin capital letter n with cedilla Latin Extended-A"), + ('ņ', "latin small letter n with cedilla Latin Extended-A"), + ('Ň', "latin capital letter n with caron Latin Extended-A"), + ('ň', "latin small letter n with caron Latin Extended-A"), + ('ʼn', "latin small letter n preceded by apostrophe Latin Extended-A"), + ('Ŋ', "latin capital letter eng Latin Extended-A"), + ('ŋ', "latin small letter eng Latin Extended-A"), + ('Ō', "latin capital letter o with macron Latin Extended-A"), + ('ō', "latin small letter o with macron Latin Extended-A"), + ('Ŏ', "latin capital letter o with breve Latin Extended-A"), + ('ŏ', "latin small letter o with breve Latin Extended-A"), + ('Ő', "latin capital letter o with double acute Latin Extended-A"), + ('ő', "latin small letter o with double acute Latin Extended-A"), + ('Œ', "latin capital ligature oe Latin Extended-A"), + ('œ', "latin small ligature oe Latin Extended-A"), + ('Ŕ', "latin capital letter r with acute Latin Extended-A"), + ('ŕ', "latin small letter r with acute Latin Extended-A"), + ('Ŗ', "latin capital letter r with cedilla Latin Extended-A"), + ('ŗ', "latin small letter r with cedilla Latin Extended-A"), + ('Ř', "latin capital letter r with caron Latin Extended-A"), + ('ř', "latin small letter r with caron Latin Extended-A"), + ('Ś', "latin capital letter s with acute Latin Extended-A"), + ('ś', "latin small letter s with acute Latin Extended-A"), + ('Ŝ', "latin capital letter s with circumflex Latin Extended-A"), + ('ŝ', "latin small letter s with circumflex Latin Extended-A"), + ('Ş', "latin capital letter s with cedilla Latin Extended-A"), + ('ş', "latin small letter s with cedilla Latin Extended-A"), + ('Š', "latin capital letter s with caron Latin Extended-A"), + ('š', "latin small letter s with caron Latin Extended-A"), + ('Ţ', "latin capital letter t with cedilla Latin Extended-A"), + ('ţ', "latin small letter t with cedilla Latin Extended-A"), + ('Ť', "latin capital letter t with caron Latin Extended-A"), + ('ť', "latin small letter t with caron Latin Extended-A"), + ('Ŧ', "latin capital letter t with stroke Latin Extended-A"), + ('ŧ', "latin small letter t with stroke Latin Extended-A"), + ('Ũ', "latin capital letter u with tilde Latin Extended-A"), + ('ũ', "latin small letter u with tilde Latin Extended-A"), + ('Ū', "latin capital letter u with macron Latin Extended-A"), + ('ū', "latin small letter u with macron Latin Extended-A"), + ('Ŭ', "latin capital letter u with breve Latin Extended-A"), + ('ŭ', "latin small letter u with breve Latin Extended-A"), + ('Ů', "latin capital letter u with ring above Latin Extended-A"), + ('ů', "latin small letter u with ring above Latin Extended-A"), + ('Ű', "latin capital letter u with double acute Latin Extended-A"), + ('ű', "latin small letter u with double acute Latin Extended-A"), + ('Ų', "latin capital letter u with ogonek Latin Extended-A"), + ('ų', "latin small letter u with ogonek Latin Extended-A"), + ('Ŵ', "latin capital letter w with circumflex Latin Extended-A"), + ('ŵ', "latin small letter w with circumflex Latin Extended-A"), + ('Ŷ', "latin capital letter y with circumflex Latin Extended-A"), + ('ŷ', "latin small letter y with circumflex Latin Extended-A"), + ('Ÿ', "latin capital letter y with diaeresis Latin Extended-A"), + ('Ź', "latin capital letter z with acute Latin Extended-A"), + ('ź', "latin small letter z with acute Latin Extended-A"), + ('Ż', "latin capital letter z with dot above Latin Extended-A"), + ('ż', "latin small letter z with dot above Latin Extended-A"), + ('Ž', "latin capital letter z with caron Latin Extended-A"), + ('ž', "latin small letter z with caron Latin Extended-A"), + ('ƀ', "latin small letter b with stroke Latin Extended-B"), + ('Ɓ', "latin capital letter b with hook Latin Extended-B"), + ('Ƃ', "latin capital letter b with topbar Latin Extended-B"), + ('ƃ', "latin small letter b with topbar Latin Extended-B"), + ('Ƅ', "latin capital letter tone six Latin Extended-B"), + ('ƅ', "latin small letter tone six Latin Extended-B"), + ('Ɔ', "latin capital letter open o Latin Extended-B"), + ('Ƈ', "latin capital letter c with hook Latin Extended-B"), + ('ƈ', "latin small letter c with hook Latin Extended-B"), + ('Ɖ', "latin capital letter african d Latin Extended-B"), + ('Ɗ', "latin capital letter d with hook Latin Extended-B"), + ('Ƌ', "latin capital letter d with topbar Latin Extended-B"), + ('ƌ', "latin small letter d with topbar Latin Extended-B"), + ('ƍ', "latin small letter turned delta Latin Extended-B"), + ('Ǝ', "latin capital letter reversed e Latin Extended-B"), + ('Ə', "latin capital letter schwa Latin Extended-B"), + ('Ɛ', "latin capital letter open e Latin Extended-B"), + ('Ƒ', "latin capital letter f with hook Latin Extended-B"), + ('ƒ', "latin small letter f with hook Latin Extended-B"), + ('Ɠ', "latin capital letter g with hook Latin Extended-B"), + ('Ɣ', "latin capital letter gamma Latin Extended-B"), + ('ƕ', "latin small letter hv Latin Extended-B"), + ('Ɩ', "latin capital letter iota Latin Extended-B"), + ('Ɨ', "latin capital letter i with stroke Latin Extended-B"), + ('Ƙ', "latin capital letter k with hook Latin Extended-B"), + ('ƙ', "latin small letter k with hook Latin Extended-B"), + ('ƚ', "latin small letter l with bar Latin Extended-B"), + ('ƛ', "latin small letter lambda with stroke Latin Extended-B"), + ('Ɯ', "latin capital letter turned m Latin Extended-B"), + ('Ɲ', "latin capital letter n with left hook Latin Extended-B"), + ('ƞ', "latin small letter n with long right leg Latin Extended-B"), + ('Ɵ', "latin capital letter o with middle tilde Latin Extended-B"), + ('Ơ', "latin capital letter o with horn Latin Extended-B"), + ('ơ', "latin small letter o with horn Latin Extended-B"), + ('Ƣ', "latin capital letter oi Latin Extended-B"), + ('ƣ', "latin small letter oi Latin Extended-B"), + ('Ƥ', "latin capital letter p with hook Latin Extended-B"), + ('ƥ', "latin small letter p with hook Latin Extended-B"), + ('Ʀ', "latin letter yr Latin Extended-B"), + ('Ƨ', "latin capital letter tone two Latin Extended-B"), + ('ƨ', "latin small letter tone two Latin Extended-B"), + ('Ʃ', "latin capital letter esh Latin Extended-B"), + ('ƪ', "latin letter reversed esh loop Latin Extended-B"), + ('ƫ', "latin small letter t with palatal hook Latin Extended-B"), + ('Ƭ', "latin capital letter t with hook Latin Extended-B"), + ('ƭ', "latin small letter t with hook Latin Extended-B"), + ('Ʈ', "latin capital letter t with retroflex hook Latin Extended-B"), + ('Ư', "latin capital letter u with horn Latin Extended-B"), + ('ư', "latin small letter u with horn Latin Extended-B"), + ('Ʊ', "latin capital letter upsilon Latin Extended-B"), + ('Ʋ', "latin capital letter v with hook Latin Extended-B"), + ('Ƴ', "latin capital letter y with hook Latin Extended-B"), + ('ƴ', "latin small letter y with hook Latin Extended-B"), + ('Ƶ', "latin capital letter z with stroke Latin Extended-B"), + ('ƶ', "latin small letter z with stroke Latin Extended-B"), + ('Ʒ', "latin capital letter ezh Latin Extended-B"), + ('Ƹ', "latin capital letter ezh reversed Latin Extended-B"), + ('ƹ', "latin small letter ezh reversed Latin Extended-B"), + ('ƺ', "latin small letter ezh with tail Latin Extended-B"), + ('ƻ', "latin letter two with stroke Latin Extended-B"), + ('Ƽ', "latin capital letter tone five Latin Extended-B"), + ('ƽ', "latin small letter tone five Latin Extended-B"), + ('ƾ', "latin letter inverted glottal stop with stroke Latin Extended-B"), + ('ƿ', "latin letter wynn Latin Extended-B"), + ('ǀ', "latin letter dental click Latin Extended-B"), + ('ǁ', "latin letter lateral click Latin Extended-B"), + ('ǂ', "latin letter alveolar click Latin Extended-B"), + ('ǃ', "latin letter retroflex click Latin Extended-B"), + ('DŽ', "latin capital letter dz with caron Latin Extended-B"), + ('Dž', "latin capital letter d with small letter z with caron Latin Extended-B"), + ('dž', "latin small letter dz with caron Latin Extended-B"), + ('LJ', "latin capital letter lj Latin Extended-B"), + ('Lj', "latin capital letter l with small letter j Latin Extended-B"), + ('lj', "latin small letter lj Latin Extended-B"), + ('NJ', "latin capital letter nj Latin Extended-B"), + ('Nj', "latin capital letter n with small letter j Latin Extended-B"), + ('nj', "latin small letter nj Latin Extended-B"), + ('Ǎ', "latin capital letter a with caron Latin Extended-B"), + ('ǎ', "latin small letter a with caron Latin Extended-B"), + ('Ǐ', "latin capital letter i with caron Latin Extended-B"), + ('ǐ', "latin small letter i with caron Latin Extended-B"), + ('Ǒ', "latin capital letter o with caron Latin Extended-B"), + ('ǒ', "latin small letter o with caron Latin Extended-B"), + ('Ǔ', "latin capital letter u with caron Latin Extended-B"), + ('ǔ', "latin small letter u with caron Latin Extended-B"), + ('Ǖ', "latin capital letter u with diaeresis and macron Latin Extended-B"), + ('ǖ', "latin small letter u with diaeresis and macron Latin Extended-B"), + ('Ǘ', "latin capital letter u with diaeresis and acute Latin Extended-B"), + ('ǘ', "latin small letter u with diaeresis and acute Latin Extended-B"), + ('Ǚ', "latin capital letter u with diaeresis and caron Latin Extended-B"), + ('ǚ', "latin small letter u with diaeresis and caron Latin Extended-B"), + ('Ǜ', "latin capital letter u with diaeresis and grave Latin Extended-B"), + ('ǜ', "latin small letter u with diaeresis and grave Latin Extended-B"), + ('ǝ', "latin small letter turned e Latin Extended-B"), + ('Ǟ', "latin capital letter a with diaeresis and macron Latin Extended-B"), + ('ǟ', "latin small letter a with diaeresis and macron Latin Extended-B"), + ('Ǡ', "latin capital letter a with dot above and macron Latin Extended-B"), + ('ǡ', "latin small letter a with dot above and macron Latin Extended-B"), + ('Ǣ', "latin capital letter ae with macron Latin Extended-B"), + ('ǣ', "latin small letter ae with macron Latin Extended-B"), + ('Ǥ', "latin capital letter g with stroke Latin Extended-B"), + ('ǥ', "latin small letter g with stroke Latin Extended-B"), + ('Ǧ', "latin capital letter g with caron Latin Extended-B"), + ('ǧ', "latin small letter g with caron Latin Extended-B"), + ('Ǩ', "latin capital letter k with caron Latin Extended-B"), + ('ǩ', "latin small letter k with caron Latin Extended-B"), + ('Ǫ', "latin capital letter o with ogonek Latin Extended-B"), + ('ǫ', "latin small letter o with ogonek Latin Extended-B"), + ('Ǭ', "latin capital letter o with ogonek and macron Latin Extended-B"), + ('ǭ', "latin small letter o with ogonek and macron Latin Extended-B"), + ('Ǯ', "latin capital letter ezh with caron Latin Extended-B"), + ('ǯ', "latin small letter ezh with caron Latin Extended-B"), + ('ǰ', "latin small letter j with caron Latin Extended-B"), + ('DZ', "latin capital letter dz Latin Extended-B"), + ('Dz', "latin capital letter d with small letter z Latin Extended-B"), + ('dz', "latin small letter dz Latin Extended-B"), + ('Ǵ', "latin capital letter g with acute Latin Extended-B"), + ('ǵ', "latin small letter g with acute Latin Extended-B"), + ('Ƕ', "latin capital letter hwair Latin Extended-B"), + ('Ƿ', "latin capital letter wynn Latin Extended-B"), + ('Ǹ', "latin capital letter n with grave Latin Extended-B"), + ('ǹ', "latin small letter n with grave Latin Extended-B"), + ('Ǻ', "latin capital letter a with ring above and acute Latin Extended-B"), + ('ǻ', "latin small letter a with ring above and acute Latin Extended-B"), + ('Ǽ', "latin capital letter ae with acute Latin Extended-B"), + ('ǽ', "latin small letter ae with acute Latin Extended-B"), + ('Ǿ', "latin capital letter o with stroke and acute Latin Extended-B"), + ('ǿ', "latin small letter o with stroke and acute Latin Extended-B"), + ('Ȁ', "latin capital letter a with double grave Latin Extended-B"), + ('ȁ', "latin small letter a with double grave Latin Extended-B"), + ('Ȃ', "latin capital letter a with inverted breve Latin Extended-B"), + ('ȃ', "latin small letter a with inverted breve Latin Extended-B"), + ('Ȅ', "latin capital letter e with double grave Latin Extended-B"), + ('ȅ', "latin small letter e with double grave Latin Extended-B"), + ('Ȇ', "latin capital letter e with inverted breve Latin Extended-B"), + ('ȇ', "latin small letter e with inverted breve Latin Extended-B"), + ('Ȉ', "latin capital letter i with double grave Latin Extended-B"), + ('ȉ', "latin small letter i with double grave Latin Extended-B"), + ('Ȋ', "latin capital letter i with inverted breve Latin Extended-B"), + ('ȋ', "latin small letter i with inverted breve Latin Extended-B"), + ('Ȍ', "latin capital letter o with double grave Latin Extended-B"), + ('ȍ', "latin small letter o with double grave Latin Extended-B"), + ('Ȏ', "latin capital letter o with inverted breve Latin Extended-B"), + ('ȏ', "latin small letter o with inverted breve Latin Extended-B"), + ('Ȑ', "latin capital letter r with double grave Latin Extended-B"), + ('ȑ', "latin small letter r with double grave Latin Extended-B"), + ('Ȓ', "latin capital letter r with inverted breve Latin Extended-B"), + ('ȓ', "latin small letter r with inverted breve Latin Extended-B"), + ('Ȕ', "latin capital letter u with double grave Latin Extended-B"), + ('ȕ', "latin small letter u with double grave Latin Extended-B"), + ('Ȗ', "latin capital letter u with inverted breve Latin Extended-B"), + ('ȗ', "latin small letter u with inverted breve Latin Extended-B"), + ('Ș', "latin capital letter s with comma below Latin Extended-B"), + ('ș', "latin small letter s with comma below Latin Extended-B"), + ('Ț', "latin capital letter t with comma below Latin Extended-B"), + ('ț', "latin small letter t with comma below Latin Extended-B"), + ('Ȝ', "latin capital letter yogh Latin Extended-B"), + ('ȝ', "latin small letter yogh Latin Extended-B"), + ('Ȟ', "latin capital letter h with caron Latin Extended-B"), + ('ȟ', "latin small letter h with caron Latin Extended-B"), + ('Ƞ', "latin capital letter n with long right leg Latin Extended-B"), + ('ȡ', "latin small letter d with curl Latin Extended-B"), + ('Ȣ', "latin capital letter ou Latin Extended-B"), + ('ȣ', "latin small letter ou Latin Extended-B"), + ('Ȥ', "latin capital letter z with hook Latin Extended-B"), + ('ȥ', "latin small letter z with hook Latin Extended-B"), + ('Ȧ', "latin capital letter a with dot above Latin Extended-B"), + ('ȧ', "latin small letter a with dot above Latin Extended-B"), + ('Ȩ', "latin capital letter e with cedilla Latin Extended-B"), + ('ȩ', "latin small letter e with cedilla Latin Extended-B"), + ('Ȫ', "latin capital letter o with diaeresis and macron Latin Extended-B"), + ('ȫ', "latin small letter o with diaeresis and macron Latin Extended-B"), + ('Ȭ', "latin capital letter o with tilde and macron Latin Extended-B"), + ('ȭ', "latin small letter o with tilde and macron Latin Extended-B"), + ('Ȯ', "latin capital letter o with dot above Latin Extended-B"), + ('ȯ', "latin small letter o with dot above Latin Extended-B"), + ('Ȱ', "latin capital letter o with dot above and macron Latin Extended-B"), + ('ȱ', "latin small letter o with dot above and macron Latin Extended-B"), + ('Ȳ', "latin capital letter y with macron Latin Extended-B"), + ('ȳ', "latin small letter y with macron Latin Extended-B"), + ('ȴ', "latin small letter l with curl Latin Extended-B"), + ('ȵ', "latin small letter n with curl Latin Extended-B"), + ('ȶ', "latin small letter t with curl Latin Extended-B"), + ('ȷ', "latin small letter dotless j Latin Extended-B"), + ('ȸ', "latin small letter db digraph Latin Extended-B"), + ('ȹ', "latin small letter qp digraph Latin Extended-B"), + ('Ⱥ', "latin capital letter a with stroke Latin Extended-B"), + ('Ȼ', "latin capital letter c with stroke Latin Extended-B"), + ('ȼ', "latin small letter c with stroke Latin Extended-B"), + ('Ƚ', "latin capital letter l with bar Latin Extended-B"), + ('Ⱦ', "latin capital letter t with diagonal stroke Latin Extended-B"), + ('ȿ', "latin small letter s with swash tail Latin Extended-B"), + ('ɀ', "latin small letter z with swash tail Latin Extended-B"), + ('Ɂ', "latin capital letter glottal stop Latin Extended-B"), + ('ɂ', "latin small letter glottal stop Latin Extended-B"), + ('Ƀ', "latin capital letter b with stroke Latin Extended-B"), + ('Ʉ', "latin capital letter u bar Latin Extended-B"), + ('Ʌ', "latin capital letter turned v Latin Extended-B"), + ('Ɇ', "latin capital letter e with stroke Latin Extended-B"), + ('ɇ', "latin small letter e with stroke Latin Extended-B"), + ('Ɉ', "latin capital letter j with stroke Latin Extended-B"), + ('ɉ', "latin small letter j with stroke Latin Extended-B"), + ('Ɋ', "latin capital letter small q with hook tail Latin Extended-B"), + ('ɋ', "latin small letter q with hook tail Latin Extended-B"), + ('Ɍ', "latin capital letter r with stroke Latin Extended-B"), + ('ɍ', "latin small letter r with stroke Latin Extended-B"), + ('Ɏ', "latin capital letter y with stroke Latin Extended-B"), + ('ɐ', "latin small letter turned a IPA Extensions"), + ('ɑ', "latin small letter alpha IPA Extensions"), + ('ɒ', "latin small letter turned alpha IPA Extensions"), + ('ɓ', "latin small letter b with hook IPA Extensions"), + ('ɔ', "latin small letter open o IPA Extensions"), + ('ɕ', "latin small letter c with curl IPA Extensions"), + ('ɖ', "latin small letter d with tail IPA Extensions"), + ('ɗ', "latin small letter d with hook IPA Extensions"), + ('ɘ', "latin small letter reversed e IPA Extensions"), + ('ə', "latin small letter schwa IPA Extensions"), + ('ɚ', "latin small letter schwa with hook IPA Extensions"), + ('ɛ', "latin small letter open e IPA Extensions"), + ('ɜ', "latin small letter reversed open e IPA Extensions"), + ('ɝ', "latin small letter reversed open e with hook IPA Extensions"), + ('ɞ', "latin small letter closed reversed open e IPA Extensions"), + ('ɟ', "latin small letter dotless j with stroke IPA Extensions"), + ('ɠ', "latin small letter g with hook IPA Extensions"), + ('ɡ', "latin small letter script g IPA Extensions"), + ('ɢ', "latin letter small capital g IPA Extensions"), + ('ɣ', "latin small letter gamma IPA Extensions"), + ('ɤ', "latin small letter rams horn IPA Extensions"), + ('ɥ', "latin small letter turned h IPA Extensions"), + ('ɦ', "latin small letter h with hook IPA Extensions"), + ('ɧ', "latin small letter heng with hook IPA Extensions"), + ('ɨ', "latin small letter i with stroke IPA Extensions"), + ('ɩ', "latin small letter iota IPA Extensions"), + ('ɪ', "latin letter small capital i IPA Extensions"), + ('ɫ', "latin small letter l with middle tilde IPA Extensions"), + ('ɬ', "latin small letter l with belt IPA Extensions"), + ('ɭ', "latin small letter l with retroflex hook IPA Extensions"), + ('ɮ', "latin small letter lezh IPA Extensions"), + ('ɯ', "latin small letter turned m IPA Extensions"), + ('ɰ', "latin small letter turned m with long leg IPA Extensions"), + ('ɱ', "latin small letter m with hook IPA Extensions"), + ('ɲ', "latin small letter n with left hook IPA Extensions"), + ('ɳ', "latin small letter n with retroflex hook IPA Extensions"), + ('ɴ', "latin letter small capital n IPA Extensions"), + ('ɵ', "latin small letter barred o IPA Extensions"), + ('ɶ', "latin letter small capital oe IPA Extensions"), + ('ɷ', "latin small letter closed omega IPA Extensions"), + ('ɸ', "latin small letter phi IPA Extensions"), + ('ɹ', "latin small letter turned r IPA Extensions"), + ('ɺ', "latin small letter turned r with long leg IPA Extensions"), + ('ɻ', "latin small letter turned r with hook IPA Extensions"), + ('ɼ', "latin small letter r with long leg IPA Extensions"), + ('ɽ', "latin small letter r with tail IPA Extensions"), + ('ɾ', "latin small letter r with fishhook IPA Extensions"), + ('ɿ', "latin small letter reversed r with fishhook IPA Extensions"), + ('ʀ', "latin letter small capital r IPA Extensions"), + ('ʁ', "latin letter small capital inverted r IPA Extensions"), + ('ʂ', "latin small letter s with hook IPA Extensions"), + ('ʃ', "latin small letter esh IPA Extensions"), + ('ʄ', "latin small letter dotless j with stroke and hook IPA Extensions"), + ('ʅ', "latin small letter squat reversed esh IPA Extensions"), + ('ʆ', "latin small letter esh with curl IPA Extensions"), + ('ʇ', "latin small letter turned t IPA Extensions"), + ('ʈ', "latin small letter t with retroflex hook IPA Extensions"), + ('ʉ', "latin small letter u bar IPA Extensions"), + ('ʊ', "latin small letter upsilon IPA Extensions"), + ('ʋ', "latin small letter v with hook IPA Extensions"), + ('ʌ', "latin small letter turned v IPA Extensions"), + ('ʍ', "latin small letter turned w IPA Extensions"), + ('ʎ', "latin small letter turned y IPA Extensions"), + ('ʏ', "latin letter small capital y IPA Extensions"), + ('ʐ', "latin small letter z with retroflex hook IPA Extensions"), + ('ʑ', "latin small letter z with curl IPA Extensions"), + ('ʒ', "latin small letter ezh IPA Extensions"), + ('ʓ', "latin small letter ezh with curl IPA Extensions"), + ('ʔ', "latin letter glottal stop IPA Extensions"), + ('ʕ', "latin letter pharyngeal voiced fricative IPA Extensions"), + ('ʖ', "latin letter inverted glottal stop IPA Extensions"), + ('ʗ', "latin letter stretched c IPA Extensions"), + ('ʘ', "latin letter bilabial click IPA Extensions"), + ('ʙ', "latin letter small capital b IPA Extensions"), + ('ʚ', "latin small letter closed open e IPA Extensions"), + ('ʛ', "latin letter small capital g with hook IPA Extensions"), + ('ʜ', "latin letter small capital h IPA Extensions"), + ('ʝ', "latin small letter j with crossed-tail IPA Extensions"), + ('ʞ', "latin small letter turned k IPA Extensions"), + ('ʟ', "latin letter small capital l IPA Extensions"), + ('ʠ', "latin small letter q with hook IPA Extensions"), + ('ʡ', "latin letter glottal stop with stroke IPA Extensions"), + ('ʢ', "latin letter reversed glottal stop with stroke IPA Extensions"), + ('ʣ', "latin small letter dz digraph IPA Extensions"), + ('ʤ', "latin small letter dezh digraph IPA Extensions"), + ('ʥ', "latin small letter dz digraph with curl IPA Extensions"), + ('ʦ', "latin small letter ts digraph IPA Extensions"), + ('ʧ', "latin small letter tesh digraph IPA Extensions"), + ('ʨ', "latin small letter tc digraph with curl IPA Extensions"), + ('ʩ', "latin small letter feng digraph IPA Extensions"), + ('ʪ', "latin small letter ls digraph IPA Extensions"), + ('ʫ', "latin small letter lz digraph IPA Extensions"), + ('ʬ', "latin letter bilabial percussive IPA Extensions"), + ('ʭ', "latin letter bidental percussive IPA Extensions"), + ('ʮ', "latin small letter turned h with fishhook IPA Extensions"), + ('ʰ', "modifier letter small h Spacing Modifier Letters"), + ('ʱ', "modifier letter small h with hook Spacing Modifier Letters"), + ('ʲ', "modifier letter small j Spacing Modifier Letters"), + ('ʳ', "modifier letter small r Spacing Modifier Letters"), + ('ʴ', "modifier letter small turned r Spacing Modifier Letters"), + ('ʵ', "modifier letter small turned r with hook Spacing Modifier Letters"), + ('ʶ', "modifier letter small capital inverted r Spacing Modifier Letters"), + ('ʷ', "modifier letter small w Spacing Modifier Letters"), + ('ʸ', "modifier letter small y Spacing Modifier Letters"), + ('ʹ', "modifier letter prime Spacing Modifier Letters"), + ('ʺ', "modifier letter double prime Spacing Modifier Letters"), + ('ʻ', "modifier letter turned comma Spacing Modifier Letters"), + ('ʼ', "modifier letter apostrophe Spacing Modifier Letters"), + ('ʽ', "modifier letter reversed comma Spacing Modifier Letters"), + ('ʾ', "modifier letter right half ring Spacing Modifier Letters"), + ('ʿ', "modifier letter left half ring Spacing Modifier Letters"), + ('ˀ', "modifier letter glottal stop Spacing Modifier Letters"), + ('ˁ', "modifier letter reversed glottal stop Spacing Modifier Letters"), + ('˂', "modifier letter left arrowhead Spacing Modifier Letters"), + ('˃', "modifier letter right arrowhead Spacing Modifier Letters"), + ('˄', "modifier letter up arrowhead Spacing Modifier Letters"), + ('˅', "modifier letter down arrowhead Spacing Modifier Letters"), + ('ˆ', "modifier letter circumflex accent Spacing Modifier Letters"), + ('ˇ', "caron Spacing Modifier Letters"), + ('ˈ', "modifier letter vertical line Spacing Modifier Letters"), + ('ˉ', "modifier letter macron Spacing Modifier Letters"), + ('ˊ', "modifier letter acute accent Spacing Modifier Letters"), + ('ˋ', "modifier letter grave accent Spacing Modifier Letters"), + ('ˌ', "modifier letter low vertical line Spacing Modifier Letters"), + ('ˍ', "modifier letter low macron Spacing Modifier Letters"), + ('ˎ', "modifier letter low grave accent Spacing Modifier Letters"), + ('ˏ', "modifier letter low acute accent Spacing Modifier Letters"), + ('ː', "modifier letter triangular colon Spacing Modifier Letters"), + ('ˑ', "modifier letter half triangular colon Spacing Modifier Letters"), + ('˒', "modifier letter centred right half ring Spacing Modifier Letters"), + ('˓', "modifier letter centred left half ring Spacing Modifier Letters"), + ('˔', "modifier letter up tack Spacing Modifier Letters"), + ('˕', "modifier letter down tack Spacing Modifier Letters"), + ('˖', "modifier letter plus sign Spacing Modifier Letters"), + ('˗', "modifier letter minus sign Spacing Modifier Letters"), + ('˘', "breve Spacing Modifier Letters"), + ('˙', "dot above Spacing Modifier Letters"), + ('˚', "ring above Spacing Modifier Letters"), + ('˛', "ogonek Spacing Modifier Letters"), + ('˜', "small tilde Spacing Modifier Letters"), + ('˝', "double acute accent Spacing Modifier Letters"), + ('˞', "modifier letter rhotic hook Spacing Modifier Letters"), + ('˟', "modifier letter cross accent Spacing Modifier Letters"), + ('ˠ', "modifier letter small gamma Spacing Modifier Letters"), + ('ˡ', "modifier letter small l Spacing Modifier Letters"), + ('ˢ', "modifier letter small s Spacing Modifier Letters"), + ('ˣ', "modifier letter small x Spacing Modifier Letters"), + ('ˤ', "modifier letter small reversed glottal stop Spacing Modifier Letters"), + ('˥', "modifier letter extra-high tone bar Spacing Modifier Letters"), + ('˦', "modifier letter high tone bar Spacing Modifier Letters"), + ('˧', "modifier letter mid tone bar Spacing Modifier Letters"), + ('˨', "modifier letter low tone bar Spacing Modifier Letters"), + ('˩', "modifier letter extra-low tone bar Spacing Modifier Letters"), + ('˪', "modifier letter yin departing tone mark Spacing Modifier Letters"), + ('˫', "modifier letter yang departing tone mark Spacing Modifier Letters"), + ('ˬ', "modifier letter voicing Spacing Modifier Letters"), + ('˭', "modifier letter unaspirated Spacing Modifier Letters"), + ('ˮ', "modifier letter double apostrophe Spacing Modifier Letters"), + ('˯', "modifier letter low down arrowhead Spacing Modifier Letters"), + ('˰', "modifier letter low up arrowhead Spacing Modifier Letters"), + ('˱', "modifier letter low left arrowhead Spacing Modifier Letters"), + ('˲', "modifier letter low right arrowhead Spacing Modifier Letters"), + ('˳', "modifier letter low ring Spacing Modifier Letters"), + ('˴', "modifier letter middle grave accent Spacing Modifier Letters"), + ('˵', "modifier letter middle double grave accent Spacing Modifier Letters"), + ('˶', "modifier letter middle double acute accent Spacing Modifier Letters"), + ('˷', "modifier letter low tilde Spacing Modifier Letters"), + ('˸', "modifier letter raised colon Spacing Modifier Letters"), + ('˹', "modifier letter begin high tone Spacing Modifier Letters"), + ('˺', "modifier letter end high tone Spacing Modifier Letters"), + ('˻', "modifier letter begin low tone Spacing Modifier Letters"), + ('˼', "modifier letter end low tone Spacing Modifier Letters"), + ('˽', "modifier letter shelf Spacing Modifier Letters"), + ('˾', "modifier letter open shelf Spacing Modifier Letters"), + ('̀', "combining grave accent Combining Diacritical Marks"), + ('́', "combining acute accent Combining Diacritical Marks"), + ('̂', "combining circumflex accent Combining Diacritical Marks"), + ('̃', "combining tilde Combining Diacritical Marks"), + ('̄', "combining macron Combining Diacritical Marks"), + ('̅', "combining overline Combining Diacritical Marks"), + ('̆', "combining breve Combining Diacritical Marks"), + ('̇', "combining dot above Combining Diacritical Marks"), + ('̈', "combining diaeresis Combining Diacritical Marks"), + ('̉', "combining hook above Combining Diacritical Marks"), + ('̊', "combining ring above Combining Diacritical Marks"), + ('̋', "combining double acute accent Combining Diacritical Marks"), + ('̌', "combining caron Combining Diacritical Marks"), + ('̍', "combining vertical line above Combining Diacritical Marks"), + ('̎', "combining double vertical line above Combining Diacritical Marks"), + ('̏', "combining double grave accent Combining Diacritical Marks"), + ('̐', "combining candrabindu Combining Diacritical Marks"), + ('̑', "combining inverted breve Combining Diacritical Marks"), + ('̒', "combining turned comma above Combining Diacritical Marks"), + ('̓', "combining comma above Combining Diacritical Marks"), + ('̔', "combining reversed comma above Combining Diacritical Marks"), + ('̕', "combining comma above right Combining Diacritical Marks"), + ('̖', "combining grave accent below Combining Diacritical Marks"), + ('̗', "combining acute accent below Combining Diacritical Marks"), + ('̘', "combining left tack below Combining Diacritical Marks"), + ('̙', "combining right tack below Combining Diacritical Marks"), + ('̚', "combining left angle above Combining Diacritical Marks"), + ('̛', "combining horn Combining Diacritical Marks"), + ('̜', "combining left half ring below Combining Diacritical Marks"), + ('̝', "combining up tack below Combining Diacritical Marks"), + ('̞', "combining down tack below Combining Diacritical Marks"), + ('̟', "combining plus sign below Combining Diacritical Marks"), + ('̠', "combining minus sign below Combining Diacritical Marks"), + ('̡', "combining palatalized hook below Combining Diacritical Marks"), + ('̢', "combining retroflex hook below Combining Diacritical Marks"), + ('̣', "combining dot below Combining Diacritical Marks"), + ('̤', "combining diaeresis below Combining Diacritical Marks"), + ('̥', "combining ring below Combining Diacritical Marks"), + ('̦', "combining comma below Combining Diacritical Marks"), + ('̧', "combining cedilla Combining Diacritical Marks"), + ('̨', "combining ogonek Combining Diacritical Marks"), + ('̩', "combining vertical line below Combining Diacritical Marks"), + ('̪', "combining bridge below Combining Diacritical Marks"), + ('̫', "combining inverted double arch below Combining Diacritical Marks"), + ('̬', "combining caron below Combining Diacritical Marks"), + ('̭', "combining circumflex accent below Combining Diacritical Marks"), + ('̮', "combining breve below Combining Diacritical Marks"), + ('̯', "combining inverted breve below Combining Diacritical Marks"), + ('̰', "combining tilde below Combining Diacritical Marks"), + ('̱', "combining macron below Combining Diacritical Marks"), + ('̲', "combining low line Combining Diacritical Marks"), + ('̳', "combining double low line Combining Diacritical Marks"), + ('̴', "combining tilde overlay Combining Diacritical Marks"), + ('̵', "combining short stroke overlay Combining Diacritical Marks"), + ('̶', "combining long stroke overlay Combining Diacritical Marks"), + ('̷', "combining short solidus overlay Combining Diacritical Marks"), + ('̸', "combining long solidus overlay Combining Diacritical Marks"), + ('̹', "combining right half ring below Combining Diacritical Marks"), + ('̺', "combining inverted bridge below Combining Diacritical Marks"), + ('̻', "combining square below Combining Diacritical Marks"), + ('̼', "combining seagull below Combining Diacritical Marks"), + ('̽', "combining x above Combining Diacritical Marks"), + ('̾', "combining vertical tilde Combining Diacritical Marks"), + ('̿', "combining double overline Combining Diacritical Marks"), + ('̀', "combining grave tone mark Combining Diacritical Marks"), + ('́', "combining acute tone mark Combining Diacritical Marks"), + ('͂', "combining greek perispomeni Combining Diacritical Marks"), + ('̓', "combining greek koronis Combining Diacritical Marks"), + ('̈́', "combining greek dialytika tonos Combining Diacritical Marks"), + ('ͅ', "combining greek ypogegrammeni Combining Diacritical Marks"), + ('͆', "combining bridge above Combining Diacritical Marks"), + ('͇', "combining equals sign below Combining Diacritical Marks"), + ('͈', "combining double vertical line below Combining Diacritical Marks"), + ('͉', "combining left angle below Combining Diacritical Marks"), + ('͊', "combining not tilde above Combining Diacritical Marks"), + ('͋', "combining homothetic above Combining Diacritical Marks"), + ('͌', "combining almost equal to above Combining Diacritical Marks"), + ('͍', "combining left right arrow below Combining Diacritical Marks"), + ('͎', "combining upwards arrow below Combining Diacritical Marks"), + ('͏', "combining grapheme joiner Combining Diacritical Marks"), + ('͐', "combining right arrowhead above Combining Diacritical Marks"), + ('͑', "combining left half ring above Combining Diacritical Marks"), + ('͒', "combining fermata Combining Diacritical Marks"), + ('͓', "combining x below Combining Diacritical Marks"), + ('͔', "combining left arrowhead below Combining Diacritical Marks"), + ('͕', "combining right arrowhead below Combining Diacritical Marks"), + ('͖', "combining right arrowhead and up arrowhead below Combining Diacritical Marks"), + ('͗', "combining right half ring above Combining Diacritical Marks"), + ('͘', "combining dot above right Combining Diacritical Marks"), + ('͙', "combining asterisk below Combining Diacritical Marks"), + ('͚', "combining double ring below Combining Diacritical Marks"), + ('͛', "combining zigzag above Combining Diacritical Marks"), + ('͜', "combining double breve below Combining Diacritical Marks"), + ('͝', "combining double breve Combining Diacritical Marks"), + ('͞', "combining double macron Combining Diacritical Marks"), + ('͟', "combining double macron below Combining Diacritical Marks"), + ('͠', "combining double tilde Combining Diacritical Marks"), + ('͡', "combining double inverted breve Combining Diacritical Marks"), + ('͢', "combining double rightwards arrow below Combining Diacritical Marks"), + ('ͣ', "combining latin small letter a Combining Diacritical Marks"), + ('ͤ', "combining latin small letter e Combining Diacritical Marks"), + ('ͥ', "combining latin small letter i Combining Diacritical Marks"), + ('ͦ', "combining latin small letter o Combining Diacritical Marks"), + ('ͧ', "combining latin small letter u Combining Diacritical Marks"), + ('ͨ', "combining latin small letter c Combining Diacritical Marks"), + ('ͩ', "combining latin small letter d Combining Diacritical Marks"), + ('ͪ', "combining latin small letter h Combining Diacritical Marks"), + ('ͫ', "combining latin small letter m Combining Diacritical Marks"), + ('ͬ', "combining latin small letter r Combining Diacritical Marks"), + ('ͭ', "combining latin small letter t Combining Diacritical Marks"), + ('ͮ', "combining latin small letter v Combining Diacritical Marks"), + ('Ͱ', "greek capital letter heta Greek and Coptic"), + ('ͱ', "greek small letter heta Greek and Coptic"), + ('Ͳ', "greek capital letter archaic sampi Greek and Coptic"), + ('ͳ', "greek small letter archaic sampi Greek and Coptic"), + ('ʹ', "greek numeral sign Greek and Coptic"), + ('͵', "greek lower numeral sign Greek and Coptic"), + ('Ͷ', "greek capital letter pamphylian digamma Greek and Coptic"), + ('ͷ', "greek small letter pamphylian digamma Greek and Coptic"), + ('ͺ', "greek ypogegrammeni Greek and Coptic"), + ('ͻ', "greek small reversed lunate sigma symbol Greek and Coptic"), + ('ͼ', "greek small dotted lunate sigma symbol Greek and Coptic"), + ('ͽ', "greek small reversed dotted lunate sigma symbol Greek and Coptic"), + (';', "greek question mark Greek and Coptic"), + ('Ϳ', "greek capital letter yot Greek and Coptic"), + ('΄', "greek tonos Greek and Coptic"), + ('΅', "greek dialytika tonos Greek and Coptic"), + ('Ά', "greek capital letter alpha with tonos Greek and Coptic"), + ('·', "greek ano teleia Greek and Coptic"), + ('Έ', "greek capital letter epsilon with tonos Greek and Coptic"), + ('Ή', "greek capital letter eta with tonos Greek and Coptic"), + ('Ί', "greek capital letter iota with tonos Greek and Coptic"), + ('Ό', "greek capital letter omicron with tonos Greek and Coptic"), + ('Ύ', "greek capital letter upsilon with tonos Greek and Coptic"), + ('Ώ', "greek capital letter omega with tonos Greek and Coptic"), + ('ΐ', "greek small letter iota with dialytika and tonos Greek and Coptic"), + ('Α', "greek capital letter alpha Greek and Coptic"), + ('Β', "greek capital letter beta Greek and Coptic"), + ('Γ', "greek capital letter gamma Greek and Coptic"), + ('Δ', "greek capital letter delta Greek and Coptic"), + ('Ε', "greek capital letter epsilon Greek and Coptic"), + ('Ζ', "greek capital letter zeta Greek and Coptic"), + ('Η', "greek capital letter eta Greek and Coptic"), + ('Θ', "greek capital letter theta Greek and Coptic"), + ('Ι', "greek capital letter iota Greek and Coptic"), + ('Κ', "greek capital letter kappa Greek and Coptic"), + ('Λ', "greek capital letter lamda Greek and Coptic"), + ('Μ', "greek capital letter mu Greek and Coptic"), + ('Ν', "greek capital letter nu Greek and Coptic"), + ('Ξ', "greek capital letter xi Greek and Coptic"), + ('Ο', "greek capital letter omicron Greek and Coptic"), + ('Π', "greek capital letter pi Greek and Coptic"), + ('Ρ', "greek capital letter rho Greek and Coptic"), + ('Σ', "greek capital letter sigma Greek and Coptic"), + ('Τ', "greek capital letter tau Greek and Coptic"), + ('Υ', "greek capital letter upsilon Greek and Coptic"), + ('Φ', "greek capital letter phi Greek and Coptic"), + ('Χ', "greek capital letter chi Greek and Coptic"), + ('Ψ', "greek capital letter psi Greek and Coptic"), + ('Ω', "greek capital letter omega Greek and Coptic"), + ('Ϊ', "greek capital letter iota with dialytika Greek and Coptic"), + ('Ϋ', "greek capital letter upsilon with dialytika Greek and Coptic"), + ('ά', "greek small letter alpha with tonos Greek and Coptic"), + ('έ', "greek small letter epsilon with tonos Greek and Coptic"), + ('ή', "greek small letter eta with tonos Greek and Coptic"), + ('ί', "greek small letter iota with tonos Greek and Coptic"), + ('ΰ', "greek small letter upsilon with dialytika and tonos Greek and Coptic"), + ('α', "greek small letter alpha Greek and Coptic"), + ('β', "greek small letter beta Greek and Coptic"), + ('γ', "greek small letter gamma Greek and Coptic"), + ('δ', "greek small letter delta Greek and Coptic"), + ('ε', "greek small letter epsilon Greek and Coptic"), + ('ζ', "greek small letter zeta Greek and Coptic"), + ('η', "greek small letter eta Greek and Coptic"), + ('θ', "greek small letter theta Greek and Coptic"), + ('ι', "greek small letter iota Greek and Coptic"), + ('κ', "greek small letter kappa Greek and Coptic"), + ('λ', "greek small letter lamda Greek and Coptic"), + ('μ', "greek small letter mu Greek and Coptic"), + ('ν', "greek small letter nu Greek and Coptic"), + ('ξ', "greek small letter xi Greek and Coptic"), + ('ο', "greek small letter omicron Greek and Coptic"), + ('π', "greek small letter pi Greek and Coptic"), + ('ρ', "greek small letter rho Greek and Coptic"), + ('ς', "greek small letter final sigma Greek and Coptic"), + ('σ', "greek small letter sigma Greek and Coptic"), + ('τ', "greek small letter tau Greek and Coptic"), + ('υ', "greek small letter upsilon Greek and Coptic"), + ('φ', "greek small letter phi Greek and Coptic"), + ('χ', "greek small letter chi Greek and Coptic"), + ('ψ', "greek small letter psi Greek and Coptic"), + ('ω', "greek small letter omega Greek and Coptic"), + ('ϊ', "greek small letter iota with dialytika Greek and Coptic"), + ('ϋ', "greek small letter upsilon with dialytika Greek and Coptic"), + ('ό', "greek small letter omicron with tonos Greek and Coptic"), + ('ύ', "greek small letter upsilon with tonos Greek and Coptic"), + ('ώ', "greek small letter omega with tonos Greek and Coptic"), + ('Ϗ', "greek capital kai symbol Greek and Coptic"), + ('ϐ', "greek beta symbol Greek and Coptic"), + ('ϑ', "greek theta symbol Greek and Coptic"), + ('ϒ', "greek upsilon with hook symbol Greek and Coptic"), + ('ϓ', "greek upsilon with acute and hook symbol Greek and Coptic"), + ('ϔ', "greek upsilon with diaeresis and hook symbol Greek and Coptic"), + ('ϕ', "greek phi symbol Greek and Coptic"), + ('ϖ', "greek pi symbol Greek and Coptic"), + ('ϗ', "greek kai symbol Greek and Coptic"), + ('Ϙ', "greek letter archaic koppa Greek and Coptic"), + ('ϙ', "greek small letter archaic koppa Greek and Coptic"), + ('Ϛ', "greek letter stigma Greek and Coptic"), + ('ϛ', "greek small letter stigma Greek and Coptic"), + ('Ϝ', "greek letter digamma Greek and Coptic"), + ('ϝ', "greek small letter digamma Greek and Coptic"), + ('Ϟ', "greek letter koppa Greek and Coptic"), + ('ϟ', "greek small letter koppa Greek and Coptic"), + ('Ϡ', "greek letter sampi Greek and Coptic"), + ('ϡ', "greek small letter sampi Greek and Coptic"), + ('Ϣ', "coptic capital letter shei Greek and Coptic"), + ('ϣ', "coptic small letter shei Greek and Coptic"), + ('Ϥ', "coptic capital letter fei Greek and Coptic"), + ('ϥ', "coptic small letter fei Greek and Coptic"), + ('Ϧ', "coptic capital letter khei Greek and Coptic"), + ('ϧ', "coptic small letter khei Greek and Coptic"), + ('Ϩ', "coptic capital letter hori Greek and Coptic"), + ('ϩ', "coptic small letter hori Greek and Coptic"), + ('Ϫ', "coptic capital letter gangia Greek and Coptic"), + ('ϫ', "coptic small letter gangia Greek and Coptic"), + ('Ϭ', "coptic capital letter shima Greek and Coptic"), + ('ϭ', "coptic small letter shima Greek and Coptic"), + ('Ϯ', "coptic capital letter dei Greek and Coptic"), + ('ϯ', "coptic small letter dei Greek and Coptic"), + ('ϰ', "greek kappa symbol Greek and Coptic"), + ('ϱ', "greek rho symbol Greek and Coptic"), + ('ϲ', "greek lunate sigma symbol Greek and Coptic"), + ('ϳ', "greek letter yot Greek and Coptic"), + ('ϴ', "greek capital theta symbol Greek and Coptic"), + ('ϵ', "greek lunate epsilon symbol Greek and Coptic"), + ('϶', "greek reversed lunate epsilon symbol Greek and Coptic"), + ('Ϸ', "greek capital letter sho Greek and Coptic"), + ('ϸ', "greek small letter sho Greek and Coptic"), + ('Ϲ', "greek capital lunate sigma symbol Greek and Coptic"), + ('Ϻ', "greek capital letter san Greek and Coptic"), + ('ϻ', "greek small letter san Greek and Coptic"), + ('ϼ', "greek rho with stroke symbol Greek and Coptic"), + ('Ͻ', "greek capital reversed lunate sigma symbol Greek and Coptic"), + ('Ͼ', "greek capital dotted lunate sigma symbol Greek and Coptic"), + ('Ѐ', "cyrillic capital letter ie with grave Cyrillic"), + ('Ё', "cyrillic capital letter io Cyrillic"), + ('Ђ', "cyrillic capital letter dje Cyrillic"), + ('Ѓ', "cyrillic capital letter gje Cyrillic"), + ('Є', "cyrillic capital letter ukrainian ie Cyrillic"), + ('Ѕ', "cyrillic capital letter dze Cyrillic"), + ('І', "cyrillic capital letter byelorussian-ukrainian i Cyrillic"), + ('Ї', "cyrillic capital letter yi Cyrillic"), + ('Ј', "cyrillic capital letter je Cyrillic"), + ('Љ', "cyrillic capital letter lje Cyrillic"), + ('Њ', "cyrillic capital letter nje Cyrillic"), + ('Ћ', "cyrillic capital letter tshe Cyrillic"), + ('Ќ', "cyrillic capital letter kje Cyrillic"), + ('Ѝ', "cyrillic capital letter i with grave Cyrillic"), + ('Ў', "cyrillic capital letter short u Cyrillic"), + ('Џ', "cyrillic capital letter dzhe Cyrillic"), + ('А', "cyrillic capital letter a Cyrillic"), + ('Б', "cyrillic capital letter be Cyrillic"), + ('В', "cyrillic capital letter ve Cyrillic"), + ('Г', "cyrillic capital letter ghe Cyrillic"), + ('Д', "cyrillic capital letter de Cyrillic"), + ('Е', "cyrillic capital letter ie Cyrillic"), + ('Ж', "cyrillic capital letter zhe Cyrillic"), + ('З', "cyrillic capital letter ze Cyrillic"), + ('И', "cyrillic capital letter i Cyrillic"), + ('Й', "cyrillic capital letter short i Cyrillic"), + ('К', "cyrillic capital letter ka Cyrillic"), + ('Л', "cyrillic capital letter el Cyrillic"), + ('М', "cyrillic capital letter em Cyrillic"), + ('Н', "cyrillic capital letter en Cyrillic"), + ('О', "cyrillic capital letter o Cyrillic"), + ('П', "cyrillic capital letter pe Cyrillic"), + ('Р', "cyrillic capital letter er Cyrillic"), + ('С', "cyrillic capital letter es Cyrillic"), + ('Т', "cyrillic capital letter te Cyrillic"), + ('У', "cyrillic capital letter u Cyrillic"), + ('Ф', "cyrillic capital letter ef Cyrillic"), + ('Х', "cyrillic capital letter ha Cyrillic"), + ('Ц', "cyrillic capital letter tse Cyrillic"), + ('Ч', "cyrillic capital letter che Cyrillic"), + ('Ш', "cyrillic capital letter sha Cyrillic"), + ('Щ', "cyrillic capital letter shcha Cyrillic"), + ('Ъ', "cyrillic capital letter hard sign Cyrillic"), + ('Ы', "cyrillic capital letter yeru Cyrillic"), + ('Ь', "cyrillic capital letter soft sign Cyrillic"), + ('Э', "cyrillic capital letter e Cyrillic"), + ('Ю', "cyrillic capital letter yu Cyrillic"), + ('Я', "cyrillic capital letter ya Cyrillic"), + ('а', "cyrillic small letter a Cyrillic"), + ('б', "cyrillic small letter be Cyrillic"), + ('в', "cyrillic small letter ve Cyrillic"), + ('г', "cyrillic small letter ghe Cyrillic"), + ('д', "cyrillic small letter de Cyrillic"), + ('е', "cyrillic small letter ie Cyrillic"), + ('ж', "cyrillic small letter zhe Cyrillic"), + ('з', "cyrillic small letter ze Cyrillic"), + ('и', "cyrillic small letter i Cyrillic"), + ('й', "cyrillic small letter short i Cyrillic"), + ('к', "cyrillic small letter ka Cyrillic"), + ('л', "cyrillic small letter el Cyrillic"), + ('м', "cyrillic small letter em Cyrillic"), + ('н', "cyrillic small letter en Cyrillic"), + ('о', "cyrillic small letter o Cyrillic"), + ('п', "cyrillic small letter pe Cyrillic"), + ('р', "cyrillic small letter er Cyrillic"), + ('с', "cyrillic small letter es Cyrillic"), + ('т', "cyrillic small letter te Cyrillic"), + ('у', "cyrillic small letter u Cyrillic"), + ('ф', "cyrillic small letter ef Cyrillic"), + ('х', "cyrillic small letter ha Cyrillic"), + ('ц', "cyrillic small letter tse Cyrillic"), + ('ч', "cyrillic small letter che Cyrillic"), + ('ш', "cyrillic small letter sha Cyrillic"), + ('щ', "cyrillic small letter shcha Cyrillic"), + ('ъ', "cyrillic small letter hard sign Cyrillic"), + ('ы', "cyrillic small letter yeru Cyrillic"), + ('ь', "cyrillic small letter soft sign Cyrillic"), + ('э', "cyrillic small letter e Cyrillic"), + ('ю', "cyrillic small letter yu Cyrillic"), + ('я', "cyrillic small letter ya Cyrillic"), + ('ѐ', "cyrillic small letter ie with grave Cyrillic"), + ('ё', "cyrillic small letter io Cyrillic"), + ('ђ', "cyrillic small letter dje Cyrillic"), + ('ѓ', "cyrillic small letter gje Cyrillic"), + ('є', "cyrillic small letter ukrainian ie Cyrillic"), + ('ѕ', "cyrillic small letter dze Cyrillic"), + ('і', "cyrillic small letter byelorussian-ukrainian i Cyrillic"), + ('ї', "cyrillic small letter yi Cyrillic"), + ('ј', "cyrillic small letter je Cyrillic"), + ('љ', "cyrillic small letter lje Cyrillic"), + ('њ', "cyrillic small letter nje Cyrillic"), + ('ћ', "cyrillic small letter tshe Cyrillic"), + ('ќ', "cyrillic small letter kje Cyrillic"), + ('ѝ', "cyrillic small letter i with grave Cyrillic"), + ('ў', "cyrillic small letter short u Cyrillic"), + ('џ', "cyrillic small letter dzhe Cyrillic"), + ('Ѡ', "cyrillic capital letter omega Cyrillic"), + ('ѡ', "cyrillic small letter omega Cyrillic"), + ('Ѣ', "cyrillic capital letter yat Cyrillic"), + ('ѣ', "cyrillic small letter yat Cyrillic"), + ('Ѥ', "cyrillic capital letter iotified e Cyrillic"), + ('ѥ', "cyrillic small letter iotified e Cyrillic"), + ('Ѧ', "cyrillic capital letter little yus Cyrillic"), + ('ѧ', "cyrillic small letter little yus Cyrillic"), + ('Ѩ', "cyrillic capital letter iotified little yus Cyrillic"), + ('ѩ', "cyrillic small letter iotified little yus Cyrillic"), + ('Ѫ', "cyrillic capital letter big yus Cyrillic"), + ('ѫ', "cyrillic small letter big yus Cyrillic"), + ('Ѭ', "cyrillic capital letter iotified big yus Cyrillic"), + ('ѭ', "cyrillic small letter iotified big yus Cyrillic"), + ('Ѯ', "cyrillic capital letter ksi Cyrillic"), + ('ѯ', "cyrillic small letter ksi Cyrillic"), + ('Ѱ', "cyrillic capital letter psi Cyrillic"), + ('ѱ', "cyrillic small letter psi Cyrillic"), + ('Ѳ', "cyrillic capital letter fita Cyrillic"), + ('ѳ', "cyrillic small letter fita Cyrillic"), + ('Ѵ', "cyrillic capital letter izhitsa Cyrillic"), + ('ѵ', "cyrillic small letter izhitsa Cyrillic"), + ('Ѷ', "cyrillic capital letter izhitsa with double grave accent Cyrillic"), + ('ѷ', "cyrillic small letter izhitsa with double grave accent Cyrillic"), + ('Ѹ', "cyrillic capital letter uk Cyrillic"), + ('ѹ', "cyrillic small letter uk Cyrillic"), + ('Ѻ', "cyrillic capital letter round omega Cyrillic"), + ('ѻ', "cyrillic small letter round omega Cyrillic"), + ('Ѽ', "cyrillic capital letter omega with titlo Cyrillic"), + ('ѽ', "cyrillic small letter omega with titlo Cyrillic"), + ('Ѿ', "cyrillic capital letter ot Cyrillic"), + ('ѿ', "cyrillic small letter ot Cyrillic"), + ('Ҁ', "cyrillic capital letter koppa Cyrillic"), + ('ҁ', "cyrillic small letter koppa Cyrillic"), + ('҂', "cyrillic thousands sign Cyrillic"), + ('҃', "combining cyrillic titlo Cyrillic"), + ('҄', "combining cyrillic palatalization Cyrillic"), + ('҅', "combining cyrillic dasia pneumata Cyrillic"), + ('҆', "combining cyrillic psili pneumata Cyrillic"), + ('҇', "combining cyrillic pokrytie Cyrillic"), + ('҈', "combining cyrillic hundred thousands sign Cyrillic"), + ('҉', "combining cyrillic millions sign Cyrillic"), + ('Ҋ', "cyrillic capital letter short i with tail Cyrillic"), + ('ҋ', "cyrillic small letter short i with tail Cyrillic"), + ('Ҍ', "cyrillic capital letter semisoft sign Cyrillic"), + ('ҍ', "cyrillic small letter semisoft sign Cyrillic"), + ('Ҏ', "cyrillic capital letter er with tick Cyrillic"), + ('ҏ', "cyrillic small letter er with tick Cyrillic"), + ('Ґ', "cyrillic capital letter ghe with upturn Cyrillic"), + ('ґ', "cyrillic small letter ghe with upturn Cyrillic"), + ('Ғ', "cyrillic capital letter ghe with stroke Cyrillic"), + ('ғ', "cyrillic small letter ghe with stroke Cyrillic"), + ('Ҕ', "cyrillic capital letter ghe with middle hook Cyrillic"), + ('ҕ', "cyrillic small letter ghe with middle hook Cyrillic"), + ('Җ', "cyrillic capital letter zhe with descender Cyrillic"), + ('җ', "cyrillic small letter zhe with descender Cyrillic"), + ('Ҙ', "cyrillic capital letter ze with descender Cyrillic"), + ('ҙ', "cyrillic small letter ze with descender Cyrillic"), + ('Қ', "cyrillic capital letter ka with descender Cyrillic"), + ('қ', "cyrillic small letter ka with descender Cyrillic"), + ('Ҝ', "cyrillic capital letter ka with vertical stroke Cyrillic"), + ('ҝ', "cyrillic small letter ka with vertical stroke Cyrillic"), + ('Ҟ', "cyrillic capital letter ka with stroke Cyrillic"), + ('ҟ', "cyrillic small letter ka with stroke Cyrillic"), + ('Ҡ', "cyrillic capital letter bashkir ka Cyrillic"), + ('ҡ', "cyrillic small letter bashkir ka Cyrillic"), + ('Ң', "cyrillic capital letter en with descender Cyrillic"), + ('ң', "cyrillic small letter en with descender Cyrillic"), + ('Ҥ', "cyrillic capital ligature en ghe Cyrillic"), + ('ҥ', "cyrillic small ligature en ghe Cyrillic"), + ('Ҧ', "cyrillic capital letter pe with middle hook Cyrillic"), + ('ҧ', "cyrillic small letter pe with middle hook Cyrillic"), + ('Ҩ', "cyrillic capital letter abkhasian ha Cyrillic"), + ('ҩ', "cyrillic small letter abkhasian ha Cyrillic"), + ('Ҫ', "cyrillic capital letter es with descender Cyrillic"), + ('ҫ', "cyrillic small letter es with descender Cyrillic"), + ('Ҭ', "cyrillic capital letter te with descender Cyrillic"), + ('ҭ', "cyrillic small letter te with descender Cyrillic"), + ('Ү', "cyrillic capital letter straight u Cyrillic"), + ('ү', "cyrillic small letter straight u Cyrillic"), + ('Ұ', "cyrillic capital letter straight u with stroke Cyrillic"), + ('ұ', "cyrillic small letter straight u with stroke Cyrillic"), + ('Ҳ', "cyrillic capital letter ha with descender Cyrillic"), + ('ҳ', "cyrillic small letter ha with descender Cyrillic"), + ('Ҵ', "cyrillic capital ligature te tse Cyrillic"), + ('ҵ', "cyrillic small ligature te tse Cyrillic"), + ('Ҷ', "cyrillic capital letter che with descender Cyrillic"), + ('ҷ', "cyrillic small letter che with descender Cyrillic"), + ('Ҹ', "cyrillic capital letter che with vertical stroke Cyrillic"), + ('ҹ', "cyrillic small letter che with vertical stroke Cyrillic"), + ('Һ', "cyrillic capital letter shha Cyrillic"), + ('һ', "cyrillic small letter shha Cyrillic"), + ('Ҽ', "cyrillic capital letter abkhasian che Cyrillic"), + ('ҽ', "cyrillic small letter abkhasian che Cyrillic"), + ('Ҿ', "cyrillic capital letter abkhasian che with descender Cyrillic"), + ('ҿ', "cyrillic small letter abkhasian che with descender Cyrillic"), + ('Ӏ', "cyrillic letter palochka Cyrillic"), + ('Ӂ', "cyrillic capital letter zhe with breve Cyrillic"), + ('ӂ', "cyrillic small letter zhe with breve Cyrillic"), + ('Ӄ', "cyrillic capital letter ka with hook Cyrillic"), + ('ӄ', "cyrillic small letter ka with hook Cyrillic"), + ('Ӆ', "cyrillic capital letter el with tail Cyrillic"), + ('ӆ', "cyrillic small letter el with tail Cyrillic"), + ('Ӈ', "cyrillic capital letter en with hook Cyrillic"), + ('ӈ', "cyrillic small letter en with hook Cyrillic"), + ('Ӊ', "cyrillic capital letter en with tail Cyrillic"), + ('ӊ', "cyrillic small letter en with tail Cyrillic"), + ('Ӌ', "cyrillic capital letter khakassian che Cyrillic"), + ('ӌ', "cyrillic small letter khakassian che Cyrillic"), + ('Ӎ', "cyrillic capital letter em with tail Cyrillic"), + ('ӎ', "cyrillic small letter em with tail Cyrillic"), + ('ӏ', "cyrillic small letter palochka Cyrillic"), + ('Ӑ', "cyrillic capital letter a with breve Cyrillic"), + ('ӑ', "cyrillic small letter a with breve Cyrillic"), + ('Ӓ', "cyrillic capital letter a with diaeresis Cyrillic"), + ('ӓ', "cyrillic small letter a with diaeresis Cyrillic"), + ('Ӕ', "cyrillic capital ligature a ie Cyrillic"), + ('ӕ', "cyrillic small ligature a ie Cyrillic"), + ('Ӗ', "cyrillic capital letter ie with breve Cyrillic"), + ('ӗ', "cyrillic small letter ie with breve Cyrillic"), + ('Ә', "cyrillic capital letter schwa Cyrillic"), + ('ә', "cyrillic small letter schwa Cyrillic"), + ('Ӛ', "cyrillic capital letter schwa with diaeresis Cyrillic"), + ('ӛ', "cyrillic small letter schwa with diaeresis Cyrillic"), + ('Ӝ', "cyrillic capital letter zhe with diaeresis Cyrillic"), + ('ӝ', "cyrillic small letter zhe with diaeresis Cyrillic"), + ('Ӟ', "cyrillic capital letter ze with diaeresis Cyrillic"), + ('ӟ', "cyrillic small letter ze with diaeresis Cyrillic"), + ('Ӡ', "cyrillic capital letter abkhasian dze Cyrillic"), + ('ӡ', "cyrillic small letter abkhasian dze Cyrillic"), + ('Ӣ', "cyrillic capital letter i with macron Cyrillic"), + ('ӣ', "cyrillic small letter i with macron Cyrillic"), + ('Ӥ', "cyrillic capital letter i with diaeresis Cyrillic"), + ('ӥ', "cyrillic small letter i with diaeresis Cyrillic"), + ('Ӧ', "cyrillic capital letter o with diaeresis Cyrillic"), + ('ӧ', "cyrillic small letter o with diaeresis Cyrillic"), + ('Ө', "cyrillic capital letter barred o Cyrillic"), + ('ө', "cyrillic small letter barred o Cyrillic"), + ('Ӫ', "cyrillic capital letter barred o with diaeresis Cyrillic"), + ('ӫ', "cyrillic small letter barred o with diaeresis Cyrillic"), + ('Ӭ', "cyrillic capital letter e with diaeresis Cyrillic"), + ('ӭ', "cyrillic small letter e with diaeresis Cyrillic"), + ('Ӯ', "cyrillic capital letter u with macron Cyrillic"), + ('ӯ', "cyrillic small letter u with macron Cyrillic"), + ('Ӱ', "cyrillic capital letter u with diaeresis Cyrillic"), + ('ӱ', "cyrillic small letter u with diaeresis Cyrillic"), + ('Ӳ', "cyrillic capital letter u with double acute Cyrillic"), + ('ӳ', "cyrillic small letter u with double acute Cyrillic"), + ('Ӵ', "cyrillic capital letter che with diaeresis Cyrillic"), + ('ӵ', "cyrillic small letter che with diaeresis Cyrillic"), + ('Ӷ', "cyrillic capital letter ghe with descender Cyrillic"), + ('ӷ', "cyrillic small letter ghe with descender Cyrillic"), + ('Ӹ', "cyrillic capital letter yeru with diaeresis Cyrillic"), + ('ӹ', "cyrillic small letter yeru with diaeresis Cyrillic"), + ('Ӻ', "cyrillic capital letter ghe with stroke and hook Cyrillic"), + ('ӻ', "cyrillic small letter ghe with stroke and hook Cyrillic"), + ('Ӽ', "cyrillic capital letter ha with hook Cyrillic"), + ('ӽ', "cyrillic small letter ha with hook Cyrillic"), + ('Ӿ', "cyrillic capital letter ha with stroke Cyrillic"), + ('Ԁ', "cyrillic capital letter komi de Cyrillic Supplement"), + ('ԁ', "cyrillic small letter komi de Cyrillic Supplement"), + ('Ԃ', "cyrillic capital letter komi dje Cyrillic Supplement"), + ('ԃ', "cyrillic small letter komi dje Cyrillic Supplement"), + ('Ԅ', "cyrillic capital letter komi zje Cyrillic Supplement"), + ('ԅ', "cyrillic small letter komi zje Cyrillic Supplement"), + ('Ԇ', "cyrillic capital letter komi dzje Cyrillic Supplement"), + ('ԇ', "cyrillic small letter komi dzje Cyrillic Supplement"), + ('Ԉ', "cyrillic capital letter komi lje Cyrillic Supplement"), + ('ԉ', "cyrillic small letter komi lje Cyrillic Supplement"), + ('Ԋ', "cyrillic capital letter komi nje Cyrillic Supplement"), + ('ԋ', "cyrillic small letter komi nje Cyrillic Supplement"), + ('Ԍ', "cyrillic capital letter komi sje Cyrillic Supplement"), + ('ԍ', "cyrillic small letter komi sje Cyrillic Supplement"), + ('Ԏ', "cyrillic capital letter komi tje Cyrillic Supplement"), + ('ԏ', "cyrillic small letter komi tje Cyrillic Supplement"), + ('Ԑ', "cyrillic capital letter reversed ze Cyrillic Supplement"), + ('ԑ', "cyrillic small letter reversed ze Cyrillic Supplement"), + ('Ԓ', "cyrillic capital letter el with hook Cyrillic Supplement"), + ('ԓ', "cyrillic small letter el with hook Cyrillic Supplement"), + ('Ԕ', "cyrillic capital letter lha Cyrillic Supplement"), + ('ԕ', "cyrillic small letter lha Cyrillic Supplement"), + ('Ԗ', "cyrillic capital letter rha Cyrillic Supplement"), + ('ԗ', "cyrillic small letter rha Cyrillic Supplement"), + ('Ԙ', "cyrillic capital letter yae Cyrillic Supplement"), + ('ԙ', "cyrillic small letter yae Cyrillic Supplement"), + ('Ԛ', "cyrillic capital letter qa Cyrillic Supplement"), + ('ԛ', "cyrillic small letter qa Cyrillic Supplement"), + ('Ԝ', "cyrillic capital letter we Cyrillic Supplement"), + ('ԝ', "cyrillic small letter we Cyrillic Supplement"), + ('Ԟ', "cyrillic capital letter aleut ka Cyrillic Supplement"), + ('ԟ', "cyrillic small letter aleut ka Cyrillic Supplement"), + ('Ԡ', "cyrillic capital letter el with middle hook Cyrillic Supplement"), + ('ԡ', "cyrillic small letter el with middle hook Cyrillic Supplement"), + ('Ԣ', "cyrillic capital letter en with middle hook Cyrillic Supplement"), + ('ԣ', "cyrillic small letter en with middle hook Cyrillic Supplement"), + ('Ԥ', "cyrillic capital letter pe with descender Cyrillic Supplement"), + ('ԥ', "cyrillic small letter pe with descender Cyrillic Supplement"), + ('Ԧ', "cyrillic capital letter shha with descender Cyrillic Supplement"), + ('ԧ', "cyrillic small letter shha with descender Cyrillic Supplement"), + ('Ԩ', "cyrillic capital letter en with left hook Cyrillic Supplement"), + ('ԩ', "cyrillic small letter en with left hook Cyrillic Supplement"), + ('Ԫ', "cyrillic capital letter dzzhe Cyrillic Supplement"), + ('ԫ', "cyrillic small letter dzzhe Cyrillic Supplement"), + ('Ԭ', "cyrillic capital letter dche Cyrillic Supplement"), + ('ԭ', "cyrillic small letter dche Cyrillic Supplement"), + ('Ԯ', "cyrillic capital letter el with descender Cyrillic Supplement"), + ('Ա', "armenian capital letter ayb Armenian"), + ('Բ', "armenian capital letter ben Armenian"), + ('Գ', "armenian capital letter gim Armenian"), + ('Դ', "armenian capital letter da Armenian"), + ('Ե', "armenian capital letter ech Armenian"), + ('Զ', "armenian capital letter za Armenian"), + ('Է', "armenian capital letter eh Armenian"), + ('Ը', "armenian capital letter et Armenian"), + ('Թ', "armenian capital letter to Armenian"), + ('Ժ', "armenian capital letter zhe Armenian"), + ('Ի', "armenian capital letter ini Armenian"), + ('Լ', "armenian capital letter liwn Armenian"), + ('Խ', "armenian capital letter xeh Armenian"), + ('Ծ', "armenian capital letter ca Armenian"), + ('Կ', "armenian capital letter ken Armenian"), + ('Հ', "armenian capital letter ho Armenian"), + ('Ձ', "armenian capital letter ja Armenian"), + ('Ղ', "armenian capital letter ghad Armenian"), + ('Ճ', "armenian capital letter cheh Armenian"), + ('Մ', "armenian capital letter men Armenian"), + ('Յ', "armenian capital letter yi Armenian"), + ('Ն', "armenian capital letter now Armenian"), + ('Շ', "armenian capital letter sha Armenian"), + ('Ո', "armenian capital letter vo Armenian"), + ('Չ', "armenian capital letter cha Armenian"), + ('Պ', "armenian capital letter peh Armenian"), + ('Ջ', "armenian capital letter jheh Armenian"), + ('Ռ', "armenian capital letter ra Armenian"), + ('Ս', "armenian capital letter seh Armenian"), + ('Վ', "armenian capital letter vew Armenian"), + ('Տ', "armenian capital letter tiwn Armenian"), + ('Ր', "armenian capital letter reh Armenian"), + ('Ց', "armenian capital letter co Armenian"), + ('Ւ', "armenian capital letter yiwn Armenian"), + ('Փ', "armenian capital letter piwr Armenian"), + ('Ք', "armenian capital letter keh Armenian"), + ('Օ', "armenian capital letter oh Armenian"), + ('Ֆ', "armenian capital letter feh Armenian"), + ('ՙ', "armenian modifier letter left half ring Armenian"), + ('՚', "armenian apostrophe Armenian"), + ('՛', "armenian emphasis mark Armenian"), + ('՜', "armenian exclamation mark Armenian"), + ('՝', "armenian comma Armenian"), + ('՞', "armenian question mark Armenian"), + ('՟', "armenian abbreviation mark Armenian"), + ('ա', "armenian small letter ayb Armenian"), + ('բ', "armenian small letter ben Armenian"), + ('գ', "armenian small letter gim Armenian"), + ('դ', "armenian small letter da Armenian"), + ('ե', "armenian small letter ech Armenian"), + ('զ', "armenian small letter za Armenian"), + ('է', "armenian small letter eh Armenian"), + ('ը', "armenian small letter et Armenian"), + ('թ', "armenian small letter to Armenian"), + ('ժ', "armenian small letter zhe Armenian"), + ('ի', "armenian small letter ini Armenian"), + ('լ', "armenian small letter liwn Armenian"), + ('խ', "armenian small letter xeh Armenian"), + ('ծ', "armenian small letter ca Armenian"), + ('կ', "armenian small letter ken Armenian"), + ('հ', "armenian small letter ho Armenian"), + ('ձ', "armenian small letter ja Armenian"), + ('ղ', "armenian small letter ghad Armenian"), + ('ճ', "armenian small letter cheh Armenian"), + ('մ', "armenian small letter men Armenian"), + ('յ', "armenian small letter yi Armenian"), + ('ն', "armenian small letter now Armenian"), + ('շ', "armenian small letter sha Armenian"), + ('ո', "armenian small letter vo Armenian"), + ('չ', "armenian small letter cha Armenian"), + ('պ', "armenian small letter peh Armenian"), + ('ջ', "armenian small letter jheh Armenian"), + ('ռ', "armenian small letter ra Armenian"), + ('ս', "armenian small letter seh Armenian"), + ('վ', "armenian small letter vew Armenian"), + ('տ', "armenian small letter tiwn Armenian"), + ('ր', "armenian small letter reh Armenian"), + ('ց', "armenian small letter co Armenian"), + ('ւ', "armenian small letter yiwn Armenian"), + ('փ', "armenian small letter piwr Armenian"), + ('ք', "armenian small letter keh Armenian"), + ('օ', "armenian small letter oh Armenian"), + ('ֆ', "armenian small letter feh Armenian"), + ('և', "armenian small ligature ech yiwn Armenian"), + ('։', "armenian full stop Armenian"), + ('֊', "armenian hyphen Armenian"), + ('֍', "right-facing armenian eternity sign Armenian"), + ('֎', "left-facing armenian eternity sign Armenian"), + ('Ⴀ', "georgian capital letter an Georgian"), + ('Ⴁ', "georgian capital letter ban Georgian"), + ('Ⴂ', "georgian capital letter gan Georgian"), + ('Ⴃ', "georgian capital letter don Georgian"), + ('Ⴄ', "georgian capital letter en Georgian"), + ('Ⴅ', "georgian capital letter vin Georgian"), + ('Ⴆ', "georgian capital letter zen Georgian"), + ('Ⴇ', "georgian capital letter tan Georgian"), + ('Ⴈ', "georgian capital letter in Georgian"), + ('Ⴉ', "georgian capital letter kan Georgian"), + ('Ⴊ', "georgian capital letter las Georgian"), + ('Ⴋ', "georgian capital letter man Georgian"), + ('Ⴌ', "georgian capital letter nar Georgian"), + ('Ⴍ', "georgian capital letter on Georgian"), + ('Ⴎ', "georgian capital letter par Georgian"), + ('Ⴏ', "georgian capital letter zhar Georgian"), + ('Ⴐ', "georgian capital letter rae Georgian"), + ('Ⴑ', "georgian capital letter san Georgian"), + ('Ⴒ', "georgian capital letter tar Georgian"), + ('Ⴓ', "georgian capital letter un Georgian"), + ('Ⴔ', "georgian capital letter phar Georgian"), + ('Ⴕ', "georgian capital letter khar Georgian"), + ('Ⴖ', "georgian capital letter ghan Georgian"), + ('Ⴗ', "georgian capital letter qar Georgian"), + ('Ⴘ', "georgian capital letter shin Georgian"), + ('Ⴙ', "georgian capital letter chin Georgian"), + ('Ⴚ', "georgian capital letter can Georgian"), + ('Ⴛ', "georgian capital letter jil Georgian"), + ('Ⴜ', "georgian capital letter cil Georgian"), + ('Ⴝ', "georgian capital letter char Georgian"), + ('Ⴞ', "georgian capital letter xan Georgian"), + ('Ⴟ', "georgian capital letter jhan Georgian"), + ('Ⴠ', "georgian capital letter hae Georgian"), + ('Ⴡ', "georgian capital letter he Georgian"), + ('Ⴢ', "georgian capital letter hie Georgian"), + ('Ⴣ', "georgian capital letter we Georgian"), + ('Ⴤ', "georgian capital letter har Georgian"), + ('Ⴥ', "georgian capital letter hoe Georgian"), + ('Ⴧ', "georgian capital letter yn Georgian"), + ('Ⴭ', "georgian capital letter aen Georgian"), + ('ა', "georgian letter an Georgian"), + ('ბ', "georgian letter ban Georgian"), + ('გ', "georgian letter gan Georgian"), + ('დ', "georgian letter don Georgian"), + ('ე', "georgian letter en Georgian"), + ('ვ', "georgian letter vin Georgian"), + ('ზ', "georgian letter zen Georgian"), + ('თ', "georgian letter tan Georgian"), + ('ი', "georgian letter in Georgian"), + ('კ', "georgian letter kan Georgian"), + ('ლ', "georgian letter las Georgian"), + ('მ', "georgian letter man Georgian"), + ('ნ', "georgian letter nar Georgian"), + ('ო', "georgian letter on Georgian"), + ('პ', "georgian letter par Georgian"), + ('ჟ', "georgian letter zhar Georgian"), + ('რ', "georgian letter rae Georgian"), + ('ს', "georgian letter san Georgian"), + ('ტ', "georgian letter tar Georgian"), + ('უ', "georgian letter un Georgian"), + ('ფ', "georgian letter phar Georgian"), + ('ქ', "georgian letter khar Georgian"), + ('ღ', "georgian letter ghan Georgian"), + ('ყ', "georgian letter qar Georgian"), + ('შ', "georgian letter shin Georgian"), + ('ჩ', "georgian letter chin Georgian"), + ('ც', "georgian letter can Georgian"), + ('ძ', "georgian letter jil Georgian"), + ('წ', "georgian letter cil Georgian"), + ('ჭ', "georgian letter char Georgian"), + ('ხ', "georgian letter xan Georgian"), + ('ჯ', "georgian letter jhan Georgian"), + ('ჰ', "georgian letter hae Georgian"), + ('ჱ', "georgian letter he Georgian"), + ('ჲ', "georgian letter hie Georgian"), + ('ჳ', "georgian letter we Georgian"), + ('ჴ', "georgian letter har Georgian"), + ('ჵ', "georgian letter hoe Georgian"), + ('ჶ', "georgian letter fi Georgian"), + ('ჷ', "georgian letter yn Georgian"), + ('ჸ', "georgian letter elifi Georgian"), + ('ჹ', "georgian letter turned gan Georgian"), + ('ჺ', "georgian letter ain Georgian"), + ('჻', "georgian paragraph separator Georgian"), + ('ჼ', "modifier letter georgian nar Georgian"), + ('ჽ', "georgian letter aen Georgian"), + ('ჾ', "georgian letter hard sign Georgian"), + ('Ꭰ', "cherokee letter a Cherokee"), + ('Ꭱ', "cherokee letter e Cherokee"), + ('Ꭲ', "cherokee letter i Cherokee"), + ('Ꭳ', "cherokee letter o Cherokee"), + ('Ꭴ', "cherokee letter u Cherokee"), + ('Ꭵ', "cherokee letter v Cherokee"), + ('Ꭶ', "cherokee letter ga Cherokee"), + ('Ꭷ', "cherokee letter ka Cherokee"), + ('Ꭸ', "cherokee letter ge Cherokee"), + ('Ꭹ', "cherokee letter gi Cherokee"), + ('Ꭺ', "cherokee letter go Cherokee"), + ('Ꭻ', "cherokee letter gu Cherokee"), + ('Ꭼ', "cherokee letter gv Cherokee"), + ('Ꭽ', "cherokee letter ha Cherokee"), + ('Ꭾ', "cherokee letter he Cherokee"), + ('Ꭿ', "cherokee letter hi Cherokee"), + ('Ꮀ', "cherokee letter ho Cherokee"), + ('Ꮁ', "cherokee letter hu Cherokee"), + ('Ꮂ', "cherokee letter hv Cherokee"), + ('Ꮃ', "cherokee letter la Cherokee"), + ('Ꮄ', "cherokee letter le Cherokee"), + ('Ꮅ', "cherokee letter li Cherokee"), + ('Ꮆ', "cherokee letter lo Cherokee"), + ('Ꮇ', "cherokee letter lu Cherokee"), + ('Ꮈ', "cherokee letter lv Cherokee"), + ('Ꮉ', "cherokee letter ma Cherokee"), + ('Ꮊ', "cherokee letter me Cherokee"), + ('Ꮋ', "cherokee letter mi Cherokee"), + ('Ꮌ', "cherokee letter mo Cherokee"), + ('Ꮍ', "cherokee letter mu Cherokee"), + ('Ꮎ', "cherokee letter na Cherokee"), + ('Ꮏ', "cherokee letter hna Cherokee"), + ('Ꮐ', "cherokee letter nah Cherokee"), + ('Ꮑ', "cherokee letter ne Cherokee"), + ('Ꮒ', "cherokee letter ni Cherokee"), + ('Ꮓ', "cherokee letter no Cherokee"), + ('Ꮔ', "cherokee letter nu Cherokee"), + ('Ꮕ', "cherokee letter nv Cherokee"), + ('Ꮖ', "cherokee letter qua Cherokee"), + ('Ꮗ', "cherokee letter que Cherokee"), + ('Ꮘ', "cherokee letter qui Cherokee"), + ('Ꮙ', "cherokee letter quo Cherokee"), + ('Ꮚ', "cherokee letter quu Cherokee"), + ('Ꮛ', "cherokee letter quv Cherokee"), + ('Ꮜ', "cherokee letter sa Cherokee"), + ('Ꮝ', "cherokee letter s Cherokee"), + ('Ꮞ', "cherokee letter se Cherokee"), + ('Ꮟ', "cherokee letter si Cherokee"), + ('Ꮠ', "cherokee letter so Cherokee"), + ('Ꮡ', "cherokee letter su Cherokee"), + ('Ꮢ', "cherokee letter sv Cherokee"), + ('Ꮣ', "cherokee letter da Cherokee"), + ('Ꮤ', "cherokee letter ta Cherokee"), + ('Ꮥ', "cherokee letter de Cherokee"), + ('Ꮦ', "cherokee letter te Cherokee"), + ('Ꮧ', "cherokee letter di Cherokee"), + ('Ꮨ', "cherokee letter ti Cherokee"), + ('Ꮩ', "cherokee letter do Cherokee"), + ('Ꮪ', "cherokee letter du Cherokee"), + ('Ꮫ', "cherokee letter dv Cherokee"), + ('Ꮬ', "cherokee letter dla Cherokee"), + ('Ꮭ', "cherokee letter tla Cherokee"), + ('Ꮮ', "cherokee letter tle Cherokee"), + ('Ꮯ', "cherokee letter tli Cherokee"), + ('Ꮰ', "cherokee letter tlo Cherokee"), + ('Ꮱ', "cherokee letter tlu Cherokee"), + ('Ꮲ', "cherokee letter tlv Cherokee"), + ('Ꮳ', "cherokee letter tsa Cherokee"), + ('Ꮴ', "cherokee letter tse Cherokee"), + ('Ꮵ', "cherokee letter tsi Cherokee"), + ('Ꮶ', "cherokee letter tso Cherokee"), + ('Ꮷ', "cherokee letter tsu Cherokee"), + ('Ꮸ', "cherokee letter tsv Cherokee"), + ('Ꮹ', "cherokee letter wa Cherokee"), + ('Ꮺ', "cherokee letter we Cherokee"), + ('Ꮻ', "cherokee letter wi Cherokee"), + ('Ꮼ', "cherokee letter wo Cherokee"), + ('Ꮽ', "cherokee letter wu Cherokee"), + ('Ꮾ', "cherokee letter wv Cherokee"), + ('Ꮿ', "cherokee letter ya Cherokee"), + ('Ᏸ', "cherokee letter ye Cherokee"), + ('Ᏹ', "cherokee letter yi Cherokee"), + ('Ᏺ', "cherokee letter yo Cherokee"), + ('Ᏻ', "cherokee letter yu Cherokee"), + ('Ᏼ', "cherokee letter yv Cherokee"), + ('Ᏽ', "cherokee letter mv Cherokee"), + ('ᏸ', "cherokee small letter ye Cherokee"), + ('ᏹ', "cherokee small letter yi Cherokee"), + ('ᏺ', "cherokee small letter yo Cherokee"), + ('ᏻ', "cherokee small letter yu Cherokee"), + ('ᏼ', "cherokee small letter yv Cherokee"), + ('ᏽ', "cherokee small letter mv Cherokee"), + (' ', "ogham space mark Ogham"), + ('ᚁ', "ogham letter beith Ogham"), + ('ᚂ', "ogham letter luis Ogham"), + ('ᚃ', "ogham letter fearn Ogham"), + ('ᚄ', "ogham letter sail Ogham"), + ('ᚅ', "ogham letter nion Ogham"), + ('ᚆ', "ogham letter uath Ogham"), + ('ᚇ', "ogham letter dair Ogham"), + ('ᚈ', "ogham letter tinne Ogham"), + ('ᚉ', "ogham letter coll Ogham"), + ('ᚊ', "ogham letter ceirt Ogham"), + ('ᚋ', "ogham letter muin Ogham"), + ('ᚌ', "ogham letter gort Ogham"), + ('ᚍ', "ogham letter ngeadal Ogham"), + ('ᚎ', "ogham letter straif Ogham"), + ('ᚏ', "ogham letter ruis Ogham"), + ('ᚐ', "ogham letter ailm Ogham"), + ('ᚑ', "ogham letter onn Ogham"), + ('ᚒ', "ogham letter ur Ogham"), + ('ᚓ', "ogham letter eadhadh Ogham"), + ('ᚔ', "ogham letter iodhadh Ogham"), + ('ᚕ', "ogham letter eabhadh Ogham"), + ('ᚖ', "ogham letter or Ogham"), + ('ᚗ', "ogham letter uilleann Ogham"), + ('ᚘ', "ogham letter ifin Ogham"), + ('ᚙ', "ogham letter eamhancholl Ogham"), + ('ᚚ', "ogham letter peith Ogham"), + ('᚛', "ogham feather mark Ogham"), + ('᚜', "ogham reversed feather mark Ogham"), + ('ᚠ', "runic letter fehu feoh fe f Runic"), + ('ᚡ', "runic letter v Runic"), + ('ᚢ', "runic letter uruz ur u Runic"), + ('ᚣ', "runic letter yr Runic"), + ('ᚤ', "runic letter y Runic"), + ('ᚥ', "runic letter w Runic"), + ('ᚦ', "runic letter thurisaz thurs thorn Runic"), + ('ᚧ', "runic letter eth Runic"), + ('ᚨ', "runic letter ansuz a Runic"), + ('ᚩ', "runic letter os o Runic"), + ('ᚪ', "runic letter ac a Runic"), + ('ᚫ', "runic letter aesc Runic"), + ('ᚬ', "runic letter long-branch-oss o Runic"), + ('ᚭ', "runic letter short-twig-oss o Runic"), + ('ᚮ', "runic letter o Runic"), + ('ᚯ', "runic letter oe Runic"), + ('ᚰ', "runic letter on Runic"), + ('ᚱ', "runic letter raido rad reid r Runic"), + ('ᚲ', "runic letter kauna Runic"), + ('ᚳ', "runic letter cen Runic"), + ('ᚴ', "runic letter kaun k Runic"), + ('ᚵ', "runic letter g Runic"), + ('ᚶ', "runic letter eng Runic"), + ('ᚷ', "runic letter gebo gyfu g Runic"), + ('ᚸ', "runic letter gar Runic"), + ('ᚹ', "runic letter wunjo wynn w Runic"), + ('ᚺ', "runic letter haglaz h Runic"), + ('ᚻ', "runic letter haegl h Runic"), + ('ᚼ', "runic letter long-branch-hagall h Runic"), + ('ᚽ', "runic letter short-twig-hagall h Runic"), + ('ᚾ', "runic letter naudiz nyd naud n Runic"), + ('ᚿ', "runic letter short-twig-naud n Runic"), + ('ᛀ', "runic letter dotted-n Runic"), + ('ᛁ', "runic letter isaz is iss i Runic"), + ('ᛂ', "runic letter e Runic"), + ('ᛃ', "runic letter jeran j Runic"), + ('ᛄ', "runic letter ger Runic"), + ('ᛅ', "runic letter long-branch-ar ae Runic"), + ('ᛆ', "runic letter short-twig-ar a Runic"), + ('ᛇ', "runic letter iwaz eoh Runic"), + ('ᛈ', "runic letter pertho peorth p Runic"), + ('ᛉ', "runic letter algiz eolhx Runic"), + ('ᛊ', "runic letter sowilo s Runic"), + ('ᛋ', "runic letter sigel long-branch-sol s Runic"), + ('ᛌ', "runic letter short-twig-sol s Runic"), + ('ᛍ', "runic letter c Runic"), + ('ᛎ', "runic letter z Runic"), + ('ᛏ', "runic letter tiwaz tir tyr t Runic"), + ('ᛐ', "runic letter short-twig-tyr t Runic"), + ('ᛑ', "runic letter d Runic"), + ('ᛒ', "runic letter berkanan beorc bjarkan b Runic"), + ('ᛓ', "runic letter short-twig-bjarkan b Runic"), + ('ᛔ', "runic letter dotted-p Runic"), + ('ᛕ', "runic letter open-p Runic"), + ('ᛖ', "runic letter ehwaz eh e Runic"), + ('ᛗ', "runic letter mannaz man m Runic"), + ('ᛘ', "runic letter long-branch-madr m Runic"), + ('ᛙ', "runic letter short-twig-madr m Runic"), + ('ᛚ', "runic letter laukaz lagu logr l Runic"), + ('ᛛ', "runic letter dotted-l Runic"), + ('ᛜ', "runic letter ingwaz Runic"), + ('ᛝ', "runic letter ing Runic"), + ('ᛞ', "runic letter dagaz daeg d Runic"), + ('ᛟ', "runic letter othalan ethel o Runic"), + ('ᛠ', "runic letter ear Runic"), + ('ᛡ', "runic letter ior Runic"), + ('ᛢ', "runic letter cweorth Runic"), + ('ᛣ', "runic letter calc Runic"), + ('ᛤ', "runic letter cealc Runic"), + ('ᛥ', "runic letter stan Runic"), + ('ᛦ', "runic letter long-branch-yr Runic"), + ('ᛧ', "runic letter short-twig-yr Runic"), + ('ᛨ', "runic letter icelandic-yr Runic"), + ('ᛩ', "runic letter q Runic"), + ('ᛪ', "runic letter x Runic"), + ('᛫', "runic single punctuation Runic"), + ('᛬', "runic multiple punctuation Runic"), + ('᛭', "runic cross punctuation Runic"), + ('ᛮ', "runic arlaug symbol Runic"), + ('ᛯ', "runic tvimadur symbol Runic"), + ('ᛰ', "runic belgthor symbol Runic"), + ('ᛱ', "runic letter k Runic"), + ('ᛲ', "runic letter sh Runic"), + ('ᛳ', "runic letter oo Runic"), + ('ᛴ', "runic letter franks casket os Runic"), + ('ᛵ', "runic letter franks casket is Runic"), + ('ᛶ', "runic letter franks casket eh Runic"), + ('ᛷ', "runic letter franks casket ac Runic"), + ('ᛸ', "runic letter franks casket aesc Runic"), + ('ᜀ', "tagalog letter a Tagalog"), + ('ᜁ', "tagalog letter i Tagalog"), + ('ᜂ', "tagalog letter u Tagalog"), + ('ᜃ', "tagalog letter ka Tagalog"), + ('ᜄ', "tagalog letter ga Tagalog"), + ('ᜅ', "tagalog letter nga Tagalog"), + ('ᜆ', "tagalog letter ta Tagalog"), + ('ᜇ', "tagalog letter da Tagalog"), + ('ᜈ', "tagalog letter na Tagalog"), + ('ᜉ', "tagalog letter pa Tagalog"), + ('ᜊ', "tagalog letter ba Tagalog"), + ('ᜋ', "tagalog letter ma Tagalog"), + ('ᜌ', "tagalog letter ya Tagalog"), + ('ᜎ', "tagalog letter la Tagalog"), + ('ᜏ', "tagalog letter wa Tagalog"), + ('ᜐ', "tagalog letter sa Tagalog"), + ('ᜑ', "tagalog letter ha Tagalog"), + ('ᜒ', "tagalog vowel sign i Tagalog"), + ('ᜓ', "tagalog vowel sign u Tagalog"), + ('᜔', "tagalog sign virama Tagalog"), + ('ᴀ', "latin letter small capital a Phonetic Extensions"), + ('ᴁ', "latin letter small capital ae Phonetic Extensions"), + ('ᴂ', "latin small letter turned ae Phonetic Extensions"), + ('ᴃ', "latin letter small capital barred b Phonetic Extensions"), + ('ᴄ', "latin letter small capital c Phonetic Extensions"), + ('ᴅ', "latin letter small capital d Phonetic Extensions"), + ('ᴆ', "latin letter small capital eth Phonetic Extensions"), + ('ᴇ', "latin letter small capital e Phonetic Extensions"), + ('ᴈ', "latin small letter turned open e Phonetic Extensions"), + ('ᴉ', "latin small letter turned i Phonetic Extensions"), + ('ᴊ', "latin letter small capital j Phonetic Extensions"), + ('ᴋ', "latin letter small capital k Phonetic Extensions"), + ('ᴌ', "latin letter small capital l with stroke Phonetic Extensions"), + ('ᴍ', "latin letter small capital m Phonetic Extensions"), + ('ᴎ', "latin letter small capital reversed n Phonetic Extensions"), + ('ᴏ', "latin letter small capital o Phonetic Extensions"), + ('ᴐ', "latin letter small capital open o Phonetic Extensions"), + ('ᴑ', "latin small letter sideways o Phonetic Extensions"), + ('ᴒ', "latin small letter sideways open o Phonetic Extensions"), + ('ᴓ', "latin small letter sideways o with stroke Phonetic Extensions"), + ('ᴔ', "latin small letter turned oe Phonetic Extensions"), + ('ᴕ', "latin letter small capital ou Phonetic Extensions"), + ('ᴖ', "latin small letter top half o Phonetic Extensions"), + ('ᴗ', "latin small letter bottom half o Phonetic Extensions"), + ('ᴘ', "latin letter small capital p Phonetic Extensions"), + ('ᴙ', "latin letter small capital reversed r Phonetic Extensions"), + ('ᴚ', "latin letter small capital turned r Phonetic Extensions"), + ('ᴛ', "latin letter small capital t Phonetic Extensions"), + ('ᴜ', "latin letter small capital u Phonetic Extensions"), + ('ᴝ', "latin small letter sideways u Phonetic Extensions"), + ('ᴞ', "latin small letter sideways diaeresized u Phonetic Extensions"), + ('ᴟ', "latin small letter sideways turned m Phonetic Extensions"), + ('ᴠ', "latin letter small capital v Phonetic Extensions"), + ('ᴡ', "latin letter small capital w Phonetic Extensions"), + ('ᴢ', "latin letter small capital z Phonetic Extensions"), + ('ᴣ', "latin letter small capital ezh Phonetic Extensions"), + ('ᴤ', "latin letter voiced laryngeal spirant Phonetic Extensions"), + ('ᴥ', "latin letter ain Phonetic Extensions"), + ('ᴦ', "greek letter small capital gamma Phonetic Extensions"), + ('ᴧ', "greek letter small capital lamda Phonetic Extensions"), + ('ᴨ', "greek letter small capital pi Phonetic Extensions"), + ('ᴩ', "greek letter small capital rho Phonetic Extensions"), + ('ᴪ', "greek letter small capital psi Phonetic Extensions"), + ('ᴫ', "cyrillic letter small capital el Phonetic Extensions"), + ('ᴬ', "modifier letter capital a Phonetic Extensions"), + ('ᴭ', "modifier letter capital ae Phonetic Extensions"), + ('ᴮ', "modifier letter capital b Phonetic Extensions"), + ('ᴯ', "modifier letter capital barred b Phonetic Extensions"), + ('ᴰ', "modifier letter capital d Phonetic Extensions"), + ('ᴱ', "modifier letter capital e Phonetic Extensions"), + ('ᴲ', "modifier letter capital reversed e Phonetic Extensions"), + ('ᴳ', "modifier letter capital g Phonetic Extensions"), + ('ᴴ', "modifier letter capital h Phonetic Extensions"), + ('ᴵ', "modifier letter capital i Phonetic Extensions"), + ('ᴶ', "modifier letter capital j Phonetic Extensions"), + ('ᴷ', "modifier letter capital k Phonetic Extensions"), + ('ᴸ', "modifier letter capital l Phonetic Extensions"), + ('ᴹ', "modifier letter capital m Phonetic Extensions"), + ('ᴺ', "modifier letter capital n Phonetic Extensions"), + ('ᴻ', "modifier letter capital reversed n Phonetic Extensions"), + ('ᴼ', "modifier letter capital o Phonetic Extensions"), + ('ᴽ', "modifier letter capital ou Phonetic Extensions"), + ('ᴾ', "modifier letter capital p Phonetic Extensions"), + ('ᴿ', "modifier letter capital r Phonetic Extensions"), + ('ᵀ', "modifier letter capital t Phonetic Extensions"), + ('ᵁ', "modifier letter capital u Phonetic Extensions"), + ('ᵂ', "modifier letter capital w Phonetic Extensions"), + ('ᵃ', "modifier letter small a Phonetic Extensions"), + ('ᵄ', "modifier letter small turned a Phonetic Extensions"), + ('ᵅ', "modifier letter small alpha Phonetic Extensions"), + ('ᵆ', "modifier letter small turned ae Phonetic Extensions"), + ('ᵇ', "modifier letter small b Phonetic Extensions"), + ('ᵈ', "modifier letter small d Phonetic Extensions"), + ('ᵉ', "modifier letter small e Phonetic Extensions"), + ('ᵊ', "modifier letter small schwa Phonetic Extensions"), + ('ᵋ', "modifier letter small open e Phonetic Extensions"), + ('ᵌ', "modifier letter small turned open e Phonetic Extensions"), + ('ᵍ', "modifier letter small g Phonetic Extensions"), + ('ᵎ', "modifier letter small turned i Phonetic Extensions"), + ('ᵏ', "modifier letter small k Phonetic Extensions"), + ('ᵐ', "modifier letter small m Phonetic Extensions"), + ('ᵑ', "modifier letter small eng Phonetic Extensions"), + ('ᵒ', "modifier letter small o Phonetic Extensions"), + ('ᵓ', "modifier letter small open o Phonetic Extensions"), + ('ᵔ', "modifier letter small top half o Phonetic Extensions"), + ('ᵕ', "modifier letter small bottom half o Phonetic Extensions"), + ('ᵖ', "modifier letter small p Phonetic Extensions"), + ('ᵗ', "modifier letter small t Phonetic Extensions"), + ('ᵘ', "modifier letter small u Phonetic Extensions"), + ('ᵙ', "modifier letter small sideways u Phonetic Extensions"), + ('ᵚ', "modifier letter small turned m Phonetic Extensions"), + ('ᵛ', "modifier letter small v Phonetic Extensions"), + ('ᵜ', "modifier letter small ain Phonetic Extensions"), + ('ᵝ', "modifier letter small beta Phonetic Extensions"), + ('ᵞ', "modifier letter small greek gamma Phonetic Extensions"), + ('ᵟ', "modifier letter small delta Phonetic Extensions"), + ('ᵠ', "modifier letter small greek phi Phonetic Extensions"), + ('ᵡ', "modifier letter small chi Phonetic Extensions"), + ('ᵢ', "latin subscript small letter i Phonetic Extensions"), + ('ᵣ', "latin subscript small letter r Phonetic Extensions"), + ('ᵤ', "latin subscript small letter u Phonetic Extensions"), + ('ᵥ', "latin subscript small letter v Phonetic Extensions"), + ('ᵦ', "greek subscript small letter beta Phonetic Extensions"), + ('ᵧ', "greek subscript small letter gamma Phonetic Extensions"), + ('ᵨ', "greek subscript small letter rho Phonetic Extensions"), + ('ᵩ', "greek subscript small letter phi Phonetic Extensions"), + ('ᵪ', "greek subscript small letter chi Phonetic Extensions"), + ('ᵫ', "latin small letter ue Phonetic Extensions"), + ('ᵬ', "latin small letter b with middle tilde Phonetic Extensions"), + ('ᵭ', "latin small letter d with middle tilde Phonetic Extensions"), + ('ᵮ', "latin small letter f with middle tilde Phonetic Extensions"), + ('ᵯ', "latin small letter m with middle tilde Phonetic Extensions"), + ('ᵰ', "latin small letter n with middle tilde Phonetic Extensions"), + ('ᵱ', "latin small letter p with middle tilde Phonetic Extensions"), + ('ᵲ', "latin small letter r with middle tilde Phonetic Extensions"), + ('ᵳ', "latin small letter r with fishhook and middle tilde Phonetic Extensions"), + ('ᵴ', "latin small letter s with middle tilde Phonetic Extensions"), + ('ᵵ', "latin small letter t with middle tilde Phonetic Extensions"), + ('ᵶ', "latin small letter z with middle tilde Phonetic Extensions"), + ('ᵷ', "latin small letter turned g Phonetic Extensions"), + ('ᵸ', "modifier letter cyrillic en Phonetic Extensions"), + ('ᵹ', "latin small letter insular g Phonetic Extensions"), + ('ᵺ', "latin small letter th with strikethrough Phonetic Extensions"), + ('ᵻ', "latin small capital letter i with stroke Phonetic Extensions"), + ('ᵼ', "latin small letter iota with stroke Phonetic Extensions"), + ('ᵽ', "latin small letter p with stroke Phonetic Extensions"), + ('ᵾ', "latin small capital letter u with stroke Phonetic Extensions"), + ('ᶀ', "latin small letter b with palatal hook Phonetic Extensions Supplement"), + ('ᶁ', "latin small letter d with palatal hook Phonetic Extensions Supplement"), + ('ᶂ', "latin small letter f with palatal hook Phonetic Extensions Supplement"), + ('ᶃ', "latin small letter g with palatal hook Phonetic Extensions Supplement"), + ('ᶄ', "latin small letter k with palatal hook Phonetic Extensions Supplement"), + ('ᶅ', "latin small letter l with palatal hook Phonetic Extensions Supplement"), + ('ᶆ', "latin small letter m with palatal hook Phonetic Extensions Supplement"), + ('ᶇ', "latin small letter n with palatal hook Phonetic Extensions Supplement"), + ('ᶈ', "latin small letter p with palatal hook Phonetic Extensions Supplement"), + ('ᶉ', "latin small letter r with palatal hook Phonetic Extensions Supplement"), + ('ᶊ', "latin small letter s with palatal hook Phonetic Extensions Supplement"), + ('ᶋ', "latin small letter esh with palatal hook Phonetic Extensions Supplement"), + ('ᶌ', "latin small letter v with palatal hook Phonetic Extensions Supplement"), + ('ᶍ', "latin small letter x with palatal hook Phonetic Extensions Supplement"), + ('ᶎ', "latin small letter z with palatal hook Phonetic Extensions Supplement"), + ('ᶏ', "latin small letter a with retroflex hook Phonetic Extensions Supplement"), + ('ᶐ', "latin small letter alpha with retroflex hook Phonetic Extensions Supplement"), + ('ᶑ', "latin small letter d with hook and tail Phonetic Extensions Supplement"), + ('ᶒ', "latin small letter e with retroflex hook Phonetic Extensions Supplement"), + ('ᶓ', "latin small letter open e with retroflex hook Phonetic Extensions Supplement"), + ('ᶔ', "latin small letter reversed open e with retroflex hook Phonetic Extensions Supplement"), + ('ᶕ', "latin small letter schwa with retroflex hook Phonetic Extensions Supplement"), + ('ᶖ', "latin small letter i with retroflex hook Phonetic Extensions Supplement"), + ('ᶗ', "latin small letter open o with retroflex hook Phonetic Extensions Supplement"), + ('ᶘ', "latin small letter esh with retroflex hook Phonetic Extensions Supplement"), + ('ᶙ', "latin small letter u with retroflex hook Phonetic Extensions Supplement"), + ('ᶚ', "latin small letter ezh with retroflex hook Phonetic Extensions Supplement"), + ('ᶛ', "modifier letter small turned alpha Phonetic Extensions Supplement"), + ('ᶜ', "modifier letter small c Phonetic Extensions Supplement"), + ('ᶝ', "modifier letter small c with curl Phonetic Extensions Supplement"), + ('ᶞ', "modifier letter small eth Phonetic Extensions Supplement"), + ('ᶟ', "modifier letter small reversed open e Phonetic Extensions Supplement"), + ('ᶠ', "modifier letter small f Phonetic Extensions Supplement"), + ('ᶡ', "modifier letter small dotless j with stroke Phonetic Extensions Supplement"), + ('ᶢ', "modifier letter small script g Phonetic Extensions Supplement"), + ('ᶣ', "modifier letter small turned h Phonetic Extensions Supplement"), + ('ᶤ', "modifier letter small i with stroke Phonetic Extensions Supplement"), + ('ᶥ', "modifier letter small iota Phonetic Extensions Supplement"), + ('ᶦ', "modifier letter small capital i Phonetic Extensions Supplement"), + ('ᶧ', "modifier letter small capital i with stroke Phonetic Extensions Supplement"), + ('ᶨ', "modifier letter small j with crossed-tail Phonetic Extensions Supplement"), + ('ᶩ', "modifier letter small l with retroflex hook Phonetic Extensions Supplement"), + ('ᶪ', "modifier letter small l with palatal hook Phonetic Extensions Supplement"), + ('ᶫ', "modifier letter small capital l Phonetic Extensions Supplement"), + ('ᶬ', "modifier letter small m with hook Phonetic Extensions Supplement"), + ('ᶭ', "modifier letter small turned m with long leg Phonetic Extensions Supplement"), + ('ᶮ', "modifier letter small n with left hook Phonetic Extensions Supplement"), + ('ᶯ', "modifier letter small n with retroflex hook Phonetic Extensions Supplement"), + ('ᶰ', "modifier letter small capital n Phonetic Extensions Supplement"), + ('ᶱ', "modifier letter small barred o Phonetic Extensions Supplement"), + ('ᶲ', "modifier letter small phi Phonetic Extensions Supplement"), + ('ᶳ', "modifier letter small s with hook Phonetic Extensions Supplement"), + ('ᶴ', "modifier letter small esh Phonetic Extensions Supplement"), + ('ᶵ', "modifier letter small t with palatal hook Phonetic Extensions Supplement"), + ('ᶶ', "modifier letter small u bar Phonetic Extensions Supplement"), + ('ᶷ', "modifier letter small upsilon Phonetic Extensions Supplement"), + ('ᶸ', "modifier letter small capital u Phonetic Extensions Supplement"), + ('ᶹ', "modifier letter small v with hook Phonetic Extensions Supplement"), + ('ᶺ', "modifier letter small turned v Phonetic Extensions Supplement"), + ('ᶻ', "modifier letter small z Phonetic Extensions Supplement"), + ('ᶼ', "modifier letter small z with retroflex hook Phonetic Extensions Supplement"), + ('ᶽ', "modifier letter small z with curl Phonetic Extensions Supplement"), + ('ᶾ', "modifier letter small ezh Phonetic Extensions Supplement"), + ('᷀', "combining dotted grave accent Combining Diacritical Marks Supplement"), + ('᷁', "combining dotted acute accent Combining Diacritical Marks Supplement"), + ('᷂', "combining snake below Combining Diacritical Marks Supplement"), + ('᷃', "combining suspension mark Combining Diacritical Marks Supplement"), + ('᷄', "combining macron-acute Combining Diacritical Marks Supplement"), + ('᷅', "combining grave-macron Combining Diacritical Marks Supplement"), + ('᷆', "combining macron-grave Combining Diacritical Marks Supplement"), + ('᷇', "combining acute-macron Combining Diacritical Marks Supplement"), + ('᷈', "combining grave-acute-grave Combining Diacritical Marks Supplement"), + ('᷉', "combining acute-grave-acute Combining Diacritical Marks Supplement"), + ('᷊', "combining latin small letter r below Combining Diacritical Marks Supplement"), + ('᷋', "combining breve-macron Combining Diacritical Marks Supplement"), + ('᷌', "combining macron-breve Combining Diacritical Marks Supplement"), + ('᷍', "combining double circumflex above Combining Diacritical Marks Supplement"), + ('᷎', "combining ogonek above Combining Diacritical Marks Supplement"), + ('᷏', "combining zigzag below Combining Diacritical Marks Supplement"), + ('᷐', "combining is below Combining Diacritical Marks Supplement"), + ('᷑', "combining ur above Combining Diacritical Marks Supplement"), + ('᷒', "combining us above Combining Diacritical Marks Supplement"), + ('ᷓ', "combining latin small letter flattened open a above Combining Diacritical Marks Supplement"), + ('ᷔ', "combining latin small letter ae Combining Diacritical Marks Supplement"), + ('ᷕ', "combining latin small letter ao Combining Diacritical Marks Supplement"), + ('ᷖ', "combining latin small letter av Combining Diacritical Marks Supplement"), + ('ᷗ', "combining latin small letter c cedilla Combining Diacritical Marks Supplement"), + ('ᷘ', "combining latin small letter insular d Combining Diacritical Marks Supplement"), + ('ᷙ', "combining latin small letter eth Combining Diacritical Marks Supplement"), + ('ᷚ', "combining latin small letter g Combining Diacritical Marks Supplement"), + ('ᷛ', "combining latin letter small capital g Combining Diacritical Marks Supplement"), + ('ᷜ', "combining latin small letter k Combining Diacritical Marks Supplement"), + ('ᷝ', "combining latin small letter l Combining Diacritical Marks Supplement"), + ('ᷞ', "combining latin letter small capital l Combining Diacritical Marks Supplement"), + ('ᷟ', "combining latin letter small capital m Combining Diacritical Marks Supplement"), + ('ᷠ', "combining latin small letter n Combining Diacritical Marks Supplement"), + ('ᷡ', "combining latin letter small capital n Combining Diacritical Marks Supplement"), + ('ᷢ', "combining latin letter small capital r Combining Diacritical Marks Supplement"), + ('ᷣ', "combining latin small letter r rotunda Combining Diacritical Marks Supplement"), + ('ᷤ', "combining latin small letter s Combining Diacritical Marks Supplement"), + ('ᷥ', "combining latin small letter long s Combining Diacritical Marks Supplement"), + ('ᷦ', "combining latin small letter z Combining Diacritical Marks Supplement"), + ('ᷧ', "combining latin small letter alpha Combining Diacritical Marks Supplement"), + ('ᷨ', "combining latin small letter b Combining Diacritical Marks Supplement"), + ('ᷩ', "combining latin small letter beta Combining Diacritical Marks Supplement"), + ('ᷪ', "combining latin small letter schwa Combining Diacritical Marks Supplement"), + ('ᷫ', "combining latin small letter f Combining Diacritical Marks Supplement"), + ('ᷬ', "combining latin small letter l with double middle tilde Combining Diacritical Marks Supplement"), + ('ᷭ', "combining latin small letter o with light centralization stroke Combining Diacritical Marks Supplement"), + ('ᷮ', "combining latin small letter p Combining Diacritical Marks Supplement"), + ('ᷯ', "combining latin small letter esh Combining Diacritical Marks Supplement"), + ('ᷰ', "combining latin small letter u with light centralization stroke Combining Diacritical Marks Supplement"), + ('ᷱ', "combining latin small letter w Combining Diacritical Marks Supplement"), + ('ᷲ', "combining latin small letter a with diaeresis Combining Diacritical Marks Supplement"), + ('ᷳ', "combining latin small letter o with diaeresis Combining Diacritical Marks Supplement"), + ('ᷴ', "combining latin small letter u with diaeresis Combining Diacritical Marks Supplement"), + ('᷵', "combining up tack above Combining Diacritical Marks Supplement"), + ('᷼', "combining double inverted breve below Combining Diacritical Marks Supplement"), + ('᷽', "combining almost equal to below Combining Diacritical Marks Supplement"), + ('᷾', "combining left arrowhead above Combining Diacritical Marks Supplement"), + ('Ḁ', "latin capital letter a with ring below Latin Extended Additional"), + ('ḁ', "latin small letter a with ring below Latin Extended Additional"), + ('Ḃ', "latin capital letter b with dot above Latin Extended Additional"), + ('ḃ', "latin small letter b with dot above Latin Extended Additional"), + ('Ḅ', "latin capital letter b with dot below Latin Extended Additional"), + ('ḅ', "latin small letter b with dot below Latin Extended Additional"), + ('Ḇ', "latin capital letter b with line below Latin Extended Additional"), + ('ḇ', "latin small letter b with line below Latin Extended Additional"), + ('Ḉ', "latin capital letter c with cedilla and acute Latin Extended Additional"), + ('ḉ', "latin small letter c with cedilla and acute Latin Extended Additional"), + ('Ḋ', "latin capital letter d with dot above Latin Extended Additional"), + ('ḋ', "latin small letter d with dot above Latin Extended Additional"), + ('Ḍ', "latin capital letter d with dot below Latin Extended Additional"), + ('ḍ', "latin small letter d with dot below Latin Extended Additional"), + ('Ḏ', "latin capital letter d with line below Latin Extended Additional"), + ('ḏ', "latin small letter d with line below Latin Extended Additional"), + ('Ḑ', "latin capital letter d with cedilla Latin Extended Additional"), + ('ḑ', "latin small letter d with cedilla Latin Extended Additional"), + ('Ḓ', "latin capital letter d with circumflex below Latin Extended Additional"), + ('ḓ', "latin small letter d with circumflex below Latin Extended Additional"), + ('Ḕ', "latin capital letter e with macron and grave Latin Extended Additional"), + ('ḕ', "latin small letter e with macron and grave Latin Extended Additional"), + ('Ḗ', "latin capital letter e with macron and acute Latin Extended Additional"), + ('ḗ', "latin small letter e with macron and acute Latin Extended Additional"), + ('Ḙ', "latin capital letter e with circumflex below Latin Extended Additional"), + ('ḙ', "latin small letter e with circumflex below Latin Extended Additional"), + ('Ḛ', "latin capital letter e with tilde below Latin Extended Additional"), + ('ḛ', "latin small letter e with tilde below Latin Extended Additional"), + ('Ḝ', "latin capital letter e with cedilla and breve Latin Extended Additional"), + ('ḝ', "latin small letter e with cedilla and breve Latin Extended Additional"), + ('Ḟ', "latin capital letter f with dot above Latin Extended Additional"), + ('ḟ', "latin small letter f with dot above Latin Extended Additional"), + ('Ḡ', "latin capital letter g with macron Latin Extended Additional"), + ('ḡ', "latin small letter g with macron Latin Extended Additional"), + ('Ḣ', "latin capital letter h with dot above Latin Extended Additional"), + ('ḣ', "latin small letter h with dot above Latin Extended Additional"), + ('Ḥ', "latin capital letter h with dot below Latin Extended Additional"), + ('ḥ', "latin small letter h with dot below Latin Extended Additional"), + ('Ḧ', "latin capital letter h with diaeresis Latin Extended Additional"), + ('ḧ', "latin small letter h with diaeresis Latin Extended Additional"), + ('Ḩ', "latin capital letter h with cedilla Latin Extended Additional"), + ('ḩ', "latin small letter h with cedilla Latin Extended Additional"), + ('Ḫ', "latin capital letter h with breve below Latin Extended Additional"), + ('ḫ', "latin small letter h with breve below Latin Extended Additional"), + ('Ḭ', "latin capital letter i with tilde below Latin Extended Additional"), + ('ḭ', "latin small letter i with tilde below Latin Extended Additional"), + ('Ḯ', "latin capital letter i with diaeresis and acute Latin Extended Additional"), + ('ḯ', "latin small letter i with diaeresis and acute Latin Extended Additional"), + ('Ḱ', "latin capital letter k with acute Latin Extended Additional"), + ('ḱ', "latin small letter k with acute Latin Extended Additional"), + ('Ḳ', "latin capital letter k with dot below Latin Extended Additional"), + ('ḳ', "latin small letter k with dot below Latin Extended Additional"), + ('Ḵ', "latin capital letter k with line below Latin Extended Additional"), + ('ḵ', "latin small letter k with line below Latin Extended Additional"), + ('Ḷ', "latin capital letter l with dot below Latin Extended Additional"), + ('ḷ', "latin small letter l with dot below Latin Extended Additional"), + ('Ḹ', "latin capital letter l with dot below and macron Latin Extended Additional"), + ('ḹ', "latin small letter l with dot below and macron Latin Extended Additional"), + ('Ḻ', "latin capital letter l with line below Latin Extended Additional"), + ('ḻ', "latin small letter l with line below Latin Extended Additional"), + ('Ḽ', "latin capital letter l with circumflex below Latin Extended Additional"), + ('ḽ', "latin small letter l with circumflex below Latin Extended Additional"), + ('Ḿ', "latin capital letter m with acute Latin Extended Additional"), + ('ḿ', "latin small letter m with acute Latin Extended Additional"), + ('Ṁ', "latin capital letter m with dot above Latin Extended Additional"), + ('ṁ', "latin small letter m with dot above Latin Extended Additional"), + ('Ṃ', "latin capital letter m with dot below Latin Extended Additional"), + ('ṃ', "latin small letter m with dot below Latin Extended Additional"), + ('Ṅ', "latin capital letter n with dot above Latin Extended Additional"), + ('ṅ', "latin small letter n with dot above Latin Extended Additional"), + ('Ṇ', "latin capital letter n with dot below Latin Extended Additional"), + ('ṇ', "latin small letter n with dot below Latin Extended Additional"), + ('Ṉ', "latin capital letter n with line below Latin Extended Additional"), + ('ṉ', "latin small letter n with line below Latin Extended Additional"), + ('Ṋ', "latin capital letter n with circumflex below Latin Extended Additional"), + ('ṋ', "latin small letter n with circumflex below Latin Extended Additional"), + ('Ṍ', "latin capital letter o with tilde and acute Latin Extended Additional"), + ('ṍ', "latin small letter o with tilde and acute Latin Extended Additional"), + ('Ṏ', "latin capital letter o with tilde and diaeresis Latin Extended Additional"), + ('ṏ', "latin small letter o with tilde and diaeresis Latin Extended Additional"), + ('Ṑ', "latin capital letter o with macron and grave Latin Extended Additional"), + ('ṑ', "latin small letter o with macron and grave Latin Extended Additional"), + ('Ṓ', "latin capital letter o with macron and acute Latin Extended Additional"), + ('ṓ', "latin small letter o with macron and acute Latin Extended Additional"), + ('Ṕ', "latin capital letter p with acute Latin Extended Additional"), + ('ṕ', "latin small letter p with acute Latin Extended Additional"), + ('Ṗ', "latin capital letter p with dot above Latin Extended Additional"), + ('ṗ', "latin small letter p with dot above Latin Extended Additional"), + ('Ṙ', "latin capital letter r with dot above Latin Extended Additional"), + ('ṙ', "latin small letter r with dot above Latin Extended Additional"), + ('Ṛ', "latin capital letter r with dot below Latin Extended Additional"), + ('ṛ', "latin small letter r with dot below Latin Extended Additional"), + ('Ṝ', "latin capital letter r with dot below and macron Latin Extended Additional"), + ('ṝ', "latin small letter r with dot below and macron Latin Extended Additional"), + ('Ṟ', "latin capital letter r with line below Latin Extended Additional"), + ('ṟ', "latin small letter r with line below Latin Extended Additional"), + ('Ṡ', "latin capital letter s with dot above Latin Extended Additional"), + ('ṡ', "latin small letter s with dot above Latin Extended Additional"), + ('Ṣ', "latin capital letter s with dot below Latin Extended Additional"), + ('ṣ', "latin small letter s with dot below Latin Extended Additional"), + ('Ṥ', "latin capital letter s with acute and dot above Latin Extended Additional"), + ('ṥ', "latin small letter s with acute and dot above Latin Extended Additional"), + ('Ṧ', "latin capital letter s with caron and dot above Latin Extended Additional"), + ('ṧ', "latin small letter s with caron and dot above Latin Extended Additional"), + ('Ṩ', "latin capital letter s with dot below and dot above Latin Extended Additional"), + ('ṩ', "latin small letter s with dot below and dot above Latin Extended Additional"), + ('Ṫ', "latin capital letter t with dot above Latin Extended Additional"), + ('ṫ', "latin small letter t with dot above Latin Extended Additional"), + ('Ṭ', "latin capital letter t with dot below Latin Extended Additional"), + ('ṭ', "latin small letter t with dot below Latin Extended Additional"), + ('Ṯ', "latin capital letter t with line below Latin Extended Additional"), + ('ṯ', "latin small letter t with line below Latin Extended Additional"), + ('Ṱ', "latin capital letter t with circumflex below Latin Extended Additional"), + ('ṱ', "latin small letter t with circumflex below Latin Extended Additional"), + ('Ṳ', "latin capital letter u with diaeresis below Latin Extended Additional"), + ('ṳ', "latin small letter u with diaeresis below Latin Extended Additional"), + ('Ṵ', "latin capital letter u with tilde below Latin Extended Additional"), + ('ṵ', "latin small letter u with tilde below Latin Extended Additional"), + ('Ṷ', "latin capital letter u with circumflex below Latin Extended Additional"), + ('ṷ', "latin small letter u with circumflex below Latin Extended Additional"), + ('Ṹ', "latin capital letter u with tilde and acute Latin Extended Additional"), + ('ṹ', "latin small letter u with tilde and acute Latin Extended Additional"), + ('Ṻ', "latin capital letter u with macron and diaeresis Latin Extended Additional"), + ('ṻ', "latin small letter u with macron and diaeresis Latin Extended Additional"), + ('Ṽ', "latin capital letter v with tilde Latin Extended Additional"), + ('ṽ', "latin small letter v with tilde Latin Extended Additional"), + ('Ṿ', "latin capital letter v with dot below Latin Extended Additional"), + ('ṿ', "latin small letter v with dot below Latin Extended Additional"), + ('Ẁ', "latin capital letter w with grave Latin Extended Additional"), + ('ẁ', "latin small letter w with grave Latin Extended Additional"), + ('Ẃ', "latin capital letter w with acute Latin Extended Additional"), + ('ẃ', "latin small letter w with acute Latin Extended Additional"), + ('Ẅ', "latin capital letter w with diaeresis Latin Extended Additional"), + ('ẅ', "latin small letter w with diaeresis Latin Extended Additional"), + ('Ẇ', "latin capital letter w with dot above Latin Extended Additional"), + ('ẇ', "latin small letter w with dot above Latin Extended Additional"), + ('Ẉ', "latin capital letter w with dot below Latin Extended Additional"), + ('ẉ', "latin small letter w with dot below Latin Extended Additional"), + ('Ẋ', "latin capital letter x with dot above Latin Extended Additional"), + ('ẋ', "latin small letter x with dot above Latin Extended Additional"), + ('Ẍ', "latin capital letter x with diaeresis Latin Extended Additional"), + ('ẍ', "latin small letter x with diaeresis Latin Extended Additional"), + ('Ẏ', "latin capital letter y with dot above Latin Extended Additional"), + ('ẏ', "latin small letter y with dot above Latin Extended Additional"), + ('Ẑ', "latin capital letter z with circumflex Latin Extended Additional"), + ('ẑ', "latin small letter z with circumflex Latin Extended Additional"), + ('Ẓ', "latin capital letter z with dot below Latin Extended Additional"), + ('ẓ', "latin small letter z with dot below Latin Extended Additional"), + ('Ẕ', "latin capital letter z with line below Latin Extended Additional"), + ('ẕ', "latin small letter z with line below Latin Extended Additional"), + ('ẖ', "latin small letter h with line below Latin Extended Additional"), + ('ẗ', "latin small letter t with diaeresis Latin Extended Additional"), + ('ẘ', "latin small letter w with ring above Latin Extended Additional"), + ('ẙ', "latin small letter y with ring above Latin Extended Additional"), + ('ẚ', "latin small letter a with right half ring Latin Extended Additional"), + ('ẛ', "latin small letter long s with dot above Latin Extended Additional"), + ('ẜ', "latin small letter long s with diagonal stroke Latin Extended Additional"), + ('ẝ', "latin small letter long s with high stroke Latin Extended Additional"), + ('ẞ', "latin capital letter sharp s Latin Extended Additional"), + ('ẟ', "latin small letter delta Latin Extended Additional"), + ('Ạ', "latin capital letter a with dot below Latin Extended Additional"), + ('ạ', "latin small letter a with dot below Latin Extended Additional"), + ('Ả', "latin capital letter a with hook above Latin Extended Additional"), + ('ả', "latin small letter a with hook above Latin Extended Additional"), + ('Ấ', "latin capital letter a with circumflex and acute Latin Extended Additional"), + ('ấ', "latin small letter a with circumflex and acute Latin Extended Additional"), + ('Ầ', "latin capital letter a with circumflex and grave Latin Extended Additional"), + ('ầ', "latin small letter a with circumflex and grave Latin Extended Additional"), + ('Ẩ', "latin capital letter a with circumflex and hook above Latin Extended Additional"), + ('ẩ', "latin small letter a with circumflex and hook above Latin Extended Additional"), + ('Ẫ', "latin capital letter a with circumflex and tilde Latin Extended Additional"), + ('ẫ', "latin small letter a with circumflex and tilde Latin Extended Additional"), + ('Ậ', "latin capital letter a with circumflex and dot below Latin Extended Additional"), + ('ậ', "latin small letter a with circumflex and dot below Latin Extended Additional"), + ('Ắ', "latin capital letter a with breve and acute Latin Extended Additional"), + ('ắ', "latin small letter a with breve and acute Latin Extended Additional"), + ('Ằ', "latin capital letter a with breve and grave Latin Extended Additional"), + ('ằ', "latin small letter a with breve and grave Latin Extended Additional"), + ('Ẳ', "latin capital letter a with breve and hook above Latin Extended Additional"), + ('ẳ', "latin small letter a with breve and hook above Latin Extended Additional"), + ('Ẵ', "latin capital letter a with breve and tilde Latin Extended Additional"), + ('ẵ', "latin small letter a with breve and tilde Latin Extended Additional"), + ('Ặ', "latin capital letter a with breve and dot below Latin Extended Additional"), + ('ặ', "latin small letter a with breve and dot below Latin Extended Additional"), + ('Ẹ', "latin capital letter e with dot below Latin Extended Additional"), + ('ẹ', "latin small letter e with dot below Latin Extended Additional"), + ('Ẻ', "latin capital letter e with hook above Latin Extended Additional"), + ('ẻ', "latin small letter e with hook above Latin Extended Additional"), + ('Ẽ', "latin capital letter e with tilde Latin Extended Additional"), + ('ẽ', "latin small letter e with tilde Latin Extended Additional"), + ('Ế', "latin capital letter e with circumflex and acute Latin Extended Additional"), + ('ế', "latin small letter e with circumflex and acute Latin Extended Additional"), + ('Ề', "latin capital letter e with circumflex and grave Latin Extended Additional"), + ('ề', "latin small letter e with circumflex and grave Latin Extended Additional"), + ('Ể', "latin capital letter e with circumflex and hook above Latin Extended Additional"), + ('ể', "latin small letter e with circumflex and hook above Latin Extended Additional"), + ('Ễ', "latin capital letter e with circumflex and tilde Latin Extended Additional"), + ('ễ', "latin small letter e with circumflex and tilde Latin Extended Additional"), + ('Ệ', "latin capital letter e with circumflex and dot below Latin Extended Additional"), + ('ệ', "latin small letter e with circumflex and dot below Latin Extended Additional"), + ('Ỉ', "latin capital letter i with hook above Latin Extended Additional"), + ('ỉ', "latin small letter i with hook above Latin Extended Additional"), + ('Ị', "latin capital letter i with dot below Latin Extended Additional"), + ('ị', "latin small letter i with dot below Latin Extended Additional"), + ('Ọ', "latin capital letter o with dot below Latin Extended Additional"), + ('ọ', "latin small letter o with dot below Latin Extended Additional"), + ('Ỏ', "latin capital letter o with hook above Latin Extended Additional"), + ('ỏ', "latin small letter o with hook above Latin Extended Additional"), + ('Ố', "latin capital letter o with circumflex and acute Latin Extended Additional"), + ('ố', "latin small letter o with circumflex and acute Latin Extended Additional"), + ('Ồ', "latin capital letter o with circumflex and grave Latin Extended Additional"), + ('ồ', "latin small letter o with circumflex and grave Latin Extended Additional"), + ('Ổ', "latin capital letter o with circumflex and hook above Latin Extended Additional"), + ('ổ', "latin small letter o with circumflex and hook above Latin Extended Additional"), + ('Ỗ', "latin capital letter o with circumflex and tilde Latin Extended Additional"), + ('ỗ', "latin small letter o with circumflex and tilde Latin Extended Additional"), + ('Ộ', "latin capital letter o with circumflex and dot below Latin Extended Additional"), + ('ộ', "latin small letter o with circumflex and dot below Latin Extended Additional"), + ('Ớ', "latin capital letter o with horn and acute Latin Extended Additional"), + ('ớ', "latin small letter o with horn and acute Latin Extended Additional"), + ('Ờ', "latin capital letter o with horn and grave Latin Extended Additional"), + ('ờ', "latin small letter o with horn and grave Latin Extended Additional"), + ('Ở', "latin capital letter o with horn and hook above Latin Extended Additional"), + ('ở', "latin small letter o with horn and hook above Latin Extended Additional"), + ('Ỡ', "latin capital letter o with horn and tilde Latin Extended Additional"), + ('ỡ', "latin small letter o with horn and tilde Latin Extended Additional"), + ('Ợ', "latin capital letter o with horn and dot below Latin Extended Additional"), + ('ợ', "latin small letter o with horn and dot below Latin Extended Additional"), + ('Ụ', "latin capital letter u with dot below Latin Extended Additional"), + ('ụ', "latin small letter u with dot below Latin Extended Additional"), + ('Ủ', "latin capital letter u with hook above Latin Extended Additional"), + ('ủ', "latin small letter u with hook above Latin Extended Additional"), + ('Ứ', "latin capital letter u with horn and acute Latin Extended Additional"), + ('ứ', "latin small letter u with horn and acute Latin Extended Additional"), + ('Ừ', "latin capital letter u with horn and grave Latin Extended Additional"), + ('ừ', "latin small letter u with horn and grave Latin Extended Additional"), + ('Ử', "latin capital letter u with horn and hook above Latin Extended Additional"), + ('ử', "latin small letter u with horn and hook above Latin Extended Additional"), + ('Ữ', "latin capital letter u with horn and tilde Latin Extended Additional"), + ('ữ', "latin small letter u with horn and tilde Latin Extended Additional"), + ('Ự', "latin capital letter u with horn and dot below Latin Extended Additional"), + ('ự', "latin small letter u with horn and dot below Latin Extended Additional"), + ('Ỳ', "latin capital letter y with grave Latin Extended Additional"), + ('ỳ', "latin small letter y with grave Latin Extended Additional"), + ('Ỵ', "latin capital letter y with dot below Latin Extended Additional"), + ('ỵ', "latin small letter y with dot below Latin Extended Additional"), + ('Ỷ', "latin capital letter y with hook above Latin Extended Additional"), + ('ỷ', "latin small letter y with hook above Latin Extended Additional"), + ('Ỹ', "latin capital letter y with tilde Latin Extended Additional"), + ('ỹ', "latin small letter y with tilde Latin Extended Additional"), + ('Ỻ', "latin capital letter middle-welsh ll Latin Extended Additional"), + ('ỻ', "latin small letter middle-welsh ll Latin Extended Additional"), + ('Ỽ', "latin capital letter middle-welsh v Latin Extended Additional"), + ('ỽ', "latin small letter middle-welsh v Latin Extended Additional"), + ('Ỿ', "latin capital letter y with loop Latin Extended Additional"), + ('ἀ', "greek small letter alpha with psili Greek Extended"), + ('ἁ', "greek small letter alpha with dasia Greek Extended"), + ('ἂ', "greek small letter alpha with psili and varia Greek Extended"), + ('ἃ', "greek small letter alpha with dasia and varia Greek Extended"), + ('ἄ', "greek small letter alpha with psili and oxia Greek Extended"), + ('ἅ', "greek small letter alpha with dasia and oxia Greek Extended"), + ('ἆ', "greek small letter alpha with psili and perispomeni Greek Extended"), + ('ἇ', "greek small letter alpha with dasia and perispomeni Greek Extended"), + ('Ἀ', "greek capital letter alpha with psili Greek Extended"), + ('Ἁ', "greek capital letter alpha with dasia Greek Extended"), + ('Ἂ', "greek capital letter alpha with psili and varia Greek Extended"), + ('Ἃ', "greek capital letter alpha with dasia and varia Greek Extended"), + ('Ἄ', "greek capital letter alpha with psili and oxia Greek Extended"), + ('Ἅ', "greek capital letter alpha with dasia and oxia Greek Extended"), + ('Ἆ', "greek capital letter alpha with psili and perispomeni Greek Extended"), + ('Ἇ', "greek capital letter alpha with dasia and perispomeni Greek Extended"), + ('ἐ', "greek small letter epsilon with psili Greek Extended"), + ('ἑ', "greek small letter epsilon with dasia Greek Extended"), + ('ἒ', "greek small letter epsilon with psili and varia Greek Extended"), + ('ἓ', "greek small letter epsilon with dasia and varia Greek Extended"), + ('ἔ', "greek small letter epsilon with psili and oxia Greek Extended"), + ('ἕ', "greek small letter epsilon with dasia and oxia Greek Extended"), + ('Ἐ', "greek capital letter epsilon with psili Greek Extended"), + ('Ἑ', "greek capital letter epsilon with dasia Greek Extended"), + ('Ἒ', "greek capital letter epsilon with psili and varia Greek Extended"), + ('Ἓ', "greek capital letter epsilon with dasia and varia Greek Extended"), + ('Ἔ', "greek capital letter epsilon with psili and oxia Greek Extended"), + ('Ἕ', "greek capital letter epsilon with dasia and oxia Greek Extended"), + ('ἠ', "greek small letter eta with psili Greek Extended"), + ('ἡ', "greek small letter eta with dasia Greek Extended"), + ('ἢ', "greek small letter eta with psili and varia Greek Extended"), + ('ἣ', "greek small letter eta with dasia and varia Greek Extended"), + ('ἤ', "greek small letter eta with psili and oxia Greek Extended"), + ('ἥ', "greek small letter eta with dasia and oxia Greek Extended"), + ('ἦ', "greek small letter eta with psili and perispomeni Greek Extended"), + ('ἧ', "greek small letter eta with dasia and perispomeni Greek Extended"), + ('Ἠ', "greek capital letter eta with psili Greek Extended"), + ('Ἡ', "greek capital letter eta with dasia Greek Extended"), + ('Ἢ', "greek capital letter eta with psili and varia Greek Extended"), + ('Ἣ', "greek capital letter eta with dasia and varia Greek Extended"), + ('Ἤ', "greek capital letter eta with psili and oxia Greek Extended"), + ('Ἥ', "greek capital letter eta with dasia and oxia Greek Extended"), + ('Ἦ', "greek capital letter eta with psili and perispomeni Greek Extended"), + ('Ἧ', "greek capital letter eta with dasia and perispomeni Greek Extended"), + ('ἰ', "greek small letter iota with psili Greek Extended"), + ('ἱ', "greek small letter iota with dasia Greek Extended"), + ('ἲ', "greek small letter iota with psili and varia Greek Extended"), + ('ἳ', "greek small letter iota with dasia and varia Greek Extended"), + ('ἴ', "greek small letter iota with psili and oxia Greek Extended"), + ('ἵ', "greek small letter iota with dasia and oxia Greek Extended"), + ('ἶ', "greek small letter iota with psili and perispomeni Greek Extended"), + ('ἷ', "greek small letter iota with dasia and perispomeni Greek Extended"), + ('Ἰ', "greek capital letter iota with psili Greek Extended"), + ('Ἱ', "greek capital letter iota with dasia Greek Extended"), + ('Ἲ', "greek capital letter iota with psili and varia Greek Extended"), + ('Ἳ', "greek capital letter iota with dasia and varia Greek Extended"), + ('Ἴ', "greek capital letter iota with psili and oxia Greek Extended"), + ('Ἵ', "greek capital letter iota with dasia and oxia Greek Extended"), + ('Ἶ', "greek capital letter iota with psili and perispomeni Greek Extended"), + ('Ἷ', "greek capital letter iota with dasia and perispomeni Greek Extended"), + ('ὀ', "greek small letter omicron with psili Greek Extended"), + ('ὁ', "greek small letter omicron with dasia Greek Extended"), + ('ὂ', "greek small letter omicron with psili and varia Greek Extended"), + ('ὃ', "greek small letter omicron with dasia and varia Greek Extended"), + ('ὄ', "greek small letter omicron with psili and oxia Greek Extended"), + ('ὅ', "greek small letter omicron with dasia and oxia Greek Extended"), + ('Ὀ', "greek capital letter omicron with psili Greek Extended"), + ('Ὁ', "greek capital letter omicron with dasia Greek Extended"), + ('Ὂ', "greek capital letter omicron with psili and varia Greek Extended"), + ('Ὃ', "greek capital letter omicron with dasia and varia Greek Extended"), + ('Ὄ', "greek capital letter omicron with psili and oxia Greek Extended"), + ('Ὅ', "greek capital letter omicron with dasia and oxia Greek Extended"), + ('ὐ', "greek small letter upsilon with psili Greek Extended"), + ('ὑ', "greek small letter upsilon with dasia Greek Extended"), + ('ὒ', "greek small letter upsilon with psili and varia Greek Extended"), + ('ὓ', "greek small letter upsilon with dasia and varia Greek Extended"), + ('ὔ', "greek small letter upsilon with psili and oxia Greek Extended"), + ('ὕ', "greek small letter upsilon with dasia and oxia Greek Extended"), + ('ὖ', "greek small letter upsilon with psili and perispomeni Greek Extended"), + ('ὗ', "greek small letter upsilon with dasia and perispomeni Greek Extended"), + ('Ὑ', "greek capital letter upsilon with dasia Greek Extended"), + ('Ὓ', "greek capital letter upsilon with dasia and varia Greek Extended"), + ('Ὕ', "greek capital letter upsilon with dasia and oxia Greek Extended"), + ('Ὗ', "greek capital letter upsilon with dasia and perispomeni Greek Extended"), + ('ὠ', "greek small letter omega with psili Greek Extended"), + ('ὡ', "greek small letter omega with dasia Greek Extended"), + ('ὢ', "greek small letter omega with psili and varia Greek Extended"), + ('ὣ', "greek small letter omega with dasia and varia Greek Extended"), + ('ὤ', "greek small letter omega with psili and oxia Greek Extended"), + ('ὥ', "greek small letter omega with dasia and oxia Greek Extended"), + ('ὦ', "greek small letter omega with psili and perispomeni Greek Extended"), + ('ὧ', "greek small letter omega with dasia and perispomeni Greek Extended"), + ('Ὠ', "greek capital letter omega with psili Greek Extended"), + ('Ὡ', "greek capital letter omega with dasia Greek Extended"), + ('Ὢ', "greek capital letter omega with psili and varia Greek Extended"), + ('Ὣ', "greek capital letter omega with dasia and varia Greek Extended"), + ('Ὤ', "greek capital letter omega with psili and oxia Greek Extended"), + ('Ὥ', "greek capital letter omega with dasia and oxia Greek Extended"), + ('Ὦ', "greek capital letter omega with psili and perispomeni Greek Extended"), + ('Ὧ', "greek capital letter omega with dasia and perispomeni Greek Extended"), + ('ὰ', "greek small letter alpha with varia Greek Extended"), + ('ά', "greek small letter alpha with oxia Greek Extended"), + ('ὲ', "greek small letter epsilon with varia Greek Extended"), + ('έ', "greek small letter epsilon with oxia Greek Extended"), + ('ὴ', "greek small letter eta with varia Greek Extended"), + ('ή', "greek small letter eta with oxia Greek Extended"), + ('ὶ', "greek small letter iota with varia Greek Extended"), + ('ί', "greek small letter iota with oxia Greek Extended"), + ('ὸ', "greek small letter omicron with varia Greek Extended"), + ('ό', "greek small letter omicron with oxia Greek Extended"), + ('ὺ', "greek small letter upsilon with varia Greek Extended"), + ('ύ', "greek small letter upsilon with oxia Greek Extended"), + ('ὼ', "greek small letter omega with varia Greek Extended"), + ('ώ', "greek small letter omega with oxia Greek Extended"), + ('ᾀ', "greek small letter alpha with psili and ypogegrammeni Greek Extended"), + ('ᾁ', "greek small letter alpha with dasia and ypogegrammeni Greek Extended"), + ('ᾂ', "greek small letter alpha with psili and varia and ypogegrammeni Greek Extended"), + ('ᾃ', "greek small letter alpha with dasia and varia and ypogegrammeni Greek Extended"), + ('ᾄ', "greek small letter alpha with psili and oxia and ypogegrammeni Greek Extended"), + ('ᾅ', "greek small letter alpha with dasia and oxia and ypogegrammeni Greek Extended"), + ('ᾆ', "greek small letter alpha with psili and perispomeni and ypogegrammeni Greek Extended"), + ('ᾇ', "greek small letter alpha with dasia and perispomeni and ypogegrammeni Greek Extended"), + ('ᾈ', "greek capital letter alpha with psili and prosgegrammeni Greek Extended"), + ('ᾉ', "greek capital letter alpha with dasia and prosgegrammeni Greek Extended"), + ('ᾊ', "greek capital letter alpha with psili and varia and prosgegrammeni Greek Extended"), + ('ᾋ', "greek capital letter alpha with dasia and varia and prosgegrammeni Greek Extended"), + ('ᾌ', "greek capital letter alpha with psili and oxia and prosgegrammeni Greek Extended"), + ('ᾍ', "greek capital letter alpha with dasia and oxia and prosgegrammeni Greek Extended"), + ('ᾎ', "greek capital letter alpha with psili and perispomeni and prosgegrammeni Greek Extended"), + ('ᾏ', "greek capital letter alpha with dasia and perispomeni and prosgegrammeni Greek Extended"), + ('ᾐ', "greek small letter eta with psili and ypogegrammeni Greek Extended"), + ('ᾑ', "greek small letter eta with dasia and ypogegrammeni Greek Extended"), + ('ᾒ', "greek small letter eta with psili and varia and ypogegrammeni Greek Extended"), + ('ᾓ', "greek small letter eta with dasia and varia and ypogegrammeni Greek Extended"), + ('ᾔ', "greek small letter eta with psili and oxia and ypogegrammeni Greek Extended"), + ('ᾕ', "greek small letter eta with dasia and oxia and ypogegrammeni Greek Extended"), + ('ᾖ', "greek small letter eta with psili and perispomeni and ypogegrammeni Greek Extended"), + ('ᾗ', "greek small letter eta with dasia and perispomeni and ypogegrammeni Greek Extended"), + ('ᾘ', "greek capital letter eta with psili and prosgegrammeni Greek Extended"), + ('ᾙ', "greek capital letter eta with dasia and prosgegrammeni Greek Extended"), + ('ᾚ', "greek capital letter eta with psili and varia and prosgegrammeni Greek Extended"), + ('ᾛ', "greek capital letter eta with dasia and varia and prosgegrammeni Greek Extended"), + ('ᾜ', "greek capital letter eta with psili and oxia and prosgegrammeni Greek Extended"), + ('ᾝ', "greek capital letter eta with dasia and oxia and prosgegrammeni Greek Extended"), + ('ᾞ', "greek capital letter eta with psili and perispomeni and prosgegrammeni Greek Extended"), + ('ᾟ', "greek capital letter eta with dasia and perispomeni and prosgegrammeni Greek Extended"), + ('ᾠ', "greek small letter omega with psili and ypogegrammeni Greek Extended"), + ('ᾡ', "greek small letter omega with dasia and ypogegrammeni Greek Extended"), + ('ᾢ', "greek small letter omega with psili and varia and ypogegrammeni Greek Extended"), + ('ᾣ', "greek small letter omega with dasia and varia and ypogegrammeni Greek Extended"), + ('ᾤ', "greek small letter omega with psili and oxia and ypogegrammeni Greek Extended"), + ('ᾥ', "greek small letter omega with dasia and oxia and ypogegrammeni Greek Extended"), + ('ᾦ', "greek small letter omega with psili and perispomeni and ypogegrammeni Greek Extended"), + ('ᾧ', "greek small letter omega with dasia and perispomeni and ypogegrammeni Greek Extended"), + ('ᾨ', "greek capital letter omega with psili and prosgegrammeni Greek Extended"), + ('ᾩ', "greek capital letter omega with dasia and prosgegrammeni Greek Extended"), + ('ᾪ', "greek capital letter omega with psili and varia and prosgegrammeni Greek Extended"), + ('ᾫ', "greek capital letter omega with dasia and varia and prosgegrammeni Greek Extended"), + ('ᾬ', "greek capital letter omega with psili and oxia and prosgegrammeni Greek Extended"), + ('ᾭ', "greek capital letter omega with dasia and oxia and prosgegrammeni Greek Extended"), + ('ᾮ', "greek capital letter omega with psili and perispomeni and prosgegrammeni Greek Extended"), + ('ᾯ', "greek capital letter omega with dasia and perispomeni and prosgegrammeni Greek Extended"), + ('ᾰ', "greek small letter alpha with vrachy Greek Extended"), + ('ᾱ', "greek small letter alpha with macron Greek Extended"), + ('ᾲ', "greek small letter alpha with varia and ypogegrammeni Greek Extended"), + ('ᾳ', "greek small letter alpha with ypogegrammeni Greek Extended"), + ('ᾴ', "greek small letter alpha with oxia and ypogegrammeni Greek Extended"), + ('ᾶ', "greek small letter alpha with perispomeni Greek Extended"), + ('ᾷ', "greek small letter alpha with perispomeni and ypogegrammeni Greek Extended"), + ('Ᾰ', "greek capital letter alpha with vrachy Greek Extended"), + ('Ᾱ', "greek capital letter alpha with macron Greek Extended"), + ('Ὰ', "greek capital letter alpha with varia Greek Extended"), + ('Ά', "greek capital letter alpha with oxia Greek Extended"), + ('ᾼ', "greek capital letter alpha with prosgegrammeni Greek Extended"), + ('᾽', "greek koronis Greek Extended"), + ('ι', "greek prosgegrammeni Greek Extended"), + ('᾿', "greek psili Greek Extended"), + ('῀', "greek perispomeni Greek Extended"), + ('῁', "greek dialytika and perispomeni Greek Extended"), + ('ῂ', "greek small letter eta with varia and ypogegrammeni Greek Extended"), + ('ῃ', "greek small letter eta with ypogegrammeni Greek Extended"), + ('ῄ', "greek small letter eta with oxia and ypogegrammeni Greek Extended"), + ('ῆ', "greek small letter eta with perispomeni Greek Extended"), + ('ῇ', "greek small letter eta with perispomeni and ypogegrammeni Greek Extended"), + ('Ὲ', "greek capital letter epsilon with varia Greek Extended"), + ('Έ', "greek capital letter epsilon with oxia Greek Extended"), + ('Ὴ', "greek capital letter eta with varia Greek Extended"), + ('Ή', "greek capital letter eta with oxia Greek Extended"), + ('ῌ', "greek capital letter eta with prosgegrammeni Greek Extended"), + ('῍', "greek psili and varia Greek Extended"), + ('῎', "greek psili and oxia Greek Extended"), + ('῏', "greek psili and perispomeni Greek Extended"), + ('ῐ', "greek small letter iota with vrachy Greek Extended"), + ('ῑ', "greek small letter iota with macron Greek Extended"), + ('ῒ', "greek small letter iota with dialytika and varia Greek Extended"), + ('ΐ', "greek small letter iota with dialytika and oxia Greek Extended"), + ('ῖ', "greek small letter iota with perispomeni Greek Extended"), + ('ῗ', "greek small letter iota with dialytika and perispomeni Greek Extended"), + ('Ῐ', "greek capital letter iota with vrachy Greek Extended"), + ('Ῑ', "greek capital letter iota with macron Greek Extended"), + ('Ὶ', "greek capital letter iota with varia Greek Extended"), + ('Ί', "greek capital letter iota with oxia Greek Extended"), + ('῝', "greek dasia and varia Greek Extended"), + ('῞', "greek dasia and oxia Greek Extended"), + ('῟', "greek dasia and perispomeni Greek Extended"), + ('ῠ', "greek small letter upsilon with vrachy Greek Extended"), + ('ῡ', "greek small letter upsilon with macron Greek Extended"), + ('ῢ', "greek small letter upsilon with dialytika and varia Greek Extended"), + ('ΰ', "greek small letter upsilon with dialytika and oxia Greek Extended"), + ('ῤ', "greek small letter rho with psili Greek Extended"), + ('ῥ', "greek small letter rho with dasia Greek Extended"), + ('ῦ', "greek small letter upsilon with perispomeni Greek Extended"), + ('ῧ', "greek small letter upsilon with dialytika and perispomeni Greek Extended"), + ('Ῠ', "greek capital letter upsilon with vrachy Greek Extended"), + ('Ῡ', "greek capital letter upsilon with macron Greek Extended"), + ('Ὺ', "greek capital letter upsilon with varia Greek Extended"), + ('Ύ', "greek capital letter upsilon with oxia Greek Extended"), + ('Ῥ', "greek capital letter rho with dasia Greek Extended"), + ('῭', "greek dialytika and varia Greek Extended"), + ('΅', "greek dialytika and oxia Greek Extended"), + ('`', "greek varia Greek Extended"), + ('ῲ', "greek small letter omega with varia and ypogegrammeni Greek Extended"), + ('ῳ', "greek small letter omega with ypogegrammeni Greek Extended"), + ('ῴ', "greek small letter omega with oxia and ypogegrammeni Greek Extended"), + ('ῶ', "greek small letter omega with perispomeni Greek Extended"), + ('ῷ', "greek small letter omega with perispomeni and ypogegrammeni Greek Extended"), + ('Ὸ', "greek capital letter omicron with varia Greek Extended"), + ('Ό', "greek capital letter omicron with oxia Greek Extended"), + ('Ὼ', "greek capital letter omega with varia Greek Extended"), + ('Ώ', "greek capital letter omega with oxia Greek Extended"), + ('ῼ', "greek capital letter omega with prosgegrammeni Greek Extended"), + ('´', "greek oxia Greek Extended"), + ('῾', "greek dasia Greek Extended"), + (' ', "en quad General Punctuation"), + (' ', "em quad General Punctuation"), + (' ', "en space General Punctuation"), + (' ', "em space General Punctuation"), + (' ', "three-per-em space General Punctuation"), + (' ', "four-per-em space General Punctuation"), + (' ', "six-per-em space General Punctuation"), + (' ', "figure space General Punctuation"), + (' ', "punctuation space General Punctuation"), + (' ', "thin space General Punctuation"), + (' ', "hair space General Punctuation"), + ('​', "zero width space General Punctuation"), + ('‌', "zero width non-joiner General Punctuation"), + ('‍', "zero width joiner General Punctuation"), + ('‎', "left-to-right mark General Punctuation"), + ('‏', "right-to-left mark General Punctuation"), + ('‐', "hyphen General Punctuation"), + ('‑', "non-breaking hyphen General Punctuation"), + ('‒', "figure dash General Punctuation"), + ('–', "en dash General Punctuation"), + ('—', "em dash General Punctuation"), + ('―', "horizontal bar General Punctuation"), + ('‖', "double vertical line General Punctuation"), + ('‗', "double low line General Punctuation"), + ('‘', "left single quotation mark General Punctuation"), + ('’', "right single quotation mark General Punctuation"), + ('‚', "single low-9 quotation mark General Punctuation"), + ('‛', "single high-reversed-9 quotation mark General Punctuation"), + ('“', "left double quotation mark General Punctuation"), + ('”', "right double quotation mark General Punctuation"), + ('„', "double low-9 quotation mark General Punctuation"), + ('‟', "double high-reversed-9 quotation mark General Punctuation"), + ('†', "dagger General Punctuation"), + ('‡', "double dagger General Punctuation"), + ('•', "bullet General Punctuation"), + ('‣', "triangular bullet General Punctuation"), + ('․', "one dot leader General Punctuation"), + ('‥', "two dot leader General Punctuation"), + ('…', "horizontal ellipsis General Punctuation"), + ('‧', "hyphenation point General Punctuation"), + ('
', "line separator General Punctuation"), + ('
', "paragraph separator General Punctuation"), + (' ', "narrow no-break space General Punctuation"), + ('‰', "per mille sign General Punctuation"), + ('‱', "per ten thousand sign General Punctuation"), + ('′', "prime General Punctuation"), + ('″', "double prime General Punctuation"), + ('‴', "triple prime General Punctuation"), + ('‵', "reversed prime General Punctuation"), + ('‶', "reversed double prime General Punctuation"), + ('‷', "reversed triple prime General Punctuation"), + ('‸', "caret General Punctuation"), + ('‹', "single left-pointing angle quotation mark General Punctuation"), + ('›', "single right-pointing angle quotation mark General Punctuation"), + ('※', "reference mark General Punctuation"), + ('‼', "double exclamation mark General Punctuation"), + ('‽', "interrobang General Punctuation"), + ('‾', "overline General Punctuation"), + ('‿', "undertie General Punctuation"), + ('⁀', "character tie General Punctuation"), + ('⁁', "caret insertion point General Punctuation"), + ('⁂', "asterism General Punctuation"), + ('⁃', "hyphen bullet General Punctuation"), + ('⁄', "fraction slash General Punctuation"), + ('⁅', "left square bracket with quill General Punctuation"), + ('⁆', "right square bracket with quill General Punctuation"), + ('⁇', "double question mark General Punctuation"), + ('⁈', "question exclamation mark General Punctuation"), + ('⁉', "exclamation question mark General Punctuation"), + ('⁊', "tironian sign et General Punctuation"), + ('⁋', "reversed pilcrow sign General Punctuation"), + ('⁌', "black leftwards bullet General Punctuation"), + ('⁍', "black rightwards bullet General Punctuation"), + ('⁎', "low asterisk General Punctuation"), + ('⁏', "reversed semicolon General Punctuation"), + ('⁐', "close up General Punctuation"), + ('⁑', "two asterisks aligned vertically General Punctuation"), + ('⁒', "commercial minus sign General Punctuation"), + ('⁓', "swung dash General Punctuation"), + ('⁔', "inverted undertie General Punctuation"), + ('⁕', "flower punctuation mark General Punctuation"), + ('⁖', "three dot punctuation General Punctuation"), + ('⁗', "quadruple prime General Punctuation"), + ('⁘', "four dot punctuation General Punctuation"), + ('⁙', "five dot punctuation General Punctuation"), + ('⁚', "two dot punctuation General Punctuation"), + ('⁛', "four dot mark General Punctuation"), + ('⁜', "dotted cross General Punctuation"), + ('⁝', "tricolon General Punctuation"), + ('⁞', "vertical four dots General Punctuation"), + (' ', "medium mathematical space General Punctuation"), + ('⁠', "word joiner General Punctuation"), + ('⁡', "function application General Punctuation"), + ('⁢', "invisible times General Punctuation"), + ('⁣', "invisible separator General Punctuation"), + ('⁤', "invisible plus General Punctuation"), + ('', "inhibit symmetric swapping General Punctuation"), + ('', "activate symmetric swapping General Punctuation"), + ('', "inhibit arabic form shaping General Punctuation"), + ('', "activate arabic form shaping General Punctuation"), + ('', "national digit shapes General Punctuation"), + ('⁰', "superscript zero Superscripts and Subscripts"), + ('ⁱ', "superscript latin small letter i Superscripts and Subscripts"), + ('⁴', "superscript four Superscripts and Subscripts"), + ('⁵', "superscript five Superscripts and Subscripts"), + ('⁶', "superscript six Superscripts and Subscripts"), + ('⁷', "superscript seven Superscripts and Subscripts"), + ('⁸', "superscript eight Superscripts and Subscripts"), + ('⁹', "superscript nine Superscripts and Subscripts"), + ('⁺', "superscript plus sign Superscripts and Subscripts"), + ('⁻', "superscript minus Superscripts and Subscripts"), + ('⁼', "superscript equals sign Superscripts and Subscripts"), + ('⁽', "superscript left parenthesis Superscripts and Subscripts"), + ('⁾', "superscript right parenthesis Superscripts and Subscripts"), + ('ⁿ', "superscript latin small letter n Superscripts and Subscripts"), + ('₀', "subscript zero Superscripts and Subscripts"), + ('₁', "subscript one Superscripts and Subscripts"), + ('₂', "subscript two Superscripts and Subscripts"), + ('₃', "subscript three Superscripts and Subscripts"), + ('₄', "subscript four Superscripts and Subscripts"), + ('₅', "subscript five Superscripts and Subscripts"), + ('₆', "subscript six Superscripts and Subscripts"), + ('₇', "subscript seven Superscripts and Subscripts"), + ('₈', "subscript eight Superscripts and Subscripts"), + ('₉', "subscript nine Superscripts and Subscripts"), + ('₊', "subscript plus sign Superscripts and Subscripts"), + ('₋', "subscript minus Superscripts and Subscripts"), + ('₌', "subscript equals sign Superscripts and Subscripts"), + ('₍', "subscript left parenthesis Superscripts and Subscripts"), + ('₎', "subscript right parenthesis Superscripts and Subscripts"), + ('ₐ', "latin subscript small letter a Superscripts and Subscripts"), + ('ₑ', "latin subscript small letter e Superscripts and Subscripts"), + ('ₒ', "latin subscript small letter o Superscripts and Subscripts"), + ('ₓ', "latin subscript small letter x Superscripts and Subscripts"), + ('ₔ', "latin subscript small letter schwa Superscripts and Subscripts"), + ('ₕ', "latin subscript small letter h Superscripts and Subscripts"), + ('ₖ', "latin subscript small letter k Superscripts and Subscripts"), + ('ₗ', "latin subscript small letter l Superscripts and Subscripts"), + ('ₘ', "latin subscript small letter m Superscripts and Subscripts"), + ('ₙ', "latin subscript small letter n Superscripts and Subscripts"), + ('ₚ', "latin subscript small letter p Superscripts and Subscripts"), + ('ₛ', "latin subscript small letter s Superscripts and Subscripts"), + ('ₜ', "latin subscript small letter t Superscripts and Subscripts"), + ('₠', "euro-currency sign Currency Symbols"), + ('₡', "colon sign Currency Symbols"), + ('₢', "cruzeiro sign Currency Symbols"), + ('₣', "french franc sign Currency Symbols"), + ('₤', "lira sign Currency Symbols"), + ('₥', "mill sign Currency Symbols"), + ('₦', "naira sign Currency Symbols"), + ('₧', "peseta sign Currency Symbols"), + ('₨', "rupee sign Currency Symbols"), + ('₩', "won sign Currency Symbols"), + ('₪', "new sheqel sign Currency Symbols"), + ('₫', "dong sign Currency Symbols"), + ('€', "euro sign Currency Symbols"), + ('₭', "kip sign Currency Symbols"), + ('₮', "tugrik sign Currency Symbols"), + ('₯', "drachma sign Currency Symbols"), + ('₰', "german penny sign Currency Symbols"), + ('₱', "peso sign Currency Symbols"), + ('₲', "guarani sign Currency Symbols"), + ('₳', "austral sign Currency Symbols"), + ('₴', "hryvnia sign Currency Symbols"), + ('₵', "cedi sign Currency Symbols"), + ('₶', "livre tournois sign Currency Symbols"), + ('₷', "spesmilo sign Currency Symbols"), + ('₸', "tenge sign Currency Symbols"), + ('₹', "indian rupee sign Currency Symbols"), + ('₺', "turkish lira sign Currency Symbols"), + ('₻', "nordic mark sign Currency Symbols"), + ('₼', "manat sign Currency Symbols"), + ('₽', "ruble sign Currency Symbols"), + ('₾', "lari sign Currency Symbols"), + ('⃐', "combining left harpoon above Combining Diacritical Marks for Symbols"), + ('⃑', "combining right harpoon above Combining Diacritical Marks for Symbols"), + ('⃒', "combining long vertical line overlay Combining Diacritical Marks for Symbols"), + ('⃓', "combining short vertical line overlay Combining Diacritical Marks for Symbols"), + ('⃔', "combining anticlockwise arrow above Combining Diacritical Marks for Symbols"), + ('⃕', "combining clockwise arrow above Combining Diacritical Marks for Symbols"), + ('⃖', "combining left arrow above Combining Diacritical Marks for Symbols"), + ('⃗', "combining right arrow above Combining Diacritical Marks for Symbols"), + ('⃘', "combining ring overlay Combining Diacritical Marks for Symbols"), + ('⃙', "combining clockwise ring overlay Combining Diacritical Marks for Symbols"), + ('⃚', "combining anticlockwise ring overlay Combining Diacritical Marks for Symbols"), + ('⃛', "combining three dots above Combining Diacritical Marks for Symbols"), + ('⃜', "combining four dots above Combining Diacritical Marks for Symbols"), + ('⃝', "combining enclosing circle Combining Diacritical Marks for Symbols"), + ('⃞', "combining enclosing square Combining Diacritical Marks for Symbols"), + ('⃟', "combining enclosing diamond Combining Diacritical Marks for Symbols"), + ('⃠', "combining enclosing circle backslash Combining Diacritical Marks for Symbols"), + ('⃡', "combining left right arrow above Combining Diacritical Marks for Symbols"), + ('⃢', "combining enclosing screen Combining Diacritical Marks for Symbols"), + ('⃣', "combining enclosing keycap Combining Diacritical Marks for Symbols"), + ('⃤', "combining enclosing upward pointing triangle Combining Diacritical Marks for Symbols"), + ('⃥', "combining reverse solidus overlay Combining Diacritical Marks for Symbols"), + ('⃦', "combining double vertical stroke overlay Combining Diacritical Marks for Symbols"), + ('⃧', "combining annuity symbol Combining Diacritical Marks for Symbols"), + ('⃨', "combining triple underdot Combining Diacritical Marks for Symbols"), + ('⃩', "combining wide bridge above Combining Diacritical Marks for Symbols"), + ('⃪', "combining leftwards arrow overlay Combining Diacritical Marks for Symbols"), + ('⃫', "combining long double solidus overlay Combining Diacritical Marks for Symbols"), + ('⃬', "combining rightwards harpoon with barb downwards Combining Diacritical Marks for Symbols"), + ('⃭', "combining leftwards harpoon with barb downwards Combining Diacritical Marks for Symbols"), + ('⃮', "combining left arrow below Combining Diacritical Marks for Symbols"), + ('⃯', "combining right arrow below Combining Diacritical Marks for Symbols"), + ('⃰', "combining asterisk above Combining Diacritical Marks for Symbols"), + ('℀', "account of Letterlike Symbols"), + ('℁', "addressed to the subject Letterlike Symbols"), + ('ℂ', "double-struck capital c Letterlike Symbols"), + ('℃', "degree celsius Letterlike Symbols"), + ('℄', "centre line symbol Letterlike Symbols"), + ('℅', "care of Letterlike Symbols"), + ('℆', "cada una Letterlike Symbols"), + ('ℇ', "euler constant Letterlike Symbols"), + ('℈', "scruple Letterlike Symbols"), + ('℉', "degree fahrenheit Letterlike Symbols"), + ('ℊ', "script small g Letterlike Symbols"), + ('ℋ', "script capital h Letterlike Symbols"), + ('ℌ', "black-letter capital h Letterlike Symbols"), + ('ℍ', "double-struck capital h Letterlike Symbols"), + ('ℎ', "planck constant Letterlike Symbols"), + ('ℏ', "planck constant over two pi Letterlike Symbols"), + ('ℐ', "script capital i Letterlike Symbols"), + ('ℑ', "black-letter capital i Letterlike Symbols"), + ('ℒ', "script capital l Letterlike Symbols"), + ('ℓ', "script small l Letterlike Symbols"), + ('℔', "l b bar symbol Letterlike Symbols"), + ('ℕ', "double-struck capital n Letterlike Symbols"), + ('№', "numero sign Letterlike Symbols"), + ('℗', "sound recording copyright Letterlike Symbols"), + ('℘', "script capital p Letterlike Symbols"), + ('ℙ', "double-struck capital p Letterlike Symbols"), + ('ℚ', "double-struck capital q Letterlike Symbols"), + ('ℛ', "script capital r Letterlike Symbols"), + ('ℜ', "black-letter capital r Letterlike Symbols"), + ('ℝ', "double-struck capital r Letterlike Symbols"), + ('℞', "prescription take Letterlike Symbols"), + ('℟', "response Letterlike Symbols"), + ('℠', "service mark Letterlike Symbols"), + ('℡', "telephone sign Letterlike Symbols"), + ('™', "trade mark sign Letterlike Symbols"), + ('℣', "versicle Letterlike Symbols"), + ('ℤ', "double-struck capital z Letterlike Symbols"), + ('℥', "ounce sign Letterlike Symbols"), + ('Ω', "ohm sign Letterlike Symbols"), + ('℧', "inverted ohm sign Letterlike Symbols"), + ('ℨ', "black-letter capital z Letterlike Symbols"), + ('℩', "turned greek small letter iota Letterlike Symbols"), + ('K', "kelvin sign Letterlike Symbols"), + ('Å', "angstrom sign Letterlike Symbols"), + ('ℬ', "script capital b Letterlike Symbols"), + ('ℭ', "black-letter capital c Letterlike Symbols"), + ('℮', "estimated symbol Letterlike Symbols"), + ('ℯ', "script small e Letterlike Symbols"), + ('ℰ', "script capital e Letterlike Symbols"), + ('ℱ', "script capital f Letterlike Symbols"), + ('Ⅎ', "turned capital f Letterlike Symbols"), + ('ℳ', "script capital m Letterlike Symbols"), + ('ℴ', "script small o Letterlike Symbols"), + ('ℵ', "alef symbol Letterlike Symbols"), + ('ℶ', "bet symbol Letterlike Symbols"), + ('ℷ', "gimel symbol Letterlike Symbols"), + ('ℸ', "dalet symbol Letterlike Symbols"), + ('ℹ', "information source Letterlike Symbols"), + ('℺', "rotated capital q Letterlike Symbols"), + ('℻', "facsimile sign Letterlike Symbols"), + ('ℼ', "double-struck small pi Letterlike Symbols"), + ('ℽ', "double-struck small gamma Letterlike Symbols"), + ('ℾ', "double-struck capital gamma Letterlike Symbols"), + ('ℿ', "double-struck capital pi Letterlike Symbols"), + ('⅀', "double-struck n-ary summation Letterlike Symbols"), + ('⅁', "turned sans-serif capital g Letterlike Symbols"), + ('⅂', "turned sans-serif capital l Letterlike Symbols"), + ('⅃', "reversed sans-serif capital l Letterlike Symbols"), + ('⅄', "turned sans-serif capital y Letterlike Symbols"), + ('ⅅ', "double-struck italic capital d Letterlike Symbols"), + ('ⅆ', "double-struck italic small d Letterlike Symbols"), + ('ⅇ', "double-struck italic small e Letterlike Symbols"), + ('ⅈ', "double-struck italic small i Letterlike Symbols"), + ('ⅉ', "double-struck italic small j Letterlike Symbols"), + ('⅊', "property line Letterlike Symbols"), + ('⅋', "turned ampersand Letterlike Symbols"), + ('⅌', "per sign Letterlike Symbols"), + ('⅍', "aktieselskab Letterlike Symbols"), + ('ⅎ', "turned small f Letterlike Symbols"), + ('⅐', "vulgar fraction one seventh Number Forms"), + ('⅑', "vulgar fraction one ninth Number Forms"), + ('⅒', "vulgar fraction one tenth Number Forms"), + ('⅓', "vulgar fraction one third Number Forms"), + ('⅔', "vulgar fraction two thirds Number Forms"), + ('⅕', "vulgar fraction one fifth Number Forms"), + ('⅖', "vulgar fraction two fifths Number Forms"), + ('⅗', "vulgar fraction three fifths Number Forms"), + ('⅘', "vulgar fraction four fifths Number Forms"), + ('⅙', "vulgar fraction one sixth Number Forms"), + ('⅚', "vulgar fraction five sixths Number Forms"), + ('⅛', "vulgar fraction one eighth Number Forms"), + ('⅜', "vulgar fraction three eighths Number Forms"), + ('⅝', "vulgar fraction five eighths Number Forms"), + ('⅞', "vulgar fraction seven eighths Number Forms"), + ('⅟', "fraction numerator one Number Forms"), + ('Ⅰ', "roman numeral one Number Forms"), + ('Ⅱ', "roman numeral two Number Forms"), + ('Ⅲ', "roman numeral three Number Forms"), + ('Ⅳ', "roman numeral four Number Forms"), + ('Ⅴ', "roman numeral five Number Forms"), + ('Ⅵ', "roman numeral six Number Forms"), + ('Ⅶ', "roman numeral seven Number Forms"), + ('Ⅷ', "roman numeral eight Number Forms"), + ('Ⅸ', "roman numeral nine Number Forms"), + ('Ⅹ', "roman numeral ten Number Forms"), + ('Ⅺ', "roman numeral eleven Number Forms"), + ('Ⅻ', "roman numeral twelve Number Forms"), + ('Ⅼ', "roman numeral fifty Number Forms"), + ('Ⅽ', "roman numeral one hundred Number Forms"), + ('Ⅾ', "roman numeral five hundred Number Forms"), + ('Ⅿ', "roman numeral one thousand Number Forms"), + ('ⅰ', "small roman numeral one Number Forms"), + ('ⅱ', "small roman numeral two Number Forms"), + ('ⅲ', "small roman numeral three Number Forms"), + ('ⅳ', "small roman numeral four Number Forms"), + ('ⅴ', "small roman numeral five Number Forms"), + ('ⅵ', "small roman numeral six Number Forms"), + ('ⅶ', "small roman numeral seven Number Forms"), + ('ⅷ', "small roman numeral eight Number Forms"), + ('ⅸ', "small roman numeral nine Number Forms"), + ('ⅹ', "small roman numeral ten Number Forms"), + ('ⅺ', "small roman numeral eleven Number Forms"), + ('ⅻ', "small roman numeral twelve Number Forms"), + ('ⅼ', "small roman numeral fifty Number Forms"), + ('ⅽ', "small roman numeral one hundred Number Forms"), + ('ⅾ', "small roman numeral five hundred Number Forms"), + ('ⅿ', "small roman numeral one thousand Number Forms"), + ('ↀ', "roman numeral one thousand c d Number Forms"), + ('ↁ', "roman numeral five thousand Number Forms"), + ('ↂ', "roman numeral ten thousand Number Forms"), + ('Ↄ', "roman numeral reversed one hundred Number Forms"), + ('ↄ', "latin small letter reversed c Number Forms"), + ('ↅ', "roman numeral six late form Number Forms"), + ('ↆ', "roman numeral fifty early form Number Forms"), + ('ↇ', "roman numeral fifty thousand Number Forms"), + ('ↈ', "roman numeral one hundred thousand Number Forms"), + ('↉', "vulgar fraction zero thirds Number Forms"), + ('↊', "turned digit two Number Forms"), + ('↋', "turned digit three Number Forms"), + ('←', "leftwards arrow Arrows"), + ('↑', "upwards arrow Arrows"), + ('→', "rightwards arrow Arrows"), + ('↓', "downwards arrow Arrows"), + ('↔', "left right arrow Arrows"), + ('↕', "up down arrow Arrows"), + ('↖', "north west arrow Arrows"), + ('↗', "north east arrow Arrows"), + ('↘', "south east arrow Arrows"), + ('↙', "south west arrow Arrows"), + ('↚', "leftwards arrow with stroke Arrows"), + ('↛', "rightwards arrow with stroke Arrows"), + ('↜', "leftwards wave arrow Arrows"), + ('↝', "rightwards wave arrow Arrows"), + ('↞', "leftwards two headed arrow Arrows"), + ('↟', "upwards two headed arrow Arrows"), + ('↠', "rightwards two headed arrow Arrows"), + ('↡', "downwards two headed arrow Arrows"), + ('↢', "leftwards arrow with tail Arrows"), + ('↣', "rightwards arrow with tail Arrows"), + ('↤', "leftwards arrow from bar Arrows"), + ('↥', "upwards arrow from bar Arrows"), + ('↦', "rightwards arrow from bar Arrows"), + ('↧', "downwards arrow from bar Arrows"), + ('↨', "up down arrow with base Arrows"), + ('↩', "leftwards arrow with hook Arrows"), + ('↪', "rightwards arrow with hook Arrows"), + ('↫', "leftwards arrow with loop Arrows"), + ('↬', "rightwards arrow with loop Arrows"), + ('↭', "left right wave arrow Arrows"), + ('↮', "left right arrow with stroke Arrows"), + ('↯', "downwards zigzag arrow Arrows"), + ('↰', "upwards arrow with tip leftwards Arrows"), + ('↱', "upwards arrow with tip rightwards Arrows"), + ('↲', "downwards arrow with tip leftwards Arrows"), + ('↳', "downwards arrow with tip rightwards Arrows"), + ('↴', "rightwards arrow with corner downwards Arrows"), + ('↵', "downwards arrow with corner leftwards Arrows"), + ('↶', "anticlockwise top semicircle arrow Arrows"), + ('↷', "clockwise top semicircle arrow Arrows"), + ('↸', "north west arrow to long bar Arrows"), + ('↹', "leftwards arrow to bar over rightwards arrow to bar Arrows"), + ('↺', "anticlockwise open circle arrow Arrows"), + ('↻', "clockwise open circle arrow Arrows"), + ('↼', "leftwards harpoon with barb upwards Arrows"), + ('↽', "leftwards harpoon with barb downwards Arrows"), + ('↾', "upwards harpoon with barb rightwards Arrows"), + ('↿', "upwards harpoon with barb leftwards Arrows"), + ('⇀', "rightwards harpoon with barb upwards Arrows"), + ('⇁', "rightwards harpoon with barb downwards Arrows"), + ('⇂', "downwards harpoon with barb rightwards Arrows"), + ('⇃', "downwards harpoon with barb leftwards Arrows"), + ('⇄', "rightwards arrow over leftwards arrow Arrows"), + ('⇅', "upwards arrow leftwards of downwards arrow Arrows"), + ('⇆', "leftwards arrow over rightwards arrow Arrows"), + ('⇇', "leftwards paired arrows Arrows"), + ('⇈', "upwards paired arrows Arrows"), + ('⇉', "rightwards paired arrows Arrows"), + ('⇊', "downwards paired arrows Arrows"), + ('⇋', "leftwards harpoon over rightwards harpoon Arrows"), + ('⇌', "rightwards harpoon over leftwards harpoon Arrows"), + ('⇍', "leftwards double arrow with stroke Arrows"), + ('⇎', "left right double arrow with stroke Arrows"), + ('⇏', "rightwards double arrow with stroke Arrows"), + ('⇐', "leftwards double arrow Arrows"), + ('⇑', "upwards double arrow Arrows"), + ('⇒', "rightwards double arrow Arrows"), + ('⇓', "downwards double arrow Arrows"), + ('⇔', "left right double arrow Arrows"), + ('⇕', "up down double arrow Arrows"), + ('⇖', "north west double arrow Arrows"), + ('⇗', "north east double arrow Arrows"), + ('⇘', "south east double arrow Arrows"), + ('⇙', "south west double arrow Arrows"), + ('⇚', "leftwards triple arrow Arrows"), + ('⇛', "rightwards triple arrow Arrows"), + ('⇜', "leftwards squiggle arrow Arrows"), + ('⇝', "rightwards squiggle arrow Arrows"), + ('⇞', "upwards arrow with double stroke Arrows"), + ('⇟', "downwards arrow with double stroke Arrows"), + ('⇠', "leftwards dashed arrow Arrows"), + ('⇡', "upwards dashed arrow Arrows"), + ('⇢', "rightwards dashed arrow Arrows"), + ('⇣', "downwards dashed arrow Arrows"), + ('⇤', "leftwards arrow to bar Arrows"), + ('⇥', "rightwards arrow to bar Arrows"), + ('⇦', "leftwards white arrow Arrows"), + ('⇧', "upwards white arrow Arrows"), + ('⇨', "rightwards white arrow Arrows"), + ('⇩', "downwards white arrow Arrows"), + ('⇪', "upwards white arrow from bar Arrows"), + ('⇫', "upwards white arrow on pedestal Arrows"), + ('⇬', "upwards white arrow on pedestal with horizontal bar Arrows"), + ('⇭', "upwards white arrow on pedestal with vertical bar Arrows"), + ('⇮', "upwards white double arrow Arrows"), + ('⇯', "upwards white double arrow on pedestal Arrows"), + ('⇰', "rightwards white arrow from wall Arrows"), + ('⇱', "north west arrow to corner Arrows"), + ('⇲', "south east arrow to corner Arrows"), + ('⇳', "up down white arrow Arrows"), + ('⇴', "right arrow with small circle Arrows"), + ('⇵', "downwards arrow leftwards of upwards arrow Arrows"), + ('⇶', "three rightwards arrows Arrows"), + ('⇷', "leftwards arrow with vertical stroke Arrows"), + ('⇸', "rightwards arrow with vertical stroke Arrows"), + ('⇹', "left right arrow with vertical stroke Arrows"), + ('⇺', "leftwards arrow with double vertical stroke Arrows"), + ('⇻', "rightwards arrow with double vertical stroke Arrows"), + ('⇼', "left right arrow with double vertical stroke Arrows"), + ('⇽', "leftwards open-headed arrow Arrows"), + ('⇾', "rightwards open-headed arrow Arrows"), + ('∀', "for all Mathematical Operators"), + ('∁', "complement Mathematical Operators"), + ('∂', "partial differential Mathematical Operators"), + ('∃', "there exists Mathematical Operators"), + ('∄', "there does not exist Mathematical Operators"), + ('∅', "empty set Mathematical Operators"), + ('∆', "increment Mathematical Operators"), + ('∇', "nabla Mathematical Operators"), + ('∈', "element of Mathematical Operators"), + ('∉', "not an element of Mathematical Operators"), + ('∊', "small element of Mathematical Operators"), + ('∋', "contains as member Mathematical Operators"), + ('∌', "does not contain as member Mathematical Operators"), + ('∍', "small contains as member Mathematical Operators"), + ('∎', "end of proof Mathematical Operators"), + ('∏', "n-ary product Mathematical Operators"), + ('∐', "n-ary coproduct Mathematical Operators"), + ('∑', "n-ary summation Mathematical Operators"), + ('−', "minus sign Mathematical Operators"), + ('∓', "minus-or-plus sign Mathematical Operators"), + ('∔', "dot plus Mathematical Operators"), + ('∕', "division slash Mathematical Operators"), + ('∖', "set minus Mathematical Operators"), + ('∗', "asterisk operator Mathematical Operators"), + ('∘', "ring operator Mathematical Operators"), + ('∙', "bullet operator Mathematical Operators"), + ('√', "square root Mathematical Operators"), + ('∛', "cube root Mathematical Operators"), + ('∜', "fourth root Mathematical Operators"), + ('∝', "proportional to Mathematical Operators"), + ('∞', "infinity Mathematical Operators"), + ('∟', "right angle Mathematical Operators"), + ('∠', "angle Mathematical Operators"), + ('∡', "measured angle Mathematical Operators"), + ('∢', "spherical angle Mathematical Operators"), + ('∣', "divides Mathematical Operators"), + ('∤', "does not divide Mathematical Operators"), + ('∥', "parallel to Mathematical Operators"), + ('∦', "not parallel to Mathematical Operators"), + ('∧', "logical and Mathematical Operators"), + ('∨', "logical or Mathematical Operators"), + ('∩', "intersection Mathematical Operators"), + ('∪', "union Mathematical Operators"), + ('∫', "integral Mathematical Operators"), + ('∬', "double integral Mathematical Operators"), + ('∭', "triple integral Mathematical Operators"), + ('∮', "contour integral Mathematical Operators"), + ('∯', "surface integral Mathematical Operators"), + ('∰', "volume integral Mathematical Operators"), + ('∱', "clockwise integral Mathematical Operators"), + ('∲', "clockwise contour integral Mathematical Operators"), + ('∳', "anticlockwise contour integral Mathematical Operators"), + ('∴', "therefore Mathematical Operators"), + ('∵', "because Mathematical Operators"), + ('∶', "ratio Mathematical Operators"), + ('∷', "proportion Mathematical Operators"), + ('∸', "dot minus Mathematical Operators"), + ('∹', "excess Mathematical Operators"), + ('∺', "geometric proportion Mathematical Operators"), + ('∻', "homothetic Mathematical Operators"), + ('∼', "tilde operator Mathematical Operators"), + ('∽', "reversed tilde Mathematical Operators"), + ('∾', "inverted lazy s Mathematical Operators"), + ('∿', "sine wave Mathematical Operators"), + ('≀', "wreath product Mathematical Operators"), + ('≁', "not tilde Mathematical Operators"), + ('≂', "minus tilde Mathematical Operators"), + ('≃', "asymptotically equal to Mathematical Operators"), + ('≄', "not asymptotically equal to Mathematical Operators"), + ('≅', "approximately equal to Mathematical Operators"), + ('≆', "approximately but not actually equal to Mathematical Operators"), + ('≇', "neither approximately nor actually equal to Mathematical Operators"), + ('≈', "almost equal to Mathematical Operators"), + ('≉', "not almost equal to Mathematical Operators"), + ('≊', "almost equal or equal to Mathematical Operators"), + ('≋', "triple tilde Mathematical Operators"), + ('≌', "all equal to Mathematical Operators"), + ('≍', "equivalent to Mathematical Operators"), + ('≎', "geometrically equivalent to Mathematical Operators"), + ('≏', "difference between Mathematical Operators"), + ('≐', "approaches the limit Mathematical Operators"), + ('≑', "geometrically equal to Mathematical Operators"), + ('≒', "approximately equal to or the image of Mathematical Operators"), + ('≓', "image of or approximately equal to Mathematical Operators"), + ('≔', "colon equals Mathematical Operators"), + ('≕', "equals colon Mathematical Operators"), + ('≖', "ring in equal to Mathematical Operators"), + ('≗', "ring equal to Mathematical Operators"), + ('≘', "corresponds to Mathematical Operators"), + ('≙', "estimates Mathematical Operators"), + ('≚', "equiangular to Mathematical Operators"), + ('≛', "star equals Mathematical Operators"), + ('≜', "delta equal to Mathematical Operators"), + ('≝', "equal to by definition Mathematical Operators"), + ('≞', "measured by Mathematical Operators"), + ('≟', "questioned equal to Mathematical Operators"), + ('≠', "not equal to Mathematical Operators"), + ('≡', "identical to Mathematical Operators"), + ('≢', "not identical to Mathematical Operators"), + ('≣', "strictly equivalent to Mathematical Operators"), + ('≤', "less-than or equal to Mathematical Operators"), + ('≥', "greater-than or equal to Mathematical Operators"), + ('≦', "less-than over equal to Mathematical Operators"), + ('≧', "greater-than over equal to Mathematical Operators"), + ('≨', "less-than but not equal to Mathematical Operators"), + ('≩', "greater-than but not equal to Mathematical Operators"), + ('≪', "much less-than Mathematical Operators"), + ('≫', "much greater-than Mathematical Operators"), + ('≬', "between Mathematical Operators"), + ('≭', "not equivalent to Mathematical Operators"), + ('≮', "not less-than Mathematical Operators"), + ('≯', "not greater-than Mathematical Operators"), + ('≰', "neither less-than nor equal to Mathematical Operators"), + ('≱', "neither greater-than nor equal to Mathematical Operators"), + ('≲', "less-than or equivalent to Mathematical Operators"), + ('≳', "greater-than or equivalent to Mathematical Operators"), + ('≴', "neither less-than nor equivalent to Mathematical Operators"), + ('≵', "neither greater-than nor equivalent to Mathematical Operators"), + ('≶', "less-than or greater-than Mathematical Operators"), + ('≷', "greater-than or less-than Mathematical Operators"), + ('≸', "neither less-than nor greater-than Mathematical Operators"), + ('≹', "neither greater-than nor less-than Mathematical Operators"), + ('≺', "precedes Mathematical Operators"), + ('≻', "succeeds Mathematical Operators"), + ('≼', "precedes or equal to Mathematical Operators"), + ('≽', "succeeds or equal to Mathematical Operators"), + ('≾', "precedes or equivalent to Mathematical Operators"), + ('≿', "succeeds or equivalent to Mathematical Operators"), + ('⊀', "does not precede Mathematical Operators"), + ('⊁', "does not succeed Mathematical Operators"), + ('⊂', "subset of Mathematical Operators"), + ('⊃', "superset of Mathematical Operators"), + ('⊄', "not a subset of Mathematical Operators"), + ('⊅', "not a superset of Mathematical Operators"), + ('⊆', "subset of or equal to Mathematical Operators"), + ('⊇', "superset of or equal to Mathematical Operators"), + ('⊈', "neither a subset of nor equal to Mathematical Operators"), + ('⊉', "neither a superset of nor equal to Mathematical Operators"), + ('⊊', "subset of with not equal to Mathematical Operators"), + ('⊋', "superset of with not equal to Mathematical Operators"), + ('⊌', "multiset Mathematical Operators"), + ('⊍', "multiset multiplication Mathematical Operators"), + ('⊎', "multiset union Mathematical Operators"), + ('⊏', "square image of Mathematical Operators"), + ('⊐', "square original of Mathematical Operators"), + ('⊑', "square image of or equal to Mathematical Operators"), + ('⊒', "square original of or equal to Mathematical Operators"), + ('⊓', "square cap Mathematical Operators"), + ('⊔', "square cup Mathematical Operators"), + ('⊕', "circled plus Mathematical Operators"), + ('⊖', "circled minus Mathematical Operators"), + ('⊗', "circled times Mathematical Operators"), + ('⊘', "circled division slash Mathematical Operators"), + ('⊙', "circled dot operator Mathematical Operators"), + ('⊚', "circled ring operator Mathematical Operators"), + ('⊛', "circled asterisk operator Mathematical Operators"), + ('⊜', "circled equals Mathematical Operators"), + ('⊝', "circled dash Mathematical Operators"), + ('⊞', "squared plus Mathematical Operators"), + ('⊟', "squared minus Mathematical Operators"), + ('⊠', "squared times Mathematical Operators"), + ('⊡', "squared dot operator Mathematical Operators"), + ('⊢', "right tack Mathematical Operators"), + ('⊣', "left tack Mathematical Operators"), + ('⊤', "down tack Mathematical Operators"), + ('⊥', "up tack Mathematical Operators"), + ('⊦', "assertion Mathematical Operators"), + ('⊧', "models Mathematical Operators"), + ('⊨', "true Mathematical Operators"), + ('⊩', "forces Mathematical Operators"), + ('⊪', "triple vertical bar right turnstile Mathematical Operators"), + ('⊫', "double vertical bar double right turnstile Mathematical Operators"), + ('⊬', "does not prove Mathematical Operators"), + ('⊭', "not true Mathematical Operators"), + ('⊮', "does not force Mathematical Operators"), + ('⊯', "negated double vertical bar double right turnstile Mathematical Operators"), + ('⊰', "precedes under relation Mathematical Operators"), + ('⊱', "succeeds under relation Mathematical Operators"), + ('⊲', "normal subgroup of Mathematical Operators"), + ('⊳', "contains as normal subgroup Mathematical Operators"), + ('⊴', "normal subgroup of or equal to Mathematical Operators"), + ('⊵', "contains as normal subgroup or equal to Mathematical Operators"), + ('⊶', "original of Mathematical Operators"), + ('⊷', "image of Mathematical Operators"), + ('⊸', "multimap Mathematical Operators"), + ('⊹', "hermitian conjugate matrix Mathematical Operators"), + ('⊺', "intercalate Mathematical Operators"), + ('⊻', "xor Mathematical Operators"), + ('⊼', "nand Mathematical Operators"), + ('⊽', "nor Mathematical Operators"), + ('⊾', "right angle with arc Mathematical Operators"), + ('⊿', "right triangle Mathematical Operators"), + ('⋀', "n-ary logical and Mathematical Operators"), + ('⋁', "n-ary logical or Mathematical Operators"), + ('⋂', "n-ary intersection Mathematical Operators"), + ('⋃', "n-ary union Mathematical Operators"), + ('⋄', "diamond operator Mathematical Operators"), + ('⋅', "dot operator Mathematical Operators"), + ('⋆', "star operator Mathematical Operators"), + ('⋇', "division times Mathematical Operators"), + ('⋈', "bowtie Mathematical Operators"), + ('⋉', "left normal factor semidirect product Mathematical Operators"), + ('⋊', "right normal factor semidirect product Mathematical Operators"), + ('⋋', "left semidirect product Mathematical Operators"), + ('⋌', "right semidirect product Mathematical Operators"), + ('⋍', "reversed tilde equals Mathematical Operators"), + ('⋎', "curly logical or Mathematical Operators"), + ('⋏', "curly logical and Mathematical Operators"), + ('⋐', "double subset Mathematical Operators"), + ('⋑', "double superset Mathematical Operators"), + ('⋒', "double intersection Mathematical Operators"), + ('⋓', "double union Mathematical Operators"), + ('⋔', "pitchfork Mathematical Operators"), + ('⋕', "equal and parallel to Mathematical Operators"), + ('⋖', "less-than with dot Mathematical Operators"), + ('⋗', "greater-than with dot Mathematical Operators"), + ('⋘', "very much less-than Mathematical Operators"), + ('⋙', "very much greater-than Mathematical Operators"), + ('⋚', "less-than equal to or greater-than Mathematical Operators"), + ('⋛', "greater-than equal to or less-than Mathematical Operators"), + ('⋜', "equal to or less-than Mathematical Operators"), + ('⋝', "equal to or greater-than Mathematical Operators"), + ('⋞', "equal to or precedes Mathematical Operators"), + ('⋟', "equal to or succeeds Mathematical Operators"), + ('⋠', "does not precede or equal Mathematical Operators"), + ('⋡', "does not succeed or equal Mathematical Operators"), + ('⋢', "not square image of or equal to Mathematical Operators"), + ('⋣', "not square original of or equal to Mathematical Operators"), + ('⋤', "square image of or not equal to Mathematical Operators"), + ('⋥', "square original of or not equal to Mathematical Operators"), + ('⋦', "less-than but not equivalent to Mathematical Operators"), + ('⋧', "greater-than but not equivalent to Mathematical Operators"), + ('⋨', "precedes but not equivalent to Mathematical Operators"), + ('⋩', "succeeds but not equivalent to Mathematical Operators"), + ('⋪', "not normal subgroup of Mathematical Operators"), + ('⋫', "does not contain as normal subgroup Mathematical Operators"), + ('⋬', "not normal subgroup of or equal to Mathematical Operators"), + ('⋭', "does not contain as normal subgroup or equal Mathematical Operators"), + ('⋮', "vertical ellipsis Mathematical Operators"), + ('⋯', "midline horizontal ellipsis Mathematical Operators"), + ('⋰', "up right diagonal ellipsis Mathematical Operators"), + ('⋱', "down right diagonal ellipsis Mathematical Operators"), + ('⋲', "element of with long horizontal stroke Mathematical Operators"), + ('⋳', "element of with vertical bar at end of horizontal stroke Mathematical Operators"), + ('⋴', "small element of with vertical bar at end of horizontal stroke Mathematical Operators"), + ('⋵', "element of with dot above Mathematical Operators"), + ('⋶', "element of with overbar Mathematical Operators"), + ('⋷', "small element of with overbar Mathematical Operators"), + ('⋸', "element of with underbar Mathematical Operators"), + ('⋹', "element of with two horizontal strokes Mathematical Operators"), + ('⋺', "contains with long horizontal stroke Mathematical Operators"), + ('⋻', "contains with vertical bar at end of horizontal stroke Mathematical Operators"), + ('⋼', "small contains with vertical bar at end of horizontal stroke Mathematical Operators"), + ('⋽', "contains with overbar Mathematical Operators"), + ('⋾', "small contains with overbar Mathematical Operators"), + ('⌀', "diameter sign Miscellaneous Technical"), + ('⌁', "electric arrow Miscellaneous Technical"), + ('⌂', "house Miscellaneous Technical"), + ('⌃', "up arrowhead Miscellaneous Technical"), + ('⌄', "down arrowhead Miscellaneous Technical"), + ('⌅', "projective Miscellaneous Technical"), + ('⌆', "perspective Miscellaneous Technical"), + ('⌇', "wavy line Miscellaneous Technical"), + ('⌈', "left ceiling Miscellaneous Technical"), + ('⌉', "right ceiling Miscellaneous Technical"), + ('⌊', "left floor Miscellaneous Technical"), + ('⌋', "right floor Miscellaneous Technical"), + ('⌌', "bottom right crop Miscellaneous Technical"), + ('⌍', "bottom left crop Miscellaneous Technical"), + ('⌎', "top right crop Miscellaneous Technical"), + ('⌏', "top left crop Miscellaneous Technical"), + ('⌐', "reversed not sign Miscellaneous Technical"), + ('⌑', "square lozenge Miscellaneous Technical"), + ('⌒', "arc Miscellaneous Technical"), + ('⌓', "segment Miscellaneous Technical"), + ('⌔', "sector Miscellaneous Technical"), + ('⌕', "telephone recorder Miscellaneous Technical"), + ('⌖', "position indicator Miscellaneous Technical"), + ('⌗', "viewdata square Miscellaneous Technical"), + ('⌘', "place of interest sign Miscellaneous Technical"), + ('⌙', "turned not sign Miscellaneous Technical"), + ('⌚', "watch Miscellaneous Technical"), + ('⌛', "hourglass Miscellaneous Technical"), + ('⌜', "top left corner Miscellaneous Technical"), + ('⌝', "top right corner Miscellaneous Technical"), + ('⌞', "bottom left corner Miscellaneous Technical"), + ('⌟', "bottom right corner Miscellaneous Technical"), + ('⌠', "top half integral Miscellaneous Technical"), + ('⌡', "bottom half integral Miscellaneous Technical"), + ('⌢', "frown Miscellaneous Technical"), + ('⌣', "smile Miscellaneous Technical"), + ('⌤', "up arrowhead between two horizontal bars Miscellaneous Technical"), + ('⌥', "option key Miscellaneous Technical"), + ('⌦', "erase to the right Miscellaneous Technical"), + ('⌧', "x in a rectangle box Miscellaneous Technical"), + ('⌨', "keyboard Miscellaneous Technical"), + ('〈', "left-pointing angle bracket Miscellaneous Technical"), + ('〉', "right-pointing angle bracket Miscellaneous Technical"), + ('⌫', "erase to the left Miscellaneous Technical"), + ('⌬', "benzene ring Miscellaneous Technical"), + ('⌭', "cylindricity Miscellaneous Technical"), + ('⌮', "all around-profile Miscellaneous Technical"), + ('⌯', "symmetry Miscellaneous Technical"), + ('⌰', "total runout Miscellaneous Technical"), + ('⌱', "dimension origin Miscellaneous Technical"), + ('⌲', "conical taper Miscellaneous Technical"), + ('⌳', "slope Miscellaneous Technical"), + ('⌴', "counterbore Miscellaneous Technical"), + ('⌵', "countersink Miscellaneous Technical"), + ('⌶', "apl functional symbol i-beam Miscellaneous Technical"), + ('⌷', "apl functional symbol squish quad Miscellaneous Technical"), + ('⌸', "apl functional symbol quad equal Miscellaneous Technical"), + ('⌹', "apl functional symbol quad divide Miscellaneous Technical"), + ('⌺', "apl functional symbol quad diamond Miscellaneous Technical"), + ('⌻', "apl functional symbol quad jot Miscellaneous Technical"), + ('⌼', "apl functional symbol quad circle Miscellaneous Technical"), + ('⌽', "apl functional symbol circle stile Miscellaneous Technical"), + ('⌾', "apl functional symbol circle jot Miscellaneous Technical"), + ('⌿', "apl functional symbol slash bar Miscellaneous Technical"), + ('⍀', "apl functional symbol backslash bar Miscellaneous Technical"), + ('⍁', "apl functional symbol quad slash Miscellaneous Technical"), + ('⍂', "apl functional symbol quad backslash Miscellaneous Technical"), + ('⍃', "apl functional symbol quad less-than Miscellaneous Technical"), + ('⍄', "apl functional symbol quad greater-than Miscellaneous Technical"), + ('⍅', "apl functional symbol leftwards vane Miscellaneous Technical"), + ('⍆', "apl functional symbol rightwards vane Miscellaneous Technical"), + ('⍇', "apl functional symbol quad leftwards arrow Miscellaneous Technical"), + ('⍈', "apl functional symbol quad rightwards arrow Miscellaneous Technical"), + ('⍉', "apl functional symbol circle backslash Miscellaneous Technical"), + ('⍊', "apl functional symbol down tack underbar Miscellaneous Technical"), + ('⍋', "apl functional symbol delta stile Miscellaneous Technical"), + ('⍌', "apl functional symbol quad down caret Miscellaneous Technical"), + ('⍍', "apl functional symbol quad delta Miscellaneous Technical"), + ('⍎', "apl functional symbol down tack jot Miscellaneous Technical"), + ('⍏', "apl functional symbol upwards vane Miscellaneous Technical"), + ('⍐', "apl functional symbol quad upwards arrow Miscellaneous Technical"), + ('⍑', "apl functional symbol up tack overbar Miscellaneous Technical"), + ('⍒', "apl functional symbol del stile Miscellaneous Technical"), + ('⍓', "apl functional symbol quad up caret Miscellaneous Technical"), + ('⍔', "apl functional symbol quad del Miscellaneous Technical"), + ('⍕', "apl functional symbol up tack jot Miscellaneous Technical"), + ('⍖', "apl functional symbol downwards vane Miscellaneous Technical"), + ('⍗', "apl functional symbol quad downwards arrow Miscellaneous Technical"), + ('⍘', "apl functional symbol quote underbar Miscellaneous Technical"), + ('⍙', "apl functional symbol delta underbar Miscellaneous Technical"), + ('⍚', "apl functional symbol diamond underbar Miscellaneous Technical"), + ('⍛', "apl functional symbol jot underbar Miscellaneous Technical"), + ('⍜', "apl functional symbol circle underbar Miscellaneous Technical"), + ('⍝', "apl functional symbol up shoe jot Miscellaneous Technical"), + ('⍞', "apl functional symbol quote quad Miscellaneous Technical"), + ('⍟', "apl functional symbol circle star Miscellaneous Technical"), + ('⍠', "apl functional symbol quad colon Miscellaneous Technical"), + ('⍡', "apl functional symbol up tack diaeresis Miscellaneous Technical"), + ('⍢', "apl functional symbol del diaeresis Miscellaneous Technical"), + ('⍣', "apl functional symbol star diaeresis Miscellaneous Technical"), + ('⍤', "apl functional symbol jot diaeresis Miscellaneous Technical"), + ('⍥', "apl functional symbol circle diaeresis Miscellaneous Technical"), + ('⍦', "apl functional symbol down shoe stile Miscellaneous Technical"), + ('⍧', "apl functional symbol left shoe stile Miscellaneous Technical"), + ('⍨', "apl functional symbol tilde diaeresis Miscellaneous Technical"), + ('⍩', "apl functional symbol greater-than diaeresis Miscellaneous Technical"), + ('⍪', "apl functional symbol comma bar Miscellaneous Technical"), + ('⍫', "apl functional symbol del tilde Miscellaneous Technical"), + ('⍬', "apl functional symbol zilde Miscellaneous Technical"), + ('⍭', "apl functional symbol stile tilde Miscellaneous Technical"), + ('⍮', "apl functional symbol semicolon underbar Miscellaneous Technical"), + ('⍯', "apl functional symbol quad not equal Miscellaneous Technical"), + ('⍰', "apl functional symbol quad question Miscellaneous Technical"), + ('⍱', "apl functional symbol down caret tilde Miscellaneous Technical"), + ('⍲', "apl functional symbol up caret tilde Miscellaneous Technical"), + ('⍳', "apl functional symbol iota Miscellaneous Technical"), + ('⍴', "apl functional symbol rho Miscellaneous Technical"), + ('⍵', "apl functional symbol omega Miscellaneous Technical"), + ('⍶', "apl functional symbol alpha underbar Miscellaneous Technical"), + ('⍷', "apl functional symbol epsilon underbar Miscellaneous Technical"), + ('⍸', "apl functional symbol iota underbar Miscellaneous Technical"), + ('⍹', "apl functional symbol omega underbar Miscellaneous Technical"), + ('⍺', "apl functional symbol alpha Miscellaneous Technical"), + ('⍻', "not check mark Miscellaneous Technical"), + ('⍼', "right angle with downwards zigzag arrow Miscellaneous Technical"), + ('⍽', "shouldered open box Miscellaneous Technical"), + ('⍾', "bell symbol Miscellaneous Technical"), + ('⍿', "vertical line with middle dot Miscellaneous Technical"), + ('⎀', "insertion symbol Miscellaneous Technical"), + ('⎁', "continuous underline symbol Miscellaneous Technical"), + ('⎂', "discontinuous underline symbol Miscellaneous Technical"), + ('⎃', "emphasis symbol Miscellaneous Technical"), + ('⎄', "composition symbol Miscellaneous Technical"), + ('⎅', "white square with centre vertical line Miscellaneous Technical"), + ('⎆', "enter symbol Miscellaneous Technical"), + ('⎇', "alternative key symbol Miscellaneous Technical"), + ('⎈', "helm symbol Miscellaneous Technical"), + ('⎉', "circled horizontal bar with notch Miscellaneous Technical"), + ('⎊', "circled triangle down Miscellaneous Technical"), + ('⎋', "broken circle with northwest arrow Miscellaneous Technical"), + ('⎌', "undo symbol Miscellaneous Technical"), + ('⎍', "monostable symbol Miscellaneous Technical"), + ('⎎', "hysteresis symbol Miscellaneous Technical"), + ('⎏', "open-circuit-output h-type symbol Miscellaneous Technical"), + ('⎐', "open-circuit-output l-type symbol Miscellaneous Technical"), + ('⎑', "passive-pull-down-output symbol Miscellaneous Technical"), + ('⎒', "passive-pull-up-output symbol Miscellaneous Technical"), + ('⎓', "direct current symbol form two Miscellaneous Technical"), + ('⎔', "software-function symbol Miscellaneous Technical"), + ('⎕', "apl functional symbol quad Miscellaneous Technical"), + ('⎖', "decimal separator key symbol Miscellaneous Technical"), + ('⎗', "previous page Miscellaneous Technical"), + ('⎘', "next page Miscellaneous Technical"), + ('⎙', "print screen symbol Miscellaneous Technical"), + ('⎚', "clear screen symbol Miscellaneous Technical"), + ('⎛', "left parenthesis upper hook Miscellaneous Technical"), + ('⎜', "left parenthesis extension Miscellaneous Technical"), + ('⎝', "left parenthesis lower hook Miscellaneous Technical"), + ('⎞', "right parenthesis upper hook Miscellaneous Technical"), + ('⎟', "right parenthesis extension Miscellaneous Technical"), + ('⎠', "right parenthesis lower hook Miscellaneous Technical"), + ('⎡', "left square bracket upper corner Miscellaneous Technical"), + ('⎢', "left square bracket extension Miscellaneous Technical"), + ('⎣', "left square bracket lower corner Miscellaneous Technical"), + ('⎤', "right square bracket upper corner Miscellaneous Technical"), + ('⎥', "right square bracket extension Miscellaneous Technical"), + ('⎦', "right square bracket lower corner Miscellaneous Technical"), + ('⎧', "left curly bracket upper hook Miscellaneous Technical"), + ('⎨', "left curly bracket middle piece Miscellaneous Technical"), + ('⎩', "left curly bracket lower hook Miscellaneous Technical"), + ('⎪', "curly bracket extension Miscellaneous Technical"), + ('⎫', "right curly bracket upper hook Miscellaneous Technical"), + ('⎬', "right curly bracket middle piece Miscellaneous Technical"), + ('⎭', "right curly bracket lower hook Miscellaneous Technical"), + ('⎮', "integral extension Miscellaneous Technical"), + ('⎯', "horizontal line extension Miscellaneous Technical"), + ('⎰', "upper left or lower right curly bracket section Miscellaneous Technical"), + ('⎱', "upper right or lower left curly bracket section Miscellaneous Technical"), + ('⎲', "summation top Miscellaneous Technical"), + ('⎳', "summation bottom Miscellaneous Technical"), + ('⎴', "top square bracket Miscellaneous Technical"), + ('⎵', "bottom square bracket Miscellaneous Technical"), + ('⎶', "bottom square bracket over top square bracket Miscellaneous Technical"), + ('⎷', "radical symbol bottom Miscellaneous Technical"), + ('⎸', "left vertical box line Miscellaneous Technical"), + ('⎹', "right vertical box line Miscellaneous Technical"), + ('⎺', "horizontal scan line-1 Miscellaneous Technical"), + ('⎻', "horizontal scan line-3 Miscellaneous Technical"), + ('⎼', "horizontal scan line-7 Miscellaneous Technical"), + ('⎽', "horizontal scan line-9 Miscellaneous Technical"), + ('⎾', "dentistry symbol light vertical and top right Miscellaneous Technical"), + ('⎿', "dentistry symbol light vertical and bottom right Miscellaneous Technical"), + ('⏀', "dentistry symbol light vertical with circle Miscellaneous Technical"), + ('⏁', "dentistry symbol light down and horizontal with circle Miscellaneous Technical"), + ('⏂', "dentistry symbol light up and horizontal with circle Miscellaneous Technical"), + ('⏃', "dentistry symbol light vertical with triangle Miscellaneous Technical"), + ('⏄', "dentistry symbol light down and horizontal with triangle Miscellaneous Technical"), + ('⏅', "dentistry symbol light up and horizontal with triangle Miscellaneous Technical"), + ('⏆', "dentistry symbol light vertical and wave Miscellaneous Technical"), + ('⏇', "dentistry symbol light down and horizontal with wave Miscellaneous Technical"), + ('⏈', "dentistry symbol light up and horizontal with wave Miscellaneous Technical"), + ('⏉', "dentistry symbol light down and horizontal Miscellaneous Technical"), + ('⏊', "dentistry symbol light up and horizontal Miscellaneous Technical"), + ('⏋', "dentistry symbol light vertical and top left Miscellaneous Technical"), + ('⏌', "dentistry symbol light vertical and bottom left Miscellaneous Technical"), + ('⏍', "square foot Miscellaneous Technical"), + ('⏎', "return symbol Miscellaneous Technical"), + ('⏏', "eject symbol Miscellaneous Technical"), + ('⏐', "vertical line extension Miscellaneous Technical"), + ('⏑', "metrical breve Miscellaneous Technical"), + ('⏒', "metrical long over short Miscellaneous Technical"), + ('⏓', "metrical short over long Miscellaneous Technical"), + ('⏔', "metrical long over two shorts Miscellaneous Technical"), + ('⏕', "metrical two shorts over long Miscellaneous Technical"), + ('⏖', "metrical two shorts joined Miscellaneous Technical"), + ('⏗', "metrical triseme Miscellaneous Technical"), + ('⏘', "metrical tetraseme Miscellaneous Technical"), + ('⏙', "metrical pentaseme Miscellaneous Technical"), + ('⏚', "earth ground Miscellaneous Technical"), + ('⏛', "fuse Miscellaneous Technical"), + ('⏜', "top parenthesis Miscellaneous Technical"), + ('⏝', "bottom parenthesis Miscellaneous Technical"), + ('⏞', "top curly bracket Miscellaneous Technical"), + ('⏟', "bottom curly bracket Miscellaneous Technical"), + ('⏠', "top tortoise shell bracket Miscellaneous Technical"), + ('⏡', "bottom tortoise shell bracket Miscellaneous Technical"), + ('⏢', "white trapezium Miscellaneous Technical"), + ('⏣', "benzene ring with circle Miscellaneous Technical"), + ('⏤', "straightness Miscellaneous Technical"), + ('⏥', "flatness Miscellaneous Technical"), + ('⏦', "ac current Miscellaneous Technical"), + ('⏧', "electrical intersection Miscellaneous Technical"), + ('⏨', "decimal exponent symbol Miscellaneous Technical"), + ('⏩', "black right-pointing double triangle Miscellaneous Technical"), + ('⏪', "black left-pointing double triangle Miscellaneous Technical"), + ('⏫', "black up-pointing double triangle Miscellaneous Technical"), + ('⏬', "black down-pointing double triangle Miscellaneous Technical"), + ('⏭', "black right-pointing double triangle with vertical bar Miscellaneous Technical"), + ('⏮', "black left-pointing double triangle with vertical bar Miscellaneous Technical"), + ('⏯', "black right-pointing triangle with double vertical bar Miscellaneous Technical"), + ('⏰', "alarm clock Miscellaneous Technical"), + ('⏱', "stopwatch Miscellaneous Technical"), + ('⏲', "timer clock Miscellaneous Technical"), + ('⏳', "hourglass with flowing sand Miscellaneous Technical"), + ('⏴', "black medium left-pointing triangle Miscellaneous Technical"), + ('⏵', "black medium right-pointing triangle Miscellaneous Technical"), + ('⏶', "black medium up-pointing triangle Miscellaneous Technical"), + ('⏷', "black medium down-pointing triangle Miscellaneous Technical"), + ('⏸', "double vertical bar Miscellaneous Technical"), + ('⏹', "black square for stop Miscellaneous Technical"), + ('⏺', "black circle for record Miscellaneous Technical"), + ('␀', "symbol for null Control Pictures"), + ('␁', "symbol for start of heading Control Pictures"), + ('␂', "symbol for start of text Control Pictures"), + ('␃', "symbol for end of text Control Pictures"), + ('␄', "symbol for end of transmission Control Pictures"), + ('␅', "symbol for enquiry Control Pictures"), + ('␆', "symbol for acknowledge Control Pictures"), + ('␇', "symbol for bell Control Pictures"), + ('␈', "symbol for backspace Control Pictures"), + ('␉', "symbol for horizontal tabulation Control Pictures"), + ('␊', "symbol for line feed Control Pictures"), + ('␋', "symbol for vertical tabulation Control Pictures"), + ('␌', "symbol for form feed Control Pictures"), + ('␍', "symbol for carriage return Control Pictures"), + ('␎', "symbol for shift out Control Pictures"), + ('␏', "symbol for shift in Control Pictures"), + ('␐', "symbol for data link escape Control Pictures"), + ('␑', "symbol for device control one Control Pictures"), + ('␒', "symbol for device control two Control Pictures"), + ('␓', "symbol for device control three Control Pictures"), + ('␔', "symbol for device control four Control Pictures"), + ('␕', "symbol for negative acknowledge Control Pictures"), + ('␖', "symbol for synchronous idle Control Pictures"), + ('␗', "symbol for end of transmission block Control Pictures"), + ('␘', "symbol for cancel Control Pictures"), + ('␙', "symbol for end of medium Control Pictures"), + ('␚', "symbol for substitute Control Pictures"), + ('␛', "symbol for escape Control Pictures"), + ('␜', "symbol for file separator Control Pictures"), + ('␝', "symbol for group separator Control Pictures"), + ('␞', "symbol for record separator Control Pictures"), + ('␟', "symbol for unit separator Control Pictures"), + ('␠', "symbol for space Control Pictures"), + ('␡', "symbol for delete Control Pictures"), + ('␢', "blank symbol Control Pictures"), + ('␣', "open box Control Pictures"), + ('␤', "symbol for newline Control Pictures"), + ('␥', "symbol for delete form two Control Pictures"), + ('␦', "symbol for substitute form two Control Pictures"), + ('⑀', "ocr hook Optical Character Recognition"), + ('⑁', "ocr chair Optical Character Recognition"), + ('⑂', "ocr fork Optical Character Recognition"), + ('⑃', "ocr inverted fork Optical Character Recognition"), + ('⑄', "ocr belt buckle Optical Character Recognition"), + ('⑅', "ocr bow tie Optical Character Recognition"), + ('⑆', "ocr branch bank identification Optical Character Recognition"), + ('⑇', "ocr amount of check Optical Character Recognition"), + ('⑈', "ocr dash Optical Character Recognition"), + ('⑉', "ocr customer account number Optical Character Recognition"), + ('⑊', "ocr double backslash Optical Character Recognition"), + ('①', "circled digit one Enclosed Alphanumerics"), + ('②', "circled digit two Enclosed Alphanumerics"), + ('③', "circled digit three Enclosed Alphanumerics"), + ('④', "circled digit four Enclosed Alphanumerics"), + ('⑤', "circled digit five Enclosed Alphanumerics"), + ('⑥', "circled digit six Enclosed Alphanumerics"), + ('⑦', "circled digit seven Enclosed Alphanumerics"), + ('⑧', "circled digit eight Enclosed Alphanumerics"), + ('⑨', "circled digit nine Enclosed Alphanumerics"), + ('⑩', "circled number ten Enclosed Alphanumerics"), + ('⑪', "circled number eleven Enclosed Alphanumerics"), + ('⑫', "circled number twelve Enclosed Alphanumerics"), + ('⑬', "circled number thirteen Enclosed Alphanumerics"), + ('⑭', "circled number fourteen Enclosed Alphanumerics"), + ('⑮', "circled number fifteen Enclosed Alphanumerics"), + ('⑯', "circled number sixteen Enclosed Alphanumerics"), + ('⑰', "circled number seventeen Enclosed Alphanumerics"), + ('⑱', "circled number eighteen Enclosed Alphanumerics"), + ('⑲', "circled number nineteen Enclosed Alphanumerics"), + ('⑳', "circled number twenty Enclosed Alphanumerics"), + ('⑴', "parenthesized digit one Enclosed Alphanumerics"), + ('⑵', "parenthesized digit two Enclosed Alphanumerics"), + ('⑶', "parenthesized digit three Enclosed Alphanumerics"), + ('⑷', "parenthesized digit four Enclosed Alphanumerics"), + ('⑸', "parenthesized digit five Enclosed Alphanumerics"), + ('⑹', "parenthesized digit six Enclosed Alphanumerics"), + ('⑺', "parenthesized digit seven Enclosed Alphanumerics"), + ('⑻', "parenthesized digit eight Enclosed Alphanumerics"), + ('⑼', "parenthesized digit nine Enclosed Alphanumerics"), + ('⑽', "parenthesized number ten Enclosed Alphanumerics"), + ('⑾', "parenthesized number eleven Enclosed Alphanumerics"), + ('⑿', "parenthesized number twelve Enclosed Alphanumerics"), + ('⒀', "parenthesized number thirteen Enclosed Alphanumerics"), + ('⒁', "parenthesized number fourteen Enclosed Alphanumerics"), + ('⒂', "parenthesized number fifteen Enclosed Alphanumerics"), + ('⒃', "parenthesized number sixteen Enclosed Alphanumerics"), + ('⒄', "parenthesized number seventeen Enclosed Alphanumerics"), + ('⒅', "parenthesized number eighteen Enclosed Alphanumerics"), + ('⒆', "parenthesized number nineteen Enclosed Alphanumerics"), + ('⒇', "parenthesized number twenty Enclosed Alphanumerics"), + ('⒈', "digit one full stop Enclosed Alphanumerics"), + ('⒉', "digit two full stop Enclosed Alphanumerics"), + ('⒊', "digit three full stop Enclosed Alphanumerics"), + ('⒋', "digit four full stop Enclosed Alphanumerics"), + ('⒌', "digit five full stop Enclosed Alphanumerics"), + ('⒍', "digit six full stop Enclosed Alphanumerics"), + ('⒎', "digit seven full stop Enclosed Alphanumerics"), + ('⒏', "digit eight full stop Enclosed Alphanumerics"), + ('⒐', "digit nine full stop Enclosed Alphanumerics"), + ('⒑', "number ten full stop Enclosed Alphanumerics"), + ('⒒', "number eleven full stop Enclosed Alphanumerics"), + ('⒓', "number twelve full stop Enclosed Alphanumerics"), + ('⒔', "number thirteen full stop Enclosed Alphanumerics"), + ('⒕', "number fourteen full stop Enclosed Alphanumerics"), + ('⒖', "number fifteen full stop Enclosed Alphanumerics"), + ('⒗', "number sixteen full stop Enclosed Alphanumerics"), + ('⒘', "number seventeen full stop Enclosed Alphanumerics"), + ('⒙', "number eighteen full stop Enclosed Alphanumerics"), + ('⒚', "number nineteen full stop Enclosed Alphanumerics"), + ('⒛', "number twenty full stop Enclosed Alphanumerics"), + ('⒜', "parenthesized latin small letter a Enclosed Alphanumerics"), + ('⒝', "parenthesized latin small letter b Enclosed Alphanumerics"), + ('⒞', "parenthesized latin small letter c Enclosed Alphanumerics"), + ('⒟', "parenthesized latin small letter d Enclosed Alphanumerics"), + ('⒠', "parenthesized latin small letter e Enclosed Alphanumerics"), + ('⒡', "parenthesized latin small letter f Enclosed Alphanumerics"), + ('⒢', "parenthesized latin small letter g Enclosed Alphanumerics"), + ('⒣', "parenthesized latin small letter h Enclosed Alphanumerics"), + ('⒤', "parenthesized latin small letter i Enclosed Alphanumerics"), + ('⒥', "parenthesized latin small letter j Enclosed Alphanumerics"), + ('⒦', "parenthesized latin small letter k Enclosed Alphanumerics"), + ('⒧', "parenthesized latin small letter l Enclosed Alphanumerics"), + ('⒨', "parenthesized latin small letter m Enclosed Alphanumerics"), + ('⒩', "parenthesized latin small letter n Enclosed Alphanumerics"), + ('⒪', "parenthesized latin small letter o Enclosed Alphanumerics"), + ('⒫', "parenthesized latin small letter p Enclosed Alphanumerics"), + ('⒬', "parenthesized latin small letter q Enclosed Alphanumerics"), + ('⒭', "parenthesized latin small letter r Enclosed Alphanumerics"), + ('⒮', "parenthesized latin small letter s Enclosed Alphanumerics"), + ('⒯', "parenthesized latin small letter t Enclosed Alphanumerics"), + ('⒰', "parenthesized latin small letter u Enclosed Alphanumerics"), + ('⒱', "parenthesized latin small letter v Enclosed Alphanumerics"), + ('⒲', "parenthesized latin small letter w Enclosed Alphanumerics"), + ('⒳', "parenthesized latin small letter x Enclosed Alphanumerics"), + ('⒴', "parenthesized latin small letter y Enclosed Alphanumerics"), + ('⒵', "parenthesized latin small letter z Enclosed Alphanumerics"), + ('Ⓐ', "circled latin capital letter a Enclosed Alphanumerics"), + ('Ⓑ', "circled latin capital letter b Enclosed Alphanumerics"), + ('Ⓒ', "circled latin capital letter c Enclosed Alphanumerics"), + ('Ⓓ', "circled latin capital letter d Enclosed Alphanumerics"), + ('Ⓔ', "circled latin capital letter e Enclosed Alphanumerics"), + ('Ⓕ', "circled latin capital letter f Enclosed Alphanumerics"), + ('Ⓖ', "circled latin capital letter g Enclosed Alphanumerics"), + ('Ⓗ', "circled latin capital letter h Enclosed Alphanumerics"), + ('Ⓘ', "circled latin capital letter i Enclosed Alphanumerics"), + ('Ⓙ', "circled latin capital letter j Enclosed Alphanumerics"), + ('Ⓚ', "circled latin capital letter k Enclosed Alphanumerics"), + ('Ⓛ', "circled latin capital letter l Enclosed Alphanumerics"), + ('Ⓜ', "circled latin capital letter m Enclosed Alphanumerics"), + ('Ⓝ', "circled latin capital letter n Enclosed Alphanumerics"), + ('Ⓞ', "circled latin capital letter o Enclosed Alphanumerics"), + ('Ⓟ', "circled latin capital letter p Enclosed Alphanumerics"), + ('Ⓠ', "circled latin capital letter q Enclosed Alphanumerics"), + ('Ⓡ', "circled latin capital letter r Enclosed Alphanumerics"), + ('Ⓢ', "circled latin capital letter s Enclosed Alphanumerics"), + ('Ⓣ', "circled latin capital letter t Enclosed Alphanumerics"), + ('Ⓤ', "circled latin capital letter u Enclosed Alphanumerics"), + ('Ⓥ', "circled latin capital letter v Enclosed Alphanumerics"), + ('Ⓦ', "circled latin capital letter w Enclosed Alphanumerics"), + ('Ⓧ', "circled latin capital letter x Enclosed Alphanumerics"), + ('Ⓨ', "circled latin capital letter y Enclosed Alphanumerics"), + ('Ⓩ', "circled latin capital letter z Enclosed Alphanumerics"), + ('ⓐ', "circled latin small letter a Enclosed Alphanumerics"), + ('ⓑ', "circled latin small letter b Enclosed Alphanumerics"), + ('ⓒ', "circled latin small letter c Enclosed Alphanumerics"), + ('ⓓ', "circled latin small letter d Enclosed Alphanumerics"), + ('ⓔ', "circled latin small letter e Enclosed Alphanumerics"), + ('ⓕ', "circled latin small letter f Enclosed Alphanumerics"), + ('ⓖ', "circled latin small letter g Enclosed Alphanumerics"), + ('ⓗ', "circled latin small letter h Enclosed Alphanumerics"), + ('ⓘ', "circled latin small letter i Enclosed Alphanumerics"), + ('ⓙ', "circled latin small letter j Enclosed Alphanumerics"), + ('ⓚ', "circled latin small letter k Enclosed Alphanumerics"), + ('ⓛ', "circled latin small letter l Enclosed Alphanumerics"), + ('ⓜ', "circled latin small letter m Enclosed Alphanumerics"), + ('ⓝ', "circled latin small letter n Enclosed Alphanumerics"), + ('ⓞ', "circled latin small letter o Enclosed Alphanumerics"), + ('ⓟ', "circled latin small letter p Enclosed Alphanumerics"), + ('ⓠ', "circled latin small letter q Enclosed Alphanumerics"), + ('ⓡ', "circled latin small letter r Enclosed Alphanumerics"), + ('ⓢ', "circled latin small letter s Enclosed Alphanumerics"), + ('ⓣ', "circled latin small letter t Enclosed Alphanumerics"), + ('ⓤ', "circled latin small letter u Enclosed Alphanumerics"), + ('ⓥ', "circled latin small letter v Enclosed Alphanumerics"), + ('ⓦ', "circled latin small letter w Enclosed Alphanumerics"), + ('ⓧ', "circled latin small letter x Enclosed Alphanumerics"), + ('ⓨ', "circled latin small letter y Enclosed Alphanumerics"), + ('ⓩ', "circled latin small letter z Enclosed Alphanumerics"), + ('⓪', "circled digit zero Enclosed Alphanumerics"), + ('⓫', "negative circled number eleven Enclosed Alphanumerics"), + ('⓬', "negative circled number twelve Enclosed Alphanumerics"), + ('⓭', "negative circled number thirteen Enclosed Alphanumerics"), + ('⓮', "negative circled number fourteen Enclosed Alphanumerics"), + ('⓯', "negative circled number fifteen Enclosed Alphanumerics"), + ('⓰', "negative circled number sixteen Enclosed Alphanumerics"), + ('⓱', "negative circled number seventeen Enclosed Alphanumerics"), + ('⓲', "negative circled number eighteen Enclosed Alphanumerics"), + ('⓳', "negative circled number nineteen Enclosed Alphanumerics"), + ('⓴', "negative circled number twenty Enclosed Alphanumerics"), + ('⓵', "double circled digit one Enclosed Alphanumerics"), + ('⓶', "double circled digit two Enclosed Alphanumerics"), + ('⓷', "double circled digit three Enclosed Alphanumerics"), + ('⓸', "double circled digit four Enclosed Alphanumerics"), + ('⓹', "double circled digit five Enclosed Alphanumerics"), + ('⓺', "double circled digit six Enclosed Alphanumerics"), + ('⓻', "double circled digit seven Enclosed Alphanumerics"), + ('⓼', "double circled digit eight Enclosed Alphanumerics"), + ('⓽', "double circled digit nine Enclosed Alphanumerics"), + ('⓾', "double circled number ten Enclosed Alphanumerics"), + ('─', "box drawings light horizontal Box Drawing"), + ('━', "box drawings heavy horizontal Box Drawing"), + ('│', "box drawings light vertical Box Drawing"), + ('┃', "box drawings heavy vertical Box Drawing"), + ('┄', "box drawings light triple dash horizontal Box Drawing"), + ('┅', "box drawings heavy triple dash horizontal Box Drawing"), + ('┆', "box drawings light triple dash vertical Box Drawing"), + ('┇', "box drawings heavy triple dash vertical Box Drawing"), + ('┈', "box drawings light quadruple dash horizontal Box Drawing"), + ('┉', "box drawings heavy quadruple dash horizontal Box Drawing"), + ('┊', "box drawings light quadruple dash vertical Box Drawing"), + ('┋', "box drawings heavy quadruple dash vertical Box Drawing"), + ('┌', "box drawings light down and right Box Drawing"), + ('┍', "box drawings down light and right heavy Box Drawing"), + ('┎', "box drawings down heavy and right light Box Drawing"), + ('┏', "box drawings heavy down and right Box Drawing"), + ('┐', "box drawings light down and left Box Drawing"), + ('┑', "box drawings down light and left heavy Box Drawing"), + ('┒', "box drawings down heavy and left light Box Drawing"), + ('┓', "box drawings heavy down and left Box Drawing"), + ('└', "box drawings light up and right Box Drawing"), + ('┕', "box drawings up light and right heavy Box Drawing"), + ('┖', "box drawings up heavy and right light Box Drawing"), + ('┗', "box drawings heavy up and right Box Drawing"), + ('┘', "box drawings light up and left Box Drawing"), + ('┙', "box drawings up light and left heavy Box Drawing"), + ('┚', "box drawings up heavy and left light Box Drawing"), + ('┛', "box drawings heavy up and left Box Drawing"), + ('├', "box drawings light vertical and right Box Drawing"), + ('┝', "box drawings vertical light and right heavy Box Drawing"), + ('┞', "box drawings up heavy and right down light Box Drawing"), + ('┟', "box drawings down heavy and right up light Box Drawing"), + ('┠', "box drawings vertical heavy and right light Box Drawing"), + ('┡', "box drawings down light and right up heavy Box Drawing"), + ('┢', "box drawings up light and right down heavy Box Drawing"), + ('┣', "box drawings heavy vertical and right Box Drawing"), + ('┤', "box drawings light vertical and left Box Drawing"), + ('┥', "box drawings vertical light and left heavy Box Drawing"), + ('┦', "box drawings up heavy and left down light Box Drawing"), + ('┧', "box drawings down heavy and left up light Box Drawing"), + ('┨', "box drawings vertical heavy and left light Box Drawing"), + ('┩', "box drawings down light and left up heavy Box Drawing"), + ('┪', "box drawings up light and left down heavy Box Drawing"), + ('┫', "box drawings heavy vertical and left Box Drawing"), + ('┬', "box drawings light down and horizontal Box Drawing"), + ('┭', "box drawings left heavy and right down light Box Drawing"), + ('┮', "box drawings right heavy and left down light Box Drawing"), + ('┯', "box drawings down light and horizontal heavy Box Drawing"), + ('┰', "box drawings down heavy and horizontal light Box Drawing"), + ('┱', "box drawings right light and left down heavy Box Drawing"), + ('┲', "box drawings left light and right down heavy Box Drawing"), + ('┳', "box drawings heavy down and horizontal Box Drawing"), + ('┴', "box drawings light up and horizontal Box Drawing"), + ('┵', "box drawings left heavy and right up light Box Drawing"), + ('┶', "box drawings right heavy and left up light Box Drawing"), + ('┷', "box drawings up light and horizontal heavy Box Drawing"), + ('┸', "box drawings up heavy and horizontal light Box Drawing"), + ('┹', "box drawings right light and left up heavy Box Drawing"), + ('┺', "box drawings left light and right up heavy Box Drawing"), + ('┻', "box drawings heavy up and horizontal Box Drawing"), + ('┼', "box drawings light vertical and horizontal Box Drawing"), + ('┽', "box drawings left heavy and right vertical light Box Drawing"), + ('┾', "box drawings right heavy and left vertical light Box Drawing"), + ('┿', "box drawings vertical light and horizontal heavy Box Drawing"), + ('╀', "box drawings up heavy and down horizontal light Box Drawing"), + ('╁', "box drawings down heavy and up horizontal light Box Drawing"), + ('╂', "box drawings vertical heavy and horizontal light Box Drawing"), + ('╃', "box drawings left up heavy and right down light Box Drawing"), + ('╄', "box drawings right up heavy and left down light Box Drawing"), + ('╅', "box drawings left down heavy and right up light Box Drawing"), + ('╆', "box drawings right down heavy and left up light Box Drawing"), + ('╇', "box drawings down light and up horizontal heavy Box Drawing"), + ('╈', "box drawings up light and down horizontal heavy Box Drawing"), + ('╉', "box drawings right light and left vertical heavy Box Drawing"), + ('╊', "box drawings left light and right vertical heavy Box Drawing"), + ('╋', "box drawings heavy vertical and horizontal Box Drawing"), + ('╌', "box drawings light double dash horizontal Box Drawing"), + ('╍', "box drawings heavy double dash horizontal Box Drawing"), + ('╎', "box drawings light double dash vertical Box Drawing"), + ('╏', "box drawings heavy double dash vertical Box Drawing"), + ('═', "box drawings double horizontal Box Drawing"), + ('║', "box drawings double vertical Box Drawing"), + ('╒', "box drawings down single and right double Box Drawing"), + ('╓', "box drawings down double and right single Box Drawing"), + ('╔', "box drawings double down and right Box Drawing"), + ('╕', "box drawings down single and left double Box Drawing"), + ('╖', "box drawings down double and left single Box Drawing"), + ('╗', "box drawings double down and left Box Drawing"), + ('╘', "box drawings up single and right double Box Drawing"), + ('╙', "box drawings up double and right single Box Drawing"), + ('╚', "box drawings double up and right Box Drawing"), + ('╛', "box drawings up single and left double Box Drawing"), + ('╜', "box drawings up double and left single Box Drawing"), + ('╝', "box drawings double up and left Box Drawing"), + ('╞', "box drawings vertical single and right double Box Drawing"), + ('╟', "box drawings vertical double and right single Box Drawing"), + ('╠', "box drawings double vertical and right Box Drawing"), + ('╡', "box drawings vertical single and left double Box Drawing"), + ('╢', "box drawings vertical double and left single Box Drawing"), + ('╣', "box drawings double vertical and left Box Drawing"), + ('╤', "box drawings down single and horizontal double Box Drawing"), + ('╥', "box drawings down double and horizontal single Box Drawing"), + ('╦', "box drawings double down and horizontal Box Drawing"), + ('╧', "box drawings up single and horizontal double Box Drawing"), + ('╨', "box drawings up double and horizontal single Box Drawing"), + ('╩', "box drawings double up and horizontal Box Drawing"), + ('╪', "box drawings vertical single and horizontal double Box Drawing"), + ('╫', "box drawings vertical double and horizontal single Box Drawing"), + ('╬', "box drawings double vertical and horizontal Box Drawing"), + ('╭', "box drawings light arc down and right Box Drawing"), + ('╮', "box drawings light arc down and left Box Drawing"), + ('╯', "box drawings light arc up and left Box Drawing"), + ('╰', "box drawings light arc up and right Box Drawing"), + ('╱', "box drawings light diagonal upper right to lower left Box Drawing"), + ('╲', "box drawings light diagonal upper left to lower right Box Drawing"), + ('╳', "box drawings light diagonal cross Box Drawing"), + ('╴', "box drawings light left Box Drawing"), + ('╵', "box drawings light up Box Drawing"), + ('╶', "box drawings light right Box Drawing"), + ('╷', "box drawings light down Box Drawing"), + ('╸', "box drawings heavy left Box Drawing"), + ('╹', "box drawings heavy up Box Drawing"), + ('╺', "box drawings heavy right Box Drawing"), + ('╻', "box drawings heavy down Box Drawing"), + ('╼', "box drawings light left and heavy right Box Drawing"), + ('╽', "box drawings light up and heavy down Box Drawing"), + ('╾', "box drawings heavy left and light right Box Drawing"), + ('▀', "upper half block Block Elements"), + ('▁', "lower one eighth block Block Elements"), + ('▂', "lower one quarter block Block Elements"), + ('▃', "lower three eighths block Block Elements"), + ('▄', "lower half block Block Elements"), + ('▅', "lower five eighths block Block Elements"), + ('▆', "lower three quarters block Block Elements"), + ('▇', "lower seven eighths block Block Elements"), + ('█', "full block Block Elements"), + ('▉', "left seven eighths block Block Elements"), + ('▊', "left three quarters block Block Elements"), + ('▋', "left five eighths block Block Elements"), + ('▌', "left half block Block Elements"), + ('▍', "left three eighths block Block Elements"), + ('▎', "left one quarter block Block Elements"), + ('▏', "left one eighth block Block Elements"), + ('▐', "right half block Block Elements"), + ('░', "light shade Block Elements"), + ('▒', "medium shade Block Elements"), + ('▓', "dark shade Block Elements"), + ('▔', "upper one eighth block Block Elements"), + ('▕', "right one eighth block Block Elements"), + ('▖', "quadrant lower left Block Elements"), + ('▗', "quadrant lower right Block Elements"), + ('▘', "quadrant upper left Block Elements"), + ('▙', "quadrant upper left and lower left and lower right Block Elements"), + ('▚', "quadrant upper left and lower right Block Elements"), + ('▛', "quadrant upper left and upper right and lower left Block Elements"), + ('▜', "quadrant upper left and upper right and lower right Block Elements"), + ('▝', "quadrant upper right Block Elements"), + ('▞', "quadrant upper right and lower left Block Elements"), + ('■', "black square Geometric Shapes"), + ('□', "white square Geometric Shapes"), + ('▢', "white square with rounded corners Geometric Shapes"), + ('▣', "white square containing black small square Geometric Shapes"), + ('▤', "square with horizontal fill Geometric Shapes"), + ('▥', "square with vertical fill Geometric Shapes"), + ('▦', "square with orthogonal crosshatch fill Geometric Shapes"), + ('▧', "square with upper left to lower right fill Geometric Shapes"), + ('▨', "square with upper right to lower left fill Geometric Shapes"), + ('▩', "square with diagonal crosshatch fill Geometric Shapes"), + ('▪', "black small square Geometric Shapes"), + ('▫', "white small square Geometric Shapes"), + ('▬', "black rectangle Geometric Shapes"), + ('▭', "white rectangle Geometric Shapes"), + ('▮', "black vertical rectangle Geometric Shapes"), + ('▯', "white vertical rectangle Geometric Shapes"), + ('▰', "black parallelogram Geometric Shapes"), + ('▱', "white parallelogram Geometric Shapes"), + ('▲', "black up-pointing triangle Geometric Shapes"), + ('△', "white up-pointing triangle Geometric Shapes"), + ('▴', "black up-pointing small triangle Geometric Shapes"), + ('▵', "white up-pointing small triangle Geometric Shapes"), + ('▶', "black right-pointing triangle Geometric Shapes"), + ('▷', "white right-pointing triangle Geometric Shapes"), + ('▸', "black right-pointing small triangle Geometric Shapes"), + ('▹', "white right-pointing small triangle Geometric Shapes"), + ('►', "black right-pointing pointer Geometric Shapes"), + ('▻', "white right-pointing pointer Geometric Shapes"), + ('▼', "black down-pointing triangle Geometric Shapes"), + ('▽', "white down-pointing triangle Geometric Shapes"), + ('▾', "black down-pointing small triangle Geometric Shapes"), + ('▿', "white down-pointing small triangle Geometric Shapes"), + ('◀', "black left-pointing triangle Geometric Shapes"), + ('◁', "white left-pointing triangle Geometric Shapes"), + ('◂', "black left-pointing small triangle Geometric Shapes"), + ('◃', "white left-pointing small triangle Geometric Shapes"), + ('◄', "black left-pointing pointer Geometric Shapes"), + ('◅', "white left-pointing pointer Geometric Shapes"), + ('◆', "black diamond Geometric Shapes"), + ('◇', "white diamond Geometric Shapes"), + ('◈', "white diamond containing black small diamond Geometric Shapes"), + ('◉', "fisheye Geometric Shapes"), + ('◊', "lozenge Geometric Shapes"), + ('○', "white circle Geometric Shapes"), + ('◌', "dotted circle Geometric Shapes"), + ('◍', "circle with vertical fill Geometric Shapes"), + ('◎', "bullseye Geometric Shapes"), + ('●', "black circle Geometric Shapes"), + ('◐', "circle with left half black Geometric Shapes"), + ('◑', "circle with right half black Geometric Shapes"), + ('◒', "circle with lower half black Geometric Shapes"), + ('◓', "circle with upper half black Geometric Shapes"), + ('◔', "circle with upper right quadrant black Geometric Shapes"), + ('◕', "circle with all but upper left quadrant black Geometric Shapes"), + ('◖', "left half black circle Geometric Shapes"), + ('◗', "right half black circle Geometric Shapes"), + ('◘', "inverse bullet Geometric Shapes"), + ('◙', "inverse white circle Geometric Shapes"), + ('◚', "upper half inverse white circle Geometric Shapes"), + ('◛', "lower half inverse white circle Geometric Shapes"), + ('◜', "upper left quadrant circular arc Geometric Shapes"), + ('◝', "upper right quadrant circular arc Geometric Shapes"), + ('◞', "lower right quadrant circular arc Geometric Shapes"), + ('◟', "lower left quadrant circular arc Geometric Shapes"), + ('◠', "upper half circle Geometric Shapes"), + ('◡', "lower half circle Geometric Shapes"), + ('◢', "black lower right triangle Geometric Shapes"), + ('◣', "black lower left triangle Geometric Shapes"), + ('◤', "black upper left triangle Geometric Shapes"), + ('◥', "black upper right triangle Geometric Shapes"), + ('◦', "white bullet Geometric Shapes"), + ('◧', "square with left half black Geometric Shapes"), + ('◨', "square with right half black Geometric Shapes"), + ('◩', "square with upper left diagonal half black Geometric Shapes"), + ('◪', "square with lower right diagonal half black Geometric Shapes"), + ('◫', "white square with vertical bisecting line Geometric Shapes"), + ('◬', "white up-pointing triangle with dot Geometric Shapes"), + ('◭', "up-pointing triangle with left half black Geometric Shapes"), + ('◮', "up-pointing triangle with right half black Geometric Shapes"), + ('◯', "large circle Geometric Shapes"), + ('◰', "white square with upper left quadrant Geometric Shapes"), + ('◱', "white square with lower left quadrant Geometric Shapes"), + ('◲', "white square with lower right quadrant Geometric Shapes"), + ('◳', "white square with upper right quadrant Geometric Shapes"), + ('◴', "white circle with upper left quadrant Geometric Shapes"), + ('◵', "white circle with lower left quadrant Geometric Shapes"), + ('◶', "white circle with lower right quadrant Geometric Shapes"), + ('◷', "white circle with upper right quadrant Geometric Shapes"), + ('◸', "upper left triangle Geometric Shapes"), + ('◹', "upper right triangle Geometric Shapes"), + ('◺', "lower left triangle Geometric Shapes"), + ('◻', "white medium square Geometric Shapes"), + ('◼', "black medium square Geometric Shapes"), + ('◽', "white medium small square Geometric Shapes"), + ('◾', "black medium small square Geometric Shapes"), + ('☀', "black sun with rays Miscellaneous Symbols"), + ('☁', "cloud Miscellaneous Symbols"), + ('☂', "umbrella Miscellaneous Symbols"), + ('☃', "snowman Miscellaneous Symbols"), + ('☄', "comet Miscellaneous Symbols"), + ('★', "black star Miscellaneous Symbols"), + ('☆', "white star Miscellaneous Symbols"), + ('☇', "lightning Miscellaneous Symbols"), + ('☈', "thunderstorm Miscellaneous Symbols"), + ('☉', "sun Miscellaneous Symbols"), + ('☊', "ascending node Miscellaneous Symbols"), + ('☋', "descending node Miscellaneous Symbols"), + ('☌', "conjunction Miscellaneous Symbols"), + ('☍', "opposition Miscellaneous Symbols"), + ('☎', "black telephone Miscellaneous Symbols"), + ('☏', "white telephone Miscellaneous Symbols"), + ('☐', "ballot box Miscellaneous Symbols"), + ('☑', "ballot box with check Miscellaneous Symbols"), + ('☒', "ballot box with x Miscellaneous Symbols"), + ('☓', "saltire Miscellaneous Symbols"), + ('☔', "umbrella with rain drops Miscellaneous Symbols"), + ('☕', "hot beverage Miscellaneous Symbols"), + ('☖', "white shogi piece Miscellaneous Symbols"), + ('☗', "black shogi piece Miscellaneous Symbols"), + ('☘', "shamrock Miscellaneous Symbols"), + ('☙', "reversed rotated floral heart bullet Miscellaneous Symbols"), + ('☚', "black left pointing index Miscellaneous Symbols"), + ('☛', "black right pointing index Miscellaneous Symbols"), + ('☜', "white left pointing index Miscellaneous Symbols"), + ('☝', "white up pointing index Miscellaneous Symbols"), + ('☞', "white right pointing index Miscellaneous Symbols"), + ('☟', "white down pointing index Miscellaneous Symbols"), + ('☠', "skull and crossbones Miscellaneous Symbols"), + ('☡', "caution sign Miscellaneous Symbols"), + ('☢', "radioactive sign Miscellaneous Symbols"), + ('☣', "biohazard sign Miscellaneous Symbols"), + ('☤', "caduceus Miscellaneous Symbols"), + ('☥', "ankh Miscellaneous Symbols"), + ('☦', "orthodox cross Miscellaneous Symbols"), + ('☧', "chi rho Miscellaneous Symbols"), + ('☨', "cross of lorraine Miscellaneous Symbols"), + ('☩', "cross of jerusalem Miscellaneous Symbols"), + ('☪', "star and crescent Miscellaneous Symbols"), + ('☫', "farsi symbol Miscellaneous Symbols"), + ('☬', "adi shakti Miscellaneous Symbols"), + ('☭', "hammer and sickle Miscellaneous Symbols"), + ('☮', "peace symbol Miscellaneous Symbols"), + ('☯', "yin yang Miscellaneous Symbols"), + ('☰', "trigram for heaven Miscellaneous Symbols"), + ('☱', "trigram for lake Miscellaneous Symbols"), + ('☲', "trigram for fire Miscellaneous Symbols"), + ('☳', "trigram for thunder Miscellaneous Symbols"), + ('☴', "trigram for wind Miscellaneous Symbols"), + ('☵', "trigram for water Miscellaneous Symbols"), + ('☶', "trigram for mountain Miscellaneous Symbols"), + ('☷', "trigram for earth Miscellaneous Symbols"), + ('☸', "wheel of dharma Miscellaneous Symbols"), + ('☹', "white frowning face Miscellaneous Symbols"), + ('☺', "white smiling face Miscellaneous Symbols"), + ('☻', "black smiling face Miscellaneous Symbols"), + ('☼', "white sun with rays Miscellaneous Symbols"), + ('☽', "first quarter moon Miscellaneous Symbols"), + ('☾', "last quarter moon Miscellaneous Symbols"), + ('☿', "mercury Miscellaneous Symbols"), + ('♀', "female sign Miscellaneous Symbols"), + ('♁', "earth Miscellaneous Symbols"), + ('♂', "male sign Miscellaneous Symbols"), + ('♃', "jupiter Miscellaneous Symbols"), + ('♄', "saturn Miscellaneous Symbols"), + ('♅', "uranus Miscellaneous Symbols"), + ('♆', "neptune Miscellaneous Symbols"), + ('♇', "pluto Miscellaneous Symbols"), + ('♈', "aries Miscellaneous Symbols"), + ('♉', "taurus Miscellaneous Symbols"), + ('♊', "gemini Miscellaneous Symbols"), + ('♋', "cancer Miscellaneous Symbols"), + ('♌', "leo Miscellaneous Symbols"), + ('♍', "virgo Miscellaneous Symbols"), + ('♎', "libra Miscellaneous Symbols"), + ('♏', "scorpius Miscellaneous Symbols"), + ('♐', "sagittarius Miscellaneous Symbols"), + ('♑', "capricorn Miscellaneous Symbols"), + ('♒', "aquarius Miscellaneous Symbols"), + ('♓', "pisces Miscellaneous Symbols"), + ('♔', "white chess king Miscellaneous Symbols"), + ('♕', "white chess queen Miscellaneous Symbols"), + ('♖', "white chess rook Miscellaneous Symbols"), + ('♗', "white chess bishop Miscellaneous Symbols"), + ('♘', "white chess knight Miscellaneous Symbols"), + ('♙', "white chess pawn Miscellaneous Symbols"), + ('♚', "black chess king Miscellaneous Symbols"), + ('♛', "black chess queen Miscellaneous Symbols"), + ('♜', "black chess rook Miscellaneous Symbols"), + ('♝', "black chess bishop Miscellaneous Symbols"), + ('♞', "black chess knight Miscellaneous Symbols"), + ('♟', "black chess pawn Miscellaneous Symbols"), + ('♠', "black spade suit Miscellaneous Symbols"), + ('♡', "white heart suit Miscellaneous Symbols"), + ('♢', "white diamond suit Miscellaneous Symbols"), + ('♣', "black club suit Miscellaneous Symbols"), + ('♤', "white spade suit Miscellaneous Symbols"), + ('♥', "black heart suit Miscellaneous Symbols"), + ('♦', "black diamond suit Miscellaneous Symbols"), + ('♧', "white club suit Miscellaneous Symbols"), + ('♨', "hot springs Miscellaneous Symbols"), + ('♩', "quarter note Miscellaneous Symbols"), + ('♪', "eighth note Miscellaneous Symbols"), + ('♫', "beamed eighth notes Miscellaneous Symbols"), + ('♬', "beamed sixteenth notes Miscellaneous Symbols"), + ('♭', "music flat sign Miscellaneous Symbols"), + ('♮', "music natural sign Miscellaneous Symbols"), + ('♯', "music sharp sign Miscellaneous Symbols"), + ('♰', "west syriac cross Miscellaneous Symbols"), + ('♱', "east syriac cross Miscellaneous Symbols"), + ('♲', "universal recycling symbol Miscellaneous Symbols"), + ('♳', "recycling symbol for type-1 plastics Miscellaneous Symbols"), + ('♴', "recycling symbol for type-2 plastics Miscellaneous Symbols"), + ('♵', "recycling symbol for type-3 plastics Miscellaneous Symbols"), + ('♶', "recycling symbol for type-4 plastics Miscellaneous Symbols"), + ('♷', "recycling symbol for type-5 plastics Miscellaneous Symbols"), + ('♸', "recycling symbol for type-6 plastics Miscellaneous Symbols"), + ('♹', "recycling symbol for type-7 plastics Miscellaneous Symbols"), + ('♺', "recycling symbol for generic materials Miscellaneous Symbols"), + ('♻', "black universal recycling symbol Miscellaneous Symbols"), + ('♼', "recycled paper symbol Miscellaneous Symbols"), + ('♽', "partially-recycled paper symbol Miscellaneous Symbols"), + ('♾', "permanent paper sign Miscellaneous Symbols"), + ('♿', "wheelchair symbol Miscellaneous Symbols"), + ('⚀', "die face-1 Miscellaneous Symbols"), + ('⚁', "die face-2 Miscellaneous Symbols"), + ('⚂', "die face-3 Miscellaneous Symbols"), + ('⚃', "die face-4 Miscellaneous Symbols"), + ('⚄', "die face-5 Miscellaneous Symbols"), + ('⚅', "die face-6 Miscellaneous Symbols"), + ('⚆', "white circle with dot right Miscellaneous Symbols"), + ('⚇', "white circle with two dots Miscellaneous Symbols"), + ('⚈', "black circle with white dot right Miscellaneous Symbols"), + ('⚉', "black circle with two white dots Miscellaneous Symbols"), + ('⚊', "monogram for yang Miscellaneous Symbols"), + ('⚋', "monogram for yin Miscellaneous Symbols"), + ('⚌', "digram for greater yang Miscellaneous Symbols"), + ('⚍', "digram for lesser yin Miscellaneous Symbols"), + ('⚎', "digram for lesser yang Miscellaneous Symbols"), + ('⚏', "digram for greater yin Miscellaneous Symbols"), + ('⚐', "white flag Miscellaneous Symbols"), + ('⚑', "black flag Miscellaneous Symbols"), + ('⚒', "hammer and pick Miscellaneous Symbols"), + ('⚓', "anchor Miscellaneous Symbols"), + ('⚔', "crossed swords Miscellaneous Symbols"), + ('⚕', "staff of aesculapius Miscellaneous Symbols"), + ('⚖', "scales Miscellaneous Symbols"), + ('⚗', "alembic Miscellaneous Symbols"), + ('⚘', "flower Miscellaneous Symbols"), + ('⚙', "gear Miscellaneous Symbols"), + ('⚚', "staff of hermes Miscellaneous Symbols"), + ('⚛', "atom symbol Miscellaneous Symbols"), + ('⚜', "fleur-de-lis Miscellaneous Symbols"), + ('⚝', "outlined white star Miscellaneous Symbols"), + ('⚞', "three lines converging right Miscellaneous Symbols"), + ('⚟', "three lines converging left Miscellaneous Symbols"), + ('⚠', "warning sign Miscellaneous Symbols"), + ('⚡', "high voltage sign Miscellaneous Symbols"), + ('⚢', "doubled female sign Miscellaneous Symbols"), + ('⚣', "doubled male sign Miscellaneous Symbols"), + ('⚤', "interlocked female and male sign Miscellaneous Symbols"), + ('⚥', "male and female sign Miscellaneous Symbols"), + ('⚦', "male with stroke sign Miscellaneous Symbols"), + ('⚧', "male with stroke and male and female sign Miscellaneous Symbols"), + ('⚨', "vertical male with stroke sign Miscellaneous Symbols"), + ('⚩', "horizontal male with stroke sign Miscellaneous Symbols"), + ('⚪', "medium white circle Miscellaneous Symbols"), + ('⚫', "medium black circle Miscellaneous Symbols"), + ('⚬', "medium small white circle Miscellaneous Symbols"), + ('⚭', "marriage symbol Miscellaneous Symbols"), + ('⚮', "divorce symbol Miscellaneous Symbols"), + ('⚯', "unmarried partnership symbol Miscellaneous Symbols"), + ('⚰', "coffin Miscellaneous Symbols"), + ('⚱', "funeral urn Miscellaneous Symbols"), + ('⚲', "neuter Miscellaneous Symbols"), + ('⚳', "ceres Miscellaneous Symbols"), + ('⚴', "pallas Miscellaneous Symbols"), + ('⚵', "juno Miscellaneous Symbols"), + ('⚶', "vesta Miscellaneous Symbols"), + ('⚷', "chiron Miscellaneous Symbols"), + ('⚸', "black moon lilith Miscellaneous Symbols"), + ('⚹', "sextile Miscellaneous Symbols"), + ('⚺', "semisextile Miscellaneous Symbols"), + ('⚻', "quincunx Miscellaneous Symbols"), + ('⚼', "sesquiquadrate Miscellaneous Symbols"), + ('⚽', "soccer ball Miscellaneous Symbols"), + ('⚾', "baseball Miscellaneous Symbols"), + ('⚿', "squared key Miscellaneous Symbols"), + ('⛀', "white draughts man Miscellaneous Symbols"), + ('⛁', "white draughts king Miscellaneous Symbols"), + ('⛂', "black draughts man Miscellaneous Symbols"), + ('⛃', "black draughts king Miscellaneous Symbols"), + ('⛄', "snowman without snow Miscellaneous Symbols"), + ('⛅', "sun behind cloud Miscellaneous Symbols"), + ('⛆', "rain Miscellaneous Symbols"), + ('⛇', "black snowman Miscellaneous Symbols"), + ('⛈', "thunder cloud and rain Miscellaneous Symbols"), + ('⛉', "turned white shogi piece Miscellaneous Symbols"), + ('⛊', "turned black shogi piece Miscellaneous Symbols"), + ('⛋', "white diamond in square Miscellaneous Symbols"), + ('⛌', "crossing lanes Miscellaneous Symbols"), + ('⛍', "disabled car Miscellaneous Symbols"), + ('⛎', "ophiuchus Miscellaneous Symbols"), + ('⛏', "pick Miscellaneous Symbols"), + ('⛐', "car sliding Miscellaneous Symbols"), + ('⛑', "helmet with white cross Miscellaneous Symbols"), + ('⛒', "circled crossing lanes Miscellaneous Symbols"), + ('⛓', "chains Miscellaneous Symbols"), + ('⛔', "no entry Miscellaneous Symbols"), + ('⛕', "alternate one-way left way traffic Miscellaneous Symbols"), + ('⛖', "black two-way left way traffic Miscellaneous Symbols"), + ('⛗', "white two-way left way traffic Miscellaneous Symbols"), + ('⛘', "black left lane merge Miscellaneous Symbols"), + ('⛙', "white left lane merge Miscellaneous Symbols"), + ('⛚', "drive slow sign Miscellaneous Symbols"), + ('⛛', "heavy white down-pointing triangle Miscellaneous Symbols"), + ('⛜', "left closed entry Miscellaneous Symbols"), + ('⛝', "squared saltire Miscellaneous Symbols"), + ('⛞', "falling diagonal in white circle in black square Miscellaneous Symbols"), + ('⛟', "black truck Miscellaneous Symbols"), + ('⛠', "restricted left entry-1 Miscellaneous Symbols"), + ('⛡', "restricted left entry-2 Miscellaneous Symbols"), + ('⛢', "astronomical symbol for uranus Miscellaneous Symbols"), + ('⛣', "heavy circle with stroke and two dots above Miscellaneous Symbols"), + ('⛤', "pentagram Miscellaneous Symbols"), + ('⛥', "right-handed interlaced pentagram Miscellaneous Symbols"), + ('⛦', "left-handed interlaced pentagram Miscellaneous Symbols"), + ('⛧', "inverted pentagram Miscellaneous Symbols"), + ('⛨', "black cross on shield Miscellaneous Symbols"), + ('⛩', "shinto shrine Miscellaneous Symbols"), + ('⛪', "church Miscellaneous Symbols"), + ('⛫', "castle Miscellaneous Symbols"), + ('⛬', "historic site Miscellaneous Symbols"), + ('⛭', "gear without hub Miscellaneous Symbols"), + ('⛮', "gear with handles Miscellaneous Symbols"), + ('⛯', "map symbol for lighthouse Miscellaneous Symbols"), + ('⛰', "mountain Miscellaneous Symbols"), + ('⛱', "umbrella on ground Miscellaneous Symbols"), + ('⛲', "fountain Miscellaneous Symbols"), + ('⛳', "flag in hole Miscellaneous Symbols"), + ('⛴', "ferry Miscellaneous Symbols"), + ('⛵', "sailboat Miscellaneous Symbols"), + ('⛶', "square four corners Miscellaneous Symbols"), + ('⛷', "skier Miscellaneous Symbols"), + ('⛸', "ice skate Miscellaneous Symbols"), + ('⛹', "person with ball Miscellaneous Symbols"), + ('⛺', "tent Miscellaneous Symbols"), + ('⛻', "japanese bank symbol Miscellaneous Symbols"), + ('⛼', "headstone graveyard symbol Miscellaneous Symbols"), + ('⛽', "fuel pump Miscellaneous Symbols"), + ('⛾', "cup on black square Miscellaneous Symbols"), + ('✀', "black safety scissors Dingbats"), + ('✁', "upper blade scissors Dingbats"), + ('✂', "black scissors Dingbats"), + ('✃', "lower blade scissors Dingbats"), + ('✄', "white scissors Dingbats"), + ('✅', "white heavy check mark Dingbats"), + ('✆', "telephone location sign Dingbats"), + ('✇', "tape drive Dingbats"), + ('✈', "airplane Dingbats"), + ('✉', "envelope Dingbats"), + ('✊', "raised fist Dingbats"), + ('✋', "raised hand Dingbats"), + ('✌', "victory hand Dingbats"), + ('✍', "writing hand Dingbats"), + ('✎', "lower right pencil Dingbats"), + ('✏', "pencil Dingbats"), + ('✐', "upper right pencil Dingbats"), + ('✑', "white nib Dingbats"), + ('✒', "black nib Dingbats"), + ('✓', "check mark Dingbats"), + ('✔', "heavy check mark Dingbats"), + ('✕', "multiplication x Dingbats"), + ('✖', "heavy multiplication x Dingbats"), + ('✗', "ballot x Dingbats"), + ('✘', "heavy ballot x Dingbats"), + ('✙', "outlined greek cross Dingbats"), + ('✚', "heavy greek cross Dingbats"), + ('✛', "open centre cross Dingbats"), + ('✜', "heavy open centre cross Dingbats"), + ('✝', "latin cross Dingbats"), + ('✞', "shadowed white latin cross Dingbats"), + ('✟', "outlined latin cross Dingbats"), + ('✠', "maltese cross Dingbats"), + ('✡', "star of david Dingbats"), + ('✢', "four teardrop-spoked asterisk Dingbats"), + ('✣', "four balloon-spoked asterisk Dingbats"), + ('✤', "heavy four balloon-spoked asterisk Dingbats"), + ('✥', "four club-spoked asterisk Dingbats"), + ('✦', "black four pointed star Dingbats"), + ('✧', "white four pointed star Dingbats"), + ('✨', "sparkles Dingbats"), + ('✩', "stress outlined white star Dingbats"), + ('✪', "circled white star Dingbats"), + ('✫', "open centre black star Dingbats"), + ('✬', "black centre white star Dingbats"), + ('✭', "outlined black star Dingbats"), + ('✮', "heavy outlined black star Dingbats"), + ('✯', "pinwheel star Dingbats"), + ('✰', "shadowed white star Dingbats"), + ('✱', "heavy asterisk Dingbats"), + ('✲', "open centre asterisk Dingbats"), + ('✳', "eight spoked asterisk Dingbats"), + ('✴', "eight pointed black star Dingbats"), + ('✵', "eight pointed pinwheel star Dingbats"), + ('✶', "six pointed black star Dingbats"), + ('✷', "eight pointed rectilinear black star Dingbats"), + ('✸', "heavy eight pointed rectilinear black star Dingbats"), + ('✹', "twelve pointed black star Dingbats"), + ('✺', "sixteen pointed asterisk Dingbats"), + ('✻', "teardrop-spoked asterisk Dingbats"), + ('✼', "open centre teardrop-spoked asterisk Dingbats"), + ('✽', "heavy teardrop-spoked asterisk Dingbats"), + ('✾', "six petalled black and white florette Dingbats"), + ('✿', "black florette Dingbats"), + ('❀', "white florette Dingbats"), + ('❁', "eight petalled outlined black florette Dingbats"), + ('❂', "circled open centre eight pointed star Dingbats"), + ('❃', "heavy teardrop-spoked pinwheel asterisk Dingbats"), + ('❄', "snowflake Dingbats"), + ('❅', "tight trifoliate snowflake Dingbats"), + ('❆', "heavy chevron snowflake Dingbats"), + ('❇', "sparkle Dingbats"), + ('❈', "heavy sparkle Dingbats"), + ('❉', "balloon-spoked asterisk Dingbats"), + ('❊', "eight teardrop-spoked propeller asterisk Dingbats"), + ('❋', "heavy eight teardrop-spoked propeller asterisk Dingbats"), + ('❌', "cross mark Dingbats"), + ('❍', "shadowed white circle Dingbats"), + ('❎', "negative squared cross mark Dingbats"), + ('❏', "lower right drop-shadowed white square Dingbats"), + ('❐', "upper right drop-shadowed white square Dingbats"), + ('❑', "lower right shadowed white square Dingbats"), + ('❒', "upper right shadowed white square Dingbats"), + ('❓', "black question mark ornament Dingbats"), + ('❔', "white question mark ornament Dingbats"), + ('❕', "white exclamation mark ornament Dingbats"), + ('❖', "black diamond minus white x Dingbats"), + ('❗', "heavy exclamation mark symbol Dingbats"), + ('❘', "light vertical bar Dingbats"), + ('❙', "medium vertical bar Dingbats"), + ('❚', "heavy vertical bar Dingbats"), + ('❛', "heavy single turned comma quotation mark ornament Dingbats"), + ('❜', "heavy single comma quotation mark ornament Dingbats"), + ('❝', "heavy double turned comma quotation mark ornament Dingbats"), + ('❞', "heavy double comma quotation mark ornament Dingbats"), + ('❟', "heavy low single comma quotation mark ornament Dingbats"), + ('❠', "heavy low double comma quotation mark ornament Dingbats"), + ('❡', "curved stem paragraph sign ornament Dingbats"), + ('❢', "heavy exclamation mark ornament Dingbats"), + ('❣', "heavy heart exclamation mark ornament Dingbats"), + ('❤', "heavy black heart Dingbats"), + ('❥', "rotated heavy black heart bullet Dingbats"), + ('❦', "floral heart Dingbats"), + ('❧', "rotated floral heart bullet Dingbats"), + ('❨', "medium left parenthesis ornament Dingbats"), + ('❩', "medium right parenthesis ornament Dingbats"), + ('❪', "medium flattened left parenthesis ornament Dingbats"), + ('❫', "medium flattened right parenthesis ornament Dingbats"), + ('❬', "medium left-pointing angle bracket ornament Dingbats"), + ('❭', "medium right-pointing angle bracket ornament Dingbats"), + ('❮', "heavy left-pointing angle quotation mark ornament Dingbats"), + ('❯', "heavy right-pointing angle quotation mark ornament Dingbats"), + ('❰', "heavy left-pointing angle bracket ornament Dingbats"), + ('❱', "heavy right-pointing angle bracket ornament Dingbats"), + ('❲', "light left tortoise shell bracket ornament Dingbats"), + ('❳', "light right tortoise shell bracket ornament Dingbats"), + ('❴', "medium left curly bracket ornament Dingbats"), + ('❵', "medium right curly bracket ornament Dingbats"), + ('❶', "dingbat negative circled digit one Dingbats"), + ('❷', "dingbat negative circled digit two Dingbats"), + ('❸', "dingbat negative circled digit three Dingbats"), + ('❹', "dingbat negative circled digit four Dingbats"), + ('❺', "dingbat negative circled digit five Dingbats"), + ('❻', "dingbat negative circled digit six Dingbats"), + ('❼', "dingbat negative circled digit seven Dingbats"), + ('❽', "dingbat negative circled digit eight Dingbats"), + ('❾', "dingbat negative circled digit nine Dingbats"), + ('❿', "dingbat negative circled number ten Dingbats"), + ('➀', "dingbat circled sans-serif digit one Dingbats"), + ('➁', "dingbat circled sans-serif digit two Dingbats"), + ('➂', "dingbat circled sans-serif digit three Dingbats"), + ('➃', "dingbat circled sans-serif digit four Dingbats"), + ('➄', "dingbat circled sans-serif digit five Dingbats"), + ('➅', "dingbat circled sans-serif digit six Dingbats"), + ('➆', "dingbat circled sans-serif digit seven Dingbats"), + ('➇', "dingbat circled sans-serif digit eight Dingbats"), + ('➈', "dingbat circled sans-serif digit nine Dingbats"), + ('➉', "dingbat circled sans-serif number ten Dingbats"), + ('➊', "dingbat negative circled sans-serif digit one Dingbats"), + ('➋', "dingbat negative circled sans-serif digit two Dingbats"), + ('➌', "dingbat negative circled sans-serif digit three Dingbats"), + ('➍', "dingbat negative circled sans-serif digit four Dingbats"), + ('➎', "dingbat negative circled sans-serif digit five Dingbats"), + ('➏', "dingbat negative circled sans-serif digit six Dingbats"), + ('➐', "dingbat negative circled sans-serif digit seven Dingbats"), + ('➑', "dingbat negative circled sans-serif digit eight Dingbats"), + ('➒', "dingbat negative circled sans-serif digit nine Dingbats"), + ('➓', "dingbat negative circled sans-serif number ten Dingbats"), + ('➔', "heavy wide-headed rightwards arrow Dingbats"), + ('➕', "heavy plus sign Dingbats"), + ('➖', "heavy minus sign Dingbats"), + ('➗', "heavy division sign Dingbats"), + ('➘', "heavy south east arrow Dingbats"), + ('➙', "heavy rightwards arrow Dingbats"), + ('➚', "heavy north east arrow Dingbats"), + ('➛', "drafting point rightwards arrow Dingbats"), + ('➜', "heavy round-tipped rightwards arrow Dingbats"), + ('➝', "triangle-headed rightwards arrow Dingbats"), + ('➞', "heavy triangle-headed rightwards arrow Dingbats"), + ('➟', "dashed triangle-headed rightwards arrow Dingbats"), + ('➠', "heavy dashed triangle-headed rightwards arrow Dingbats"), + ('➡', "black rightwards arrow Dingbats"), + ('➢', "three-d top-lighted rightwards arrowhead Dingbats"), + ('➣', "three-d bottom-lighted rightwards arrowhead Dingbats"), + ('➤', "black rightwards arrowhead Dingbats"), + ('➥', "heavy black curved downwards and rightwards arrow Dingbats"), + ('➦', "heavy black curved upwards and rightwards arrow Dingbats"), + ('➧', "squat black rightwards arrow Dingbats"), + ('➨', "heavy concave-pointed black rightwards arrow Dingbats"), + ('➩', "right-shaded white rightwards arrow Dingbats"), + ('➪', "left-shaded white rightwards arrow Dingbats"), + ('➫', "back-tilted shadowed white rightwards arrow Dingbats"), + ('➬', "front-tilted shadowed white rightwards arrow Dingbats"), + ('➭', "heavy lower right-shadowed white rightwards arrow Dingbats"), + ('➮', "heavy upper right-shadowed white rightwards arrow Dingbats"), + ('➯', "notched lower right-shadowed white rightwards arrow Dingbats"), + ('➰', "curly loop Dingbats"), + ('➱', "notched upper right-shadowed white rightwards arrow Dingbats"), + ('➲', "circled heavy white rightwards arrow Dingbats"), + ('➳', "white-feathered rightwards arrow Dingbats"), + ('➴', "black-feathered south east arrow Dingbats"), + ('➵', "black-feathered rightwards arrow Dingbats"), + ('➶', "black-feathered north east arrow Dingbats"), + ('➷', "heavy black-feathered south east arrow Dingbats"), + ('➸', "heavy black-feathered rightwards arrow Dingbats"), + ('➹', "heavy black-feathered north east arrow Dingbats"), + ('➺', "teardrop-barbed rightwards arrow Dingbats"), + ('➻', "heavy teardrop-shanked rightwards arrow Dingbats"), + ('➼', "wedge-tailed rightwards arrow Dingbats"), + ('➽', "heavy wedge-tailed rightwards arrow Dingbats"), + ('➾', "open-outlined rightwards arrow Dingbats"), + ('⟀', "three dimensional angle Miscellaneous Mathematical Symbols-A"), + ('⟁', "white triangle containing small white triangle Miscellaneous Mathematical Symbols-A"), + ('⟂', "perpendicular Miscellaneous Mathematical Symbols-A"), + ('⟃', "open subset Miscellaneous Mathematical Symbols-A"), + ('⟄', "open superset Miscellaneous Mathematical Symbols-A"), + ('⟅', "left s-shaped bag delimiter Miscellaneous Mathematical Symbols-A"), + ('⟆', "right s-shaped bag delimiter Miscellaneous Mathematical Symbols-A"), + ('⟇', "or with dot inside Miscellaneous Mathematical Symbols-A"), + ('⟈', "reverse solidus preceding subset Miscellaneous Mathematical Symbols-A"), + ('⟉', "superset preceding solidus Miscellaneous Mathematical Symbols-A"), + ('⟊', "vertical bar with horizontal stroke Miscellaneous Mathematical Symbols-A"), + ('⟋', "mathematical rising diagonal Miscellaneous Mathematical Symbols-A"), + ('⟌', "long division Miscellaneous Mathematical Symbols-A"), + ('⟍', "mathematical falling diagonal Miscellaneous Mathematical Symbols-A"), + ('⟎', "squared logical and Miscellaneous Mathematical Symbols-A"), + ('⟏', "squared logical or Miscellaneous Mathematical Symbols-A"), + ('⟐', "white diamond with centred dot Miscellaneous Mathematical Symbols-A"), + ('⟑', "and with dot Miscellaneous Mathematical Symbols-A"), + ('⟒', "element of opening upwards Miscellaneous Mathematical Symbols-A"), + ('⟓', "lower right corner with dot Miscellaneous Mathematical Symbols-A"), + ('⟔', "upper left corner with dot Miscellaneous Mathematical Symbols-A"), + ('⟕', "left outer join Miscellaneous Mathematical Symbols-A"), + ('⟖', "right outer join Miscellaneous Mathematical Symbols-A"), + ('⟗', "full outer join Miscellaneous Mathematical Symbols-A"), + ('⟘', "large up tack Miscellaneous Mathematical Symbols-A"), + ('⟙', "large down tack Miscellaneous Mathematical Symbols-A"), + ('⟚', "left and right double turnstile Miscellaneous Mathematical Symbols-A"), + ('⟛', "left and right tack Miscellaneous Mathematical Symbols-A"), + ('⟜', "left multimap Miscellaneous Mathematical Symbols-A"), + ('⟝', "long right tack Miscellaneous Mathematical Symbols-A"), + ('⟞', "long left tack Miscellaneous Mathematical Symbols-A"), + ('⟟', "up tack with circle above Miscellaneous Mathematical Symbols-A"), + ('⟠', "lozenge divided by horizontal rule Miscellaneous Mathematical Symbols-A"), + ('⟡', "white concave-sided diamond Miscellaneous Mathematical Symbols-A"), + ('⟢', "white concave-sided diamond with leftwards tick Miscellaneous Mathematical Symbols-A"), + ('⟣', "white concave-sided diamond with rightwards tick Miscellaneous Mathematical Symbols-A"), + ('⟤', "white square with leftwards tick Miscellaneous Mathematical Symbols-A"), + ('⟥', "white square with rightwards tick Miscellaneous Mathematical Symbols-A"), + ('⟦', "mathematical left white square bracket Miscellaneous Mathematical Symbols-A"), + ('⟧', "mathematical right white square bracket Miscellaneous Mathematical Symbols-A"), + ('⟨', "mathematical left angle bracket Miscellaneous Mathematical Symbols-A"), + ('⟩', "mathematical right angle bracket Miscellaneous Mathematical Symbols-A"), + ('⟪', "mathematical left double angle bracket Miscellaneous Mathematical Symbols-A"), + ('⟫', "mathematical right double angle bracket Miscellaneous Mathematical Symbols-A"), + ('⟬', "mathematical left white tortoise shell bracket Miscellaneous Mathematical Symbols-A"), + ('⟭', "mathematical right white tortoise shell bracket Miscellaneous Mathematical Symbols-A"), + ('⟮', "mathematical left flattened parenthesis Miscellaneous Mathematical Symbols-A"), + ('⟰', "upwards quadruple arrow Supplemental Arrows-A"), + ('⟱', "downwards quadruple arrow Supplemental Arrows-A"), + ('⟲', "anticlockwise gapped circle arrow Supplemental Arrows-A"), + ('⟳', "clockwise gapped circle arrow Supplemental Arrows-A"), + ('⟴', "right arrow with circled plus Supplemental Arrows-A"), + ('⟵', "long leftwards arrow Supplemental Arrows-A"), + ('⟶', "long rightwards arrow Supplemental Arrows-A"), + ('⟷', "long left right arrow Supplemental Arrows-A"), + ('⟸', "long leftwards double arrow Supplemental Arrows-A"), + ('⟹', "long rightwards double arrow Supplemental Arrows-A"), + ('⟺', "long left right double arrow Supplemental Arrows-A"), + ('⟻', "long leftwards arrow from bar Supplemental Arrows-A"), + ('⟼', "long rightwards arrow from bar Supplemental Arrows-A"), + ('⟽', "long leftwards double arrow from bar Supplemental Arrows-A"), + ('⟾', "long rightwards double arrow from bar Supplemental Arrows-A"), + ('⠀', "braille pattern blank Braille Patterns"), + ('⠁', "braille pattern dots-1 Braille Patterns"), + ('⠂', "braille pattern dots-2 Braille Patterns"), + ('⠃', "braille pattern dots-12 Braille Patterns"), + ('⠄', "braille pattern dots-3 Braille Patterns"), + ('⠅', "braille pattern dots-13 Braille Patterns"), + ('⠆', "braille pattern dots-23 Braille Patterns"), + ('⠇', "braille pattern dots-123 Braille Patterns"), + ('⠈', "braille pattern dots-4 Braille Patterns"), + ('⠉', "braille pattern dots-14 Braille Patterns"), + ('⠊', "braille pattern dots-24 Braille Patterns"), + ('⠋', "braille pattern dots-124 Braille Patterns"), + ('⠌', "braille pattern dots-34 Braille Patterns"), + ('⠍', "braille pattern dots-134 Braille Patterns"), + ('⠎', "braille pattern dots-234 Braille Patterns"), + ('⠏', "braille pattern dots-1234 Braille Patterns"), + ('⠐', "braille pattern dots-5 Braille Patterns"), + ('⠑', "braille pattern dots-15 Braille Patterns"), + ('⠒', "braille pattern dots-25 Braille Patterns"), + ('⠓', "braille pattern dots-125 Braille Patterns"), + ('⠔', "braille pattern dots-35 Braille Patterns"), + ('⠕', "braille pattern dots-135 Braille Patterns"), + ('⠖', "braille pattern dots-235 Braille Patterns"), + ('⠗', "braille pattern dots-1235 Braille Patterns"), + ('⠘', "braille pattern dots-45 Braille Patterns"), + ('⠙', "braille pattern dots-145 Braille Patterns"), + ('⠚', "braille pattern dots-245 Braille Patterns"), + ('⠛', "braille pattern dots-1245 Braille Patterns"), + ('⠜', "braille pattern dots-345 Braille Patterns"), + ('⠝', "braille pattern dots-1345 Braille Patterns"), + ('⠞', "braille pattern dots-2345 Braille Patterns"), + ('⠟', "braille pattern dots-12345 Braille Patterns"), + ('⠠', "braille pattern dots-6 Braille Patterns"), + ('⠡', "braille pattern dots-16 Braille Patterns"), + ('⠢', "braille pattern dots-26 Braille Patterns"), + ('⠣', "braille pattern dots-126 Braille Patterns"), + ('⠤', "braille pattern dots-36 Braille Patterns"), + ('⠥', "braille pattern dots-136 Braille Patterns"), + ('⠦', "braille pattern dots-236 Braille Patterns"), + ('⠧', "braille pattern dots-1236 Braille Patterns"), + ('⠨', "braille pattern dots-46 Braille Patterns"), + ('⠩', "braille pattern dots-146 Braille Patterns"), + ('⠪', "braille pattern dots-246 Braille Patterns"), + ('⠫', "braille pattern dots-1246 Braille Patterns"), + ('⠬', "braille pattern dots-346 Braille Patterns"), + ('⠭', "braille pattern dots-1346 Braille Patterns"), + ('⠮', "braille pattern dots-2346 Braille Patterns"), + ('⠯', "braille pattern dots-12346 Braille Patterns"), + ('⠰', "braille pattern dots-56 Braille Patterns"), + ('⠱', "braille pattern dots-156 Braille Patterns"), + ('⠲', "braille pattern dots-256 Braille Patterns"), + ('⠳', "braille pattern dots-1256 Braille Patterns"), + ('⠴', "braille pattern dots-356 Braille Patterns"), + ('⠵', "braille pattern dots-1356 Braille Patterns"), + ('⠶', "braille pattern dots-2356 Braille Patterns"), + ('⠷', "braille pattern dots-12356 Braille Patterns"), + ('⠸', "braille pattern dots-456 Braille Patterns"), + ('⠹', "braille pattern dots-1456 Braille Patterns"), + ('⠺', "braille pattern dots-2456 Braille Patterns"), + ('⠻', "braille pattern dots-12456 Braille Patterns"), + ('⠼', "braille pattern dots-3456 Braille Patterns"), + ('⠽', "braille pattern dots-13456 Braille Patterns"), + ('⠾', "braille pattern dots-23456 Braille Patterns"), + ('⠿', "braille pattern dots-123456 Braille Patterns"), + ('⡀', "braille pattern dots-7 Braille Patterns"), + ('⡁', "braille pattern dots-17 Braille Patterns"), + ('⡂', "braille pattern dots-27 Braille Patterns"), + ('⡃', "braille pattern dots-127 Braille Patterns"), + ('⡄', "braille pattern dots-37 Braille Patterns"), + ('⡅', "braille pattern dots-137 Braille Patterns"), + ('⡆', "braille pattern dots-237 Braille Patterns"), + ('⡇', "braille pattern dots-1237 Braille Patterns"), + ('⡈', "braille pattern dots-47 Braille Patterns"), + ('⡉', "braille pattern dots-147 Braille Patterns"), + ('⡊', "braille pattern dots-247 Braille Patterns"), + ('⡋', "braille pattern dots-1247 Braille Patterns"), + ('⡌', "braille pattern dots-347 Braille Patterns"), + ('⡍', "braille pattern dots-1347 Braille Patterns"), + ('⡎', "braille pattern dots-2347 Braille Patterns"), + ('⡏', "braille pattern dots-12347 Braille Patterns"), + ('⡐', "braille pattern dots-57 Braille Patterns"), + ('⡑', "braille pattern dots-157 Braille Patterns"), + ('⡒', "braille pattern dots-257 Braille Patterns"), + ('⡓', "braille pattern dots-1257 Braille Patterns"), + ('⡔', "braille pattern dots-357 Braille Patterns"), + ('⡕', "braille pattern dots-1357 Braille Patterns"), + ('⡖', "braille pattern dots-2357 Braille Patterns"), + ('⡗', "braille pattern dots-12357 Braille Patterns"), + ('⡘', "braille pattern dots-457 Braille Patterns"), + ('⡙', "braille pattern dots-1457 Braille Patterns"), + ('⡚', "braille pattern dots-2457 Braille Patterns"), + ('⡛', "braille pattern dots-12457 Braille Patterns"), + ('⡜', "braille pattern dots-3457 Braille Patterns"), + ('⡝', "braille pattern dots-13457 Braille Patterns"), + ('⡞', "braille pattern dots-23457 Braille Patterns"), + ('⡟', "braille pattern dots-123457 Braille Patterns"), + ('⡠', "braille pattern dots-67 Braille Patterns"), + ('⡡', "braille pattern dots-167 Braille Patterns"), + ('⡢', "braille pattern dots-267 Braille Patterns"), + ('⡣', "braille pattern dots-1267 Braille Patterns"), + ('⡤', "braille pattern dots-367 Braille Patterns"), + ('⡥', "braille pattern dots-1367 Braille Patterns"), + ('⡦', "braille pattern dots-2367 Braille Patterns"), + ('⡧', "braille pattern dots-12367 Braille Patterns"), + ('⡨', "braille pattern dots-467 Braille Patterns"), + ('⡩', "braille pattern dots-1467 Braille Patterns"), + ('⡪', "braille pattern dots-2467 Braille Patterns"), + ('⡫', "braille pattern dots-12467 Braille Patterns"), + ('⡬', "braille pattern dots-3467 Braille Patterns"), + ('⡭', "braille pattern dots-13467 Braille Patterns"), + ('⡮', "braille pattern dots-23467 Braille Patterns"), + ('⡯', "braille pattern dots-123467 Braille Patterns"), + ('⡰', "braille pattern dots-567 Braille Patterns"), + ('⡱', "braille pattern dots-1567 Braille Patterns"), + ('⡲', "braille pattern dots-2567 Braille Patterns"), + ('⡳', "braille pattern dots-12567 Braille Patterns"), + ('⡴', "braille pattern dots-3567 Braille Patterns"), + ('⡵', "braille pattern dots-13567 Braille Patterns"), + ('⡶', "braille pattern dots-23567 Braille Patterns"), + ('⡷', "braille pattern dots-123567 Braille Patterns"), + ('⡸', "braille pattern dots-4567 Braille Patterns"), + ('⡹', "braille pattern dots-14567 Braille Patterns"), + ('⡺', "braille pattern dots-24567 Braille Patterns"), + ('⡻', "braille pattern dots-124567 Braille Patterns"), + ('⡼', "braille pattern dots-34567 Braille Patterns"), + ('⡽', "braille pattern dots-134567 Braille Patterns"), + ('⡾', "braille pattern dots-234567 Braille Patterns"), + ('⡿', "braille pattern dots-1234567 Braille Patterns"), + ('⢀', "braille pattern dots-8 Braille Patterns"), + ('⢁', "braille pattern dots-18 Braille Patterns"), + ('⢂', "braille pattern dots-28 Braille Patterns"), + ('⢃', "braille pattern dots-128 Braille Patterns"), + ('⢄', "braille pattern dots-38 Braille Patterns"), + ('⢅', "braille pattern dots-138 Braille Patterns"), + ('⢆', "braille pattern dots-238 Braille Patterns"), + ('⢇', "braille pattern dots-1238 Braille Patterns"), + ('⢈', "braille pattern dots-48 Braille Patterns"), + ('⢉', "braille pattern dots-148 Braille Patterns"), + ('⢊', "braille pattern dots-248 Braille Patterns"), + ('⢋', "braille pattern dots-1248 Braille Patterns"), + ('⢌', "braille pattern dots-348 Braille Patterns"), + ('⢍', "braille pattern dots-1348 Braille Patterns"), + ('⢎', "braille pattern dots-2348 Braille Patterns"), + ('⢏', "braille pattern dots-12348 Braille Patterns"), + ('⢐', "braille pattern dots-58 Braille Patterns"), + ('⢑', "braille pattern dots-158 Braille Patterns"), + ('⢒', "braille pattern dots-258 Braille Patterns"), + ('⢓', "braille pattern dots-1258 Braille Patterns"), + ('⢔', "braille pattern dots-358 Braille Patterns"), + ('⢕', "braille pattern dots-1358 Braille Patterns"), + ('⢖', "braille pattern dots-2358 Braille Patterns"), + ('⢗', "braille pattern dots-12358 Braille Patterns"), + ('⢘', "braille pattern dots-458 Braille Patterns"), + ('⢙', "braille pattern dots-1458 Braille Patterns"), + ('⢚', "braille pattern dots-2458 Braille Patterns"), + ('⢛', "braille pattern dots-12458 Braille Patterns"), + ('⢜', "braille pattern dots-3458 Braille Patterns"), + ('⢝', "braille pattern dots-13458 Braille Patterns"), + ('⢞', "braille pattern dots-23458 Braille Patterns"), + ('⢟', "braille pattern dots-123458 Braille Patterns"), + ('⢠', "braille pattern dots-68 Braille Patterns"), + ('⢡', "braille pattern dots-168 Braille Patterns"), + ('⢢', "braille pattern dots-268 Braille Patterns"), + ('⢣', "braille pattern dots-1268 Braille Patterns"), + ('⢤', "braille pattern dots-368 Braille Patterns"), + ('⢥', "braille pattern dots-1368 Braille Patterns"), + ('⢦', "braille pattern dots-2368 Braille Patterns"), + ('⢧', "braille pattern dots-12368 Braille Patterns"), + ('⢨', "braille pattern dots-468 Braille Patterns"), + ('⢩', "braille pattern dots-1468 Braille Patterns"), + ('⢪', "braille pattern dots-2468 Braille Patterns"), + ('⢫', "braille pattern dots-12468 Braille Patterns"), + ('⢬', "braille pattern dots-3468 Braille Patterns"), + ('⢭', "braille pattern dots-13468 Braille Patterns"), + ('⢮', "braille pattern dots-23468 Braille Patterns"), + ('⢯', "braille pattern dots-123468 Braille Patterns"), + ('⢰', "braille pattern dots-568 Braille Patterns"), + ('⢱', "braille pattern dots-1568 Braille Patterns"), + ('⢲', "braille pattern dots-2568 Braille Patterns"), + ('⢳', "braille pattern dots-12568 Braille Patterns"), + ('⢴', "braille pattern dots-3568 Braille Patterns"), + ('⢵', "braille pattern dots-13568 Braille Patterns"), + ('⢶', "braille pattern dots-23568 Braille Patterns"), + ('⢷', "braille pattern dots-123568 Braille Patterns"), + ('⢸', "braille pattern dots-4568 Braille Patterns"), + ('⢹', "braille pattern dots-14568 Braille Patterns"), + ('⢺', "braille pattern dots-24568 Braille Patterns"), + ('⢻', "braille pattern dots-124568 Braille Patterns"), + ('⢼', "braille pattern dots-34568 Braille Patterns"), + ('⢽', "braille pattern dots-134568 Braille Patterns"), + ('⢾', "braille pattern dots-234568 Braille Patterns"), + ('⢿', "braille pattern dots-1234568 Braille Patterns"), + ('⣀', "braille pattern dots-78 Braille Patterns"), + ('⣁', "braille pattern dots-178 Braille Patterns"), + ('⣂', "braille pattern dots-278 Braille Patterns"), + ('⣃', "braille pattern dots-1278 Braille Patterns"), + ('⣄', "braille pattern dots-378 Braille Patterns"), + ('⣅', "braille pattern dots-1378 Braille Patterns"), + ('⣆', "braille pattern dots-2378 Braille Patterns"), + ('⣇', "braille pattern dots-12378 Braille Patterns"), + ('⣈', "braille pattern dots-478 Braille Patterns"), + ('⣉', "braille pattern dots-1478 Braille Patterns"), + ('⣊', "braille pattern dots-2478 Braille Patterns"), + ('⣋', "braille pattern dots-12478 Braille Patterns"), + ('⣌', "braille pattern dots-3478 Braille Patterns"), + ('⣍', "braille pattern dots-13478 Braille Patterns"), + ('⣎', "braille pattern dots-23478 Braille Patterns"), + ('⣏', "braille pattern dots-123478 Braille Patterns"), + ('⣐', "braille pattern dots-578 Braille Patterns"), + ('⣑', "braille pattern dots-1578 Braille Patterns"), + ('⣒', "braille pattern dots-2578 Braille Patterns"), + ('⣓', "braille pattern dots-12578 Braille Patterns"), + ('⣔', "braille pattern dots-3578 Braille Patterns"), + ('⣕', "braille pattern dots-13578 Braille Patterns"), + ('⣖', "braille pattern dots-23578 Braille Patterns"), + ('⣗', "braille pattern dots-123578 Braille Patterns"), + ('⣘', "braille pattern dots-4578 Braille Patterns"), + ('⣙', "braille pattern dots-14578 Braille Patterns"), + ('⣚', "braille pattern dots-24578 Braille Patterns"), + ('⣛', "braille pattern dots-124578 Braille Patterns"), + ('⣜', "braille pattern dots-34578 Braille Patterns"), + ('⣝', "braille pattern dots-134578 Braille Patterns"), + ('⣞', "braille pattern dots-234578 Braille Patterns"), + ('⣟', "braille pattern dots-1234578 Braille Patterns"), + ('⣠', "braille pattern dots-678 Braille Patterns"), + ('⣡', "braille pattern dots-1678 Braille Patterns"), + ('⣢', "braille pattern dots-2678 Braille Patterns"), + ('⣣', "braille pattern dots-12678 Braille Patterns"), + ('⣤', "braille pattern dots-3678 Braille Patterns"), + ('⣥', "braille pattern dots-13678 Braille Patterns"), + ('⣦', "braille pattern dots-23678 Braille Patterns"), + ('⣧', "braille pattern dots-123678 Braille Patterns"), + ('⣨', "braille pattern dots-4678 Braille Patterns"), + ('⣩', "braille pattern dots-14678 Braille Patterns"), + ('⣪', "braille pattern dots-24678 Braille Patterns"), + ('⣫', "braille pattern dots-124678 Braille Patterns"), + ('⣬', "braille pattern dots-34678 Braille Patterns"), + ('⣭', "braille pattern dots-134678 Braille Patterns"), + ('⣮', "braille pattern dots-234678 Braille Patterns"), + ('⣯', "braille pattern dots-1234678 Braille Patterns"), + ('⣰', "braille pattern dots-5678 Braille Patterns"), + ('⣱', "braille pattern dots-15678 Braille Patterns"), + ('⣲', "braille pattern dots-25678 Braille Patterns"), + ('⣳', "braille pattern dots-125678 Braille Patterns"), + ('⣴', "braille pattern dots-35678 Braille Patterns"), + ('⣵', "braille pattern dots-135678 Braille Patterns"), + ('⣶', "braille pattern dots-235678 Braille Patterns"), + ('⣷', "braille pattern dots-1235678 Braille Patterns"), + ('⣸', "braille pattern dots-45678 Braille Patterns"), + ('⣹', "braille pattern dots-145678 Braille Patterns"), + ('⣺', "braille pattern dots-245678 Braille Patterns"), + ('⣻', "braille pattern dots-1245678 Braille Patterns"), + ('⣼', "braille pattern dots-345678 Braille Patterns"), + ('⣽', "braille pattern dots-1345678 Braille Patterns"), + ('⣾', "braille pattern dots-2345678 Braille Patterns"), + ('⤀', "rightwards two-headed arrow with vertical stroke Supplemental Arrows-B"), + ('⤁', "rightwards two-headed arrow with double vertical stroke Supplemental Arrows-B"), + ('⤂', "leftwards double arrow with vertical stroke Supplemental Arrows-B"), + ('⤃', "rightwards double arrow with vertical stroke Supplemental Arrows-B"), + ('⤄', "left right double arrow with vertical stroke Supplemental Arrows-B"), + ('⤅', "rightwards two-headed arrow from bar Supplemental Arrows-B"), + ('⤆', "leftwards double arrow from bar Supplemental Arrows-B"), + ('⤇', "rightwards double arrow from bar Supplemental Arrows-B"), + ('⤈', "downwards arrow with horizontal stroke Supplemental Arrows-B"), + ('⤉', "upwards arrow with horizontal stroke Supplemental Arrows-B"), + ('⤊', "upwards triple arrow Supplemental Arrows-B"), + ('⤋', "downwards triple arrow Supplemental Arrows-B"), + ('⤌', "leftwards double dash arrow Supplemental Arrows-B"), + ('⤍', "rightwards double dash arrow Supplemental Arrows-B"), + ('⤎', "leftwards triple dash arrow Supplemental Arrows-B"), + ('⤏', "rightwards triple dash arrow Supplemental Arrows-B"), + ('⤐', "rightwards two-headed triple dash arrow Supplemental Arrows-B"), + ('⤑', "rightwards arrow with dotted stem Supplemental Arrows-B"), + ('⤒', "upwards arrow to bar Supplemental Arrows-B"), + ('⤓', "downwards arrow to bar Supplemental Arrows-B"), + ('⤔', "rightwards arrow with tail with vertical stroke Supplemental Arrows-B"), + ('⤕', "rightwards arrow with tail with double vertical stroke Supplemental Arrows-B"), + ('⤖', "rightwards two-headed arrow with tail Supplemental Arrows-B"), + ('⤗', "rightwards two-headed arrow with tail with vertical stroke Supplemental Arrows-B"), + ('⤘', "rightwards two-headed arrow with tail with double vertical stroke Supplemental Arrows-B"), + ('⤙', "leftwards arrow-tail Supplemental Arrows-B"), + ('⤚', "rightwards arrow-tail Supplemental Arrows-B"), + ('⤛', "leftwards double arrow-tail Supplemental Arrows-B"), + ('⤜', "rightwards double arrow-tail Supplemental Arrows-B"), + ('⤝', "leftwards arrow to black diamond Supplemental Arrows-B"), + ('⤞', "rightwards arrow to black diamond Supplemental Arrows-B"), + ('⤟', "leftwards arrow from bar to black diamond Supplemental Arrows-B"), + ('⤠', "rightwards arrow from bar to black diamond Supplemental Arrows-B"), + ('⤡', "north west and south east arrow Supplemental Arrows-B"), + ('⤢', "north east and south west arrow Supplemental Arrows-B"), + ('⤣', "north west arrow with hook Supplemental Arrows-B"), + ('⤤', "north east arrow with hook Supplemental Arrows-B"), + ('⤥', "south east arrow with hook Supplemental Arrows-B"), + ('⤦', "south west arrow with hook Supplemental Arrows-B"), + ('⤧', "north west arrow and north east arrow Supplemental Arrows-B"), + ('⤨', "north east arrow and south east arrow Supplemental Arrows-B"), + ('⤩', "south east arrow and south west arrow Supplemental Arrows-B"), + ('⤪', "south west arrow and north west arrow Supplemental Arrows-B"), + ('⤫', "rising diagonal crossing falling diagonal Supplemental Arrows-B"), + ('⤬', "falling diagonal crossing rising diagonal Supplemental Arrows-B"), + ('⤭', "south east arrow crossing north east arrow Supplemental Arrows-B"), + ('⤮', "north east arrow crossing south east arrow Supplemental Arrows-B"), + ('⤯', "falling diagonal crossing north east arrow Supplemental Arrows-B"), + ('⤰', "rising diagonal crossing south east arrow Supplemental Arrows-B"), + ('⤱', "north east arrow crossing north west arrow Supplemental Arrows-B"), + ('⤲', "north west arrow crossing north east arrow Supplemental Arrows-B"), + ('⤳', "wave arrow pointing directly right Supplemental Arrows-B"), + ('⤴', "arrow pointing rightwards then curving upwards Supplemental Arrows-B"), + ('⤵', "arrow pointing rightwards then curving downwards Supplemental Arrows-B"), + ('⤶', "arrow pointing downwards then curving leftwards Supplemental Arrows-B"), + ('⤷', "arrow pointing downwards then curving rightwards Supplemental Arrows-B"), + ('⤸', "right-side arc clockwise arrow Supplemental Arrows-B"), + ('⤹', "left-side arc anticlockwise arrow Supplemental Arrows-B"), + ('⤺', "top arc anticlockwise arrow Supplemental Arrows-B"), + ('⤻', "bottom arc anticlockwise arrow Supplemental Arrows-B"), + ('⤼', "top arc clockwise arrow with minus Supplemental Arrows-B"), + ('⤽', "top arc anticlockwise arrow with plus Supplemental Arrows-B"), + ('⤾', "lower right semicircular clockwise arrow Supplemental Arrows-B"), + ('⤿', "lower left semicircular anticlockwise arrow Supplemental Arrows-B"), + ('⥀', "anticlockwise closed circle arrow Supplemental Arrows-B"), + ('⥁', "clockwise closed circle arrow Supplemental Arrows-B"), + ('⥂', "rightwards arrow above short leftwards arrow Supplemental Arrows-B"), + ('⥃', "leftwards arrow above short rightwards arrow Supplemental Arrows-B"), + ('⥄', "short rightwards arrow above leftwards arrow Supplemental Arrows-B"), + ('⥅', "rightwards arrow with plus below Supplemental Arrows-B"), + ('⥆', "leftwards arrow with plus below Supplemental Arrows-B"), + ('⥇', "rightwards arrow through x Supplemental Arrows-B"), + ('⥈', "left right arrow through small circle Supplemental Arrows-B"), + ('⥉', "upwards two-headed arrow from small circle Supplemental Arrows-B"), + ('⥊', "left barb up right barb down harpoon Supplemental Arrows-B"), + ('⥋', "left barb down right barb up harpoon Supplemental Arrows-B"), + ('⥌', "up barb right down barb left harpoon Supplemental Arrows-B"), + ('⥍', "up barb left down barb right harpoon Supplemental Arrows-B"), + ('⥎', "left barb up right barb up harpoon Supplemental Arrows-B"), + ('⥏', "up barb right down barb right harpoon Supplemental Arrows-B"), + ('⥐', "left barb down right barb down harpoon Supplemental Arrows-B"), + ('⥑', "up barb left down barb left harpoon Supplemental Arrows-B"), + ('⥒', "leftwards harpoon with barb up to bar Supplemental Arrows-B"), + ('⥓', "rightwards harpoon with barb up to bar Supplemental Arrows-B"), + ('⥔', "upwards harpoon with barb right to bar Supplemental Arrows-B"), + ('⥕', "downwards harpoon with barb right to bar Supplemental Arrows-B"), + ('⥖', "leftwards harpoon with barb down to bar Supplemental Arrows-B"), + ('⥗', "rightwards harpoon with barb down to bar Supplemental Arrows-B"), + ('⥘', "upwards harpoon with barb left to bar Supplemental Arrows-B"), + ('⥙', "downwards harpoon with barb left to bar Supplemental Arrows-B"), + ('⥚', "leftwards harpoon with barb up from bar Supplemental Arrows-B"), + ('⥛', "rightwards harpoon with barb up from bar Supplemental Arrows-B"), + ('⥜', "upwards harpoon with barb right from bar Supplemental Arrows-B"), + ('⥝', "downwards harpoon with barb right from bar Supplemental Arrows-B"), + ('⥞', "leftwards harpoon with barb down from bar Supplemental Arrows-B"), + ('⥟', "rightwards harpoon with barb down from bar Supplemental Arrows-B"), + ('⥠', "upwards harpoon with barb left from bar Supplemental Arrows-B"), + ('⥡', "downwards harpoon with barb left from bar Supplemental Arrows-B"), + ('⥢', "leftwards harpoon with barb up above leftwards harpoon with barb down Supplemental Arrows-B"), + ('⥣', "upwards harpoon with barb left beside upwards harpoon with barb right Supplemental Arrows-B"), + ('⥤', "rightwards harpoon with barb up above rightwards harpoon with barb down Supplemental Arrows-B"), + ('⥥', "downwards harpoon with barb left beside downwards harpoon with barb right Supplemental Arrows-B"), + ('⥦', "leftwards harpoon with barb up above rightwards harpoon with barb up Supplemental Arrows-B"), + ('⥧', "leftwards harpoon with barb down above rightwards harpoon with barb down Supplemental Arrows-B"), + ('⥨', "rightwards harpoon with barb up above leftwards harpoon with barb up Supplemental Arrows-B"), + ('⥩', "rightwards harpoon with barb down above leftwards harpoon with barb down Supplemental Arrows-B"), + ('⥪', "leftwards harpoon with barb up above long dash Supplemental Arrows-B"), + ('⥫', "leftwards harpoon with barb down below long dash Supplemental Arrows-B"), + ('⥬', "rightwards harpoon with barb up above long dash Supplemental Arrows-B"), + ('⥭', "rightwards harpoon with barb down below long dash Supplemental Arrows-B"), + ('⥮', "upwards harpoon with barb left beside downwards harpoon with barb right Supplemental Arrows-B"), + ('⥯', "downwards harpoon with barb left beside upwards harpoon with barb right Supplemental Arrows-B"), + ('⥰', "right double arrow with rounded head Supplemental Arrows-B"), + ('⥱', "equals sign above rightwards arrow Supplemental Arrows-B"), + ('⥲', "tilde operator above rightwards arrow Supplemental Arrows-B"), + ('⥳', "leftwards arrow above tilde operator Supplemental Arrows-B"), + ('⥴', "rightwards arrow above tilde operator Supplemental Arrows-B"), + ('⥵', "rightwards arrow above almost equal to Supplemental Arrows-B"), + ('⥶', "less-than above leftwards arrow Supplemental Arrows-B"), + ('⥷', "leftwards arrow through less-than Supplemental Arrows-B"), + ('⥸', "greater-than above rightwards arrow Supplemental Arrows-B"), + ('⥹', "subset above rightwards arrow Supplemental Arrows-B"), + ('⥺', "leftwards arrow through subset Supplemental Arrows-B"), + ('⥻', "superset above leftwards arrow Supplemental Arrows-B"), + ('⥼', "left fish tail Supplemental Arrows-B"), + ('⥽', "right fish tail Supplemental Arrows-B"), + ('⥾', "up fish tail Supplemental Arrows-B"), + ('⦀', "triple vertical bar delimiter Miscellaneous Mathematical Symbols-B"), + ('⦁', "z notation spot Miscellaneous Mathematical Symbols-B"), + ('⦂', "z notation type colon Miscellaneous Mathematical Symbols-B"), + ('⦃', "left white curly bracket Miscellaneous Mathematical Symbols-B"), + ('⦄', "right white curly bracket Miscellaneous Mathematical Symbols-B"), + ('⦅', "left white parenthesis Miscellaneous Mathematical Symbols-B"), + ('⦆', "right white parenthesis Miscellaneous Mathematical Symbols-B"), + ('⦇', "z notation left image bracket Miscellaneous Mathematical Symbols-B"), + ('⦈', "z notation right image bracket Miscellaneous Mathematical Symbols-B"), + ('⦉', "z notation left binding bracket Miscellaneous Mathematical Symbols-B"), + ('⦊', "z notation right binding bracket Miscellaneous Mathematical Symbols-B"), + ('⦋', "left square bracket with underbar Miscellaneous Mathematical Symbols-B"), + ('⦌', "right square bracket with underbar Miscellaneous Mathematical Symbols-B"), + ('⦍', "left square bracket with tick in top corner Miscellaneous Mathematical Symbols-B"), + ('⦎', "right square bracket with tick in bottom corner Miscellaneous Mathematical Symbols-B"), + ('⦏', "left square bracket with tick in bottom corner Miscellaneous Mathematical Symbols-B"), + ('⦐', "right square bracket with tick in top corner Miscellaneous Mathematical Symbols-B"), + ('⦑', "left angle bracket with dot Miscellaneous Mathematical Symbols-B"), + ('⦒', "right angle bracket with dot Miscellaneous Mathematical Symbols-B"), + ('⦓', "left arc less-than bracket Miscellaneous Mathematical Symbols-B"), + ('⦔', "right arc greater-than bracket Miscellaneous Mathematical Symbols-B"), + ('⦕', "double left arc greater-than bracket Miscellaneous Mathematical Symbols-B"), + ('⦖', "double right arc less-than bracket Miscellaneous Mathematical Symbols-B"), + ('⦗', "left black tortoise shell bracket Miscellaneous Mathematical Symbols-B"), + ('⦘', "right black tortoise shell bracket Miscellaneous Mathematical Symbols-B"), + ('⦙', "dotted fence Miscellaneous Mathematical Symbols-B"), + ('⦚', "vertical zigzag line Miscellaneous Mathematical Symbols-B"), + ('⦛', "measured angle opening left Miscellaneous Mathematical Symbols-B"), + ('⦜', "right angle variant with square Miscellaneous Mathematical Symbols-B"), + ('⦝', "measured right angle with dot Miscellaneous Mathematical Symbols-B"), + ('⦞', "angle with s inside Miscellaneous Mathematical Symbols-B"), + ('⦟', "acute angle Miscellaneous Mathematical Symbols-B"), + ('⦠', "spherical angle opening left Miscellaneous Mathematical Symbols-B"), + ('⦡', "spherical angle opening up Miscellaneous Mathematical Symbols-B"), + ('⦢', "turned angle Miscellaneous Mathematical Symbols-B"), + ('⦣', "reversed angle Miscellaneous Mathematical Symbols-B"), + ('⦤', "angle with underbar Miscellaneous Mathematical Symbols-B"), + ('⦥', "reversed angle with underbar Miscellaneous Mathematical Symbols-B"), + ('⦦', "oblique angle opening up Miscellaneous Mathematical Symbols-B"), + ('⦧', "oblique angle opening down Miscellaneous Mathematical Symbols-B"), + ('⦨', "measured angle with open arm ending in arrow pointing up and right Miscellaneous Mathematical Symbols-B"), + ('⦩', "measured angle with open arm ending in arrow pointing up and left Miscellaneous Mathematical Symbols-B"), + ('⦪', "measured angle with open arm ending in arrow pointing down and right Miscellaneous Mathematical Symbols-B"), + ('⦫', "measured angle with open arm ending in arrow pointing down and left Miscellaneous Mathematical Symbols-B"), + ('⦬', "measured angle with open arm ending in arrow pointing right and up Miscellaneous Mathematical Symbols-B"), + ('⦭', "measured angle with open arm ending in arrow pointing left and up Miscellaneous Mathematical Symbols-B"), + ('⦮', "measured angle with open arm ending in arrow pointing right and down Miscellaneous Mathematical Symbols-B"), + ('⦯', "measured angle with open arm ending in arrow pointing left and down Miscellaneous Mathematical Symbols-B"), + ('⦰', "reversed empty set Miscellaneous Mathematical Symbols-B"), + ('⦱', "empty set with overbar Miscellaneous Mathematical Symbols-B"), + ('⦲', "empty set with small circle above Miscellaneous Mathematical Symbols-B"), + ('⦳', "empty set with right arrow above Miscellaneous Mathematical Symbols-B"), + ('⦴', "empty set with left arrow above Miscellaneous Mathematical Symbols-B"), + ('⦵', "circle with horizontal bar Miscellaneous Mathematical Symbols-B"), + ('⦶', "circled vertical bar Miscellaneous Mathematical Symbols-B"), + ('⦷', "circled parallel Miscellaneous Mathematical Symbols-B"), + ('⦸', "circled reverse solidus Miscellaneous Mathematical Symbols-B"), + ('⦹', "circled perpendicular Miscellaneous Mathematical Symbols-B"), + ('⦺', "circle divided by horizontal bar and top half divided by vertical bar Miscellaneous Mathematical Symbols-B"), + ('⦻', "circle with superimposed x Miscellaneous Mathematical Symbols-B"), + ('⦼', "circled anticlockwise-rotated division sign Miscellaneous Mathematical Symbols-B"), + ('⦽', "up arrow through circle Miscellaneous Mathematical Symbols-B"), + ('⦾', "circled white bullet Miscellaneous Mathematical Symbols-B"), + ('⦿', "circled bullet Miscellaneous Mathematical Symbols-B"), + ('⧀', "circled less-than Miscellaneous Mathematical Symbols-B"), + ('⧁', "circled greater-than Miscellaneous Mathematical Symbols-B"), + ('⧂', "circle with small circle to the right Miscellaneous Mathematical Symbols-B"), + ('⧃', "circle with two horizontal strokes to the right Miscellaneous Mathematical Symbols-B"), + ('⧄', "squared rising diagonal slash Miscellaneous Mathematical Symbols-B"), + ('⧅', "squared falling diagonal slash Miscellaneous Mathematical Symbols-B"), + ('⧆', "squared asterisk Miscellaneous Mathematical Symbols-B"), + ('⧇', "squared small circle Miscellaneous Mathematical Symbols-B"), + ('⧈', "squared square Miscellaneous Mathematical Symbols-B"), + ('⧉', "two joined squares Miscellaneous Mathematical Symbols-B"), + ('⧊', "triangle with dot above Miscellaneous Mathematical Symbols-B"), + ('⧋', "triangle with underbar Miscellaneous Mathematical Symbols-B"), + ('⧌', "s in triangle Miscellaneous Mathematical Symbols-B"), + ('⧍', "triangle with serifs at bottom Miscellaneous Mathematical Symbols-B"), + ('⧎', "right triangle above left triangle Miscellaneous Mathematical Symbols-B"), + ('⧏', "left triangle beside vertical bar Miscellaneous Mathematical Symbols-B"), + ('⧐', "vertical bar beside right triangle Miscellaneous Mathematical Symbols-B"), + ('⧑', "bowtie with left half black Miscellaneous Mathematical Symbols-B"), + ('⧒', "bowtie with right half black Miscellaneous Mathematical Symbols-B"), + ('⧓', "black bowtie Miscellaneous Mathematical Symbols-B"), + ('⧔', "times with left half black Miscellaneous Mathematical Symbols-B"), + ('⧕', "times with right half black Miscellaneous Mathematical Symbols-B"), + ('⧖', "white hourglass Miscellaneous Mathematical Symbols-B"), + ('⧗', "black hourglass Miscellaneous Mathematical Symbols-B"), + ('⧘', "left wiggly fence Miscellaneous Mathematical Symbols-B"), + ('⧙', "right wiggly fence Miscellaneous Mathematical Symbols-B"), + ('⧚', "left double wiggly fence Miscellaneous Mathematical Symbols-B"), + ('⧛', "right double wiggly fence Miscellaneous Mathematical Symbols-B"), + ('⧜', "incomplete infinity Miscellaneous Mathematical Symbols-B"), + ('⧝', "tie over infinity Miscellaneous Mathematical Symbols-B"), + ('⧞', "infinity negated with vertical bar Miscellaneous Mathematical Symbols-B"), + ('⧟', "double-ended multimap Miscellaneous Mathematical Symbols-B"), + ('⧠', "square with contoured outline Miscellaneous Mathematical Symbols-B"), + ('⧡', "increases as Miscellaneous Mathematical Symbols-B"), + ('⧢', "shuffle product Miscellaneous Mathematical Symbols-B"), + ('⧣', "equals sign and slanted parallel Miscellaneous Mathematical Symbols-B"), + ('⧤', "equals sign and slanted parallel with tilde above Miscellaneous Mathematical Symbols-B"), + ('⧥', "identical to and slanted parallel Miscellaneous Mathematical Symbols-B"), + ('⧦', "gleich stark Miscellaneous Mathematical Symbols-B"), + ('⧧', "thermodynamic Miscellaneous Mathematical Symbols-B"), + ('⧨', "down-pointing triangle with left half black Miscellaneous Mathematical Symbols-B"), + ('⧩', "down-pointing triangle with right half black Miscellaneous Mathematical Symbols-B"), + ('⧪', "black diamond with down arrow Miscellaneous Mathematical Symbols-B"), + ('⧫', "black lozenge Miscellaneous Mathematical Symbols-B"), + ('⧬', "white circle with down arrow Miscellaneous Mathematical Symbols-B"), + ('⧭', "black circle with down arrow Miscellaneous Mathematical Symbols-B"), + ('⧮', "error-barred white square Miscellaneous Mathematical Symbols-B"), + ('⧯', "error-barred black square Miscellaneous Mathematical Symbols-B"), + ('⧰', "error-barred white diamond Miscellaneous Mathematical Symbols-B"), + ('⧱', "error-barred black diamond Miscellaneous Mathematical Symbols-B"), + ('⧲', "error-barred white circle Miscellaneous Mathematical Symbols-B"), + ('⧳', "error-barred black circle Miscellaneous Mathematical Symbols-B"), + ('⧴', "rule-delayed Miscellaneous Mathematical Symbols-B"), + ('⧵', "reverse solidus operator Miscellaneous Mathematical Symbols-B"), + ('⧶', "solidus with overbar Miscellaneous Mathematical Symbols-B"), + ('⧷', "reverse solidus with horizontal stroke Miscellaneous Mathematical Symbols-B"), + ('⧸', "big solidus Miscellaneous Mathematical Symbols-B"), + ('⧹', "big reverse solidus Miscellaneous Mathematical Symbols-B"), + ('⧺', "double plus Miscellaneous Mathematical Symbols-B"), + ('⧻', "triple plus Miscellaneous Mathematical Symbols-B"), + ('⧼', "left-pointing curved angle bracket Miscellaneous Mathematical Symbols-B"), + ('⧽', "right-pointing curved angle bracket Miscellaneous Mathematical Symbols-B"), + ('⧾', "tiny Miscellaneous Mathematical Symbols-B"), + ('⨀', "n-ary circled dot operator Supplemental Mathematical Operators"), + ('⨁', "n-ary circled plus operator Supplemental Mathematical Operators"), + ('⨂', "n-ary circled times operator Supplemental Mathematical Operators"), + ('⨃', "n-ary union operator with dot Supplemental Mathematical Operators"), + ('⨄', "n-ary union operator with plus Supplemental Mathematical Operators"), + ('⨅', "n-ary square intersection operator Supplemental Mathematical Operators"), + ('⨆', "n-ary square union operator Supplemental Mathematical Operators"), + ('⨇', "two logical and operator Supplemental Mathematical Operators"), + ('⨈', "two logical or operator Supplemental Mathematical Operators"), + ('⨉', "n-ary times operator Supplemental Mathematical Operators"), + ('⨊', "modulo two sum Supplemental Mathematical Operators"), + ('⨋', "summation with integral Supplemental Mathematical Operators"), + ('⨌', "quadruple integral operator Supplemental Mathematical Operators"), + ('⨍', "finite part integral Supplemental Mathematical Operators"), + ('⨎', "integral with double stroke Supplemental Mathematical Operators"), + ('⨏', "integral average with slash Supplemental Mathematical Operators"), + ('⨐', "circulation function Supplemental Mathematical Operators"), + ('⨑', "anticlockwise integration Supplemental Mathematical Operators"), + ('⨒', "line integration with rectangular path around pole Supplemental Mathematical Operators"), + ('⨓', "line integration with semicircular path around pole Supplemental Mathematical Operators"), + ('⨔', "line integration not including the pole Supplemental Mathematical Operators"), + ('⨕', "integral around a point operator Supplemental Mathematical Operators"), + ('⨖', "quaternion integral operator Supplemental Mathematical Operators"), + ('⨗', "integral with leftwards arrow with hook Supplemental Mathematical Operators"), + ('⨘', "integral with times sign Supplemental Mathematical Operators"), + ('⨙', "integral with intersection Supplemental Mathematical Operators"), + ('⨚', "integral with union Supplemental Mathematical Operators"), + ('⨛', "integral with overbar Supplemental Mathematical Operators"), + ('⨜', "integral with underbar Supplemental Mathematical Operators"), + ('⨝', "join Supplemental Mathematical Operators"), + ('⨞', "large left triangle operator Supplemental Mathematical Operators"), + ('⨟', "z notation schema composition Supplemental Mathematical Operators"), + ('⨠', "z notation schema piping Supplemental Mathematical Operators"), + ('⨡', "z notation schema projection Supplemental Mathematical Operators"), + ('⨢', "plus sign with small circle above Supplemental Mathematical Operators"), + ('⨣', "plus sign with circumflex accent above Supplemental Mathematical Operators"), + ('⨤', "plus sign with tilde above Supplemental Mathematical Operators"), + ('⨥', "plus sign with dot below Supplemental Mathematical Operators"), + ('⨦', "plus sign with tilde below Supplemental Mathematical Operators"), + ('⨧', "plus sign with subscript two Supplemental Mathematical Operators"), + ('⨨', "plus sign with black triangle Supplemental Mathematical Operators"), + ('⨩', "minus sign with comma above Supplemental Mathematical Operators"), + ('⨪', "minus sign with dot below Supplemental Mathematical Operators"), + ('⨫', "minus sign with falling dots Supplemental Mathematical Operators"), + ('⨬', "minus sign with rising dots Supplemental Mathematical Operators"), + ('⨭', "plus sign in left half circle Supplemental Mathematical Operators"), + ('⨮', "plus sign in right half circle Supplemental Mathematical Operators"), + ('⨯', "vector or cross product Supplemental Mathematical Operators"), + ('⨰', "multiplication sign with dot above Supplemental Mathematical Operators"), + ('⨱', "multiplication sign with underbar Supplemental Mathematical Operators"), + ('⨲', "semidirect product with bottom closed Supplemental Mathematical Operators"), + ('⨳', "smash product Supplemental Mathematical Operators"), + ('⨴', "multiplication sign in left half circle Supplemental Mathematical Operators"), + ('⨵', "multiplication sign in right half circle Supplemental Mathematical Operators"), + ('⨶', "circled multiplication sign with circumflex accent Supplemental Mathematical Operators"), + ('⨷', "multiplication sign in double circle Supplemental Mathematical Operators"), + ('⨸', "circled division sign Supplemental Mathematical Operators"), + ('⨹', "plus sign in triangle Supplemental Mathematical Operators"), + ('⨺', "minus sign in triangle Supplemental Mathematical Operators"), + ('⨻', "multiplication sign in triangle Supplemental Mathematical Operators"), + ('⨼', "interior product Supplemental Mathematical Operators"), + ('⨽', "righthand interior product Supplemental Mathematical Operators"), + ('⨾', "z notation relational composition Supplemental Mathematical Operators"), + ('⨿', "amalgamation or coproduct Supplemental Mathematical Operators"), + ('⩀', "intersection with dot Supplemental Mathematical Operators"), + ('⩁', "union with minus sign Supplemental Mathematical Operators"), + ('⩂', "union with overbar Supplemental Mathematical Operators"), + ('⩃', "intersection with overbar Supplemental Mathematical Operators"), + ('⩄', "intersection with logical and Supplemental Mathematical Operators"), + ('⩅', "union with logical or Supplemental Mathematical Operators"), + ('⩆', "union above intersection Supplemental Mathematical Operators"), + ('⩇', "intersection above union Supplemental Mathematical Operators"), + ('⩈', "union above bar above intersection Supplemental Mathematical Operators"), + ('⩉', "intersection above bar above union Supplemental Mathematical Operators"), + ('⩊', "union beside and joined with union Supplemental Mathematical Operators"), + ('⩋', "intersection beside and joined with intersection Supplemental Mathematical Operators"), + ('⩌', "closed union with serifs Supplemental Mathematical Operators"), + ('⩍', "closed intersection with serifs Supplemental Mathematical Operators"), + ('⩎', "double square intersection Supplemental Mathematical Operators"), + ('⩏', "double square union Supplemental Mathematical Operators"), + ('⩐', "closed union with serifs and smash product Supplemental Mathematical Operators"), + ('⩑', "logical and with dot above Supplemental Mathematical Operators"), + ('⩒', "logical or with dot above Supplemental Mathematical Operators"), + ('⩓', "double logical and Supplemental Mathematical Operators"), + ('⩔', "double logical or Supplemental Mathematical Operators"), + ('⩕', "two intersecting logical and Supplemental Mathematical Operators"), + ('⩖', "two intersecting logical or Supplemental Mathematical Operators"), + ('⩗', "sloping large or Supplemental Mathematical Operators"), + ('⩘', "sloping large and Supplemental Mathematical Operators"), + ('⩙', "logical or overlapping logical and Supplemental Mathematical Operators"), + ('⩚', "logical and with middle stem Supplemental Mathematical Operators"), + ('⩛', "logical or with middle stem Supplemental Mathematical Operators"), + ('⩜', "logical and with horizontal dash Supplemental Mathematical Operators"), + ('⩝', "logical or with horizontal dash Supplemental Mathematical Operators"), + ('⩞', "logical and with double overbar Supplemental Mathematical Operators"), + ('⩟', "logical and with underbar Supplemental Mathematical Operators"), + ('⩠', "logical and with double underbar Supplemental Mathematical Operators"), + ('⩡', "small vee with underbar Supplemental Mathematical Operators"), + ('⩢', "logical or with double overbar Supplemental Mathematical Operators"), + ('⩣', "logical or with double underbar Supplemental Mathematical Operators"), + ('⩤', "z notation domain antirestriction Supplemental Mathematical Operators"), + ('⩥', "z notation range antirestriction Supplemental Mathematical Operators"), + ('⩦', "equals sign with dot below Supplemental Mathematical Operators"), + ('⩧', "identical with dot above Supplemental Mathematical Operators"), + ('⩨', "triple horizontal bar with double vertical stroke Supplemental Mathematical Operators"), + ('⩩', "triple horizontal bar with triple vertical stroke Supplemental Mathematical Operators"), + ('⩪', "tilde operator with dot above Supplemental Mathematical Operators"), + ('⩫', "tilde operator with rising dots Supplemental Mathematical Operators"), + ('⩬', "similar minus similar Supplemental Mathematical Operators"), + ('⩭', "congruent with dot above Supplemental Mathematical Operators"), + ('⩮', "equals with asterisk Supplemental Mathematical Operators"), + ('⩯', "almost equal to with circumflex accent Supplemental Mathematical Operators"), + ('⩰', "approximately equal or equal to Supplemental Mathematical Operators"), + ('⩱', "equals sign above plus sign Supplemental Mathematical Operators"), + ('⩲', "plus sign above equals sign Supplemental Mathematical Operators"), + ('⩳', "equals sign above tilde operator Supplemental Mathematical Operators"), + ('⩴', "double colon equal Supplemental Mathematical Operators"), + ('⩵', "two consecutive equals signs Supplemental Mathematical Operators"), + ('⩶', "three consecutive equals signs Supplemental Mathematical Operators"), + ('⩷', "equals sign with two dots above and two dots below Supplemental Mathematical Operators"), + ('⩸', "equivalent with four dots above Supplemental Mathematical Operators"), + ('⩹', "less-than with circle inside Supplemental Mathematical Operators"), + ('⩺', "greater-than with circle inside Supplemental Mathematical Operators"), + ('⩻', "less-than with question mark above Supplemental Mathematical Operators"), + ('⩼', "greater-than with question mark above Supplemental Mathematical Operators"), + ('⩽', "less-than or slanted equal to Supplemental Mathematical Operators"), + ('⩾', "greater-than or slanted equal to Supplemental Mathematical Operators"), + ('⩿', "less-than or slanted equal to with dot inside Supplemental Mathematical Operators"), + ('⪀', "greater-than or slanted equal to with dot inside Supplemental Mathematical Operators"), + ('⪁', "less-than or slanted equal to with dot above Supplemental Mathematical Operators"), + ('⪂', "greater-than or slanted equal to with dot above Supplemental Mathematical Operators"), + ('⪃', "less-than or slanted equal to with dot above right Supplemental Mathematical Operators"), + ('⪄', "greater-than or slanted equal to with dot above left Supplemental Mathematical Operators"), + ('⪅', "less-than or approximate Supplemental Mathematical Operators"), + ('⪆', "greater-than or approximate Supplemental Mathematical Operators"), + ('⪇', "less-than and single-line not equal to Supplemental Mathematical Operators"), + ('⪈', "greater-than and single-line not equal to Supplemental Mathematical Operators"), + ('⪉', "less-than and not approximate Supplemental Mathematical Operators"), + ('⪊', "greater-than and not approximate Supplemental Mathematical Operators"), + ('⪋', "less-than above double-line equal above greater-than Supplemental Mathematical Operators"), + ('⪌', "greater-than above double-line equal above less-than Supplemental Mathematical Operators"), + ('⪍', "less-than above similar or equal Supplemental Mathematical Operators"), + ('⪎', "greater-than above similar or equal Supplemental Mathematical Operators"), + ('⪏', "less-than above similar above greater-than Supplemental Mathematical Operators"), + ('⪐', "greater-than above similar above less-than Supplemental Mathematical Operators"), + ('⪑', "less-than above greater-than above double-line equal Supplemental Mathematical Operators"), + ('⪒', "greater-than above less-than above double-line equal Supplemental Mathematical Operators"), + ('⪓', "less-than above slanted equal above greater-than above slanted equal Supplemental Mathematical Operators"), + ('⪔', "greater-than above slanted equal above less-than above slanted equal Supplemental Mathematical Operators"), + ('⪕', "slanted equal to or less-than Supplemental Mathematical Operators"), + ('⪖', "slanted equal to or greater-than Supplemental Mathematical Operators"), + ('⪗', "slanted equal to or less-than with dot inside Supplemental Mathematical Operators"), + ('⪘', "slanted equal to or greater-than with dot inside Supplemental Mathematical Operators"), + ('⪙', "double-line equal to or less-than Supplemental Mathematical Operators"), + ('⪚', "double-line equal to or greater-than Supplemental Mathematical Operators"), + ('⪛', "double-line slanted equal to or less-than Supplemental Mathematical Operators"), + ('⪜', "double-line slanted equal to or greater-than Supplemental Mathematical Operators"), + ('⪝', "similar or less-than Supplemental Mathematical Operators"), + ('⪞', "similar or greater-than Supplemental Mathematical Operators"), + ('⪟', "similar above less-than above equals sign Supplemental Mathematical Operators"), + ('⪠', "similar above greater-than above equals sign Supplemental Mathematical Operators"), + ('⪡', "double nested less-than Supplemental Mathematical Operators"), + ('⪢', "double nested greater-than Supplemental Mathematical Operators"), + ('⪣', "double nested less-than with underbar Supplemental Mathematical Operators"), + ('⪤', "greater-than overlapping less-than Supplemental Mathematical Operators"), + ('⪥', "greater-than beside less-than Supplemental Mathematical Operators"), + ('⪦', "less-than closed by curve Supplemental Mathematical Operators"), + ('⪧', "greater-than closed by curve Supplemental Mathematical Operators"), + ('⪨', "less-than closed by curve above slanted equal Supplemental Mathematical Operators"), + ('⪩', "greater-than closed by curve above slanted equal Supplemental Mathematical Operators"), + ('⪪', "smaller than Supplemental Mathematical Operators"), + ('⪫', "larger than Supplemental Mathematical Operators"), + ('⪬', "smaller than or equal to Supplemental Mathematical Operators"), + ('⪭', "larger than or equal to Supplemental Mathematical Operators"), + ('⪮', "equals sign with bumpy above Supplemental Mathematical Operators"), + ('⪯', "precedes above single-line equals sign Supplemental Mathematical Operators"), + ('⪰', "succeeds above single-line equals sign Supplemental Mathematical Operators"), + ('⪱', "precedes above single-line not equal to Supplemental Mathematical Operators"), + ('⪲', "succeeds above single-line not equal to Supplemental Mathematical Operators"), + ('⪳', "precedes above equals sign Supplemental Mathematical Operators"), + ('⪴', "succeeds above equals sign Supplemental Mathematical Operators"), + ('⪵', "precedes above not equal to Supplemental Mathematical Operators"), + ('⪶', "succeeds above not equal to Supplemental Mathematical Operators"), + ('⪷', "precedes above almost equal to Supplemental Mathematical Operators"), + ('⪸', "succeeds above almost equal to Supplemental Mathematical Operators"), + ('⪹', "precedes above not almost equal to Supplemental Mathematical Operators"), + ('⪺', "succeeds above not almost equal to Supplemental Mathematical Operators"), + ('⪻', "double precedes Supplemental Mathematical Operators"), + ('⪼', "double succeeds Supplemental Mathematical Operators"), + ('⪽', "subset with dot Supplemental Mathematical Operators"), + ('⪾', "superset with dot Supplemental Mathematical Operators"), + ('⪿', "subset with plus sign below Supplemental Mathematical Operators"), + ('⫀', "superset with plus sign below Supplemental Mathematical Operators"), + ('⫁', "subset with multiplication sign below Supplemental Mathematical Operators"), + ('⫂', "superset with multiplication sign below Supplemental Mathematical Operators"), + ('⫃', "subset of or equal to with dot above Supplemental Mathematical Operators"), + ('⫄', "superset of or equal to with dot above Supplemental Mathematical Operators"), + ('⫅', "subset of above equals sign Supplemental Mathematical Operators"), + ('⫆', "superset of above equals sign Supplemental Mathematical Operators"), + ('⫇', "subset of above tilde operator Supplemental Mathematical Operators"), + ('⫈', "superset of above tilde operator Supplemental Mathematical Operators"), + ('⫉', "subset of above almost equal to Supplemental Mathematical Operators"), + ('⫊', "superset of above almost equal to Supplemental Mathematical Operators"), + ('⫋', "subset of above not equal to Supplemental Mathematical Operators"), + ('⫌', "superset of above not equal to Supplemental Mathematical Operators"), + ('⫍', "square left open box operator Supplemental Mathematical Operators"), + ('⫎', "square right open box operator Supplemental Mathematical Operators"), + ('⫏', "closed subset Supplemental Mathematical Operators"), + ('⫐', "closed superset Supplemental Mathematical Operators"), + ('⫑', "closed subset or equal to Supplemental Mathematical Operators"), + ('⫒', "closed superset or equal to Supplemental Mathematical Operators"), + ('⫓', "subset above superset Supplemental Mathematical Operators"), + ('⫔', "superset above subset Supplemental Mathematical Operators"), + ('⫕', "subset above subset Supplemental Mathematical Operators"), + ('⫖', "superset above superset Supplemental Mathematical Operators"), + ('⫗', "superset beside subset Supplemental Mathematical Operators"), + ('⫘', "superset beside and joined by dash with subset Supplemental Mathematical Operators"), + ('⫙', "element of opening downwards Supplemental Mathematical Operators"), + ('⫚', "pitchfork with tee top Supplemental Mathematical Operators"), + ('⫛', "transversal intersection Supplemental Mathematical Operators"), + ('⫝̸', "forking Supplemental Mathematical Operators"), + ('⫝', "nonforking Supplemental Mathematical Operators"), + ('⫞', "short left tack Supplemental Mathematical Operators"), + ('⫟', "short down tack Supplemental Mathematical Operators"), + ('⫠', "short up tack Supplemental Mathematical Operators"), + ('⫡', "perpendicular with s Supplemental Mathematical Operators"), + ('⫢', "vertical bar triple right turnstile Supplemental Mathematical Operators"), + ('⫣', "double vertical bar left turnstile Supplemental Mathematical Operators"), + ('⫤', "vertical bar double left turnstile Supplemental Mathematical Operators"), + ('⫥', "double vertical bar double left turnstile Supplemental Mathematical Operators"), + ('⫦', "long dash from left member of double vertical Supplemental Mathematical Operators"), + ('⫧', "short down tack with overbar Supplemental Mathematical Operators"), + ('⫨', "short up tack with underbar Supplemental Mathematical Operators"), + ('⫩', "short up tack above short down tack Supplemental Mathematical Operators"), + ('⫪', "double down tack Supplemental Mathematical Operators"), + ('⫫', "double up tack Supplemental Mathematical Operators"), + ('⫬', "double stroke not sign Supplemental Mathematical Operators"), + ('⫭', "reversed double stroke not sign Supplemental Mathematical Operators"), + ('⫮', "does not divide with reversed negation slash Supplemental Mathematical Operators"), + ('⫯', "vertical line with circle above Supplemental Mathematical Operators"), + ('⫰', "vertical line with circle below Supplemental Mathematical Operators"), + ('⫱', "down tack with circle below Supplemental Mathematical Operators"), + ('⫲', "parallel with horizontal stroke Supplemental Mathematical Operators"), + ('⫳', "parallel with tilde operator Supplemental Mathematical Operators"), + ('⫴', "triple vertical bar binary relation Supplemental Mathematical Operators"), + ('⫵', "triple vertical bar with horizontal stroke Supplemental Mathematical Operators"), + ('⫶', "triple colon operator Supplemental Mathematical Operators"), + ('⫷', "triple nested less-than Supplemental Mathematical Operators"), + ('⫸', "triple nested greater-than Supplemental Mathematical Operators"), + ('⫹', "double-line slanted less-than or equal to Supplemental Mathematical Operators"), + ('⫺', "double-line slanted greater-than or equal to Supplemental Mathematical Operators"), + ('⫻', "triple solidus binary relation Supplemental Mathematical Operators"), + ('⫼', "large triple vertical bar operator Supplemental Mathematical Operators"), + ('⫽', "double solidus operator Supplemental Mathematical Operators"), + ('⫾', "white vertical bar Supplemental Mathematical Operators"), + ('⬀', "north east white arrow Miscellaneous Symbols and Arrows"), + ('⬁', "north west white arrow Miscellaneous Symbols and Arrows"), + ('⬂', "south east white arrow Miscellaneous Symbols and Arrows"), + ('⬃', "south west white arrow Miscellaneous Symbols and Arrows"), + ('⬄', "left right white arrow Miscellaneous Symbols and Arrows"), + ('⬅', "leftwards black arrow Miscellaneous Symbols and Arrows"), + ('⬆', "upwards black arrow Miscellaneous Symbols and Arrows"), + ('⬇', "downwards black arrow Miscellaneous Symbols and Arrows"), + ('⬈', "north east black arrow Miscellaneous Symbols and Arrows"), + ('⬉', "north west black arrow Miscellaneous Symbols and Arrows"), + ('⬊', "south east black arrow Miscellaneous Symbols and Arrows"), + ('⬋', "south west black arrow Miscellaneous Symbols and Arrows"), + ('⬌', "left right black arrow Miscellaneous Symbols and Arrows"), + ('⬍', "up down black arrow Miscellaneous Symbols and Arrows"), + ('⬎', "rightwards arrow with tip downwards Miscellaneous Symbols and Arrows"), + ('⬏', "rightwards arrow with tip upwards Miscellaneous Symbols and Arrows"), + ('⬐', "leftwards arrow with tip downwards Miscellaneous Symbols and Arrows"), + ('⬑', "leftwards arrow with tip upwards Miscellaneous Symbols and Arrows"), + ('⬒', "square with top half black Miscellaneous Symbols and Arrows"), + ('⬓', "square with bottom half black Miscellaneous Symbols and Arrows"), + ('⬔', "square with upper right diagonal half black Miscellaneous Symbols and Arrows"), + ('⬕', "square with lower left diagonal half black Miscellaneous Symbols and Arrows"), + ('⬖', "diamond with left half black Miscellaneous Symbols and Arrows"), + ('⬗', "diamond with right half black Miscellaneous Symbols and Arrows"), + ('⬘', "diamond with top half black Miscellaneous Symbols and Arrows"), + ('⬙', "diamond with bottom half black Miscellaneous Symbols and Arrows"), + ('⬚', "dotted square Miscellaneous Symbols and Arrows"), + ('⬛', "black large square Miscellaneous Symbols and Arrows"), + ('⬜', "white large square Miscellaneous Symbols and Arrows"), + ('⬝', "black very small square Miscellaneous Symbols and Arrows"), + ('⬞', "white very small square Miscellaneous Symbols and Arrows"), + ('⬟', "black pentagon Miscellaneous Symbols and Arrows"), + ('⬠', "white pentagon Miscellaneous Symbols and Arrows"), + ('⬡', "white hexagon Miscellaneous Symbols and Arrows"), + ('⬢', "black hexagon Miscellaneous Symbols and Arrows"), + ('⬣', "horizontal black hexagon Miscellaneous Symbols and Arrows"), + ('⬤', "black large circle Miscellaneous Symbols and Arrows"), + ('⬥', "black medium diamond Miscellaneous Symbols and Arrows"), + ('⬦', "white medium diamond Miscellaneous Symbols and Arrows"), + ('⬧', "black medium lozenge Miscellaneous Symbols and Arrows"), + ('⬨', "white medium lozenge Miscellaneous Symbols and Arrows"), + ('⬩', "black small diamond Miscellaneous Symbols and Arrows"), + ('⬪', "black small lozenge Miscellaneous Symbols and Arrows"), + ('⬫', "white small lozenge Miscellaneous Symbols and Arrows"), + ('⬬', "black horizontal ellipse Miscellaneous Symbols and Arrows"), + ('⬭', "white horizontal ellipse Miscellaneous Symbols and Arrows"), + ('⬮', "black vertical ellipse Miscellaneous Symbols and Arrows"), + ('⬯', "white vertical ellipse Miscellaneous Symbols and Arrows"), + ('⬰', "left arrow with small circle Miscellaneous Symbols and Arrows"), + ('⬱', "three leftwards arrows Miscellaneous Symbols and Arrows"), + ('⬲', "left arrow with circled plus Miscellaneous Symbols and Arrows"), + ('⬳', "long leftwards squiggle arrow Miscellaneous Symbols and Arrows"), + ('⬴', "leftwards two-headed arrow with vertical stroke Miscellaneous Symbols and Arrows"), + ('⬵', "leftwards two-headed arrow with double vertical stroke Miscellaneous Symbols and Arrows"), + ('⬶', "leftwards two-headed arrow from bar Miscellaneous Symbols and Arrows"), + ('⬷', "leftwards two-headed triple dash arrow Miscellaneous Symbols and Arrows"), + ('⬸', "leftwards arrow with dotted stem Miscellaneous Symbols and Arrows"), + ('⬹', "leftwards arrow with tail with vertical stroke Miscellaneous Symbols and Arrows"), + ('⬺', "leftwards arrow with tail with double vertical stroke Miscellaneous Symbols and Arrows"), + ('⬻', "leftwards two-headed arrow with tail Miscellaneous Symbols and Arrows"), + ('⬼', "leftwards two-headed arrow with tail with vertical stroke Miscellaneous Symbols and Arrows"), + ('⬽', "leftwards two-headed arrow with tail with double vertical stroke Miscellaneous Symbols and Arrows"), + ('⬾', "leftwards arrow through x Miscellaneous Symbols and Arrows"), + ('⬿', "wave arrow pointing directly left Miscellaneous Symbols and Arrows"), + ('⭀', "equals sign above leftwards arrow Miscellaneous Symbols and Arrows"), + ('⭁', "reverse tilde operator above leftwards arrow Miscellaneous Symbols and Arrows"), + ('⭂', "leftwards arrow above reverse almost equal to Miscellaneous Symbols and Arrows"), + ('⭃', "rightwards arrow through greater-than Miscellaneous Symbols and Arrows"), + ('⭄', "rightwards arrow through superset Miscellaneous Symbols and Arrows"), + ('⭅', "leftwards quadruple arrow Miscellaneous Symbols and Arrows"), + ('⭆', "rightwards quadruple arrow Miscellaneous Symbols and Arrows"), + ('⭇', "reverse tilde operator above rightwards arrow Miscellaneous Symbols and Arrows"), + ('⭈', "rightwards arrow above reverse almost equal to Miscellaneous Symbols and Arrows"), + ('⭉', "tilde operator above leftwards arrow Miscellaneous Symbols and Arrows"), + ('⭊', "leftwards arrow above almost equal to Miscellaneous Symbols and Arrows"), + ('⭋', "leftwards arrow above reverse tilde operator Miscellaneous Symbols and Arrows"), + ('⭌', "rightwards arrow above reverse tilde operator Miscellaneous Symbols and Arrows"), + ('⭍', "downwards triangle-headed zigzag arrow Miscellaneous Symbols and Arrows"), + ('⭎', "short slanted north arrow Miscellaneous Symbols and Arrows"), + ('⭏', "short backslanted south arrow Miscellaneous Symbols and Arrows"), + ('⭐', "white medium star Miscellaneous Symbols and Arrows"), + ('⭑', "black small star Miscellaneous Symbols and Arrows"), + ('⭒', "white small star Miscellaneous Symbols and Arrows"), + ('⭓', "black right-pointing pentagon Miscellaneous Symbols and Arrows"), + ('⭔', "white right-pointing pentagon Miscellaneous Symbols and Arrows"), + ('⭕', "heavy large circle Miscellaneous Symbols and Arrows"), + ('⭖', "heavy oval with oval inside Miscellaneous Symbols and Arrows"), + ('⭗', "heavy circle with circle inside Miscellaneous Symbols and Arrows"), + ('⭘', "heavy circle Miscellaneous Symbols and Arrows"), + ('⭙', "heavy circled saltire Miscellaneous Symbols and Arrows"), + ('⭚', "slanted north arrow with hooked head Miscellaneous Symbols and Arrows"), + ('⭛', "backslanted south arrow with hooked tail Miscellaneous Symbols and Arrows"), + ('⭜', "slanted north arrow with horizontal tail Miscellaneous Symbols and Arrows"), + ('⭝', "backslanted south arrow with horizontal tail Miscellaneous Symbols and Arrows"), + ('⭞', "bent arrow pointing downwards then north east Miscellaneous Symbols and Arrows"), + ('⭟', "short bent arrow pointing downwards then north east Miscellaneous Symbols and Arrows"), + ('⭠', "leftwards triangle-headed arrow Miscellaneous Symbols and Arrows"), + ('⭡', "upwards triangle-headed arrow Miscellaneous Symbols and Arrows"), + ('⭢', "rightwards triangle-headed arrow Miscellaneous Symbols and Arrows"), + ('⭣', "downwards triangle-headed arrow Miscellaneous Symbols and Arrows"), + ('⭤', "left right triangle-headed arrow Miscellaneous Symbols and Arrows"), + ('⭥', "up down triangle-headed arrow Miscellaneous Symbols and Arrows"), + ('⭦', "north west triangle-headed arrow Miscellaneous Symbols and Arrows"), + ('⭧', "north east triangle-headed arrow Miscellaneous Symbols and Arrows"), + ('⭨', "south east triangle-headed arrow Miscellaneous Symbols and Arrows"), + ('⭩', "south west triangle-headed arrow Miscellaneous Symbols and Arrows"), + ('⭪', "leftwards triangle-headed dashed arrow Miscellaneous Symbols and Arrows"), + ('⭫', "upwards triangle-headed dashed arrow Miscellaneous Symbols and Arrows"), + ('⭬', "rightwards triangle-headed dashed arrow Miscellaneous Symbols and Arrows"), + ('⭭', "downwards triangle-headed dashed arrow Miscellaneous Symbols and Arrows"), + ('⭮', "clockwise triangle-headed open circle arrow Miscellaneous Symbols and Arrows"), + ('⭯', "anticlockwise triangle-headed open circle arrow Miscellaneous Symbols and Arrows"), + ('⭰', "leftwards triangle-headed arrow to bar Miscellaneous Symbols and Arrows"), + ('⭱', "upwards triangle-headed arrow to bar Miscellaneous Symbols and Arrows"), + ('⭲', "rightwards triangle-headed arrow to bar Miscellaneous Symbols and Arrows"), + ('⭳', "downwards triangle-headed arrow to bar Miscellaneous Symbols and Arrows"), + ('⭶', "north west triangle-headed arrow to bar Miscellaneous Symbols and Arrows"), + ('⭷', "north east triangle-headed arrow to bar Miscellaneous Symbols and Arrows"), + ('⭸', "south east triangle-headed arrow to bar Miscellaneous Symbols and Arrows"), + ('⭹', "south west triangle-headed arrow to bar Miscellaneous Symbols and Arrows"), + ('⭺', "leftwards triangle-headed arrow with double horizontal stroke Miscellaneous Symbols and Arrows"), + ('⭻', "upwards triangle-headed arrow with double horizontal stroke Miscellaneous Symbols and Arrows"), + ('⭼', "rightwards triangle-headed arrow with double horizontal stroke Miscellaneous Symbols and Arrows"), + ('⭽', "downwards triangle-headed arrow with double horizontal stroke Miscellaneous Symbols and Arrows"), + ('⭾', "horizontal tab key Miscellaneous Symbols and Arrows"), + ('⭿', "vertical tab key Miscellaneous Symbols and Arrows"), + ('⮀', "leftwards triangle-headed arrow over rightwards triangle-headed arrow Miscellaneous Symbols and Arrows"), + ('⮁', "upwards triangle-headed arrow leftwards of downwards triangle-headed arrow Miscellaneous Symbols and Arrows"), + ('⮂', "rightwards triangle-headed arrow over leftwards triangle-headed arrow Miscellaneous Symbols and Arrows"), + ('⮃', "downwards triangle-headed arrow leftwards of upwards triangle-headed arrow Miscellaneous Symbols and Arrows"), + ('⮄', "leftwards triangle-headed paired arrows Miscellaneous Symbols and Arrows"), + ('⮅', "upwards triangle-headed paired arrows Miscellaneous Symbols and Arrows"), + ('⮆', "rightwards triangle-headed paired arrows Miscellaneous Symbols and Arrows"), + ('⮇', "downwards triangle-headed paired arrows Miscellaneous Symbols and Arrows"), + ('⮈', "leftwards black circled white arrow Miscellaneous Symbols and Arrows"), + ('⮉', "upwards black circled white arrow Miscellaneous Symbols and Arrows"), + ('⮊', "rightwards black circled white arrow Miscellaneous Symbols and Arrows"), + ('⮋', "downwards black circled white arrow Miscellaneous Symbols and Arrows"), + ('⮌', "anticlockwise triangle-headed right u-shaped arrow Miscellaneous Symbols and Arrows"), + ('⮍', "anticlockwise triangle-headed bottom u-shaped arrow Miscellaneous Symbols and Arrows"), + ('⮎', "anticlockwise triangle-headed left u-shaped arrow Miscellaneous Symbols and Arrows"), + ('⮏', "anticlockwise triangle-headed top u-shaped arrow Miscellaneous Symbols and Arrows"), + ('⮐', "return left Miscellaneous Symbols and Arrows"), + ('⮑', "return right Miscellaneous Symbols and Arrows"), + ('⮒', "newline left Miscellaneous Symbols and Arrows"), + ('⮓', "newline right Miscellaneous Symbols and Arrows"), + ('⮔', "four corner arrows circling anticlockwise Miscellaneous Symbols and Arrows"), + ('⮕', "rightwards black arrow Miscellaneous Symbols and Arrows"), + ('⮘', "three-d top-lighted leftwards equilateral arrowhead Miscellaneous Symbols and Arrows"), + ('⮙', "three-d right-lighted upwards equilateral arrowhead Miscellaneous Symbols and Arrows"), + ('⮚', "three-d top-lighted rightwards equilateral arrowhead Miscellaneous Symbols and Arrows"), + ('⮛', "three-d left-lighted downwards equilateral arrowhead Miscellaneous Symbols and Arrows"), + ('⮜', "black leftwards equilateral arrowhead Miscellaneous Symbols and Arrows"), + ('⮝', "black upwards equilateral arrowhead Miscellaneous Symbols and Arrows"), + ('⮞', "black rightwards equilateral arrowhead Miscellaneous Symbols and Arrows"), + ('⮟', "black downwards equilateral arrowhead Miscellaneous Symbols and Arrows"), + ('⮠', "downwards triangle-headed arrow with long tip leftwards Miscellaneous Symbols and Arrows"), + ('⮡', "downwards triangle-headed arrow with long tip rightwards Miscellaneous Symbols and Arrows"), + ('⮢', "upwards triangle-headed arrow with long tip leftwards Miscellaneous Symbols and Arrows"), + ('⮣', "upwards triangle-headed arrow with long tip rightwards Miscellaneous Symbols and Arrows"), + ('⮤', "leftwards triangle-headed arrow with long tip upwards Miscellaneous Symbols and Arrows"), + ('⮥', "rightwards triangle-headed arrow with long tip upwards Miscellaneous Symbols and Arrows"), + ('⮦', "leftwards triangle-headed arrow with long tip downwards Miscellaneous Symbols and Arrows"), + ('⮧', "rightwards triangle-headed arrow with long tip downwards Miscellaneous Symbols and Arrows"), + ('⮨', "black curved downwards and leftwards arrow Miscellaneous Symbols and Arrows"), + ('⮩', "black curved downwards and rightwards arrow Miscellaneous Symbols and Arrows"), + ('⮪', "black curved upwards and leftwards arrow Miscellaneous Symbols and Arrows"), + ('⮫', "black curved upwards and rightwards arrow Miscellaneous Symbols and Arrows"), + ('⮬', "black curved leftwards and upwards arrow Miscellaneous Symbols and Arrows"), + ('⮭', "black curved rightwards and upwards arrow Miscellaneous Symbols and Arrows"), + ('⮮', "black curved leftwards and downwards arrow Miscellaneous Symbols and Arrows"), + ('⮯', "black curved rightwards and downwards arrow Miscellaneous Symbols and Arrows"), + ('⮰', "ribbon arrow down left Miscellaneous Symbols and Arrows"), + ('⮱', "ribbon arrow down right Miscellaneous Symbols and Arrows"), + ('⮲', "ribbon arrow up left Miscellaneous Symbols and Arrows"), + ('⮳', "ribbon arrow up right Miscellaneous Symbols and Arrows"), + ('⮴', "ribbon arrow left up Miscellaneous Symbols and Arrows"), + ('⮵', "ribbon arrow right up Miscellaneous Symbols and Arrows"), + ('⮶', "ribbon arrow left down Miscellaneous Symbols and Arrows"), + ('⮷', "ribbon arrow right down Miscellaneous Symbols and Arrows"), + ('⮸', "upwards white arrow from bar with horizontal bar Miscellaneous Symbols and Arrows"), + ('⮹', "up arrowhead in a rectangle box Miscellaneous Symbols and Arrows"), + ('⮽', "ballot box with light x Miscellaneous Symbols and Arrows"), + ('⮾', "circled x Miscellaneous Symbols and Arrows"), + ('⮿', "circled bold x Miscellaneous Symbols and Arrows"), + ('⯀', "black square centred Miscellaneous Symbols and Arrows"), + ('⯁', "black diamond centred Miscellaneous Symbols and Arrows"), + ('⯂', "turned black pentagon Miscellaneous Symbols and Arrows"), + ('⯃', "horizontal black octagon Miscellaneous Symbols and Arrows"), + ('⯄', "black octagon Miscellaneous Symbols and Arrows"), + ('⯅', "black medium up-pointing triangle centred Miscellaneous Symbols and Arrows"), + ('⯆', "black medium down-pointing triangle centred Miscellaneous Symbols and Arrows"), + ('⯇', "black medium left-pointing triangle centred Miscellaneous Symbols and Arrows"), + ('⯈', "black medium right-pointing triangle centred Miscellaneous Symbols and Arrows"), + ('⯊', "top half black circle Miscellaneous Symbols and Arrows"), + ('⯋', "bottom half black circle Miscellaneous Symbols and Arrows"), + ('⯌', "light four pointed black cusp Miscellaneous Symbols and Arrows"), + ('⯍', "rotated light four pointed black cusp Miscellaneous Symbols and Arrows"), + ('⯎', "white four pointed cusp Miscellaneous Symbols and Arrows"), + ('⯏', "rotated white four pointed cusp Miscellaneous Symbols and Arrows"), + ('⯐', "square position indicator Miscellaneous Symbols and Arrows"), + ('⯑', "uncertainty sign Miscellaneous Symbols and Arrows"), + ('⯬', "leftwards two-headed arrow with triangle arrowheads Miscellaneous Symbols and Arrows"), + ('⯭', "upwards two-headed arrow with triangle arrowheads Miscellaneous Symbols and Arrows"), + ('⯮', "rightwards two-headed arrow with triangle arrowheads Miscellaneous Symbols and Arrows"), + ('⯯', "downwards two-headed arrow with triangle arrowheads Miscellaneous Symbols and Arrows"), + ('﹐', "small comma Small Form Variants"), + ('﹑', "small ideographic comma Small Form Variants"), + ('﹒', "small full stop Small Form Variants"), + ('﹔', "small semicolon Small Form Variants"), + ('﹕', "small colon Small Form Variants"), + ('﹖', "small question mark Small Form Variants"), + ('﹗', "small exclamation mark Small Form Variants"), + ('﹘', "small em dash Small Form Variants"), + ('﹙', "small left parenthesis Small Form Variants"), + ('﹚', "small right parenthesis Small Form Variants"), + ('﹛', "small left curly bracket Small Form Variants"), + ('﹜', "small right curly bracket Small Form Variants"), + ('﹝', "small left tortoise shell bracket Small Form Variants"), + ('﹞', "small right tortoise shell bracket Small Form Variants"), + ('﹟', "small number sign Small Form Variants"), + ('﹠', "small ampersand Small Form Variants"), + ('﹡', "small asterisk Small Form Variants"), + ('﹢', "small plus sign Small Form Variants"), + ('﹣', "small hyphen-minus Small Form Variants"), + ('﹤', "small less-than sign Small Form Variants"), + ('﹥', "small greater-than sign Small Form Variants"), + ('﹦', "small equals sign Small Form Variants"), + ('﹨', "small reverse solidus Small Form Variants"), + ('﹩', "small dollar sign Small Form Variants"), + ('﹪', "small percent sign Small Form Variants"), + ('﹫', "small commercial at Small Form Variants"), + ('!', "fullwidth exclamation mark Halfwidth and Fullwidth Forms"), + ('"', "fullwidth quotation mark Halfwidth and Fullwidth Forms"), + ('#', "fullwidth number sign Halfwidth and Fullwidth Forms"), + ('$', "fullwidth dollar sign Halfwidth and Fullwidth Forms"), + ('%', "fullwidth percent sign Halfwidth and Fullwidth Forms"), + ('&', "fullwidth ampersand Halfwidth and Fullwidth Forms"), + (''', "fullwidth apostrophe Halfwidth and Fullwidth Forms"), + ('(', "fullwidth left parenthesis Halfwidth and Fullwidth Forms"), + (')', "fullwidth right parenthesis Halfwidth and Fullwidth Forms"), + ('*', "fullwidth asterisk Halfwidth and Fullwidth Forms"), + ('+', "fullwidth plus sign Halfwidth and Fullwidth Forms"), + (',', "fullwidth comma Halfwidth and Fullwidth Forms"), + ('-', "fullwidth hyphen-minus Halfwidth and Fullwidth Forms"), + ('.', "fullwidth full stop Halfwidth and Fullwidth Forms"), + ('/', "fullwidth solidus Halfwidth and Fullwidth Forms"), + ('0', "fullwidth digit zero Halfwidth and Fullwidth Forms"), + ('1', "fullwidth digit one Halfwidth and Fullwidth Forms"), + ('2', "fullwidth digit two Halfwidth and Fullwidth Forms"), + ('3', "fullwidth digit three Halfwidth and Fullwidth Forms"), + ('4', "fullwidth digit four Halfwidth and Fullwidth Forms"), + ('5', "fullwidth digit five Halfwidth and Fullwidth Forms"), + ('6', "fullwidth digit six Halfwidth and Fullwidth Forms"), + ('7', "fullwidth digit seven Halfwidth and Fullwidth Forms"), + ('8', "fullwidth digit eight Halfwidth and Fullwidth Forms"), + ('9', "fullwidth digit nine Halfwidth and Fullwidth Forms"), + (':', "fullwidth colon Halfwidth and Fullwidth Forms"), + (';', "fullwidth semicolon Halfwidth and Fullwidth Forms"), + ('<', "fullwidth less-than sign Halfwidth and Fullwidth Forms"), + ('=', "fullwidth equals sign Halfwidth and Fullwidth Forms"), + ('>', "fullwidth greater-than sign Halfwidth and Fullwidth Forms"), + ('?', "fullwidth question mark Halfwidth and Fullwidth Forms"), + ('@', "fullwidth commercial at Halfwidth and Fullwidth Forms"), + ('A', "fullwidth latin capital letter a Halfwidth and Fullwidth Forms"), + ('B', "fullwidth latin capital letter b Halfwidth and Fullwidth Forms"), + ('C', "fullwidth latin capital letter c Halfwidth and Fullwidth Forms"), + ('D', "fullwidth latin capital letter d Halfwidth and Fullwidth Forms"), + ('E', "fullwidth latin capital letter e Halfwidth and Fullwidth Forms"), + ('F', "fullwidth latin capital letter f Halfwidth and Fullwidth Forms"), + ('G', "fullwidth latin capital letter g Halfwidth and Fullwidth Forms"), + ('H', "fullwidth latin capital letter h Halfwidth and Fullwidth Forms"), + ('I', "fullwidth latin capital letter i Halfwidth and Fullwidth Forms"), + ('J', "fullwidth latin capital letter j Halfwidth and Fullwidth Forms"), + ('K', "fullwidth latin capital letter k Halfwidth and Fullwidth Forms"), + ('L', "fullwidth latin capital letter l Halfwidth and Fullwidth Forms"), + ('M', "fullwidth latin capital letter m Halfwidth and Fullwidth Forms"), + ('N', "fullwidth latin capital letter n Halfwidth and Fullwidth Forms"), + ('O', "fullwidth latin capital letter o Halfwidth and Fullwidth Forms"), + ('P', "fullwidth latin capital letter p Halfwidth and Fullwidth Forms"), + ('Q', "fullwidth latin capital letter q Halfwidth and Fullwidth Forms"), + ('R', "fullwidth latin capital letter r Halfwidth and Fullwidth Forms"), + ('S', "fullwidth latin capital letter s Halfwidth and Fullwidth Forms"), + ('T', "fullwidth latin capital letter t Halfwidth and Fullwidth Forms"), + ('U', "fullwidth latin capital letter u Halfwidth and Fullwidth Forms"), + ('V', "fullwidth latin capital letter v Halfwidth and Fullwidth Forms"), + ('W', "fullwidth latin capital letter w Halfwidth and Fullwidth Forms"), + ('X', "fullwidth latin capital letter x Halfwidth and Fullwidth Forms"), + ('Y', "fullwidth latin capital letter y Halfwidth and Fullwidth Forms"), + ('Z', "fullwidth latin capital letter z Halfwidth and Fullwidth Forms"), + ('[', "fullwidth left square bracket Halfwidth and Fullwidth Forms"), + ('\', "fullwidth reverse solidus Halfwidth and Fullwidth Forms"), + (']', "fullwidth right square bracket Halfwidth and Fullwidth Forms"), + ('^', "fullwidth circumflex accent Halfwidth and Fullwidth Forms"), + ('_', "fullwidth low line Halfwidth and Fullwidth Forms"), + ('`', "fullwidth grave accent Halfwidth and Fullwidth Forms"), + ('a', "fullwidth latin small letter a Halfwidth and Fullwidth Forms"), + ('b', "fullwidth latin small letter b Halfwidth and Fullwidth Forms"), + ('c', "fullwidth latin small letter c Halfwidth and Fullwidth Forms"), + ('d', "fullwidth latin small letter d Halfwidth and Fullwidth Forms"), + ('e', "fullwidth latin small letter e Halfwidth and Fullwidth Forms"), + ('f', "fullwidth latin small letter f Halfwidth and Fullwidth Forms"), + ('g', "fullwidth latin small letter g Halfwidth and Fullwidth Forms"), + ('h', "fullwidth latin small letter h Halfwidth and Fullwidth Forms"), + ('i', "fullwidth latin small letter i Halfwidth and Fullwidth Forms"), + ('j', "fullwidth latin small letter j Halfwidth and Fullwidth Forms"), + ('k', "fullwidth latin small letter k Halfwidth and Fullwidth Forms"), + ('l', "fullwidth latin small letter l Halfwidth and Fullwidth Forms"), + ('m', "fullwidth latin small letter m Halfwidth and Fullwidth Forms"), + ('n', "fullwidth latin small letter n Halfwidth and Fullwidth Forms"), + ('o', "fullwidth latin small letter o Halfwidth and Fullwidth Forms"), + ('p', "fullwidth latin small letter p Halfwidth and Fullwidth Forms"), + ('q', "fullwidth latin small letter q Halfwidth and Fullwidth Forms"), + ('r', "fullwidth latin small letter r Halfwidth and Fullwidth Forms"), + ('s', "fullwidth latin small letter s Halfwidth and Fullwidth Forms"), + ('t', "fullwidth latin small letter t Halfwidth and Fullwidth Forms"), + ('u', "fullwidth latin small letter u Halfwidth and Fullwidth Forms"), + ('v', "fullwidth latin small letter v Halfwidth and Fullwidth Forms"), + ('w', "fullwidth latin small letter w Halfwidth and Fullwidth Forms"), + ('x', "fullwidth latin small letter x Halfwidth and Fullwidth Forms"), + ('y', "fullwidth latin small letter y Halfwidth and Fullwidth Forms"), + ('z', "fullwidth latin small letter z Halfwidth and Fullwidth Forms"), + ('{', "fullwidth left curly bracket Halfwidth and Fullwidth Forms"), + ('|', "fullwidth vertical line Halfwidth and Fullwidth Forms"), + ('}', "fullwidth right curly bracket Halfwidth and Fullwidth Forms"), + ('~', "fullwidth tilde Halfwidth and Fullwidth Forms"), + ('⦅', "fullwidth left white parenthesis Halfwidth and Fullwidth Forms"), + ('⦆', "fullwidth right white parenthesis Halfwidth and Fullwidth Forms"), + ('。', "halfwidth ideographic full stop Halfwidth and Fullwidth Forms"), + ('「', "halfwidth left corner bracket Halfwidth and Fullwidth Forms"), + ('」', "halfwidth right corner bracket Halfwidth and Fullwidth Forms"), + ('、', "halfwidth ideographic comma Halfwidth and Fullwidth Forms"), + ('・', "halfwidth katakana middle dot Halfwidth and Fullwidth Forms"), + ('ヲ', "halfwidth katakana letter wo Halfwidth and Fullwidth Forms"), + ('ァ', "halfwidth katakana letter small a Halfwidth and Fullwidth Forms"), + ('ィ', "halfwidth katakana letter small i Halfwidth and Fullwidth Forms"), + ('ゥ', "halfwidth katakana letter small u Halfwidth and Fullwidth Forms"), + ('ェ', "halfwidth katakana letter small e Halfwidth and Fullwidth Forms"), + ('ォ', "halfwidth katakana letter small o Halfwidth and Fullwidth Forms"), + ('ャ', "halfwidth katakana letter small ya Halfwidth and Fullwidth Forms"), + ('ュ', "halfwidth katakana letter small yu Halfwidth and Fullwidth Forms"), + ('ョ', "halfwidth katakana letter small yo Halfwidth and Fullwidth Forms"), + ('ッ', "halfwidth katakana letter small tu Halfwidth and Fullwidth Forms"), + ('ー', "halfwidth katakana-hiragana prolonged sound mark Halfwidth and Fullwidth Forms"), + ('ア', "halfwidth katakana letter a Halfwidth and Fullwidth Forms"), + ('イ', "halfwidth katakana letter i Halfwidth and Fullwidth Forms"), + ('ウ', "halfwidth katakana letter u Halfwidth and Fullwidth Forms"), + ('エ', "halfwidth katakana letter e Halfwidth and Fullwidth Forms"), + ('オ', "halfwidth katakana letter o Halfwidth and Fullwidth Forms"), + ('カ', "halfwidth katakana letter ka Halfwidth and Fullwidth Forms"), + ('キ', "halfwidth katakana letter ki Halfwidth and Fullwidth Forms"), + ('ク', "halfwidth katakana letter ku Halfwidth and Fullwidth Forms"), + ('ケ', "halfwidth katakana letter ke Halfwidth and Fullwidth Forms"), + ('コ', "halfwidth katakana letter ko Halfwidth and Fullwidth Forms"), + ('サ', "halfwidth katakana letter sa Halfwidth and Fullwidth Forms"), + ('シ', "halfwidth katakana letter si Halfwidth and Fullwidth Forms"), + ('ス', "halfwidth katakana letter su Halfwidth and Fullwidth Forms"), + ('セ', "halfwidth katakana letter se Halfwidth and Fullwidth Forms"), + ('ソ', "halfwidth katakana letter so Halfwidth and Fullwidth Forms"), + ('タ', "halfwidth katakana letter ta Halfwidth and Fullwidth Forms"), + ('チ', "halfwidth katakana letter ti Halfwidth and Fullwidth Forms"), + ('ツ', "halfwidth katakana letter tu Halfwidth and Fullwidth Forms"), + ('テ', "halfwidth katakana letter te Halfwidth and Fullwidth Forms"), + ('ト', "halfwidth katakana letter to Halfwidth and Fullwidth Forms"), + ('ナ', "halfwidth katakana letter na Halfwidth and Fullwidth Forms"), + ('ニ', "halfwidth katakana letter ni Halfwidth and Fullwidth Forms"), + ('ヌ', "halfwidth katakana letter nu Halfwidth and Fullwidth Forms"), + ('ネ', "halfwidth katakana letter ne Halfwidth and Fullwidth Forms"), + ('ノ', "halfwidth katakana letter no Halfwidth and Fullwidth Forms"), + ('ハ', "halfwidth katakana letter ha Halfwidth and Fullwidth Forms"), + ('ヒ', "halfwidth katakana letter hi Halfwidth and Fullwidth Forms"), + ('フ', "halfwidth katakana letter hu Halfwidth and Fullwidth Forms"), + ('ヘ', "halfwidth katakana letter he Halfwidth and Fullwidth Forms"), + ('ホ', "halfwidth katakana letter ho Halfwidth and Fullwidth Forms"), + ('マ', "halfwidth katakana letter ma Halfwidth and Fullwidth Forms"), + ('ミ', "halfwidth katakana letter mi Halfwidth and Fullwidth Forms"), + ('ム', "halfwidth katakana letter mu Halfwidth and Fullwidth Forms"), + ('メ', "halfwidth katakana letter me Halfwidth and Fullwidth Forms"), + ('モ', "halfwidth katakana letter mo Halfwidth and Fullwidth Forms"), + ('ヤ', "halfwidth katakana letter ya Halfwidth and Fullwidth Forms"), + ('ユ', "halfwidth katakana letter yu Halfwidth and Fullwidth Forms"), + ('ヨ', "halfwidth katakana letter yo Halfwidth and Fullwidth Forms"), + ('ラ', "halfwidth katakana letter ra Halfwidth and Fullwidth Forms"), + ('リ', "halfwidth katakana letter ri Halfwidth and Fullwidth Forms"), + ('ル', "halfwidth katakana letter ru Halfwidth and Fullwidth Forms"), + ('レ', "halfwidth katakana letter re Halfwidth and Fullwidth Forms"), + ('ロ', "halfwidth katakana letter ro Halfwidth and Fullwidth Forms"), + ('ワ', "halfwidth katakana letter wa Halfwidth and Fullwidth Forms"), + ('ン', "halfwidth katakana letter n Halfwidth and Fullwidth Forms"), + ('゙', "halfwidth katakana voiced sound mark Halfwidth and Fullwidth Forms"), + ('゚', "halfwidth katakana semi-voiced sound mark Halfwidth and Fullwidth Forms"), + ('ᅠ', "halfwidth hangul filler Halfwidth and Fullwidth Forms"), + ('ᄀ', "halfwidth hangul letter kiyeok Halfwidth and Fullwidth Forms"), + ('ᄁ', "halfwidth hangul letter ssangkiyeok Halfwidth and Fullwidth Forms"), + ('ᆪ', "halfwidth hangul letter kiyeok-sios Halfwidth and Fullwidth Forms"), + ('ᄂ', "halfwidth hangul letter nieun Halfwidth and Fullwidth Forms"), + ('ᆬ', "halfwidth hangul letter nieun-cieuc Halfwidth and Fullwidth Forms"), + ('ᆭ', "halfwidth hangul letter nieun-hieuh Halfwidth and Fullwidth Forms"), + ('ᄃ', "halfwidth hangul letter tikeut Halfwidth and Fullwidth Forms"), + ('ᄄ', "halfwidth hangul letter ssangtikeut Halfwidth and Fullwidth Forms"), + ('ᄅ', "halfwidth hangul letter rieul Halfwidth and Fullwidth Forms"), + ('ᆰ', "halfwidth hangul letter rieul-kiyeok Halfwidth and Fullwidth Forms"), + ('ᆱ', "halfwidth hangul letter rieul-mieum Halfwidth and Fullwidth Forms"), + ('ᆲ', "halfwidth hangul letter rieul-pieup Halfwidth and Fullwidth Forms"), + ('ᆳ', "halfwidth hangul letter rieul-sios Halfwidth and Fullwidth Forms"), + ('ᆴ', "halfwidth hangul letter rieul-thieuth Halfwidth and Fullwidth Forms"), + ('ᆵ', "halfwidth hangul letter rieul-phieuph Halfwidth and Fullwidth Forms"), + ('ᄚ', "halfwidth hangul letter rieul-hieuh Halfwidth and Fullwidth Forms"), + ('ᄆ', "halfwidth hangul letter mieum Halfwidth and Fullwidth Forms"), + ('ᄇ', "halfwidth hangul letter pieup Halfwidth and Fullwidth Forms"), + ('ᄈ', "halfwidth hangul letter ssangpieup Halfwidth and Fullwidth Forms"), + ('ᄡ', "halfwidth hangul letter pieup-sios Halfwidth and Fullwidth Forms"), + ('ᄉ', "halfwidth hangul letter sios Halfwidth and Fullwidth Forms"), + ('ᄊ', "halfwidth hangul letter ssangsios Halfwidth and Fullwidth Forms"), + ('ᄋ', "halfwidth hangul letter ieung Halfwidth and Fullwidth Forms"), + ('ᄌ', "halfwidth hangul letter cieuc Halfwidth and Fullwidth Forms"), + ('ᄍ', "halfwidth hangul letter ssangcieuc Halfwidth and Fullwidth Forms"), + ('ᄎ', "halfwidth hangul letter chieuch Halfwidth and Fullwidth Forms"), + ('ᄏ', "halfwidth hangul letter khieukh Halfwidth and Fullwidth Forms"), + ('ᄐ', "halfwidth hangul letter thieuth Halfwidth and Fullwidth Forms"), + ('ᄑ', "halfwidth hangul letter phieuph Halfwidth and Fullwidth Forms"), + ('ᄒ', "halfwidth hangul letter hieuh Halfwidth and Fullwidth Forms"), + ('ᅡ', "halfwidth hangul letter a Halfwidth and Fullwidth Forms"), + ('ᅢ', "halfwidth hangul letter ae Halfwidth and Fullwidth Forms"), + ('ᅣ', "halfwidth hangul letter ya Halfwidth and Fullwidth Forms"), + ('ᅤ', "halfwidth hangul letter yae Halfwidth and Fullwidth Forms"), + ('ᅥ', "halfwidth hangul letter eo Halfwidth and Fullwidth Forms"), + ('ᅦ', "halfwidth hangul letter e Halfwidth and Fullwidth Forms"), + ('ᅧ', "halfwidth hangul letter yeo Halfwidth and Fullwidth Forms"), + ('ᅨ', "halfwidth hangul letter ye Halfwidth and Fullwidth Forms"), + ('ᅩ', "halfwidth hangul letter o Halfwidth and Fullwidth Forms"), + ('ᅪ', "halfwidth hangul letter wa Halfwidth and Fullwidth Forms"), + ('ᅫ', "halfwidth hangul letter wae Halfwidth and Fullwidth Forms"), + ('ᅬ', "halfwidth hangul letter oe Halfwidth and Fullwidth Forms"), + ('ᅭ', "halfwidth hangul letter yo Halfwidth and Fullwidth Forms"), + ('ᅮ', "halfwidth hangul letter u Halfwidth and Fullwidth Forms"), + ('ᅯ', "halfwidth hangul letter weo Halfwidth and Fullwidth Forms"), + ('ᅰ', "halfwidth hangul letter we Halfwidth and Fullwidth Forms"), + ('ᅱ', "halfwidth hangul letter wi Halfwidth and Fullwidth Forms"), + ('ᅲ', "halfwidth hangul letter yu Halfwidth and Fullwidth Forms"), + ('ᅳ', "halfwidth hangul letter eu Halfwidth and Fullwidth Forms"), + ('ᅴ', "halfwidth hangul letter yi Halfwidth and Fullwidth Forms"), + ('ᅵ', "halfwidth hangul letter i Halfwidth and Fullwidth Forms"), + ('¢', "fullwidth cent sign Halfwidth and Fullwidth Forms"), + ('£', "fullwidth pound sign Halfwidth and Fullwidth Forms"), + ('¬', "fullwidth not sign Halfwidth and Fullwidth Forms"), + (' ̄', "fullwidth macron Halfwidth and Fullwidth Forms"), + ('¦', "fullwidth broken bar Halfwidth and Fullwidth Forms"), + ('¥', "fullwidth yen sign Halfwidth and Fullwidth Forms"), + ('₩', "fullwidth won sign Halfwidth and Fullwidth Forms"), + ('│', "halfwidth forms light vertical Halfwidth and Fullwidth Forms"), + ('←', "halfwidth leftwards arrow Halfwidth and Fullwidth Forms"), + ('↑', "halfwidth upwards arrow Halfwidth and Fullwidth Forms"), + ('→', "halfwidth rightwards arrow Halfwidth and Fullwidth Forms"), + ('↓', "halfwidth downwards arrow Halfwidth and Fullwidth Forms"), + ('■', "halfwidth black square Halfwidth and Fullwidth Forms"), + ('○', "halfwidth white circle Halfwidth and Fullwidth Forms"), + ('', "interlinear annotation anchor Specials"), + ('', "interlinear annotation separator Specials"), + ('', "interlinear annotation terminator Specials"), + ('', "object replacement character Specials"), + ('�', "replacement character Specials"), + ('𐆐', "roman sextans sign Ancient Symbols"), + ('𐆑', "roman uncia sign Ancient Symbols"), + ('𐆒', "roman semuncia sign Ancient Symbols"), + ('𐆓', "roman sextula sign Ancient Symbols"), + ('𐆔', "roman dimidia sextula sign Ancient Symbols"), + ('𐆕', "roman siliqua sign Ancient Symbols"), + ('𐆖', "roman denarius sign Ancient Symbols"), + ('𐆗', "roman quinarius sign Ancient Symbols"), + ('𐆘', "roman sestertius sign Ancient Symbols"), + ('𐆙', "roman dupondius sign Ancient Symbols"), + ('𐆚', "roman as sign Ancient Symbols"), + ('𐆛', "roman centurial sign Ancient Symbols"), + ('𐆠', "greek symbol tau rho Ancient Symbols"), + ('𐌰', "gothic letter ahsa Gothic"), + ('𐌱', "gothic letter bairkan Gothic"), + ('𐌲', "gothic letter giba Gothic"), + ('𐌳', "gothic letter dags Gothic"), + ('𐌴', "gothic letter aihvus Gothic"), + ('𐌵', "gothic letter qairthra Gothic"), + ('𐌶', "gothic letter iuja Gothic"), + ('𐌷', "gothic letter hagl Gothic"), + ('𐌸', "gothic letter thiuth Gothic"), + ('𐌹', "gothic letter eis Gothic"), + ('𐌺', "gothic letter kusma Gothic"), + ('𐌻', "gothic letter lagus Gothic"), + ('𐌼', "gothic letter manna Gothic"), + ('𐌽', "gothic letter nauths Gothic"), + ('𐌾', "gothic letter jer Gothic"), + ('𐌿', "gothic letter urus Gothic"), + ('𐍀', "gothic letter pairthra Gothic"), + ('𐍁', "gothic letter ninety Gothic"), + ('𐍂', "gothic letter raida Gothic"), + ('𐍃', "gothic letter sauil Gothic"), + ('𐍄', "gothic letter teiws Gothic"), + ('𐍅', "gothic letter winja Gothic"), + ('𐍆', "gothic letter faihu Gothic"), + ('𐍇', "gothic letter iggws Gothic"), + ('𐍈', "gothic letter hwair Gothic"), + ('𐍉', "gothic letter othal Gothic"), + ('𐍊', "gothic letter nine hundred Gothic"), + ('🀀', "mahjong tile east wind Mahjong Tiles"), + ('🀁', "mahjong tile south wind Mahjong Tiles"), + ('🀂', "mahjong tile west wind Mahjong Tiles"), + ('🀃', "mahjong tile north wind Mahjong Tiles"), + ('🀄', "mahjong tile red dragon Mahjong Tiles"), + ('🀅', "mahjong tile green dragon Mahjong Tiles"), + ('🀆', "mahjong tile white dragon Mahjong Tiles"), + ('🀇', "mahjong tile one of characters Mahjong Tiles"), + ('🀈', "mahjong tile two of characters Mahjong Tiles"), + ('🀉', "mahjong tile three of characters Mahjong Tiles"), + ('🀊', "mahjong tile four of characters Mahjong Tiles"), + ('🀋', "mahjong tile five of characters Mahjong Tiles"), + ('🀌', "mahjong tile six of characters Mahjong Tiles"), + ('🀍', "mahjong tile seven of characters Mahjong Tiles"), + ('🀎', "mahjong tile eight of characters Mahjong Tiles"), + ('🀏', "mahjong tile nine of characters Mahjong Tiles"), + ('🀐', "mahjong tile one of bamboos Mahjong Tiles"), + ('🀑', "mahjong tile two of bamboos Mahjong Tiles"), + ('🀒', "mahjong tile three of bamboos Mahjong Tiles"), + ('🀓', "mahjong tile four of bamboos Mahjong Tiles"), + ('🀔', "mahjong tile five of bamboos Mahjong Tiles"), + ('🀕', "mahjong tile six of bamboos Mahjong Tiles"), + ('🀖', "mahjong tile seven of bamboos Mahjong Tiles"), + ('🀗', "mahjong tile eight of bamboos Mahjong Tiles"), + ('🀘', "mahjong tile nine of bamboos Mahjong Tiles"), + ('🀙', "mahjong tile one of circles Mahjong Tiles"), + ('🀚', "mahjong tile two of circles Mahjong Tiles"), + ('🀛', "mahjong tile three of circles Mahjong Tiles"), + ('🀜', "mahjong tile four of circles Mahjong Tiles"), + ('🀝', "mahjong tile five of circles Mahjong Tiles"), + ('🀞', "mahjong tile six of circles Mahjong Tiles"), + ('🀟', "mahjong tile seven of circles Mahjong Tiles"), + ('🀠', "mahjong tile eight of circles Mahjong Tiles"), + ('🀡', "mahjong tile nine of circles Mahjong Tiles"), + ('🀢', "mahjong tile plum Mahjong Tiles"), + ('🀣', "mahjong tile orchid Mahjong Tiles"), + ('🀤', "mahjong tile bamboo Mahjong Tiles"), + ('🀥', "mahjong tile chrysanthemum Mahjong Tiles"), + ('🀦', "mahjong tile spring Mahjong Tiles"), + ('🀧', "mahjong tile summer Mahjong Tiles"), + ('🀨', "mahjong tile autumn Mahjong Tiles"), + ('🀩', "mahjong tile winter Mahjong Tiles"), + ('🀪', "mahjong tile joker Mahjong Tiles"), + ('🀫', "mahjong tile back Mahjong Tiles"), + ('🀰', "domino tile horizontal back Domino Tiles"), + ('🀱', "domino tile horizontal-00-00 Domino Tiles"), + ('🀲', "domino tile horizontal-00-01 Domino Tiles"), + ('🀳', "domino tile horizontal-00-02 Domino Tiles"), + ('🀴', "domino tile horizontal-00-03 Domino Tiles"), + ('🀵', "domino tile horizontal-00-04 Domino Tiles"), + ('🀶', "domino tile horizontal-00-05 Domino Tiles"), + ('🀷', "domino tile horizontal-00-06 Domino Tiles"), + ('🀸', "domino tile horizontal-01-00 Domino Tiles"), + ('🀹', "domino tile horizontal-01-01 Domino Tiles"), + ('🀺', "domino tile horizontal-01-02 Domino Tiles"), + ('🀻', "domino tile horizontal-01-03 Domino Tiles"), + ('🀼', "domino tile horizontal-01-04 Domino Tiles"), + ('🀽', "domino tile horizontal-01-05 Domino Tiles"), + ('🀾', "domino tile horizontal-01-06 Domino Tiles"), + ('🀿', "domino tile horizontal-02-00 Domino Tiles"), + ('🁀', "domino tile horizontal-02-01 Domino Tiles"), + ('🁁', "domino tile horizontal-02-02 Domino Tiles"), + ('🁂', "domino tile horizontal-02-03 Domino Tiles"), + ('🁃', "domino tile horizontal-02-04 Domino Tiles"), + ('🁄', "domino tile horizontal-02-05 Domino Tiles"), + ('🁅', "domino tile horizontal-02-06 Domino Tiles"), + ('🁆', "domino tile horizontal-03-00 Domino Tiles"), + ('🁇', "domino tile horizontal-03-01 Domino Tiles"), + ('🁈', "domino tile horizontal-03-02 Domino Tiles"), + ('🁉', "domino tile horizontal-03-03 Domino Tiles"), + ('🁊', "domino tile horizontal-03-04 Domino Tiles"), + ('🁋', "domino tile horizontal-03-05 Domino Tiles"), + ('🁌', "domino tile horizontal-03-06 Domino Tiles"), + ('🁍', "domino tile horizontal-04-00 Domino Tiles"), + ('🁎', "domino tile horizontal-04-01 Domino Tiles"), + ('🁏', "domino tile horizontal-04-02 Domino Tiles"), + ('🁐', "domino tile horizontal-04-03 Domino Tiles"), + ('🁑', "domino tile horizontal-04-04 Domino Tiles"), + ('🁒', "domino tile horizontal-04-05 Domino Tiles"), + ('🁓', "domino tile horizontal-04-06 Domino Tiles"), + ('🁔', "domino tile horizontal-05-00 Domino Tiles"), + ('🁕', "domino tile horizontal-05-01 Domino Tiles"), + ('🁖', "domino tile horizontal-05-02 Domino Tiles"), + ('🁗', "domino tile horizontal-05-03 Domino Tiles"), + ('🁘', "domino tile horizontal-05-04 Domino Tiles"), + ('🁙', "domino tile horizontal-05-05 Domino Tiles"), + ('🁚', "domino tile horizontal-05-06 Domino Tiles"), + ('🁛', "domino tile horizontal-06-00 Domino Tiles"), + ('🁜', "domino tile horizontal-06-01 Domino Tiles"), + ('🁝', "domino tile horizontal-06-02 Domino Tiles"), + ('🁞', "domino tile horizontal-06-03 Domino Tiles"), + ('🁟', "domino tile horizontal-06-04 Domino Tiles"), + ('🁠', "domino tile horizontal-06-05 Domino Tiles"), + ('🁡', "domino tile horizontal-06-06 Domino Tiles"), + ('🁢', "domino tile vertical back Domino Tiles"), + ('🁣', "domino tile vertical-00-00 Domino Tiles"), + ('🁤', "domino tile vertical-00-01 Domino Tiles"), + ('🁥', "domino tile vertical-00-02 Domino Tiles"), + ('🁦', "domino tile vertical-00-03 Domino Tiles"), + ('🁧', "domino tile vertical-00-04 Domino Tiles"), + ('🁨', "domino tile vertical-00-05 Domino Tiles"), + ('🁩', "domino tile vertical-00-06 Domino Tiles"), + ('🁪', "domino tile vertical-01-00 Domino Tiles"), + ('🁫', "domino tile vertical-01-01 Domino Tiles"), + ('🁬', "domino tile vertical-01-02 Domino Tiles"), + ('🁭', "domino tile vertical-01-03 Domino Tiles"), + ('🁮', "domino tile vertical-01-04 Domino Tiles"), + ('🁯', "domino tile vertical-01-05 Domino Tiles"), + ('🁰', "domino tile vertical-01-06 Domino Tiles"), + ('🁱', "domino tile vertical-02-00 Domino Tiles"), + ('🁲', "domino tile vertical-02-01 Domino Tiles"), + ('🁳', "domino tile vertical-02-02 Domino Tiles"), + ('🁴', "domino tile vertical-02-03 Domino Tiles"), + ('🁵', "domino tile vertical-02-04 Domino Tiles"), + ('🁶', "domino tile vertical-02-05 Domino Tiles"), + ('🁷', "domino tile vertical-02-06 Domino Tiles"), + ('🁸', "domino tile vertical-03-00 Domino Tiles"), + ('🁹', "domino tile vertical-03-01 Domino Tiles"), + ('🁺', "domino tile vertical-03-02 Domino Tiles"), + ('🁻', "domino tile vertical-03-03 Domino Tiles"), + ('🁼', "domino tile vertical-03-04 Domino Tiles"), + ('🁽', "domino tile vertical-03-05 Domino Tiles"), + ('🁾', "domino tile vertical-03-06 Domino Tiles"), + ('🁿', "domino tile vertical-04-00 Domino Tiles"), + ('🂀', "domino tile vertical-04-01 Domino Tiles"), + ('🂁', "domino tile vertical-04-02 Domino Tiles"), + ('🂂', "domino tile vertical-04-03 Domino Tiles"), + ('🂃', "domino tile vertical-04-04 Domino Tiles"), + ('🂄', "domino tile vertical-04-05 Domino Tiles"), + ('🂅', "domino tile vertical-04-06 Domino Tiles"), + ('🂆', "domino tile vertical-05-00 Domino Tiles"), + ('🂇', "domino tile vertical-05-01 Domino Tiles"), + ('🂈', "domino tile vertical-05-02 Domino Tiles"), + ('🂉', "domino tile vertical-05-03 Domino Tiles"), + ('🂊', "domino tile vertical-05-04 Domino Tiles"), + ('🂋', "domino tile vertical-05-05 Domino Tiles"), + ('🂌', "domino tile vertical-05-06 Domino Tiles"), + ('🂍', "domino tile vertical-06-00 Domino Tiles"), + ('🂎', "domino tile vertical-06-01 Domino Tiles"), + ('🂏', "domino tile vertical-06-02 Domino Tiles"), + ('🂐', "domino tile vertical-06-03 Domino Tiles"), + ('🂑', "domino tile vertical-06-04 Domino Tiles"), + ('🂒', "domino tile vertical-06-05 Domino Tiles"), + ('🂓', "domino tile vertical-06-06 Domino Tiles"), + ('🂠', "playing card back Playing Cards"), + ('🂡', "playing card ace of spades Playing Cards"), + ('🂢', "playing card two of spades Playing Cards"), + ('🂣', "playing card three of spades Playing Cards"), + ('🂤', "playing card four of spades Playing Cards"), + ('🂥', "playing card five of spades Playing Cards"), + ('🂦', "playing card six of spades Playing Cards"), + ('🂧', "playing card seven of spades Playing Cards"), + ('🂨', "playing card eight of spades Playing Cards"), + ('🂩', "playing card nine of spades Playing Cards"), + ('🂪', "playing card ten of spades Playing Cards"), + ('🂫', "playing card jack of spades Playing Cards"), + ('🂬', "playing card knight of spades Playing Cards"), + ('🂭', "playing card queen of spades Playing Cards"), + ('🂮', "playing card king of spades Playing Cards"), + ('🂱', "playing card ace of hearts Playing Cards"), + ('🂲', "playing card two of hearts Playing Cards"), + ('🂳', "playing card three of hearts Playing Cards"), + ('🂴', "playing card four of hearts Playing Cards"), + ('🂵', "playing card five of hearts Playing Cards"), + ('🂶', "playing card six of hearts Playing Cards"), + ('🂷', "playing card seven of hearts Playing Cards"), + ('🂸', "playing card eight of hearts Playing Cards"), + ('🂹', "playing card nine of hearts Playing Cards"), + ('🂺', "playing card ten of hearts Playing Cards"), + ('🂻', "playing card jack of hearts Playing Cards"), + ('🂼', "playing card knight of hearts Playing Cards"), + ('🂽', "playing card queen of hearts Playing Cards"), + ('🂾', "playing card king of hearts Playing Cards"), + ('🂿', "playing card red joker Playing Cards"), + ('🃁', "playing card ace of diamonds Playing Cards"), + ('🃂', "playing card two of diamonds Playing Cards"), + ('🃃', "playing card three of diamonds Playing Cards"), + ('🃄', "playing card four of diamonds Playing Cards"), + ('🃅', "playing card five of diamonds Playing Cards"), + ('🃆', "playing card six of diamonds Playing Cards"), + ('🃇', "playing card seven of diamonds Playing Cards"), + ('🃈', "playing card eight of diamonds Playing Cards"), + ('🃉', "playing card nine of diamonds Playing Cards"), + ('🃊', "playing card ten of diamonds Playing Cards"), + ('🃋', "playing card jack of diamonds Playing Cards"), + ('🃌', "playing card knight of diamonds Playing Cards"), + ('🃍', "playing card queen of diamonds Playing Cards"), + ('🃎', "playing card king of diamonds Playing Cards"), + ('🃏', "playing card black joker Playing Cards"), + ('🃑', "playing card ace of clubs Playing Cards"), + ('🃒', "playing card two of clubs Playing Cards"), + ('🃓', "playing card three of clubs Playing Cards"), + ('🃔', "playing card four of clubs Playing Cards"), + ('🃕', "playing card five of clubs Playing Cards"), + ('🃖', "playing card six of clubs Playing Cards"), + ('🃗', "playing card seven of clubs Playing Cards"), + ('🃘', "playing card eight of clubs Playing Cards"), + ('🃙', "playing card nine of clubs Playing Cards"), + ('🃚', "playing card ten of clubs Playing Cards"), + ('🃛', "playing card jack of clubs Playing Cards"), + ('🃜', "playing card knight of clubs Playing Cards"), + ('🃝', "playing card queen of clubs Playing Cards"), + ('🃞', "playing card king of clubs Playing Cards"), + ('🃟', "playing card white joker Playing Cards"), + ('🃠', "playing card fool Playing Cards"), + ('🃡', "playing card trump-1 Playing Cards"), + ('🃢', "playing card trump-2 Playing Cards"), + ('🃣', "playing card trump-3 Playing Cards"), + ('🃤', "playing card trump-4 Playing Cards"), + ('🃥', "playing card trump-5 Playing Cards"), + ('🃦', "playing card trump-6 Playing Cards"), + ('🃧', "playing card trump-7 Playing Cards"), + ('🃨', "playing card trump-8 Playing Cards"), + ('🃩', "playing card trump-9 Playing Cards"), + ('🃪', "playing card trump-10 Playing Cards"), + ('🃫', "playing card trump-11 Playing Cards"), + ('🃬', "playing card trump-12 Playing Cards"), + ('🃭', "playing card trump-13 Playing Cards"), + ('🃮', "playing card trump-14 Playing Cards"), + ('🃯', "playing card trump-15 Playing Cards"), + ('🃰', "playing card trump-16 Playing Cards"), + ('🃱', "playing card trump-17 Playing Cards"), + ('🃲', "playing card trump-18 Playing Cards"), + ('🃳', "playing card trump-19 Playing Cards"), + ('🃴', "playing card trump-20 Playing Cards"), + ('🃵', "playing card trump-21 Playing Cards"), + ('🄀', "digit zero full stop Enclosed Alphanumeric Supplement"), + ('🄁', "digit zero comma Enclosed Alphanumeric Supplement"), + ('🄂', "digit one comma Enclosed Alphanumeric Supplement"), + ('🄃', "digit two comma Enclosed Alphanumeric Supplement"), + ('🄄', "digit three comma Enclosed Alphanumeric Supplement"), + ('🄅', "digit four comma Enclosed Alphanumeric Supplement"), + ('🄆', "digit five comma Enclosed Alphanumeric Supplement"), + ('🄇', "digit six comma Enclosed Alphanumeric Supplement"), + ('🄈', "digit seven comma Enclosed Alphanumeric Supplement"), + ('🄉', "digit eight comma Enclosed Alphanumeric Supplement"), + ('🄊', "digit nine comma Enclosed Alphanumeric Supplement"), + ('🄋', "dingbat circled sans-serif digit zero Enclosed Alphanumeric Supplement"), + ('🄌', "dingbat negative circled sans-serif digit zero Enclosed Alphanumeric Supplement"), + ('🄐', "parenthesized latin capital letter a Enclosed Alphanumeric Supplement"), + ('🄑', "parenthesized latin capital letter b Enclosed Alphanumeric Supplement"), + ('🄒', "parenthesized latin capital letter c Enclosed Alphanumeric Supplement"), + ('🄓', "parenthesized latin capital letter d Enclosed Alphanumeric Supplement"), + ('🄔', "parenthesized latin capital letter e Enclosed Alphanumeric Supplement"), + ('🄕', "parenthesized latin capital letter f Enclosed Alphanumeric Supplement"), + ('🄖', "parenthesized latin capital letter g Enclosed Alphanumeric Supplement"), + ('🄗', "parenthesized latin capital letter h Enclosed Alphanumeric Supplement"), + ('🄘', "parenthesized latin capital letter i Enclosed Alphanumeric Supplement"), + ('🄙', "parenthesized latin capital letter j Enclosed Alphanumeric Supplement"), + ('🄚', "parenthesized latin capital letter k Enclosed Alphanumeric Supplement"), + ('🄛', "parenthesized latin capital letter l Enclosed Alphanumeric Supplement"), + ('🄜', "parenthesized latin capital letter m Enclosed Alphanumeric Supplement"), + ('🄝', "parenthesized latin capital letter n Enclosed Alphanumeric Supplement"), + ('🄞', "parenthesized latin capital letter o Enclosed Alphanumeric Supplement"), + ('🄟', "parenthesized latin capital letter p Enclosed Alphanumeric Supplement"), + ('🄠', "parenthesized latin capital letter q Enclosed Alphanumeric Supplement"), + ('🄡', "parenthesized latin capital letter r Enclosed Alphanumeric Supplement"), + ('🄢', "parenthesized latin capital letter s Enclosed Alphanumeric Supplement"), + ('🄣', "parenthesized latin capital letter t Enclosed Alphanumeric Supplement"), + ('🄤', "parenthesized latin capital letter u Enclosed Alphanumeric Supplement"), + ('🄥', "parenthesized latin capital letter v Enclosed Alphanumeric Supplement"), + ('🄦', "parenthesized latin capital letter w Enclosed Alphanumeric Supplement"), + ('🄧', "parenthesized latin capital letter x Enclosed Alphanumeric Supplement"), + ('🄨', "parenthesized latin capital letter y Enclosed Alphanumeric Supplement"), + ('🄩', "parenthesized latin capital letter z Enclosed Alphanumeric Supplement"), + ('🄪', "tortoise shell bracketed latin capital letter s Enclosed Alphanumeric Supplement"), + ('🄫', "circled italic latin capital letter c Enclosed Alphanumeric Supplement"), + ('🄬', "circled italic latin capital letter r Enclosed Alphanumeric Supplement"), + ('🄭', "circled cd Enclosed Alphanumeric Supplement"), + ('🄮', "circled wz Enclosed Alphanumeric Supplement"), + ('🄰', "squared latin capital letter a Enclosed Alphanumeric Supplement"), + ('🄱', "squared latin capital letter b Enclosed Alphanumeric Supplement"), + ('🄲', "squared latin capital letter c Enclosed Alphanumeric Supplement"), + ('🄳', "squared latin capital letter d Enclosed Alphanumeric Supplement"), + ('🄴', "squared latin capital letter e Enclosed Alphanumeric Supplement"), + ('🄵', "squared latin capital letter f Enclosed Alphanumeric Supplement"), + ('🄶', "squared latin capital letter g Enclosed Alphanumeric Supplement"), + ('🄷', "squared latin capital letter h Enclosed Alphanumeric Supplement"), + ('🄸', "squared latin capital letter i Enclosed Alphanumeric Supplement"), + ('🄹', "squared latin capital letter j Enclosed Alphanumeric Supplement"), + ('🄺', "squared latin capital letter k Enclosed Alphanumeric Supplement"), + ('🄻', "squared latin capital letter l Enclosed Alphanumeric Supplement"), + ('🄼', "squared latin capital letter m Enclosed Alphanumeric Supplement"), + ('🄽', "squared latin capital letter n Enclosed Alphanumeric Supplement"), + ('🄾', "squared latin capital letter o Enclosed Alphanumeric Supplement"), + ('🄿', "squared latin capital letter p Enclosed Alphanumeric Supplement"), + ('🅀', "squared latin capital letter q Enclosed Alphanumeric Supplement"), + ('🅁', "squared latin capital letter r Enclosed Alphanumeric Supplement"), + ('🅂', "squared latin capital letter s Enclosed Alphanumeric Supplement"), + ('🅃', "squared latin capital letter t Enclosed Alphanumeric Supplement"), + ('🅄', "squared latin capital letter u Enclosed Alphanumeric Supplement"), + ('🅅', "squared latin capital letter v Enclosed Alphanumeric Supplement"), + ('🅆', "squared latin capital letter w Enclosed Alphanumeric Supplement"), + ('🅇', "squared latin capital letter x Enclosed Alphanumeric Supplement"), + ('🅈', "squared latin capital letter y Enclosed Alphanumeric Supplement"), + ('🅉', "squared latin capital letter z Enclosed Alphanumeric Supplement"), + ('🅊', "squared hv Enclosed Alphanumeric Supplement"), + ('🅋', "squared mv Enclosed Alphanumeric Supplement"), + ('🅌', "squared sd Enclosed Alphanumeric Supplement"), + ('🅍', "squared ss Enclosed Alphanumeric Supplement"), + ('🅎', "squared ppv Enclosed Alphanumeric Supplement"), + ('🅏', "squared wc Enclosed Alphanumeric Supplement"), + ('🅐', "negative circled latin capital letter a Enclosed Alphanumeric Supplement"), + ('🅑', "negative circled latin capital letter b Enclosed Alphanumeric Supplement"), + ('🅒', "negative circled latin capital letter c Enclosed Alphanumeric Supplement"), + ('🅓', "negative circled latin capital letter d Enclosed Alphanumeric Supplement"), + ('🅔', "negative circled latin capital letter e Enclosed Alphanumeric Supplement"), + ('🅕', "negative circled latin capital letter f Enclosed Alphanumeric Supplement"), + ('🅖', "negative circled latin capital letter g Enclosed Alphanumeric Supplement"), + ('🅗', "negative circled latin capital letter h Enclosed Alphanumeric Supplement"), + ('🅘', "negative circled latin capital letter i Enclosed Alphanumeric Supplement"), + ('🅙', "negative circled latin capital letter j Enclosed Alphanumeric Supplement"), + ('🅚', "negative circled latin capital letter k Enclosed Alphanumeric Supplement"), + ('🅛', "negative circled latin capital letter l Enclosed Alphanumeric Supplement"), + ('🅜', "negative circled latin capital letter m Enclosed Alphanumeric Supplement"), + ('🅝', "negative circled latin capital letter n Enclosed Alphanumeric Supplement"), + ('🅞', "negative circled latin capital letter o Enclosed Alphanumeric Supplement"), + ('🅟', "negative circled latin capital letter p Enclosed Alphanumeric Supplement"), + ('🅠', "negative circled latin capital letter q Enclosed Alphanumeric Supplement"), + ('🅡', "negative circled latin capital letter r Enclosed Alphanumeric Supplement"), + ('🅢', "negative circled latin capital letter s Enclosed Alphanumeric Supplement"), + ('🅣', "negative circled latin capital letter t Enclosed Alphanumeric Supplement"), + ('🅤', "negative circled latin capital letter u Enclosed Alphanumeric Supplement"), + ('🅥', "negative circled latin capital letter v Enclosed Alphanumeric Supplement"), + ('🅦', "negative circled latin capital letter w Enclosed Alphanumeric Supplement"), + ('🅧', "negative circled latin capital letter x Enclosed Alphanumeric Supplement"), + ('🅨', "negative circled latin capital letter y Enclosed Alphanumeric Supplement"), + ('🅩', "negative circled latin capital letter z Enclosed Alphanumeric Supplement"), + ('🅪', "raised mc sign Enclosed Alphanumeric Supplement"), + ('🅫', "raised md sign Enclosed Alphanumeric Supplement"), + ('🅰', "negative squared latin capital letter a Enclosed Alphanumeric Supplement"), + ('🅱', "negative squared latin capital letter b Enclosed Alphanumeric Supplement"), + ('🅲', "negative squared latin capital letter c Enclosed Alphanumeric Supplement"), + ('🅳', "negative squared latin capital letter d Enclosed Alphanumeric Supplement"), + ('🅴', "negative squared latin capital letter e Enclosed Alphanumeric Supplement"), + ('🅵', "negative squared latin capital letter f Enclosed Alphanumeric Supplement"), + ('🅶', "negative squared latin capital letter g Enclosed Alphanumeric Supplement"), + ('🅷', "negative squared latin capital letter h Enclosed Alphanumeric Supplement"), + ('🅸', "negative squared latin capital letter i Enclosed Alphanumeric Supplement"), + ('🅹', "negative squared latin capital letter j Enclosed Alphanumeric Supplement"), + ('🅺', "negative squared latin capital letter k Enclosed Alphanumeric Supplement"), + ('🅻', "negative squared latin capital letter l Enclosed Alphanumeric Supplement"), + ('🅼', "negative squared latin capital letter m Enclosed Alphanumeric Supplement"), + ('🅽', "negative squared latin capital letter n Enclosed Alphanumeric Supplement"), + ('🅾', "negative squared latin capital letter o Enclosed Alphanumeric Supplement"), + ('🅿', "negative squared latin capital letter p Enclosed Alphanumeric Supplement"), + ('🆀', "negative squared latin capital letter q Enclosed Alphanumeric Supplement"), + ('🆁', "negative squared latin capital letter r Enclosed Alphanumeric Supplement"), + ('🆂', "negative squared latin capital letter s Enclosed Alphanumeric Supplement"), + ('🆃', "negative squared latin capital letter t Enclosed Alphanumeric Supplement"), + ('🆄', "negative squared latin capital letter u Enclosed Alphanumeric Supplement"), + ('🆅', "negative squared latin capital letter v Enclosed Alphanumeric Supplement"), + ('🆆', "negative squared latin capital letter w Enclosed Alphanumeric Supplement"), + ('🆇', "negative squared latin capital letter x Enclosed Alphanumeric Supplement"), + ('🆈', "negative squared latin capital letter y Enclosed Alphanumeric Supplement"), + ('🆉', "negative squared latin capital letter z Enclosed Alphanumeric Supplement"), + ('🆊', "crossed negative squared latin capital letter p Enclosed Alphanumeric Supplement"), + ('🆋', "negative squared ic Enclosed Alphanumeric Supplement"), + ('🆌', "negative squared pa Enclosed Alphanumeric Supplement"), + ('🆍', "negative squared sa Enclosed Alphanumeric Supplement"), + ('🆎', "negative squared ab Enclosed Alphanumeric Supplement"), + ('🆏', "negative squared wc Enclosed Alphanumeric Supplement"), + ('🆐', "square dj Enclosed Alphanumeric Supplement"), + ('🆑', "squared cl Enclosed Alphanumeric Supplement"), + ('🆒', "squared cool Enclosed Alphanumeric Supplement"), + ('🆓', "squared free Enclosed Alphanumeric Supplement"), + ('🆔', "squared id Enclosed Alphanumeric Supplement"), + ('🆕', "squared new Enclosed Alphanumeric Supplement"), + ('🆖', "squared ng Enclosed Alphanumeric Supplement"), + ('🆗', "squared ok Enclosed Alphanumeric Supplement"), + ('🆘', "squared sos Enclosed Alphanumeric Supplement"), + ('🆙', "squared up with exclamation mark Enclosed Alphanumeric Supplement"), + ('🆚', "squared vs Enclosed Alphanumeric Supplement"), + ('🇦', "regional indicator symbol letter a Enclosed Alphanumeric Supplement"), + ('🇧', "regional indicator symbol letter b Enclosed Alphanumeric Supplement"), + ('🇨', "regional indicator symbol letter c Enclosed Alphanumeric Supplement"), + ('🇩', "regional indicator symbol letter d Enclosed Alphanumeric Supplement"), + ('🇪', "regional indicator symbol letter e Enclosed Alphanumeric Supplement"), + ('🇫', "regional indicator symbol letter f Enclosed Alphanumeric Supplement"), + ('🇬', "regional indicator symbol letter g Enclosed Alphanumeric Supplement"), + ('🇭', "regional indicator symbol letter h Enclosed Alphanumeric Supplement"), + ('🇮', "regional indicator symbol letter i Enclosed Alphanumeric Supplement"), + ('🇯', "regional indicator symbol letter j Enclosed Alphanumeric Supplement"), + ('🇰', "regional indicator symbol letter k Enclosed Alphanumeric Supplement"), + ('🇱', "regional indicator symbol letter l Enclosed Alphanumeric Supplement"), + ('🇲', "regional indicator symbol letter m Enclosed Alphanumeric Supplement"), + ('🇳', "regional indicator symbol letter n Enclosed Alphanumeric Supplement"), + ('🇴', "regional indicator symbol letter o Enclosed Alphanumeric Supplement"), + ('🇵', "regional indicator symbol letter p Enclosed Alphanumeric Supplement"), + ('🇶', "regional indicator symbol letter q Enclosed Alphanumeric Supplement"), + ('🇷', "regional indicator symbol letter r Enclosed Alphanumeric Supplement"), + ('🇸', "regional indicator symbol letter s Enclosed Alphanumeric Supplement"), + ('🇹', "regional indicator symbol letter t Enclosed Alphanumeric Supplement"), + ('🇺', "regional indicator symbol letter u Enclosed Alphanumeric Supplement"), + ('🇻', "regional indicator symbol letter v Enclosed Alphanumeric Supplement"), + ('🇼', "regional indicator symbol letter w Enclosed Alphanumeric Supplement"), + ('🇽', "regional indicator symbol letter x Enclosed Alphanumeric Supplement"), + ('🇾', "regional indicator symbol letter y Enclosed Alphanumeric Supplement"), + ('🈀', "square hiragana hoka Enclosed Ideographic Supplement"), + ('🈁', "squared katakana koko Enclosed Ideographic Supplement"), + ('🈂', "squared katakana sa Enclosed Ideographic Supplement"), + ('🈐', "squared cjk unified ideograph-624b Enclosed Ideographic Supplement"), + ('🈑', "squared cjk unified ideograph-5b57 Enclosed Ideographic Supplement"), + ('🈒', "squared cjk unified ideograph-53cc Enclosed Ideographic Supplement"), + ('🈓', "squared katakana de Enclosed Ideographic Supplement"), + ('🈔', "squared cjk unified ideograph-4e8c Enclosed Ideographic Supplement"), + ('🈕', "squared cjk unified ideograph-591a Enclosed Ideographic Supplement"), + ('🈖', "squared cjk unified ideograph-89e3 Enclosed Ideographic Supplement"), + ('🈗', "squared cjk unified ideograph-5929 Enclosed Ideographic Supplement"), + ('🈘', "squared cjk unified ideograph-4ea4 Enclosed Ideographic Supplement"), + ('🈙', "squared cjk unified ideograph-6620 Enclosed Ideographic Supplement"), + ('🈚', "squared cjk unified ideograph-7121 Enclosed Ideographic Supplement"), + ('🈛', "squared cjk unified ideograph-6599 Enclosed Ideographic Supplement"), + ('🈜', "squared cjk unified ideograph-524d Enclosed Ideographic Supplement"), + ('🈝', "squared cjk unified ideograph-5f8c Enclosed Ideographic Supplement"), + ('🈞', "squared cjk unified ideograph-518d Enclosed Ideographic Supplement"), + ('🈟', "squared cjk unified ideograph-65b0 Enclosed Ideographic Supplement"), + ('🈠', "squared cjk unified ideograph-521d Enclosed Ideographic Supplement"), + ('🈡', "squared cjk unified ideograph-7d42 Enclosed Ideographic Supplement"), + ('🈢', "squared cjk unified ideograph-751f Enclosed Ideographic Supplement"), + ('🈣', "squared cjk unified ideograph-8ca9 Enclosed Ideographic Supplement"), + ('🈤', "squared cjk unified ideograph-58f0 Enclosed Ideographic Supplement"), + ('🈥', "squared cjk unified ideograph-5439 Enclosed Ideographic Supplement"), + ('🈦', "squared cjk unified ideograph-6f14 Enclosed Ideographic Supplement"), + ('🈧', "squared cjk unified ideograph-6295 Enclosed Ideographic Supplement"), + ('🈨', "squared cjk unified ideograph-6355 Enclosed Ideographic Supplement"), + ('🈩', "squared cjk unified ideograph-4e00 Enclosed Ideographic Supplement"), + ('🈪', "squared cjk unified ideograph-4e09 Enclosed Ideographic Supplement"), + ('🈫', "squared cjk unified ideograph-904a Enclosed Ideographic Supplement"), + ('🈬', "squared cjk unified ideograph-5de6 Enclosed Ideographic Supplement"), + ('🈭', "squared cjk unified ideograph-4e2d Enclosed Ideographic Supplement"), + ('🈮', "squared cjk unified ideograph-53f3 Enclosed Ideographic Supplement"), + ('🈯', "squared cjk unified ideograph-6307 Enclosed Ideographic Supplement"), + ('🈰', "squared cjk unified ideograph-8d70 Enclosed Ideographic Supplement"), + ('🈱', "squared cjk unified ideograph-6253 Enclosed Ideographic Supplement"), + ('🈲', "squared cjk unified ideograph-7981 Enclosed Ideographic Supplement"), + ('🈳', "squared cjk unified ideograph-7a7a Enclosed Ideographic Supplement"), + ('🈴', "squared cjk unified ideograph-5408 Enclosed Ideographic Supplement"), + ('🈵', "squared cjk unified ideograph-6e80 Enclosed Ideographic Supplement"), + ('🈶', "squared cjk unified ideograph-6709 Enclosed Ideographic Supplement"), + ('🈷', "squared cjk unified ideograph-6708 Enclosed Ideographic Supplement"), + ('🈸', "squared cjk unified ideograph-7533 Enclosed Ideographic Supplement"), + ('🈹', "squared cjk unified ideograph-5272 Enclosed Ideographic Supplement"), + ('🈺', "squared cjk unified ideograph-55b6 Enclosed Ideographic Supplement"), + ('🉀', "tortoise shell bracketed cjk unified ideograph-672c Enclosed Ideographic Supplement"), + ('🉁', "tortoise shell bracketed cjk unified ideograph-4e09 Enclosed Ideographic Supplement"), + ('🉂', "tortoise shell bracketed cjk unified ideograph-4e8c Enclosed Ideographic Supplement"), + ('🉃', "tortoise shell bracketed cjk unified ideograph-5b89 Enclosed Ideographic Supplement"), + ('🉄', "tortoise shell bracketed cjk unified ideograph-70b9 Enclosed Ideographic Supplement"), + ('🉅', "tortoise shell bracketed cjk unified ideograph-6253 Enclosed Ideographic Supplement"), + ('🉆', "tortoise shell bracketed cjk unified ideograph-76d7 Enclosed Ideographic Supplement"), + ('🉇', "tortoise shell bracketed cjk unified ideograph-52dd Enclosed Ideographic Supplement"), + ('🉈', "tortoise shell bracketed cjk unified ideograph-6557 Enclosed Ideographic Supplement"), + ('🉐', "circled ideograph advantage Enclosed Ideographic Supplement"), + ('🉑', "circled ideograph accept Enclosed Ideographic Supplement"), + ('🌀', "cyclone Miscellaneous Symbols and Pictographs"), + ('🌁', "foggy Miscellaneous Symbols and Pictographs"), + ('🌂', "closed umbrella Miscellaneous Symbols and Pictographs"), + ('🌃', "night with stars Miscellaneous Symbols and Pictographs"), + ('🌄', "sunrise over mountains Miscellaneous Symbols and Pictographs"), + ('🌅', "sunrise Miscellaneous Symbols and Pictographs"), + ('🌆', "cityscape at dusk Miscellaneous Symbols and Pictographs"), + ('🌇', "sunset over buildings Miscellaneous Symbols and Pictographs"), + ('🌈', "rainbow Miscellaneous Symbols and Pictographs"), + ('🌉', "bridge at night Miscellaneous Symbols and Pictographs"), + ('🌊', "water wave Miscellaneous Symbols and Pictographs"), + ('🌋', "volcano Miscellaneous Symbols and Pictographs"), + ('🌌', "milky way Miscellaneous Symbols and Pictographs"), + ('🌍', "earth globe europe-africa Miscellaneous Symbols and Pictographs"), + ('🌎', "earth globe americas Miscellaneous Symbols and Pictographs"), + ('🌏', "earth globe asia-australia Miscellaneous Symbols and Pictographs"), + ('🌐', "globe with meridians Miscellaneous Symbols and Pictographs"), + ('🌑', "new moon symbol Miscellaneous Symbols and Pictographs"), + ('🌒', "waxing crescent moon symbol Miscellaneous Symbols and Pictographs"), + ('🌓', "first quarter moon symbol Miscellaneous Symbols and Pictographs"), + ('🌔', "waxing gibbous moon symbol Miscellaneous Symbols and Pictographs"), + ('🌕', "full moon symbol Miscellaneous Symbols and Pictographs"), + ('🌖', "waning gibbous moon symbol Miscellaneous Symbols and Pictographs"), + ('🌗', "last quarter moon symbol Miscellaneous Symbols and Pictographs"), + ('🌘', "waning crescent moon symbol Miscellaneous Symbols and Pictographs"), + ('🌙', "crescent moon Miscellaneous Symbols and Pictographs"), + ('🌚', "new moon with face Miscellaneous Symbols and Pictographs"), + ('🌛', "first quarter moon with face Miscellaneous Symbols and Pictographs"), + ('🌜', "last quarter moon with face Miscellaneous Symbols and Pictographs"), + ('🌝', "full moon with face Miscellaneous Symbols and Pictographs"), + ('🌞', "sun with face Miscellaneous Symbols and Pictographs"), + ('🌟', "glowing star Miscellaneous Symbols and Pictographs"), + ('🌠', "shooting star Miscellaneous Symbols and Pictographs"), + ('🌡', "thermometer Miscellaneous Symbols and Pictographs"), + ('🌢', "black droplet Miscellaneous Symbols and Pictographs"), + ('🌣', "white sun Miscellaneous Symbols and Pictographs"), + ('🌤', "white sun with small cloud Miscellaneous Symbols and Pictographs"), + ('🌥', "white sun behind cloud Miscellaneous Symbols and Pictographs"), + ('🌦', "white sun behind cloud with rain Miscellaneous Symbols and Pictographs"), + ('🌧', "cloud with rain Miscellaneous Symbols and Pictographs"), + ('🌨', "cloud with snow Miscellaneous Symbols and Pictographs"), + ('🌩', "cloud with lightning Miscellaneous Symbols and Pictographs"), + ('🌪', "cloud with tornado Miscellaneous Symbols and Pictographs"), + ('🌫', "fog Miscellaneous Symbols and Pictographs"), + ('🌬', "wind blowing face Miscellaneous Symbols and Pictographs"), + ('🌭', "hot dog Miscellaneous Symbols and Pictographs"), + ('🌮', "taco Miscellaneous Symbols and Pictographs"), + ('🌯', "burrito Miscellaneous Symbols and Pictographs"), + ('🌰', "chestnut Miscellaneous Symbols and Pictographs"), + ('🌱', "seedling Miscellaneous Symbols and Pictographs"), + ('🌲', "evergreen tree Miscellaneous Symbols and Pictographs"), + ('🌳', "deciduous tree Miscellaneous Symbols and Pictographs"), + ('🌴', "palm tree Miscellaneous Symbols and Pictographs"), + ('🌵', "cactus Miscellaneous Symbols and Pictographs"), + ('🌶', "hot pepper Miscellaneous Symbols and Pictographs"), + ('🌷', "tulip Miscellaneous Symbols and Pictographs"), + ('🌸', "cherry blossom Miscellaneous Symbols and Pictographs"), + ('🌹', "rose Miscellaneous Symbols and Pictographs"), + ('🌺', "hibiscus Miscellaneous Symbols and Pictographs"), + ('🌻', "sunflower Miscellaneous Symbols and Pictographs"), + ('🌼', "blossom Miscellaneous Symbols and Pictographs"), + ('🌽', "ear of maize Miscellaneous Symbols and Pictographs"), + ('🌾', "ear of rice Miscellaneous Symbols and Pictographs"), + ('🌿', "herb Miscellaneous Symbols and Pictographs"), + ('🍀', "four leaf clover Miscellaneous Symbols and Pictographs"), + ('🍁', "maple leaf Miscellaneous Symbols and Pictographs"), + ('🍂', "fallen leaf Miscellaneous Symbols and Pictographs"), + ('🍃', "leaf fluttering in wind Miscellaneous Symbols and Pictographs"), + ('🍄', "mushroom Miscellaneous Symbols and Pictographs"), + ('🍅', "tomato Miscellaneous Symbols and Pictographs"), + ('🍆', "aubergine Miscellaneous Symbols and Pictographs"), + ('🍇', "grapes Miscellaneous Symbols and Pictographs"), + ('🍈', "melon Miscellaneous Symbols and Pictographs"), + ('🍉', "watermelon Miscellaneous Symbols and Pictographs"), + ('🍊', "tangerine Miscellaneous Symbols and Pictographs"), + ('🍋', "lemon Miscellaneous Symbols and Pictographs"), + ('🍌', "banana Miscellaneous Symbols and Pictographs"), + ('🍍', "pineapple Miscellaneous Symbols and Pictographs"), + ('🍎', "red apple Miscellaneous Symbols and Pictographs"), + ('🍏', "green apple Miscellaneous Symbols and Pictographs"), + ('🍐', "pear Miscellaneous Symbols and Pictographs"), + ('🍑', "peach Miscellaneous Symbols and Pictographs"), + ('🍒', "cherries Miscellaneous Symbols and Pictographs"), + ('🍓', "strawberry Miscellaneous Symbols and Pictographs"), + ('🍔', "hamburger Miscellaneous Symbols and Pictographs"), + ('🍕', "slice of pizza Miscellaneous Symbols and Pictographs"), + ('🍖', "meat on bone Miscellaneous Symbols and Pictographs"), + ('🍗', "poultry leg Miscellaneous Symbols and Pictographs"), + ('🍘', "rice cracker Miscellaneous Symbols and Pictographs"), + ('🍙', "rice ball Miscellaneous Symbols and Pictographs"), + ('🍚', "cooked rice Miscellaneous Symbols and Pictographs"), + ('🍛', "curry and rice Miscellaneous Symbols and Pictographs"), + ('🍜', "steaming bowl Miscellaneous Symbols and Pictographs"), + ('🍝', "spaghetti Miscellaneous Symbols and Pictographs"), + ('🍞', "bread Miscellaneous Symbols and Pictographs"), + ('🍟', "french fries Miscellaneous Symbols and Pictographs"), + ('🍠', "roasted sweet potato Miscellaneous Symbols and Pictographs"), + ('🍡', "dango Miscellaneous Symbols and Pictographs"), + ('🍢', "oden Miscellaneous Symbols and Pictographs"), + ('🍣', "sushi Miscellaneous Symbols and Pictographs"), + ('🍤', "fried shrimp Miscellaneous Symbols and Pictographs"), + ('🍥', "fish cake with swirl design Miscellaneous Symbols and Pictographs"), + ('🍦', "soft ice cream Miscellaneous Symbols and Pictographs"), + ('🍧', "shaved ice Miscellaneous Symbols and Pictographs"), + ('🍨', "ice cream Miscellaneous Symbols and Pictographs"), + ('🍩', "doughnut Miscellaneous Symbols and Pictographs"), + ('🍪', "cookie Miscellaneous Symbols and Pictographs"), + ('🍫', "chocolate bar Miscellaneous Symbols and Pictographs"), + ('🍬', "candy Miscellaneous Symbols and Pictographs"), + ('🍭', "lollipop Miscellaneous Symbols and Pictographs"), + ('🍮', "custard Miscellaneous Symbols and Pictographs"), + ('🍯', "honey pot Miscellaneous Symbols and Pictographs"), + ('🍰', "shortcake Miscellaneous Symbols and Pictographs"), + ('🍱', "bento box Miscellaneous Symbols and Pictographs"), + ('🍲', "pot of food Miscellaneous Symbols and Pictographs"), + ('🍳', "cooking Miscellaneous Symbols and Pictographs"), + ('🍴', "fork and knife Miscellaneous Symbols and Pictographs"), + ('🍵', "teacup without handle Miscellaneous Symbols and Pictographs"), + ('🍶', "sake bottle and cup Miscellaneous Symbols and Pictographs"), + ('🍷', "wine glass Miscellaneous Symbols and Pictographs"), + ('🍸', "cocktail glass Miscellaneous Symbols and Pictographs"), + ('🍹', "tropical drink Miscellaneous Symbols and Pictographs"), + ('🍺', "beer mug Miscellaneous Symbols and Pictographs"), + ('🍻', "clinking beer mugs Miscellaneous Symbols and Pictographs"), + ('🍼', "baby bottle Miscellaneous Symbols and Pictographs"), + ('🍽', "fork and knife with plate Miscellaneous Symbols and Pictographs"), + ('🍾', "bottle with popping cork Miscellaneous Symbols and Pictographs"), + ('🍿', "popcorn Miscellaneous Symbols and Pictographs"), + ('🎀', "ribbon Miscellaneous Symbols and Pictographs"), + ('🎁', "wrapped present Miscellaneous Symbols and Pictographs"), + ('🎂', "birthday cake Miscellaneous Symbols and Pictographs"), + ('🎃', "jack-o-lantern Miscellaneous Symbols and Pictographs"), + ('🎄', "christmas tree Miscellaneous Symbols and Pictographs"), + ('🎅', "father christmas Miscellaneous Symbols and Pictographs"), + ('🎆', "fireworks Miscellaneous Symbols and Pictographs"), + ('🎇', "firework sparkler Miscellaneous Symbols and Pictographs"), + ('🎈', "balloon Miscellaneous Symbols and Pictographs"), + ('🎉', "party popper Miscellaneous Symbols and Pictographs"), + ('🎊', "confetti ball Miscellaneous Symbols and Pictographs"), + ('🎋', "tanabata tree Miscellaneous Symbols and Pictographs"), + ('🎌', "crossed flags Miscellaneous Symbols and Pictographs"), + ('🎍', "pine decoration Miscellaneous Symbols and Pictographs"), + ('🎎', "japanese dolls Miscellaneous Symbols and Pictographs"), + ('🎏', "carp streamer Miscellaneous Symbols and Pictographs"), + ('🎐', "wind chime Miscellaneous Symbols and Pictographs"), + ('🎑', "moon viewing ceremony Miscellaneous Symbols and Pictographs"), + ('🎒', "school satchel Miscellaneous Symbols and Pictographs"), + ('🎓', "graduation cap Miscellaneous Symbols and Pictographs"), + ('🎔', "heart with tip on the left Miscellaneous Symbols and Pictographs"), + ('🎕', "bouquet of flowers Miscellaneous Symbols and Pictographs"), + ('🎖', "military medal Miscellaneous Symbols and Pictographs"), + ('🎗', "reminder ribbon Miscellaneous Symbols and Pictographs"), + ('🎘', "musical keyboard with jacks Miscellaneous Symbols and Pictographs"), + ('🎙', "studio microphone Miscellaneous Symbols and Pictographs"), + ('🎚', "level slider Miscellaneous Symbols and Pictographs"), + ('🎛', "control knobs Miscellaneous Symbols and Pictographs"), + ('🎜', "beamed ascending musical notes Miscellaneous Symbols and Pictographs"), + ('🎝', "beamed descending musical notes Miscellaneous Symbols and Pictographs"), + ('🎞', "film frames Miscellaneous Symbols and Pictographs"), + ('🎟', "admission tickets Miscellaneous Symbols and Pictographs"), + ('🎠', "carousel horse Miscellaneous Symbols and Pictographs"), + ('🎡', "ferris wheel Miscellaneous Symbols and Pictographs"), + ('🎢', "roller coaster Miscellaneous Symbols and Pictographs"), + ('🎣', "fishing pole and fish Miscellaneous Symbols and Pictographs"), + ('🎤', "microphone Miscellaneous Symbols and Pictographs"), + ('🎥', "movie camera Miscellaneous Symbols and Pictographs"), + ('🎦', "cinema Miscellaneous Symbols and Pictographs"), + ('🎧', "headphone Miscellaneous Symbols and Pictographs"), + ('🎨', "artist palette Miscellaneous Symbols and Pictographs"), + ('🎩', "top hat Miscellaneous Symbols and Pictographs"), + ('🎪', "circus tent Miscellaneous Symbols and Pictographs"), + ('🎫', "ticket Miscellaneous Symbols and Pictographs"), + ('🎬', "clapper board Miscellaneous Symbols and Pictographs"), + ('🎭', "performing arts Miscellaneous Symbols and Pictographs"), + ('🎮', "video game Miscellaneous Symbols and Pictographs"), + ('🎯', "direct hit Miscellaneous Symbols and Pictographs"), + ('🎰', "slot machine Miscellaneous Symbols and Pictographs"), + ('🎱', "billiards Miscellaneous Symbols and Pictographs"), + ('🎲', "game die Miscellaneous Symbols and Pictographs"), + ('🎳', "bowling Miscellaneous Symbols and Pictographs"), + ('🎴', "flower playing cards Miscellaneous Symbols and Pictographs"), + ('🎵', "musical note Miscellaneous Symbols and Pictographs"), + ('🎶', "multiple musical notes Miscellaneous Symbols and Pictographs"), + ('🎷', "saxophone Miscellaneous Symbols and Pictographs"), + ('🎸', "guitar Miscellaneous Symbols and Pictographs"), + ('🎹', "musical keyboard Miscellaneous Symbols and Pictographs"), + ('🎺', "trumpet Miscellaneous Symbols and Pictographs"), + ('🎻', "violin Miscellaneous Symbols and Pictographs"), + ('🎼', "musical score Miscellaneous Symbols and Pictographs"), + ('🎽', "running shirt with sash Miscellaneous Symbols and Pictographs"), + ('🎾', "tennis racquet and ball Miscellaneous Symbols and Pictographs"), + ('🎿', "ski and ski boot Miscellaneous Symbols and Pictographs"), + ('🏀', "basketball and hoop Miscellaneous Symbols and Pictographs"), + ('🏁', "chequered flag Miscellaneous Symbols and Pictographs"), + ('🏂', "snowboarder Miscellaneous Symbols and Pictographs"), + ('🏃', "runner Miscellaneous Symbols and Pictographs"), + ('🏄', "surfer Miscellaneous Symbols and Pictographs"), + ('🏅', "sports medal Miscellaneous Symbols and Pictographs"), + ('🏆', "trophy Miscellaneous Symbols and Pictographs"), + ('🏇', "horse racing Miscellaneous Symbols and Pictographs"), + ('🏈', "american football Miscellaneous Symbols and Pictographs"), + ('🏉', "rugby football Miscellaneous Symbols and Pictographs"), + ('🏊', "swimmer Miscellaneous Symbols and Pictographs"), + ('🏋', "weight lifter Miscellaneous Symbols and Pictographs"), + ('🏌', "golfer Miscellaneous Symbols and Pictographs"), + ('🏍', "racing motorcycle Miscellaneous Symbols and Pictographs"), + ('🏎', "racing car Miscellaneous Symbols and Pictographs"), + ('🏏', "cricket bat and ball Miscellaneous Symbols and Pictographs"), + ('🏐', "volleyball Miscellaneous Symbols and Pictographs"), + ('🏑', "field hockey stick and ball Miscellaneous Symbols and Pictographs"), + ('🏒', "ice hockey stick and puck Miscellaneous Symbols and Pictographs"), + ('🏓', "table tennis paddle and ball Miscellaneous Symbols and Pictographs"), + ('🏔', "snow capped mountain Miscellaneous Symbols and Pictographs"), + ('🏕', "camping Miscellaneous Symbols and Pictographs"), + ('🏖', "beach with umbrella Miscellaneous Symbols and Pictographs"), + ('🏗', "building construction Miscellaneous Symbols and Pictographs"), + ('🏘', "house buildings Miscellaneous Symbols and Pictographs"), + ('🏙', "cityscape Miscellaneous Symbols and Pictographs"), + ('🏚', "derelict house building Miscellaneous Symbols and Pictographs"), + ('🏛', "classical building Miscellaneous Symbols and Pictographs"), + ('🏜', "desert Miscellaneous Symbols and Pictographs"), + ('🏝', "desert island Miscellaneous Symbols and Pictographs"), + ('🏞', "national park Miscellaneous Symbols and Pictographs"), + ('🏟', "stadium Miscellaneous Symbols and Pictographs"), + ('🏠', "house building Miscellaneous Symbols and Pictographs"), + ('🏡', "house with garden Miscellaneous Symbols and Pictographs"), + ('🏢', "office building Miscellaneous Symbols and Pictographs"), + ('🏣', "japanese post office Miscellaneous Symbols and Pictographs"), + ('🏤', "european post office Miscellaneous Symbols and Pictographs"), + ('🏥', "hospital Miscellaneous Symbols and Pictographs"), + ('🏦', "bank Miscellaneous Symbols and Pictographs"), + ('🏧', "automated teller machine Miscellaneous Symbols and Pictographs"), + ('🏨', "hotel Miscellaneous Symbols and Pictographs"), + ('🏩', "love hotel Miscellaneous Symbols and Pictographs"), + ('🏪', "convenience store Miscellaneous Symbols and Pictographs"), + ('🏫', "school Miscellaneous Symbols and Pictographs"), + ('🏬', "department store Miscellaneous Symbols and Pictographs"), + ('🏭', "factory Miscellaneous Symbols and Pictographs"), + ('🏮', "izakaya lantern Miscellaneous Symbols and Pictographs"), + ('🏯', "japanese castle Miscellaneous Symbols and Pictographs"), + ('🏰', "european castle Miscellaneous Symbols and Pictographs"), + ('🏱', "white pennant Miscellaneous Symbols and Pictographs"), + ('🏲', "black pennant Miscellaneous Symbols and Pictographs"), + ('🏳', "waving white flag Miscellaneous Symbols and Pictographs"), + ('🏴', "waving black flag Miscellaneous Symbols and Pictographs"), + ('🏵', "rosette Miscellaneous Symbols and Pictographs"), + ('🏶', "black rosette Miscellaneous Symbols and Pictographs"), + ('🏷', "label Miscellaneous Symbols and Pictographs"), + ('🏸', "badminton racquet and shuttlecock Miscellaneous Symbols and Pictographs"), + ('🏹', "bow and arrow Miscellaneous Symbols and Pictographs"), + ('🏺', "amphora Miscellaneous Symbols and Pictographs"), + ('🏻', "emoji modifier fitzpatrick type-1-2 Miscellaneous Symbols and Pictographs"), + ('🏼', "emoji modifier fitzpatrick type-3 Miscellaneous Symbols and Pictographs"), + ('🏽', "emoji modifier fitzpatrick type-4 Miscellaneous Symbols and Pictographs"), + ('🏾', "emoji modifier fitzpatrick type-5 Miscellaneous Symbols and Pictographs"), + ('🏿', "emoji modifier fitzpatrick type-6 Miscellaneous Symbols and Pictographs"), + ('🐀', "rat Miscellaneous Symbols and Pictographs"), + ('🐁', "mouse Miscellaneous Symbols and Pictographs"), + ('🐂', "ox Miscellaneous Symbols and Pictographs"), + ('🐃', "water buffalo Miscellaneous Symbols and Pictographs"), + ('🐄', "cow Miscellaneous Symbols and Pictographs"), + ('🐅', "tiger Miscellaneous Symbols and Pictographs"), + ('🐆', "leopard Miscellaneous Symbols and Pictographs"), + ('🐇', "rabbit Miscellaneous Symbols and Pictographs"), + ('🐈', "cat Miscellaneous Symbols and Pictographs"), + ('🐉', "dragon Miscellaneous Symbols and Pictographs"), + ('🐊', "crocodile Miscellaneous Symbols and Pictographs"), + ('🐋', "whale Miscellaneous Symbols and Pictographs"), + ('🐌', "snail Miscellaneous Symbols and Pictographs"), + ('🐍', "snake Miscellaneous Symbols and Pictographs"), + ('🐎', "horse Miscellaneous Symbols and Pictographs"), + ('🐏', "ram Miscellaneous Symbols and Pictographs"), + ('🐐', "goat Miscellaneous Symbols and Pictographs"), + ('🐑', "sheep Miscellaneous Symbols and Pictographs"), + ('🐒', "monkey Miscellaneous Symbols and Pictographs"), + ('🐓', "rooster Miscellaneous Symbols and Pictographs"), + ('🐔', "chicken Miscellaneous Symbols and Pictographs"), + ('🐕', "dog Miscellaneous Symbols and Pictographs"), + ('🐖', "pig Miscellaneous Symbols and Pictographs"), + ('🐗', "boar Miscellaneous Symbols and Pictographs"), + ('🐘', "elephant Miscellaneous Symbols and Pictographs"), + ('🐙', "octopus Miscellaneous Symbols and Pictographs"), + ('🐚', "spiral shell Miscellaneous Symbols and Pictographs"), + ('🐛', "bug Miscellaneous Symbols and Pictographs"), + ('🐜', "ant Miscellaneous Symbols and Pictographs"), + ('🐝', "honeybee Miscellaneous Symbols and Pictographs"), + ('🐞', "lady beetle Miscellaneous Symbols and Pictographs"), + ('🐟', "fish Miscellaneous Symbols and Pictographs"), + ('🐠', "tropical fish Miscellaneous Symbols and Pictographs"), + ('🐡', "blowfish Miscellaneous Symbols and Pictographs"), + ('🐢', "turtle Miscellaneous Symbols and Pictographs"), + ('🐣', "hatching chick Miscellaneous Symbols and Pictographs"), + ('🐤', "baby chick Miscellaneous Symbols and Pictographs"), + ('🐥', "front-facing baby chick Miscellaneous Symbols and Pictographs"), + ('🐦', "bird Miscellaneous Symbols and Pictographs"), + ('🐧', "penguin Miscellaneous Symbols and Pictographs"), + ('🐨', "koala Miscellaneous Symbols and Pictographs"), + ('🐩', "poodle Miscellaneous Symbols and Pictographs"), + ('🐪', "dromedary camel Miscellaneous Symbols and Pictographs"), + ('🐫', "bactrian camel Miscellaneous Symbols and Pictographs"), + ('🐬', "dolphin Miscellaneous Symbols and Pictographs"), + ('🐭', "mouse face Miscellaneous Symbols and Pictographs"), + ('🐮', "cow face Miscellaneous Symbols and Pictographs"), + ('🐯', "tiger face Miscellaneous Symbols and Pictographs"), + ('🐰', "rabbit face Miscellaneous Symbols and Pictographs"), + ('🐱', "cat face Miscellaneous Symbols and Pictographs"), + ('🐲', "dragon face Miscellaneous Symbols and Pictographs"), + ('🐳', "spouting whale Miscellaneous Symbols and Pictographs"), + ('🐴', "horse face Miscellaneous Symbols and Pictographs"), + ('🐵', "monkey face Miscellaneous Symbols and Pictographs"), + ('🐶', "dog face Miscellaneous Symbols and Pictographs"), + ('🐷', "pig face Miscellaneous Symbols and Pictographs"), + ('🐸', "frog face Miscellaneous Symbols and Pictographs"), + ('🐹', "hamster face Miscellaneous Symbols and Pictographs"), + ('🐺', "wolf face Miscellaneous Symbols and Pictographs"), + ('🐻', "bear face Miscellaneous Symbols and Pictographs"), + ('🐼', "panda face Miscellaneous Symbols and Pictographs"), + ('🐽', "pig nose Miscellaneous Symbols and Pictographs"), + ('🐾', "paw prints Miscellaneous Symbols and Pictographs"), + ('🐿', "chipmunk Miscellaneous Symbols and Pictographs"), + ('👀', "eyes Miscellaneous Symbols and Pictographs"), + ('👁', "eye Miscellaneous Symbols and Pictographs"), + ('👂', "ear Miscellaneous Symbols and Pictographs"), + ('👃', "nose Miscellaneous Symbols and Pictographs"), + ('👄', "mouth Miscellaneous Symbols and Pictographs"), + ('👅', "tongue Miscellaneous Symbols and Pictographs"), + ('👆', "white up pointing backhand index Miscellaneous Symbols and Pictographs"), + ('👇', "white down pointing backhand index Miscellaneous Symbols and Pictographs"), + ('👈', "white left pointing backhand index Miscellaneous Symbols and Pictographs"), + ('👉', "white right pointing backhand index Miscellaneous Symbols and Pictographs"), + ('👊', "fisted hand sign Miscellaneous Symbols and Pictographs"), + ('👋', "waving hand sign Miscellaneous Symbols and Pictographs"), + ('👌', "ok hand sign Miscellaneous Symbols and Pictographs"), + ('👍', "thumbs up sign Miscellaneous Symbols and Pictographs"), + ('👎', "thumbs down sign Miscellaneous Symbols and Pictographs"), + ('👏', "clapping hands sign Miscellaneous Symbols and Pictographs"), + ('👐', "open hands sign Miscellaneous Symbols and Pictographs"), + ('👑', "crown Miscellaneous Symbols and Pictographs"), + ('👒', "womans hat Miscellaneous Symbols and Pictographs"), + ('👓', "eyeglasses Miscellaneous Symbols and Pictographs"), + ('👔', "necktie Miscellaneous Symbols and Pictographs"), + ('👕', "t-shirt Miscellaneous Symbols and Pictographs"), + ('👖', "jeans Miscellaneous Symbols and Pictographs"), + ('👗', "dress Miscellaneous Symbols and Pictographs"), + ('👘', "kimono Miscellaneous Symbols and Pictographs"), + ('👙', "bikini Miscellaneous Symbols and Pictographs"), + ('👚', "womans clothes Miscellaneous Symbols and Pictographs"), + ('👛', "purse Miscellaneous Symbols and Pictographs"), + ('👜', "handbag Miscellaneous Symbols and Pictographs"), + ('👝', "pouch Miscellaneous Symbols and Pictographs"), + ('👞', "mans shoe Miscellaneous Symbols and Pictographs"), + ('👟', "athletic shoe Miscellaneous Symbols and Pictographs"), + ('👠', "high-heeled shoe Miscellaneous Symbols and Pictographs"), + ('👡', "womans sandal Miscellaneous Symbols and Pictographs"), + ('👢', "womans boots Miscellaneous Symbols and Pictographs"), + ('👣', "footprints Miscellaneous Symbols and Pictographs"), + ('👤', "bust in silhouette Miscellaneous Symbols and Pictographs"), + ('👥', "busts in silhouette Miscellaneous Symbols and Pictographs"), + ('👦', "boy Miscellaneous Symbols and Pictographs"), + ('👧', "girl Miscellaneous Symbols and Pictographs"), + ('👨', "man Miscellaneous Symbols and Pictographs"), + ('👩', "woman Miscellaneous Symbols and Pictographs"), + ('👪', "family Miscellaneous Symbols and Pictographs"), + ('👫', "man and woman holding hands Miscellaneous Symbols and Pictographs"), + ('👬', "two men holding hands Miscellaneous Symbols and Pictographs"), + ('👭', "two women holding hands Miscellaneous Symbols and Pictographs"), + ('👮', "police officer Miscellaneous Symbols and Pictographs"), + ('👯', "woman with bunny ears Miscellaneous Symbols and Pictographs"), + ('👰', "bride with veil Miscellaneous Symbols and Pictographs"), + ('👱', "person with blond hair Miscellaneous Symbols and Pictographs"), + ('👲', "man with gua pi mao Miscellaneous Symbols and Pictographs"), + ('👳', "man with turban Miscellaneous Symbols and Pictographs"), + ('👴', "older man Miscellaneous Symbols and Pictographs"), + ('👵', "older woman Miscellaneous Symbols and Pictographs"), + ('👶', "baby Miscellaneous Symbols and Pictographs"), + ('👷', "construction worker Miscellaneous Symbols and Pictographs"), + ('👸', "princess Miscellaneous Symbols and Pictographs"), + ('👹', "japanese ogre Miscellaneous Symbols and Pictographs"), + ('👺', "japanese goblin Miscellaneous Symbols and Pictographs"), + ('👻', "ghost Miscellaneous Symbols and Pictographs"), + ('👼', "baby angel Miscellaneous Symbols and Pictographs"), + ('👽', "extraterrestrial alien Miscellaneous Symbols and Pictographs"), + ('👾', "alien monster Miscellaneous Symbols and Pictographs"), + ('👿', "imp Miscellaneous Symbols and Pictographs"), + ('💀', "skull Miscellaneous Symbols and Pictographs"), + ('💁', "information desk person Miscellaneous Symbols and Pictographs"), + ('💂', "guardsman Miscellaneous Symbols and Pictographs"), + ('💃', "dancer Miscellaneous Symbols and Pictographs"), + ('💄', "lipstick Miscellaneous Symbols and Pictographs"), + ('💅', "nail polish Miscellaneous Symbols and Pictographs"), + ('💆', "face massage Miscellaneous Symbols and Pictographs"), + ('💇', "haircut Miscellaneous Symbols and Pictographs"), + ('💈', "barber pole Miscellaneous Symbols and Pictographs"), + ('💉', "syringe Miscellaneous Symbols and Pictographs"), + ('💊', "pill Miscellaneous Symbols and Pictographs"), + ('💋', "kiss mark Miscellaneous Symbols and Pictographs"), + ('💌', "love letter Miscellaneous Symbols and Pictographs"), + ('💍', "ring Miscellaneous Symbols and Pictographs"), + ('💎', "gem stone Miscellaneous Symbols and Pictographs"), + ('💏', "kiss Miscellaneous Symbols and Pictographs"), + ('💐', "bouquet Miscellaneous Symbols and Pictographs"), + ('💑', "couple with heart Miscellaneous Symbols and Pictographs"), + ('💒', "wedding Miscellaneous Symbols and Pictographs"), + ('💓', "beating heart Miscellaneous Symbols and Pictographs"), + ('💔', "broken heart Miscellaneous Symbols and Pictographs"), + ('💕', "two hearts Miscellaneous Symbols and Pictographs"), + ('💖', "sparkling heart Miscellaneous Symbols and Pictographs"), + ('💗', "growing heart Miscellaneous Symbols and Pictographs"), + ('💘', "heart with arrow Miscellaneous Symbols and Pictographs"), + ('💙', "blue heart Miscellaneous Symbols and Pictographs"), + ('💚', "green heart Miscellaneous Symbols and Pictographs"), + ('💛', "yellow heart Miscellaneous Symbols and Pictographs"), + ('💜', "purple heart Miscellaneous Symbols and Pictographs"), + ('💝', "heart with ribbon Miscellaneous Symbols and Pictographs"), + ('💞', "revolving hearts Miscellaneous Symbols and Pictographs"), + ('💟', "heart decoration Miscellaneous Symbols and Pictographs"), + ('💠', "diamond shape with a dot inside Miscellaneous Symbols and Pictographs"), + ('💡', "electric light bulb Miscellaneous Symbols and Pictographs"), + ('💢', "anger symbol Miscellaneous Symbols and Pictographs"), + ('💣', "bomb Miscellaneous Symbols and Pictographs"), + ('💤', "sleeping symbol Miscellaneous Symbols and Pictographs"), + ('💥', "collision symbol Miscellaneous Symbols and Pictographs"), + ('💦', "splashing sweat symbol Miscellaneous Symbols and Pictographs"), + ('💧', "droplet Miscellaneous Symbols and Pictographs"), + ('💨', "dash symbol Miscellaneous Symbols and Pictographs"), + ('💩', "pile of poo Miscellaneous Symbols and Pictographs"), + ('💪', "flexed biceps Miscellaneous Symbols and Pictographs"), + ('💫', "dizzy symbol Miscellaneous Symbols and Pictographs"), + ('💬', "speech balloon Miscellaneous Symbols and Pictographs"), + ('💭', "thought balloon Miscellaneous Symbols and Pictographs"), + ('💮', "white flower Miscellaneous Symbols and Pictographs"), + ('💯', "hundred points symbol Miscellaneous Symbols and Pictographs"), + ('💰', "money bag Miscellaneous Symbols and Pictographs"), + ('💱', "currency exchange Miscellaneous Symbols and Pictographs"), + ('💲', "heavy dollar sign Miscellaneous Symbols and Pictographs"), + ('💳', "credit card Miscellaneous Symbols and Pictographs"), + ('💴', "banknote with yen sign Miscellaneous Symbols and Pictographs"), + ('💵', "banknote with dollar sign Miscellaneous Symbols and Pictographs"), + ('💶', "banknote with euro sign Miscellaneous Symbols and Pictographs"), + ('💷', "banknote with pound sign Miscellaneous Symbols and Pictographs"), + ('💸', "money with wings Miscellaneous Symbols and Pictographs"), + ('💹', "chart with upwards trend and yen sign Miscellaneous Symbols and Pictographs"), + ('💺', "seat Miscellaneous Symbols and Pictographs"), + ('💻', "personal computer Miscellaneous Symbols and Pictographs"), + ('💼', "briefcase Miscellaneous Symbols and Pictographs"), + ('💽', "minidisc Miscellaneous Symbols and Pictographs"), + ('💾', "floppy disk Miscellaneous Symbols and Pictographs"), + ('💿', "optical disc Miscellaneous Symbols and Pictographs"), + ('📀', "dvd Miscellaneous Symbols and Pictographs"), + ('📁', "file folder Miscellaneous Symbols and Pictographs"), + ('📂', "open file folder Miscellaneous Symbols and Pictographs"), + ('📃', "page with curl Miscellaneous Symbols and Pictographs"), + ('📄', "page facing up Miscellaneous Symbols and Pictographs"), + ('📅', "calendar Miscellaneous Symbols and Pictographs"), + ('📆', "tear-off calendar Miscellaneous Symbols and Pictographs"), + ('📇', "card index Miscellaneous Symbols and Pictographs"), + ('📈', "chart with upwards trend Miscellaneous Symbols and Pictographs"), + ('📉', "chart with downwards trend Miscellaneous Symbols and Pictographs"), + ('📊', "bar chart Miscellaneous Symbols and Pictographs"), + ('📋', "clipboard Miscellaneous Symbols and Pictographs"), + ('📌', "pushpin Miscellaneous Symbols and Pictographs"), + ('📍', "round pushpin Miscellaneous Symbols and Pictographs"), + ('📎', "paperclip Miscellaneous Symbols and Pictographs"), + ('📏', "straight ruler Miscellaneous Symbols and Pictographs"), + ('📐', "triangular ruler Miscellaneous Symbols and Pictographs"), + ('📑', "bookmark tabs Miscellaneous Symbols and Pictographs"), + ('📒', "ledger Miscellaneous Symbols and Pictographs"), + ('📓', "notebook Miscellaneous Symbols and Pictographs"), + ('📔', "notebook with decorative cover Miscellaneous Symbols and Pictographs"), + ('📕', "closed book Miscellaneous Symbols and Pictographs"), + ('📖', "open book Miscellaneous Symbols and Pictographs"), + ('📗', "green book Miscellaneous Symbols and Pictographs"), + ('📘', "blue book Miscellaneous Symbols and Pictographs"), + ('📙', "orange book Miscellaneous Symbols and Pictographs"), + ('📚', "books Miscellaneous Symbols and Pictographs"), + ('📛', "name badge Miscellaneous Symbols and Pictographs"), + ('📜', "scroll Miscellaneous Symbols and Pictographs"), + ('📝', "memo Miscellaneous Symbols and Pictographs"), + ('📞', "telephone receiver Miscellaneous Symbols and Pictographs"), + ('📟', "pager Miscellaneous Symbols and Pictographs"), + ('📠', "fax machine Miscellaneous Symbols and Pictographs"), + ('📡', "satellite antenna Miscellaneous Symbols and Pictographs"), + ('📢', "public address loudspeaker Miscellaneous Symbols and Pictographs"), + ('📣', "cheering megaphone Miscellaneous Symbols and Pictographs"), + ('📤', "outbox tray Miscellaneous Symbols and Pictographs"), + ('📥', "inbox tray Miscellaneous Symbols and Pictographs"), + ('📦', "package Miscellaneous Symbols and Pictographs"), + ('📧', "e-mail symbol Miscellaneous Symbols and Pictographs"), + ('📨', "incoming envelope Miscellaneous Symbols and Pictographs"), + ('📩', "envelope with downwards arrow above Miscellaneous Symbols and Pictographs"), + ('📪', "closed mailbox with lowered flag Miscellaneous Symbols and Pictographs"), + ('📫', "closed mailbox with raised flag Miscellaneous Symbols and Pictographs"), + ('📬', "open mailbox with raised flag Miscellaneous Symbols and Pictographs"), + ('📭', "open mailbox with lowered flag Miscellaneous Symbols and Pictographs"), + ('📮', "postbox Miscellaneous Symbols and Pictographs"), + ('📯', "postal horn Miscellaneous Symbols and Pictographs"), + ('📰', "newspaper Miscellaneous Symbols and Pictographs"), + ('📱', "mobile phone Miscellaneous Symbols and Pictographs"), + ('📲', "mobile phone with rightwards arrow at left Miscellaneous Symbols and Pictographs"), + ('📳', "vibration mode Miscellaneous Symbols and Pictographs"), + ('📴', "mobile phone off Miscellaneous Symbols and Pictographs"), + ('📵', "no mobile phones Miscellaneous Symbols and Pictographs"), + ('📶', "antenna with bars Miscellaneous Symbols and Pictographs"), + ('📷', "camera Miscellaneous Symbols and Pictographs"), + ('📸', "camera with flash Miscellaneous Symbols and Pictographs"), + ('📹', "video camera Miscellaneous Symbols and Pictographs"), + ('📺', "television Miscellaneous Symbols and Pictographs"), + ('📻', "radio Miscellaneous Symbols and Pictographs"), + ('📼', "videocassette Miscellaneous Symbols and Pictographs"), + ('📽', "film projector Miscellaneous Symbols and Pictographs"), + ('📾', "portable stereo Miscellaneous Symbols and Pictographs"), + ('📿', "prayer beads Miscellaneous Symbols and Pictographs"), + ('🔀', "twisted rightwards arrows Miscellaneous Symbols and Pictographs"), + ('🔁', "clockwise rightwards and leftwards open circle arrows Miscellaneous Symbols and Pictographs"), + ('🔂', "clockwise rightwards and leftwards open circle arrows with circled one overlay Miscellaneous Symbols and Pictographs"), + ('🔃', "clockwise downwards and upwards open circle arrows Miscellaneous Symbols and Pictographs"), + ('🔄', "anticlockwise downwards and upwards open circle arrows Miscellaneous Symbols and Pictographs"), + ('🔅', "low brightness symbol Miscellaneous Symbols and Pictographs"), + ('🔆', "high brightness symbol Miscellaneous Symbols and Pictographs"), + ('🔇', "speaker with cancellation stroke Miscellaneous Symbols and Pictographs"), + ('🔈', "speaker Miscellaneous Symbols and Pictographs"), + ('🔉', "speaker with one sound wave Miscellaneous Symbols and Pictographs"), + ('🔊', "speaker with three sound waves Miscellaneous Symbols and Pictographs"), + ('🔋', "battery Miscellaneous Symbols and Pictographs"), + ('🔌', "electric plug Miscellaneous Symbols and Pictographs"), + ('🔍', "left-pointing magnifying glass Miscellaneous Symbols and Pictographs"), + ('🔎', "right-pointing magnifying glass Miscellaneous Symbols and Pictographs"), + ('🔏', "lock with ink pen Miscellaneous Symbols and Pictographs"), + ('🔐', "closed lock with key Miscellaneous Symbols and Pictographs"), + ('🔑', "key Miscellaneous Symbols and Pictographs"), + ('🔒', "lock Miscellaneous Symbols and Pictographs"), + ('🔓', "open lock Miscellaneous Symbols and Pictographs"), + ('🔔', "bell Miscellaneous Symbols and Pictographs"), + ('🔕', "bell with cancellation stroke Miscellaneous Symbols and Pictographs"), + ('🔖', "bookmark Miscellaneous Symbols and Pictographs"), + ('🔗', "link symbol Miscellaneous Symbols and Pictographs"), + ('🔘', "radio button Miscellaneous Symbols and Pictographs"), + ('🔙', "back with leftwards arrow above Miscellaneous Symbols and Pictographs"), + ('🔚', "end with leftwards arrow above Miscellaneous Symbols and Pictographs"), + ('🔛', "on with exclamation mark with left right arrow above Miscellaneous Symbols and Pictographs"), + ('🔜', "soon with rightwards arrow above Miscellaneous Symbols and Pictographs"), + ('🔝', "top with upwards arrow above Miscellaneous Symbols and Pictographs"), + ('🔞', "no one under eighteen symbol Miscellaneous Symbols and Pictographs"), + ('🔟', "keycap ten Miscellaneous Symbols and Pictographs"), + ('🔠', "input symbol for latin capital letters Miscellaneous Symbols and Pictographs"), + ('🔡', "input symbol for latin small letters Miscellaneous Symbols and Pictographs"), + ('🔢', "input symbol for numbers Miscellaneous Symbols and Pictographs"), + ('🔣', "input symbol for symbols Miscellaneous Symbols and Pictographs"), + ('🔤', "input symbol for latin letters Miscellaneous Symbols and Pictographs"), + ('🔥', "fire Miscellaneous Symbols and Pictographs"), + ('🔦', "electric torch Miscellaneous Symbols and Pictographs"), + ('🔧', "wrench Miscellaneous Symbols and Pictographs"), + ('🔨', "hammer Miscellaneous Symbols and Pictographs"), + ('🔩', "nut and bolt Miscellaneous Symbols and Pictographs"), + ('🔪', "hocho Miscellaneous Symbols and Pictographs"), + ('🔫', "pistol Miscellaneous Symbols and Pictographs"), + ('🔬', "microscope Miscellaneous Symbols and Pictographs"), + ('🔭', "telescope Miscellaneous Symbols and Pictographs"), + ('🔮', "crystal ball Miscellaneous Symbols and Pictographs"), + ('🔯', "six pointed star with middle dot Miscellaneous Symbols and Pictographs"), + ('🔰', "japanese symbol for beginner Miscellaneous Symbols and Pictographs"), + ('🔱', "trident emblem Miscellaneous Symbols and Pictographs"), + ('🔲', "black square button Miscellaneous Symbols and Pictographs"), + ('🔳', "white square button Miscellaneous Symbols and Pictographs"), + ('🔴', "large red circle Miscellaneous Symbols and Pictographs"), + ('🔵', "large blue circle Miscellaneous Symbols and Pictographs"), + ('🔶', "large orange diamond Miscellaneous Symbols and Pictographs"), + ('🔷', "large blue diamond Miscellaneous Symbols and Pictographs"), + ('🔸', "small orange diamond Miscellaneous Symbols and Pictographs"), + ('🔹', "small blue diamond Miscellaneous Symbols and Pictographs"), + ('🔺', "up-pointing red triangle Miscellaneous Symbols and Pictographs"), + ('🔻', "down-pointing red triangle Miscellaneous Symbols and Pictographs"), + ('🔼', "up-pointing small red triangle Miscellaneous Symbols and Pictographs"), + ('🔽', "down-pointing small red triangle Miscellaneous Symbols and Pictographs"), + ('🔾', "lower right shadowed white circle Miscellaneous Symbols and Pictographs"), + ('🔿', "upper right shadowed white circle Miscellaneous Symbols and Pictographs"), + ('🕀', "circled cross pommee Miscellaneous Symbols and Pictographs"), + ('🕁', "cross pommee with half-circle below Miscellaneous Symbols and Pictographs"), + ('🕂', "cross pommee Miscellaneous Symbols and Pictographs"), + ('🕃', "notched left semicircle with three dots Miscellaneous Symbols and Pictographs"), + ('🕄', "notched right semicircle with three dots Miscellaneous Symbols and Pictographs"), + ('🕅', "symbol for marks chapter Miscellaneous Symbols and Pictographs"), + ('🕆', "white latin cross Miscellaneous Symbols and Pictographs"), + ('🕇', "heavy latin cross Miscellaneous Symbols and Pictographs"), + ('🕈', "celtic cross Miscellaneous Symbols and Pictographs"), + ('🕉', "om symbol Miscellaneous Symbols and Pictographs"), + ('🕊', "dove of peace Miscellaneous Symbols and Pictographs"), + ('🕋', "kaaba Miscellaneous Symbols and Pictographs"), + ('🕌', "mosque Miscellaneous Symbols and Pictographs"), + ('🕍', "synagogue Miscellaneous Symbols and Pictographs"), + ('🕎', "menorah with nine branches Miscellaneous Symbols and Pictographs"), + ('🕏', "bowl of hygieia Miscellaneous Symbols and Pictographs"), + ('🕐', "clock face one oclock Miscellaneous Symbols and Pictographs"), + ('🕑', "clock face two oclock Miscellaneous Symbols and Pictographs"), + ('🕒', "clock face three oclock Miscellaneous Symbols and Pictographs"), + ('🕓', "clock face four oclock Miscellaneous Symbols and Pictographs"), + ('🕔', "clock face five oclock Miscellaneous Symbols and Pictographs"), + ('🕕', "clock face six oclock Miscellaneous Symbols and Pictographs"), + ('🕖', "clock face seven oclock Miscellaneous Symbols and Pictographs"), + ('🕗', "clock face eight oclock Miscellaneous Symbols and Pictographs"), + ('🕘', "clock face nine oclock Miscellaneous Symbols and Pictographs"), + ('🕙', "clock face ten oclock Miscellaneous Symbols and Pictographs"), + ('🕚', "clock face eleven oclock Miscellaneous Symbols and Pictographs"), + ('🕛', "clock face twelve oclock Miscellaneous Symbols and Pictographs"), + ('🕜', "clock face one-thirty Miscellaneous Symbols and Pictographs"), + ('🕝', "clock face two-thirty Miscellaneous Symbols and Pictographs"), + ('🕞', "clock face three-thirty Miscellaneous Symbols and Pictographs"), + ('🕟', "clock face four-thirty Miscellaneous Symbols and Pictographs"), + ('🕠', "clock face five-thirty Miscellaneous Symbols and Pictographs"), + ('🕡', "clock face six-thirty Miscellaneous Symbols and Pictographs"), + ('🕢', "clock face seven-thirty Miscellaneous Symbols and Pictographs"), + ('🕣', "clock face eight-thirty Miscellaneous Symbols and Pictographs"), + ('🕤', "clock face nine-thirty Miscellaneous Symbols and Pictographs"), + ('🕥', "clock face ten-thirty Miscellaneous Symbols and Pictographs"), + ('🕦', "clock face eleven-thirty Miscellaneous Symbols and Pictographs"), + ('🕧', "clock face twelve-thirty Miscellaneous Symbols and Pictographs"), + ('🕨', "right speaker Miscellaneous Symbols and Pictographs"), + ('🕩', "right speaker with one sound wave Miscellaneous Symbols and Pictographs"), + ('🕪', "right speaker with three sound waves Miscellaneous Symbols and Pictographs"), + ('🕫', "bullhorn Miscellaneous Symbols and Pictographs"), + ('🕬', "bullhorn with sound waves Miscellaneous Symbols and Pictographs"), + ('🕭', "ringing bell Miscellaneous Symbols and Pictographs"), + ('🕮', "book Miscellaneous Symbols and Pictographs"), + ('🕯', "candle Miscellaneous Symbols and Pictographs"), + ('🕰', "mantelpiece clock Miscellaneous Symbols and Pictographs"), + ('🕱', "black skull and crossbones Miscellaneous Symbols and Pictographs"), + ('🕲', "no piracy Miscellaneous Symbols and Pictographs"), + ('🕳', "hole Miscellaneous Symbols and Pictographs"), + ('🕴', "man in business suit levitating Miscellaneous Symbols and Pictographs"), + ('🕵', "sleuth or spy Miscellaneous Symbols and Pictographs"), + ('🕶', "dark sunglasses Miscellaneous Symbols and Pictographs"), + ('🕷', "spider Miscellaneous Symbols and Pictographs"), + ('🕸', "spider web Miscellaneous Symbols and Pictographs"), + ('🕹', "joystick Miscellaneous Symbols and Pictographs"), + ('🕻', "left hand telephone receiver Miscellaneous Symbols and Pictographs"), + ('🕼', "telephone receiver with page Miscellaneous Symbols and Pictographs"), + ('🕽', "right hand telephone receiver Miscellaneous Symbols and Pictographs"), + ('🕾', "white touchtone telephone Miscellaneous Symbols and Pictographs"), + ('🕿', "black touchtone telephone Miscellaneous Symbols and Pictographs"), + ('🖀', "telephone on top of modem Miscellaneous Symbols and Pictographs"), + ('🖁', "clamshell mobile phone Miscellaneous Symbols and Pictographs"), + ('🖂', "back of envelope Miscellaneous Symbols and Pictographs"), + ('🖃', "stamped envelope Miscellaneous Symbols and Pictographs"), + ('🖄', "envelope with lightning Miscellaneous Symbols and Pictographs"), + ('🖅', "flying envelope Miscellaneous Symbols and Pictographs"), + ('🖆', "pen over stamped envelope Miscellaneous Symbols and Pictographs"), + ('🖇', "linked paperclips Miscellaneous Symbols and Pictographs"), + ('🖈', "black pushpin Miscellaneous Symbols and Pictographs"), + ('🖉', "lower left pencil Miscellaneous Symbols and Pictographs"), + ('🖊', "lower left ballpoint pen Miscellaneous Symbols and Pictographs"), + ('🖋', "lower left fountain pen Miscellaneous Symbols and Pictographs"), + ('🖌', "lower left paintbrush Miscellaneous Symbols and Pictographs"), + ('🖍', "lower left crayon Miscellaneous Symbols and Pictographs"), + ('🖎', "left writing hand Miscellaneous Symbols and Pictographs"), + ('🖏', "turned ok hand sign Miscellaneous Symbols and Pictographs"), + ('🖐', "raised hand with fingers splayed Miscellaneous Symbols and Pictographs"), + ('🖑', "reversed raised hand with fingers splayed Miscellaneous Symbols and Pictographs"), + ('🖒', "reversed thumbs up sign Miscellaneous Symbols and Pictographs"), + ('🖓', "reversed thumbs down sign Miscellaneous Symbols and Pictographs"), + ('🖔', "reversed victory hand Miscellaneous Symbols and Pictographs"), + ('🖕', "reversed hand with middle finger extended Miscellaneous Symbols and Pictographs"), + ('🖖', "raised hand with part between middle and ring fingers Miscellaneous Symbols and Pictographs"), + ('🖗', "white down pointing left hand index Miscellaneous Symbols and Pictographs"), + ('🖘', "sideways white left pointing index Miscellaneous Symbols and Pictographs"), + ('🖙', "sideways white right pointing index Miscellaneous Symbols and Pictographs"), + ('🖚', "sideways black left pointing index Miscellaneous Symbols and Pictographs"), + ('🖛', "sideways black right pointing index Miscellaneous Symbols and Pictographs"), + ('🖜', "black left pointing backhand index Miscellaneous Symbols and Pictographs"), + ('🖝', "black right pointing backhand index Miscellaneous Symbols and Pictographs"), + ('🖞', "sideways white up pointing index Miscellaneous Symbols and Pictographs"), + ('🖟', "sideways white down pointing index Miscellaneous Symbols and Pictographs"), + ('🖠', "sideways black up pointing index Miscellaneous Symbols and Pictographs"), + ('🖡', "sideways black down pointing index Miscellaneous Symbols and Pictographs"), + ('🖢', "black up pointing backhand index Miscellaneous Symbols and Pictographs"), + ('🖣', "black down pointing backhand index Miscellaneous Symbols and Pictographs"), + ('🖥', "desktop computer Miscellaneous Symbols and Pictographs"), + ('🖦', "keyboard and mouse Miscellaneous Symbols and Pictographs"), + ('🖧', "three networked computers Miscellaneous Symbols and Pictographs"), + ('🖨', "printer Miscellaneous Symbols and Pictographs"), + ('🖩', "pocket calculator Miscellaneous Symbols and Pictographs"), + ('🖪', "black hard shell floppy disk Miscellaneous Symbols and Pictographs"), + ('🖫', "white hard shell floppy disk Miscellaneous Symbols and Pictographs"), + ('🖬', "soft shell floppy disk Miscellaneous Symbols and Pictographs"), + ('🖭', "tape cartridge Miscellaneous Symbols and Pictographs"), + ('🖮', "wired keyboard Miscellaneous Symbols and Pictographs"), + ('🖯', "one button mouse Miscellaneous Symbols and Pictographs"), + ('🖰', "two button mouse Miscellaneous Symbols and Pictographs"), + ('🖱', "three button mouse Miscellaneous Symbols and Pictographs"), + ('🖲', "trackball Miscellaneous Symbols and Pictographs"), + ('🖳', "old personal computer Miscellaneous Symbols and Pictographs"), + ('🖴', "hard disk Miscellaneous Symbols and Pictographs"), + ('🖵', "screen Miscellaneous Symbols and Pictographs"), + ('🖶', "printer icon Miscellaneous Symbols and Pictographs"), + ('🖷', "fax icon Miscellaneous Symbols and Pictographs"), + ('🖸', "optical disc icon Miscellaneous Symbols and Pictographs"), + ('🖹', "document with text Miscellaneous Symbols and Pictographs"), + ('🖺', "document with text and picture Miscellaneous Symbols and Pictographs"), + ('🖻', "document with picture Miscellaneous Symbols and Pictographs"), + ('🖼', "frame with picture Miscellaneous Symbols and Pictographs"), + ('🖽', "frame with tiles Miscellaneous Symbols and Pictographs"), + ('🖾', "frame with an x Miscellaneous Symbols and Pictographs"), + ('🖿', "black folder Miscellaneous Symbols and Pictographs"), + ('🗀', "folder Miscellaneous Symbols and Pictographs"), + ('🗁', "open folder Miscellaneous Symbols and Pictographs"), + ('🗂', "card index dividers Miscellaneous Symbols and Pictographs"), + ('🗃', "card file box Miscellaneous Symbols and Pictographs"), + ('🗄', "file cabinet Miscellaneous Symbols and Pictographs"), + ('🗅', "empty note Miscellaneous Symbols and Pictographs"), + ('🗆', "empty note page Miscellaneous Symbols and Pictographs"), + ('🗇', "empty note pad Miscellaneous Symbols and Pictographs"), + ('🗈', "note Miscellaneous Symbols and Pictographs"), + ('🗉', "note page Miscellaneous Symbols and Pictographs"), + ('🗊', "note pad Miscellaneous Symbols and Pictographs"), + ('🗋', "empty document Miscellaneous Symbols and Pictographs"), + ('🗌', "empty page Miscellaneous Symbols and Pictographs"), + ('🗍', "empty pages Miscellaneous Symbols and Pictographs"), + ('🗎', "document Miscellaneous Symbols and Pictographs"), + ('🗏', "page Miscellaneous Symbols and Pictographs"), + ('🗐', "pages Miscellaneous Symbols and Pictographs"), + ('🗑', "wastebasket Miscellaneous Symbols and Pictographs"), + ('🗒', "spiral note pad Miscellaneous Symbols and Pictographs"), + ('🗓', "spiral calendar pad Miscellaneous Symbols and Pictographs"), + ('🗔', "desktop window Miscellaneous Symbols and Pictographs"), + ('🗕', "minimize Miscellaneous Symbols and Pictographs"), + ('🗖', "maximize Miscellaneous Symbols and Pictographs"), + ('🗗', "overlap Miscellaneous Symbols and Pictographs"), + ('🗘', "clockwise right and left semicircle arrows Miscellaneous Symbols and Pictographs"), + ('🗙', "cancellation x Miscellaneous Symbols and Pictographs"), + ('🗚', "increase font size symbol Miscellaneous Symbols and Pictographs"), + ('🗛', "decrease font size symbol Miscellaneous Symbols and Pictographs"), + ('🗜', "compression Miscellaneous Symbols and Pictographs"), + ('🗝', "old key Miscellaneous Symbols and Pictographs"), + ('🗞', "rolled-up newspaper Miscellaneous Symbols and Pictographs"), + ('🗟', "page with circled text Miscellaneous Symbols and Pictographs"), + ('🗠', "stock chart Miscellaneous Symbols and Pictographs"), + ('🗡', "dagger knife Miscellaneous Symbols and Pictographs"), + ('🗢', "lips Miscellaneous Symbols and Pictographs"), + ('🗣', "speaking head in silhouette Miscellaneous Symbols and Pictographs"), + ('🗤', "three rays above Miscellaneous Symbols and Pictographs"), + ('🗥', "three rays below Miscellaneous Symbols and Pictographs"), + ('🗦', "three rays left Miscellaneous Symbols and Pictographs"), + ('🗧', "three rays right Miscellaneous Symbols and Pictographs"), + ('🗨', "left speech bubble Miscellaneous Symbols and Pictographs"), + ('🗩', "right speech bubble Miscellaneous Symbols and Pictographs"), + ('🗪', "two speech bubbles Miscellaneous Symbols and Pictographs"), + ('🗫', "three speech bubbles Miscellaneous Symbols and Pictographs"), + ('🗬', "left thought bubble Miscellaneous Symbols and Pictographs"), + ('🗭', "right thought bubble Miscellaneous Symbols and Pictographs"), + ('🗮', "left anger bubble Miscellaneous Symbols and Pictographs"), + ('🗯', "right anger bubble Miscellaneous Symbols and Pictographs"), + ('🗰', "mood bubble Miscellaneous Symbols and Pictographs"), + ('🗱', "lightning mood bubble Miscellaneous Symbols and Pictographs"), + ('🗲', "lightning mood Miscellaneous Symbols and Pictographs"), + ('🗳', "ballot box with ballot Miscellaneous Symbols and Pictographs"), + ('🗴', "ballot script x Miscellaneous Symbols and Pictographs"), + ('🗵', "ballot box with script x Miscellaneous Symbols and Pictographs"), + ('🗶', "ballot bold script x Miscellaneous Symbols and Pictographs"), + ('🗷', "ballot box with bold script x Miscellaneous Symbols and Pictographs"), + ('🗸', "light check mark Miscellaneous Symbols and Pictographs"), + ('🗹', "ballot box with bold check Miscellaneous Symbols and Pictographs"), + ('🗺', "world map Miscellaneous Symbols and Pictographs"), + ('🗻', "mount fuji Miscellaneous Symbols and Pictographs"), + ('🗼', "tokyo tower Miscellaneous Symbols and Pictographs"), + ('🗽', "statue of liberty Miscellaneous Symbols and Pictographs"), + ('🗾', "silhouette of japan Miscellaneous Symbols and Pictographs"), + ('😀', "grinning face Emoticons"), + ('😁', "grinning face with smiling eyes Emoticons"), + ('😂', "face with tears of joy Emoticons"), + ('😃', "smiling face with open mouth Emoticons"), + ('😄', "smiling face with open mouth and smiling eyes Emoticons"), + ('😅', "smiling face with open mouth and cold sweat Emoticons"), + ('😆', "smiling face with open mouth and tightly-closed eyes Emoticons"), + ('😇', "smiling face with halo Emoticons"), + ('😈', "smiling face with horns Emoticons"), + ('😉', "winking face Emoticons"), + ('😊', "smiling face with smiling eyes Emoticons"), + ('😋', "face savouring delicious food Emoticons"), + ('😌', "relieved face Emoticons"), + ('😍', "smiling face with heart-shaped eyes Emoticons"), + ('😎', "smiling face with sunglasses Emoticons"), + ('😏', "smirking face Emoticons"), + ('😐', "neutral face Emoticons"), + ('😑', "expressionless face Emoticons"), + ('😒', "unamused face Emoticons"), + ('😓', "face with cold sweat Emoticons"), + ('😔', "pensive face Emoticons"), + ('😕', "confused face Emoticons"), + ('😖', "confounded face Emoticons"), + ('😗', "kissing face Emoticons"), + ('😘', "face throwing a kiss Emoticons"), + ('😙', "kissing face with smiling eyes Emoticons"), + ('😚', "kissing face with closed eyes Emoticons"), + ('😛', "face with stuck-out tongue Emoticons"), + ('😜', "face with stuck-out tongue and winking eye Emoticons"), + ('😝', "face with stuck-out tongue and tightly-closed eyes Emoticons"), + ('😞', "disappointed face Emoticons"), + ('😟', "worried face Emoticons"), + ('😠', "angry face Emoticons"), + ('😡', "pouting face Emoticons"), + ('😢', "crying face Emoticons"), + ('😣', "persevering face Emoticons"), + ('😤', "face with look of triumph Emoticons"), + ('😥', "disappointed but relieved face Emoticons"), + ('😦', "frowning face with open mouth Emoticons"), + ('😧', "anguished face Emoticons"), + ('😨', "fearful face Emoticons"), + ('😩', "weary face Emoticons"), + ('😪', "sleepy face Emoticons"), + ('😫', "tired face Emoticons"), + ('😬', "grimacing face Emoticons"), + ('😭', "loudly crying face Emoticons"), + ('😮', "face with open mouth Emoticons"), + ('😯', "hushed face Emoticons"), + ('😰', "face with open mouth and cold sweat Emoticons"), + ('😱', "face screaming in fear Emoticons"), + ('😲', "astonished face Emoticons"), + ('😳', "flushed face Emoticons"), + ('😴', "sleeping face Emoticons"), + ('😵', "dizzy face Emoticons"), + ('😶', "face without mouth Emoticons"), + ('😷', "face with medical mask Emoticons"), + ('😸', "grinning cat face with smiling eyes Emoticons"), + ('😹', "cat face with tears of joy Emoticons"), + ('😺', "smiling cat face with open mouth Emoticons"), + ('😻', "smiling cat face with heart-shaped eyes Emoticons"), + ('😼', "cat face with wry smile Emoticons"), + ('😽', "kissing cat face with closed eyes Emoticons"), + ('😾', "pouting cat face Emoticons"), + ('😿', "crying cat face Emoticons"), + ('🙀', "weary cat face Emoticons"), + ('🙁', "slightly frowning face Emoticons"), + ('🙂', "slightly smiling face Emoticons"), + ('🙃', "upside-down face Emoticons"), + ('🙄', "face with rolling eyes Emoticons"), + ('🙅', "face with no good gesture Emoticons"), + ('🙆', "face with ok gesture Emoticons"), + ('🙇', "person bowing deeply Emoticons"), + ('🙈', "see-no-evil monkey Emoticons"), + ('🙉', "hear-no-evil monkey Emoticons"), + ('🙊', "speak-no-evil monkey Emoticons"), + ('🙋', "happy person raising one hand Emoticons"), + ('🙌', "person raising both hands in celebration Emoticons"), + ('🙍', "person frowning Emoticons"), + ('🙎', "person with pouting face Emoticons"), + ('🙐', "north west pointing leaf Ornamental Dingbats"), + ('🙑', "south west pointing leaf Ornamental Dingbats"), + ('🙒', "north east pointing leaf Ornamental Dingbats"), + ('🙓', "south east pointing leaf Ornamental Dingbats"), + ('🙔', "turned north west pointing leaf Ornamental Dingbats"), + ('🙕', "turned south west pointing leaf Ornamental Dingbats"), + ('🙖', "turned north east pointing leaf Ornamental Dingbats"), + ('🙗', "turned south east pointing leaf Ornamental Dingbats"), + ('🙘', "north west pointing vine leaf Ornamental Dingbats"), + ('🙙', "south west pointing vine leaf Ornamental Dingbats"), + ('🙚', "north east pointing vine leaf Ornamental Dingbats"), + ('🙛', "south east pointing vine leaf Ornamental Dingbats"), + ('🙜', "heavy north west pointing vine leaf Ornamental Dingbats"), + ('🙝', "heavy south west pointing vine leaf Ornamental Dingbats"), + ('🙞', "heavy north east pointing vine leaf Ornamental Dingbats"), + ('🙟', "heavy south east pointing vine leaf Ornamental Dingbats"), + ('🙠', "north west pointing bud Ornamental Dingbats"), + ('🙡', "south west pointing bud Ornamental Dingbats"), + ('🙢', "north east pointing bud Ornamental Dingbats"), + ('🙣', "south east pointing bud Ornamental Dingbats"), + ('🙤', "heavy north west pointing bud Ornamental Dingbats"), + ('🙥', "heavy south west pointing bud Ornamental Dingbats"), + ('🙦', "heavy north east pointing bud Ornamental Dingbats"), + ('🙧', "heavy south east pointing bud Ornamental Dingbats"), + ('🙨', "hollow quilt square ornament Ornamental Dingbats"), + ('🙩', "hollow quilt square ornament in black square Ornamental Dingbats"), + ('🙪', "solid quilt square ornament Ornamental Dingbats"), + ('🙫', "solid quilt square ornament in black square Ornamental Dingbats"), + ('🙬', "leftwards rocket Ornamental Dingbats"), + ('🙭', "upwards rocket Ornamental Dingbats"), + ('🙮', "rightwards rocket Ornamental Dingbats"), + ('🙯', "downwards rocket Ornamental Dingbats"), + ('🙰', "script ligature et ornament Ornamental Dingbats"), + ('🙱', "heavy script ligature et ornament Ornamental Dingbats"), + ('🙲', "ligature open et ornament Ornamental Dingbats"), + ('🙳', "heavy ligature open et ornament Ornamental Dingbats"), + ('🙴', "heavy ampersand ornament Ornamental Dingbats"), + ('🙵', "swash ampersand ornament Ornamental Dingbats"), + ('🙶', "sans-serif heavy double turned comma quotation mark ornament Ornamental Dingbats"), + ('🙷', "sans-serif heavy double comma quotation mark ornament Ornamental Dingbats"), + ('🙸', "sans-serif heavy low double comma quotation mark ornament Ornamental Dingbats"), + ('🙹', "heavy interrobang ornament Ornamental Dingbats"), + ('🙺', "sans-serif interrobang ornament Ornamental Dingbats"), + ('🙻', "heavy sans-serif interrobang ornament Ornamental Dingbats"), + ('🙼', "very heavy solidus Ornamental Dingbats"), + ('🙽', "very heavy reverse solidus Ornamental Dingbats"), + ('🙾', "checker board Ornamental Dingbats"), + ('🚀', "rocket Transport and Map Symbols"), + ('🚁', "helicopter Transport and Map Symbols"), + ('🚂', "steam locomotive Transport and Map Symbols"), + ('🚃', "railway car Transport and Map Symbols"), + ('🚄', "high-speed train Transport and Map Symbols"), + ('🚅', "high-speed train with bullet nose Transport and Map Symbols"), + ('🚆', "train Transport and Map Symbols"), + ('🚇', "metro Transport and Map Symbols"), + ('🚈', "light rail Transport and Map Symbols"), + ('🚉', "station Transport and Map Symbols"), + ('🚊', "tram Transport and Map Symbols"), + ('🚋', "tram car Transport and Map Symbols"), + ('🚌', "bus Transport and Map Symbols"), + ('🚍', "oncoming bus Transport and Map Symbols"), + ('🚎', "trolleybus Transport and Map Symbols"), + ('🚏', "bus stop Transport and Map Symbols"), + ('🚐', "minibus Transport and Map Symbols"), + ('🚑', "ambulance Transport and Map Symbols"), + ('🚒', "fire engine Transport and Map Symbols"), + ('🚓', "police car Transport and Map Symbols"), + ('🚔', "oncoming police car Transport and Map Symbols"), + ('🚕', "taxi Transport and Map Symbols"), + ('🚖', "oncoming taxi Transport and Map Symbols"), + ('🚗', "automobile Transport and Map Symbols"), + ('🚘', "oncoming automobile Transport and Map Symbols"), + ('🚙', "recreational vehicle Transport and Map Symbols"), + ('🚚', "delivery truck Transport and Map Symbols"), + ('🚛', "articulated lorry Transport and Map Symbols"), + ('🚜', "tractor Transport and Map Symbols"), + ('🚝', "monorail Transport and Map Symbols"), + ('🚞', "mountain railway Transport and Map Symbols"), + ('🚟', "suspension railway Transport and Map Symbols"), + ('🚠', "mountain cableway Transport and Map Symbols"), + ('🚡', "aerial tramway Transport and Map Symbols"), + ('🚢', "ship Transport and Map Symbols"), + ('🚣', "rowboat Transport and Map Symbols"), + ('🚤', "speedboat Transport and Map Symbols"), + ('🚥', "horizontal traffic light Transport and Map Symbols"), + ('🚦', "vertical traffic light Transport and Map Symbols"), + ('🚧', "construction sign Transport and Map Symbols"), + ('🚨', "police cars revolving light Transport and Map Symbols"), + ('🚩', "triangular flag on post Transport and Map Symbols"), + ('🚪', "door Transport and Map Symbols"), + ('🚫', "no entry sign Transport and Map Symbols"), + ('🚬', "smoking symbol Transport and Map Symbols"), + ('🚭', "no smoking symbol Transport and Map Symbols"), + ('🚮', "put litter in its place symbol Transport and Map Symbols"), + ('🚯', "do not litter symbol Transport and Map Symbols"), + ('🚰', "potable water symbol Transport and Map Symbols"), + ('🚱', "non-potable water symbol Transport and Map Symbols"), + ('🚲', "bicycle Transport and Map Symbols"), + ('🚳', "no bicycles Transport and Map Symbols"), + ('🚴', "bicyclist Transport and Map Symbols"), + ('🚵', "mountain bicyclist Transport and Map Symbols"), + ('🚶', "pedestrian Transport and Map Symbols"), + ('🚷', "no pedestrians Transport and Map Symbols"), + ('🚸', "children crossing Transport and Map Symbols"), + ('🚹', "mens symbol Transport and Map Symbols"), + ('🚺', "womens symbol Transport and Map Symbols"), + ('🚻', "restroom Transport and Map Symbols"), + ('🚼', "baby symbol Transport and Map Symbols"), + ('🚽', "toilet Transport and Map Symbols"), + ('🚾', "water closet Transport and Map Symbols"), + ('🚿', "shower Transport and Map Symbols"), + ('🛀', "bath Transport and Map Symbols"), + ('🛁', "bathtub Transport and Map Symbols"), + ('🛂', "passport control Transport and Map Symbols"), + ('🛃', "customs Transport and Map Symbols"), + ('🛄', "baggage claim Transport and Map Symbols"), + ('🛅', "left luggage Transport and Map Symbols"), + ('🛆', "triangle with rounded corners Transport and Map Symbols"), + ('🛇', "prohibited sign Transport and Map Symbols"), + ('🛈', "circled information source Transport and Map Symbols"), + ('🛉', "boys symbol Transport and Map Symbols"), + ('🛊', "girls symbol Transport and Map Symbols"), + ('🛋', "couch and lamp Transport and Map Symbols"), + ('🛌', "sleeping accommodation Transport and Map Symbols"), + ('🛍', "shopping bags Transport and Map Symbols"), + ('🛎', "bellhop bell Transport and Map Symbols"), + ('🛏', "bed Transport and Map Symbols"), + ('🛐', "place of worship Transport and Map Symbols"), + ('🛠', "hammer and wrench Transport and Map Symbols"), + ('🛡', "shield Transport and Map Symbols"), + ('🛢', "oil drum Transport and Map Symbols"), + ('🛣', "motorway Transport and Map Symbols"), + ('🛤', "railway track Transport and Map Symbols"), + ('🛥', "motor boat Transport and Map Symbols"), + ('🛦', "up-pointing military airplane Transport and Map Symbols"), + ('🛧', "up-pointing airplane Transport and Map Symbols"), + ('🛨', "up-pointing small airplane Transport and Map Symbols"), + ('🛩', "small airplane Transport and Map Symbols"), + ('🛪', "northeast-pointing airplane Transport and Map Symbols"), + ('🛫', "airplane departure Transport and Map Symbols"), + ('🛬', "airplane arriving Transport and Map Symbols"), + ('🛰', "satellite Transport and Map Symbols"), + ('🛱', "oncoming fire engine Transport and Map Symbols"), + ('🛲', "diesel locomotive Transport and Map Symbols"), + ('🛳', "passenger ship Transport and Map Symbols"), + ('🜀', "alchemical symbol for quintessence Alchemical Symbols"), + ('🜁', "alchemical symbol for air Alchemical Symbols"), + ('🜂', "alchemical symbol for fire Alchemical Symbols"), + ('🜃', "alchemical symbol for earth Alchemical Symbols"), + ('🜄', "alchemical symbol for water Alchemical Symbols"), + ('🜅', "alchemical symbol for aquafortis Alchemical Symbols"), + ('🜆', "alchemical symbol for aqua regia Alchemical Symbols"), + ('🜇', "alchemical symbol for aqua regia-2 Alchemical Symbols"), + ('🜈', "alchemical symbol for aqua vitae Alchemical Symbols"), + ('🜉', "alchemical symbol for aqua vitae-2 Alchemical Symbols"), + ('🜊', "alchemical symbol for vinegar Alchemical Symbols"), + ('🜋', "alchemical symbol for vinegar-2 Alchemical Symbols"), + ('🜌', "alchemical symbol for vinegar-3 Alchemical Symbols"), + ('🜍', "alchemical symbol for sulfur Alchemical Symbols"), + ('🜎', "alchemical symbol for philosophers sulfur Alchemical Symbols"), + ('🜏', "alchemical symbol for black sulfur Alchemical Symbols"), + ('🜐', "alchemical symbol for mercury sublimate Alchemical Symbols"), + ('🜑', "alchemical symbol for mercury sublimate-2 Alchemical Symbols"), + ('🜒', "alchemical symbol for mercury sublimate-3 Alchemical Symbols"), + ('🜓', "alchemical symbol for cinnabar Alchemical Symbols"), + ('🜔', "alchemical symbol for salt Alchemical Symbols"), + ('🜕', "alchemical symbol for nitre Alchemical Symbols"), + ('🜖', "alchemical symbol for vitriol Alchemical Symbols"), + ('🜗', "alchemical symbol for vitriol-2 Alchemical Symbols"), + ('🜘', "alchemical symbol for rock salt Alchemical Symbols"), + ('🜙', "alchemical symbol for rock salt-2 Alchemical Symbols"), + ('🜚', "alchemical symbol for gold Alchemical Symbols"), + ('🜛', "alchemical symbol for silver Alchemical Symbols"), + ('🜜', "alchemical symbol for iron ore Alchemical Symbols"), + ('🜝', "alchemical symbol for iron ore-2 Alchemical Symbols"), + ('🜞', "alchemical symbol for crocus of iron Alchemical Symbols"), + ('🜟', "alchemical symbol for regulus of iron Alchemical Symbols"), + ('🜠', "alchemical symbol for copper ore Alchemical Symbols"), + ('🜡', "alchemical symbol for iron-copper ore Alchemical Symbols"), + ('🜢', "alchemical symbol for sublimate of copper Alchemical Symbols"), + ('🜣', "alchemical symbol for crocus of copper Alchemical Symbols"), + ('🜤', "alchemical symbol for crocus of copper-2 Alchemical Symbols"), + ('🜥', "alchemical symbol for copper antimoniate Alchemical Symbols"), + ('🜦', "alchemical symbol for salt of copper antimoniate Alchemical Symbols"), + ('🜧', "alchemical symbol for sublimate of salt of copper Alchemical Symbols"), + ('🜨', "alchemical symbol for verdigris Alchemical Symbols"), + ('🜩', "alchemical symbol for tin ore Alchemical Symbols"), + ('🜪', "alchemical symbol for lead ore Alchemical Symbols"), + ('🜫', "alchemical symbol for antimony ore Alchemical Symbols"), + ('🜬', "alchemical symbol for sublimate of antimony Alchemical Symbols"), + ('🜭', "alchemical symbol for salt of antimony Alchemical Symbols"), + ('🜮', "alchemical symbol for sublimate of salt of antimony Alchemical Symbols"), + ('🜯', "alchemical symbol for vinegar of antimony Alchemical Symbols"), + ('🜰', "alchemical symbol for regulus of antimony Alchemical Symbols"), + ('🜱', "alchemical symbol for regulus of antimony-2 Alchemical Symbols"), + ('🜲', "alchemical symbol for regulus Alchemical Symbols"), + ('🜳', "alchemical symbol for regulus-2 Alchemical Symbols"), + ('🜴', "alchemical symbol for regulus-3 Alchemical Symbols"), + ('🜵', "alchemical symbol for regulus-4 Alchemical Symbols"), + ('🜶', "alchemical symbol for alkali Alchemical Symbols"), + ('🜷', "alchemical symbol for alkali-2 Alchemical Symbols"), + ('🜸', "alchemical symbol for marcasite Alchemical Symbols"), + ('🜹', "alchemical symbol for sal-ammoniac Alchemical Symbols"), + ('🜺', "alchemical symbol for arsenic Alchemical Symbols"), + ('🜻', "alchemical symbol for realgar Alchemical Symbols"), + ('🜼', "alchemical symbol for realgar-2 Alchemical Symbols"), + ('🜽', "alchemical symbol for auripigment Alchemical Symbols"), + ('🜾', "alchemical symbol for bismuth ore Alchemical Symbols"), + ('🜿', "alchemical symbol for tartar Alchemical Symbols"), + ('🝀', "alchemical symbol for tartar-2 Alchemical Symbols"), + ('🝁', "alchemical symbol for quick lime Alchemical Symbols"), + ('🝂', "alchemical symbol for borax Alchemical Symbols"), + ('🝃', "alchemical symbol for borax-2 Alchemical Symbols"), + ('🝄', "alchemical symbol for borax-3 Alchemical Symbols"), + ('🝅', "alchemical symbol for alum Alchemical Symbols"), + ('🝆', "alchemical symbol for oil Alchemical Symbols"), + ('🝇', "alchemical symbol for spirit Alchemical Symbols"), + ('🝈', "alchemical symbol for tincture Alchemical Symbols"), + ('🝉', "alchemical symbol for gum Alchemical Symbols"), + ('🝊', "alchemical symbol for wax Alchemical Symbols"), + ('🝋', "alchemical symbol for powder Alchemical Symbols"), + ('🝌', "alchemical symbol for calx Alchemical Symbols"), + ('🝍', "alchemical symbol for tutty Alchemical Symbols"), + ('🝎', "alchemical symbol for caput mortuum Alchemical Symbols"), + ('🝏', "alchemical symbol for scepter of jove Alchemical Symbols"), + ('🝐', "alchemical symbol for caduceus Alchemical Symbols"), + ('🝑', "alchemical symbol for trident Alchemical Symbols"), + ('🝒', "alchemical symbol for starred trident Alchemical Symbols"), + ('🝓', "alchemical symbol for lodestone Alchemical Symbols"), + ('🝔', "alchemical symbol for soap Alchemical Symbols"), + ('🝕', "alchemical symbol for urine Alchemical Symbols"), + ('🝖', "alchemical symbol for horse dung Alchemical Symbols"), + ('🝗', "alchemical symbol for ashes Alchemical Symbols"), + ('🝘', "alchemical symbol for pot ashes Alchemical Symbols"), + ('🝙', "alchemical symbol for brick Alchemical Symbols"), + ('🝚', "alchemical symbol for powdered brick Alchemical Symbols"), + ('🝛', "alchemical symbol for amalgam Alchemical Symbols"), + ('🝜', "alchemical symbol for stratum super stratum Alchemical Symbols"), + ('🝝', "alchemical symbol for stratum super stratum-2 Alchemical Symbols"), + ('🝞', "alchemical symbol for sublimation Alchemical Symbols"), + ('🝟', "alchemical symbol for precipitate Alchemical Symbols"), + ('🝠', "alchemical symbol for distill Alchemical Symbols"), + ('🝡', "alchemical symbol for dissolve Alchemical Symbols"), + ('🝢', "alchemical symbol for dissolve-2 Alchemical Symbols"), + ('🝣', "alchemical symbol for purify Alchemical Symbols"), + ('🝤', "alchemical symbol for putrefaction Alchemical Symbols"), + ('🝥', "alchemical symbol for crucible Alchemical Symbols"), + ('🝦', "alchemical symbol for crucible-2 Alchemical Symbols"), + ('🝧', "alchemical symbol for crucible-3 Alchemical Symbols"), + ('🝨', "alchemical symbol for crucible-4 Alchemical Symbols"), + ('🝩', "alchemical symbol for crucible-5 Alchemical Symbols"), + ('🝪', "alchemical symbol for alembic Alchemical Symbols"), + ('🝫', "alchemical symbol for bath of mary Alchemical Symbols"), + ('🝬', "alchemical symbol for bath of vapours Alchemical Symbols"), + ('🝭', "alchemical symbol for retort Alchemical Symbols"), + ('🝮', "alchemical symbol for hour Alchemical Symbols"), + ('🝯', "alchemical symbol for night Alchemical Symbols"), + ('🝰', "alchemical symbol for day-night Alchemical Symbols"), + ('🝱', "alchemical symbol for month Alchemical Symbols"), + ('🝲', "alchemical symbol for half dram Alchemical Symbols"), + ('🝳', "alchemical symbol for half ounce Alchemical Symbols"), + ('🞀', "black left-pointing isosceles right triangle Geometric Shapes Extended"), + ('🞁', "black up-pointing isosceles right triangle Geometric Shapes Extended"), + ('🞂', "black right-pointing isosceles right triangle Geometric Shapes Extended"), + ('🞃', "black down-pointing isosceles right triangle Geometric Shapes Extended"), + ('🞄', "black slightly small circle Geometric Shapes Extended"), + ('🞅', "medium bold white circle Geometric Shapes Extended"), + ('🞆', "bold white circle Geometric Shapes Extended"), + ('🞇', "heavy white circle Geometric Shapes Extended"), + ('🞈', "very heavy white circle Geometric Shapes Extended"), + ('🞉', "extremely heavy white circle Geometric Shapes Extended"), + ('🞊', "white circle containing black small circle Geometric Shapes Extended"), + ('🞋', "round target Geometric Shapes Extended"), + ('🞌', "black tiny square Geometric Shapes Extended"), + ('🞍', "black slightly small square Geometric Shapes Extended"), + ('🞎', "light white square Geometric Shapes Extended"), + ('🞏', "medium white square Geometric Shapes Extended"), + ('🞐', "bold white square Geometric Shapes Extended"), + ('🞑', "heavy white square Geometric Shapes Extended"), + ('🞒', "very heavy white square Geometric Shapes Extended"), + ('🞓', "extremely heavy white square Geometric Shapes Extended"), + ('🞔', "white square containing black very small square Geometric Shapes Extended"), + ('🞕', "white square containing black medium square Geometric Shapes Extended"), + ('🞖', "square target Geometric Shapes Extended"), + ('🞗', "black tiny diamond Geometric Shapes Extended"), + ('🞘', "black very small diamond Geometric Shapes Extended"), + ('🞙', "black medium small diamond Geometric Shapes Extended"), + ('🞚', "white diamond containing black very small diamond Geometric Shapes Extended"), + ('🞛', "white diamond containing black medium diamond Geometric Shapes Extended"), + ('🞜', "diamond target Geometric Shapes Extended"), + ('🞝', "black tiny lozenge Geometric Shapes Extended"), + ('🞞', "black very small lozenge Geometric Shapes Extended"), + ('🞟', "black medium small lozenge Geometric Shapes Extended"), + ('🞠', "white lozenge containing black small lozenge Geometric Shapes Extended"), + ('🞡', "thin greek cross Geometric Shapes Extended"), + ('🞢', "light greek cross Geometric Shapes Extended"), + ('🞣', "medium greek cross Geometric Shapes Extended"), + ('🞤', "bold greek cross Geometric Shapes Extended"), + ('🞥', "very bold greek cross Geometric Shapes Extended"), + ('🞦', "very heavy greek cross Geometric Shapes Extended"), + ('🞧', "extremely heavy greek cross Geometric Shapes Extended"), + ('🞨', "thin saltire Geometric Shapes Extended"), + ('🞩', "light saltire Geometric Shapes Extended"), + ('🞪', "medium saltire Geometric Shapes Extended"), + ('🞫', "bold saltire Geometric Shapes Extended"), + ('🞬', "heavy saltire Geometric Shapes Extended"), + ('🞭', "very heavy saltire Geometric Shapes Extended"), + ('🞮', "extremely heavy saltire Geometric Shapes Extended"), + ('🞯', "light five spoked asterisk Geometric Shapes Extended"), + ('🞰', "medium five spoked asterisk Geometric Shapes Extended"), + ('🞱', "bold five spoked asterisk Geometric Shapes Extended"), + ('🞲', "heavy five spoked asterisk Geometric Shapes Extended"), + ('🞳', "very heavy five spoked asterisk Geometric Shapes Extended"), + ('🞴', "extremely heavy five spoked asterisk Geometric Shapes Extended"), + ('🞵', "light six spoked asterisk Geometric Shapes Extended"), + ('🞶', "medium six spoked asterisk Geometric Shapes Extended"), + ('🞷', "bold six spoked asterisk Geometric Shapes Extended"), + ('🞸', "heavy six spoked asterisk Geometric Shapes Extended"), + ('🞹', "very heavy six spoked asterisk Geometric Shapes Extended"), + ('🞺', "extremely heavy six spoked asterisk Geometric Shapes Extended"), + ('🞻', "light eight spoked asterisk Geometric Shapes Extended"), + ('🞼', "medium eight spoked asterisk Geometric Shapes Extended"), + ('🞽', "bold eight spoked asterisk Geometric Shapes Extended"), + ('🞾', "heavy eight spoked asterisk Geometric Shapes Extended"), + ('🞿', "very heavy eight spoked asterisk Geometric Shapes Extended"), + ('🟀', "light three pointed black star Geometric Shapes Extended"), + ('🟁', "medium three pointed black star Geometric Shapes Extended"), + ('🟂', "three pointed black star Geometric Shapes Extended"), + ('🟃', "medium three pointed pinwheel star Geometric Shapes Extended"), + ('🟄', "light four pointed black star Geometric Shapes Extended"), + ('🟅', "medium four pointed black star Geometric Shapes Extended"), + ('🟆', "four pointed black star Geometric Shapes Extended"), + ('🟇', "medium four pointed pinwheel star Geometric Shapes Extended"), + ('🟈', "reverse light four pointed pinwheel star Geometric Shapes Extended"), + ('🟉', "light five pointed black star Geometric Shapes Extended"), + ('🟊', "heavy five pointed black star Geometric Shapes Extended"), + ('🟋', "medium six pointed black star Geometric Shapes Extended"), + ('🟌', "heavy six pointed black star Geometric Shapes Extended"), + ('🟍', "six pointed pinwheel star Geometric Shapes Extended"), + ('🟎', "medium eight pointed black star Geometric Shapes Extended"), + ('🟏', "heavy eight pointed black star Geometric Shapes Extended"), + ('🟐', "very heavy eight pointed black star Geometric Shapes Extended"), + ('🟑', "heavy eight pointed pinwheel star Geometric Shapes Extended"), + ('🟒', "light twelve pointed black star Geometric Shapes Extended"), + ('🟓', "heavy twelve pointed black star Geometric Shapes Extended"), + ('🟔', "heavy twelve pointed pinwheel star Geometric Shapes Extended"), + ('🠀', "leftwards arrow with small triangle arrowhead Supplemental Arrows-C"), + ('🠁', "upwards arrow with small triangle arrowhead Supplemental Arrows-C"), + ('🠂', "rightwards arrow with small triangle arrowhead Supplemental Arrows-C"), + ('🠃', "downwards arrow with small triangle arrowhead Supplemental Arrows-C"), + ('🠄', "leftwards arrow with medium triangle arrowhead Supplemental Arrows-C"), + ('🠅', "upwards arrow with medium triangle arrowhead Supplemental Arrows-C"), + ('🠆', "rightwards arrow with medium triangle arrowhead Supplemental Arrows-C"), + ('🠇', "downwards arrow with medium triangle arrowhead Supplemental Arrows-C"), + ('🠈', "leftwards arrow with large triangle arrowhead Supplemental Arrows-C"), + ('🠉', "upwards arrow with large triangle arrowhead Supplemental Arrows-C"), + ('🠊', "rightwards arrow with large triangle arrowhead Supplemental Arrows-C"), + ('🠋', "downwards arrow with large triangle arrowhead Supplemental Arrows-C"), + ('🠐', "leftwards arrow with small equilateral arrowhead Supplemental Arrows-C"), + ('🠑', "upwards arrow with small equilateral arrowhead Supplemental Arrows-C"), + ('🠒', "rightwards arrow with small equilateral arrowhead Supplemental Arrows-C"), + ('🠓', "downwards arrow with small equilateral arrowhead Supplemental Arrows-C"), + ('🠔', "leftwards arrow with equilateral arrowhead Supplemental Arrows-C"), + ('🠕', "upwards arrow with equilateral arrowhead Supplemental Arrows-C"), + ('🠖', "rightwards arrow with equilateral arrowhead Supplemental Arrows-C"), + ('🠗', "downwards arrow with equilateral arrowhead Supplemental Arrows-C"), + ('🠘', "heavy leftwards arrow with equilateral arrowhead Supplemental Arrows-C"), + ('🠙', "heavy upwards arrow with equilateral arrowhead Supplemental Arrows-C"), + ('🠚', "heavy rightwards arrow with equilateral arrowhead Supplemental Arrows-C"), + ('🠛', "heavy downwards arrow with equilateral arrowhead Supplemental Arrows-C"), + ('🠜', "heavy leftwards arrow with large equilateral arrowhead Supplemental Arrows-C"), + ('🠝', "heavy upwards arrow with large equilateral arrowhead Supplemental Arrows-C"), + ('🠞', "heavy rightwards arrow with large equilateral arrowhead Supplemental Arrows-C"), + ('🠟', "heavy downwards arrow with large equilateral arrowhead Supplemental Arrows-C"), + ('🠠', "leftwards triangle-headed arrow with narrow shaft Supplemental Arrows-C"), + ('🠡', "upwards triangle-headed arrow with narrow shaft Supplemental Arrows-C"), + ('🠢', "rightwards triangle-headed arrow with narrow shaft Supplemental Arrows-C"), + ('🠣', "downwards triangle-headed arrow with narrow shaft Supplemental Arrows-C"), + ('🠤', "leftwards triangle-headed arrow with medium shaft Supplemental Arrows-C"), + ('🠥', "upwards triangle-headed arrow with medium shaft Supplemental Arrows-C"), + ('🠦', "rightwards triangle-headed arrow with medium shaft Supplemental Arrows-C"), + ('🠧', "downwards triangle-headed arrow with medium shaft Supplemental Arrows-C"), + ('🠨', "leftwards triangle-headed arrow with bold shaft Supplemental Arrows-C"), + ('🠩', "upwards triangle-headed arrow with bold shaft Supplemental Arrows-C"), + ('🠪', "rightwards triangle-headed arrow with bold shaft Supplemental Arrows-C"), + ('🠫', "downwards triangle-headed arrow with bold shaft Supplemental Arrows-C"), + ('🠬', "leftwards triangle-headed arrow with heavy shaft Supplemental Arrows-C"), + ('🠭', "upwards triangle-headed arrow with heavy shaft Supplemental Arrows-C"), + ('🠮', "rightwards triangle-headed arrow with heavy shaft Supplemental Arrows-C"), + ('🠯', "downwards triangle-headed arrow with heavy shaft Supplemental Arrows-C"), + ('🠰', "leftwards triangle-headed arrow with very heavy shaft Supplemental Arrows-C"), + ('🠱', "upwards triangle-headed arrow with very heavy shaft Supplemental Arrows-C"), + ('🠲', "rightwards triangle-headed arrow with very heavy shaft Supplemental Arrows-C"), + ('🠳', "downwards triangle-headed arrow with very heavy shaft Supplemental Arrows-C"), + ('🠴', "leftwards finger-post arrow Supplemental Arrows-C"), + ('🠵', "upwards finger-post arrow Supplemental Arrows-C"), + ('🠶', "rightwards finger-post arrow Supplemental Arrows-C"), + ('🠷', "downwards finger-post arrow Supplemental Arrows-C"), + ('🠸', "leftwards squared arrow Supplemental Arrows-C"), + ('🠹', "upwards squared arrow Supplemental Arrows-C"), + ('🠺', "rightwards squared arrow Supplemental Arrows-C"), + ('🠻', "downwards squared arrow Supplemental Arrows-C"), + ('🠼', "leftwards compressed arrow Supplemental Arrows-C"), + ('🠽', "upwards compressed arrow Supplemental Arrows-C"), + ('🠾', "rightwards compressed arrow Supplemental Arrows-C"), + ('🠿', "downwards compressed arrow Supplemental Arrows-C"), + ('🡀', "leftwards heavy compressed arrow Supplemental Arrows-C"), + ('🡁', "upwards heavy compressed arrow Supplemental Arrows-C"), + ('🡂', "rightwards heavy compressed arrow Supplemental Arrows-C"), + ('🡃', "downwards heavy compressed arrow Supplemental Arrows-C"), + ('🡄', "leftwards heavy arrow Supplemental Arrows-C"), + ('🡅', "upwards heavy arrow Supplemental Arrows-C"), + ('🡆', "rightwards heavy arrow Supplemental Arrows-C"), + ('🡇', "downwards heavy arrow Supplemental Arrows-C"), + ('🡐', "leftwards sans-serif arrow Supplemental Arrows-C"), + ('🡑', "upwards sans-serif arrow Supplemental Arrows-C"), + ('🡒', "rightwards sans-serif arrow Supplemental Arrows-C"), + ('🡓', "downwards sans-serif arrow Supplemental Arrows-C"), + ('🡔', "north west sans-serif arrow Supplemental Arrows-C"), + ('🡕', "north east sans-serif arrow Supplemental Arrows-C"), + ('🡖', "south east sans-serif arrow Supplemental Arrows-C"), + ('🡗', "south west sans-serif arrow Supplemental Arrows-C"), + ('🡘', "left right sans-serif arrow Supplemental Arrows-C"), + ('🡙', "up down sans-serif arrow Supplemental Arrows-C"), + ('🡠', "wide-headed leftwards light barb arrow Supplemental Arrows-C"), + ('🡡', "wide-headed upwards light barb arrow Supplemental Arrows-C"), + ('🡢', "wide-headed rightwards light barb arrow Supplemental Arrows-C"), + ('🡣', "wide-headed downwards light barb arrow Supplemental Arrows-C"), + ('🡤', "wide-headed north west light barb arrow Supplemental Arrows-C"), + ('🡥', "wide-headed north east light barb arrow Supplemental Arrows-C"), + ('🡦', "wide-headed south east light barb arrow Supplemental Arrows-C"), + ('🡧', "wide-headed south west light barb arrow Supplemental Arrows-C"), + ('🡨', "wide-headed leftwards barb arrow Supplemental Arrows-C"), + ('🡩', "wide-headed upwards barb arrow Supplemental Arrows-C"), + ('🡪', "wide-headed rightwards barb arrow Supplemental Arrows-C"), + ('🡫', "wide-headed downwards barb arrow Supplemental Arrows-C"), + ('🡬', "wide-headed north west barb arrow Supplemental Arrows-C"), + ('🡭', "wide-headed north east barb arrow Supplemental Arrows-C"), + ('🡮', "wide-headed south east barb arrow Supplemental Arrows-C"), + ('🡯', "wide-headed south west barb arrow Supplemental Arrows-C"), + ('🡰', "wide-headed leftwards medium barb arrow Supplemental Arrows-C"), + ('🡱', "wide-headed upwards medium barb arrow Supplemental Arrows-C"), + ('🡲', "wide-headed rightwards medium barb arrow Supplemental Arrows-C"), + ('🡳', "wide-headed downwards medium barb arrow Supplemental Arrows-C"), + ('🡴', "wide-headed north west medium barb arrow Supplemental Arrows-C"), + ('🡵', "wide-headed north east medium barb arrow Supplemental Arrows-C"), + ('🡶', "wide-headed south east medium barb arrow Supplemental Arrows-C"), + ('🡷', "wide-headed south west medium barb arrow Supplemental Arrows-C"), + ('🡸', "wide-headed leftwards heavy barb arrow Supplemental Arrows-C"), + ('🡹', "wide-headed upwards heavy barb arrow Supplemental Arrows-C"), + ('🡺', "wide-headed rightwards heavy barb arrow Supplemental Arrows-C"), + ('🡻', "wide-headed downwards heavy barb arrow Supplemental Arrows-C"), + ('🡼', "wide-headed north west heavy barb arrow Supplemental Arrows-C"), + ('🡽', "wide-headed north east heavy barb arrow Supplemental Arrows-C"), + ('🡾', "wide-headed south east heavy barb arrow Supplemental Arrows-C"), + ('🡿', "wide-headed south west heavy barb arrow Supplemental Arrows-C"), + ('🢀', "wide-headed leftwards very heavy barb arrow Supplemental Arrows-C"), + ('🢁', "wide-headed upwards very heavy barb arrow Supplemental Arrows-C"), + ('🢂', "wide-headed rightwards very heavy barb arrow Supplemental Arrows-C"), + ('🢃', "wide-headed downwards very heavy barb arrow Supplemental Arrows-C"), + ('🢄', "wide-headed north west very heavy barb arrow Supplemental Arrows-C"), + ('🢅', "wide-headed north east very heavy barb arrow Supplemental Arrows-C"), + ('🢆', "wide-headed south east very heavy barb arrow Supplemental Arrows-C"), + ('🢇', "wide-headed south west very heavy barb arrow Supplemental Arrows-C"), + ('🢐', "leftwards triangle arrowhead Supplemental Arrows-C"), + ('🢑', "upwards triangle arrowhead Supplemental Arrows-C"), + ('🢒', "rightwards triangle arrowhead Supplemental Arrows-C"), + ('🢓', "downwards triangle arrowhead Supplemental Arrows-C"), + ('🢔', "leftwards white arrow within triangle arrowhead Supplemental Arrows-C"), + ('🢕', "upwards white arrow within triangle arrowhead Supplemental Arrows-C"), + ('🢖', "rightwards white arrow within triangle arrowhead Supplemental Arrows-C"), + ('🢗', "downwards white arrow within triangle arrowhead Supplemental Arrows-C"), + ('🢘', "leftwards arrow with notched tail Supplemental Arrows-C"), + ('🢙', "upwards arrow with notched tail Supplemental Arrows-C"), + ('🢚', "rightwards arrow with notched tail Supplemental Arrows-C"), + ('🢛', "downwards arrow with notched tail Supplemental Arrows-C"), + ('🢜', "heavy arrow shaft width one Supplemental Arrows-C"), + ('🢝', "heavy arrow shaft width two thirds Supplemental Arrows-C"), + ('🢞', "heavy arrow shaft width one half Supplemental Arrows-C"), + ('🢟', "heavy arrow shaft width one third Supplemental Arrows-C"), + ('🢠', "leftwards bottom-shaded white arrow Supplemental Arrows-C"), + ('🢡', "rightwards bottom shaded white arrow Supplemental Arrows-C"), + ('🢢', "leftwards top shaded white arrow Supplemental Arrows-C"), + ('🢣', "rightwards top shaded white arrow Supplemental Arrows-C"), + ('🢤', "leftwards left-shaded white arrow Supplemental Arrows-C"), + ('🢥', "rightwards right-shaded white arrow Supplemental Arrows-C"), + ('🢦', "leftwards right-shaded white arrow Supplemental Arrows-C"), + ('🢧', "rightwards left-shaded white arrow Supplemental Arrows-C"), + ('🢨', "leftwards back-tilted shadowed white arrow Supplemental Arrows-C"), + ('🢩', "rightwards back-tilted shadowed white arrow Supplemental Arrows-C"), + ('🢪', "leftwards front-tilted shadowed white arrow Supplemental Arrows-C"), + ('🢫', "rightwards front-tilted shadowed white arrow Supplemental Arrows-C"), + ('🢬', "white arrow shaft width one Supplemental Arrows-C"), + ('🢭', "white arrow shaft width two thirds Supplemental Arrows-C"), + ('🤐', "zipper-mouth face Supplemental Symbols and Pictographs"), + ('🤑', "money-mouth face Supplemental Symbols and Pictographs"), + ('🤒', "face with thermometer Supplemental Symbols and Pictographs"), + ('🤓', "nerd face Supplemental Symbols and Pictographs"), + ('🤔', "thinking face Supplemental Symbols and Pictographs"), + ('🤕', "face with head-bandage Supplemental Symbols and Pictographs"), + ('🤖', "robot face Supplemental Symbols and Pictographs"), + ('🤗', "hugging face Supplemental Symbols and Pictographs"), + ('🤘', "sign of the horns Supplemental Symbols and Pictographs"), + ('🦀', "crab Supplemental Symbols and Pictographs"), + ('🦁', "lion face Supplemental Symbols and Pictographs"), + ('🦂', "scorpion Supplemental Symbols and Pictographs"), + ('🦃', "turkey Supplemental Symbols and Pictographs"), + ('🦄', "unicorn face Supplemental Symbols and Pictographs"), + ('🧀', "cheese wedge Supplemental Symbols and Pictographs"), +];