Created
August 15, 2021 18:13
-
-
Save ksdme/167df76cc4aae163495616e974e17218 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Basic Latin": [ | |
{ | |
"name": "<control>: null", | |
"decimal": "0", | |
"hex": "0000" | |
}, | |
{ | |
"name": "<control>: start of heading", | |
"decimal": "1", | |
"hex": "0001" | |
}, | |
{ | |
"name": "<control>: start of text", | |
"decimal": "2", | |
"hex": "0002" | |
}, | |
{ | |
"name": "<control>: end of text", | |
"decimal": "3", | |
"hex": "0003" | |
}, | |
{ | |
"name": "<control>: end of transmission", | |
"decimal": "4", | |
"hex": "0004" | |
}, | |
{ | |
"name": "<control>: enquiry", | |
"decimal": "5", | |
"hex": "0005" | |
}, | |
{ | |
"name": "<control>: acknowledge", | |
"decimal": "6", | |
"hex": "0006" | |
}, | |
{ | |
"name": "<control>: bell", | |
"decimal": "7", | |
"hex": "0007" | |
}, | |
{ | |
"name": "<control>: backspace", | |
"decimal": "8", | |
"hex": "0008" | |
}, | |
{ | |
"name": "<control>: horizontal tabulation", | |
"decimal": "9", | |
"hex": "0009" | |
}, | |
{ | |
"name": "<control>: line feed", | |
"decimal": "10", | |
"hex": "000A" | |
}, | |
{ | |
"name": "<control>: vertical tabulation", | |
"decimal": "11", | |
"hex": "000B" | |
}, | |
{ | |
"name": "<control>: form feed", | |
"decimal": "12", | |
"hex": "000C" | |
}, | |
{ | |
"name": "<control>: carriage return", | |
"decimal": "13", | |
"hex": "000D" | |
}, | |
{ | |
"name": "<control>: shift out", | |
"decimal": "14", | |
"hex": "000E" | |
}, | |
{ | |
"name": "<control>: shift in", | |
"decimal": "15", | |
"hex": "000F" | |
}, | |
{ | |
"name": "<control>: data link escape", | |
"decimal": "16", | |
"hex": "0010" | |
}, | |
{ | |
"name": "<control>: device control one", | |
"decimal": "17", | |
"hex": "0011" | |
}, | |
{ | |
"name": "<control>: device control two", | |
"decimal": "18", | |
"hex": "0012" | |
}, | |
{ | |
"name": "<control>: device control three", | |
"decimal": "19", | |
"hex": "0013" | |
}, | |
{ | |
"name": "<control>: device control four", | |
"decimal": "20", | |
"hex": "0014" | |
}, | |
{ | |
"name": "<control>: negative acknowledge", | |
"decimal": "21", | |
"hex": "0015" | |
}, | |
{ | |
"name": "<control>: synchronous idle", | |
"decimal": "22", | |
"hex": "0016" | |
}, | |
{ | |
"name": "<control>: end of transmission block", | |
"decimal": "23", | |
"hex": "0017" | |
}, | |
{ | |
"name": "<control>: cancel", | |
"decimal": "24", | |
"hex": "0018" | |
}, | |
{ | |
"name": "<control>: end of medium", | |
"decimal": "25", | |
"hex": "0019" | |
}, | |
{ | |
"name": "<control>: substitute", | |
"decimal": "26", | |
"hex": "001A" | |
}, | |
{ | |
"name": "<control>: escape", | |
"decimal": "27", | |
"hex": "001B" | |
}, | |
{ | |
"name": "<control>: file separator", | |
"decimal": "28", | |
"hex": "001C" | |
}, | |
{ | |
"name": "<control>: group separator", | |
"decimal": "29", | |
"hex": "001D" | |
}, | |
{ | |
"name": "<control>: record separator", | |
"decimal": "30", | |
"hex": "001E" | |
}, | |
{ | |
"name": "<control>: unit separator", | |
"decimal": "31", | |
"hex": "001F" | |
}, | |
{ | |
"name": "space", | |
"decimal": "32", | |
"hex": "0020" | |
}, | |
{ | |
"name": "exclamation mark", | |
"decimal": "33", | |
"hex": "0021" | |
}, | |
{ | |
"name": "quotation mark", | |
"decimal": "34", | |
"hex": "0022" | |
}, | |
{ | |
"name": "number sign", | |
"decimal": "35", | |
"hex": "0023" | |
}, | |
{ | |
"name": "dollar sign", | |
"decimal": "36", | |
"hex": "0024" | |
}, | |
{ | |
"name": "percent sign", | |
"decimal": "37", | |
"hex": "0025" | |
}, | |
{ | |
"name": "ampersand", | |
"decimal": "38", | |
"hex": "0026" | |
}, | |
{ | |
"name": "apostrophe", | |
"decimal": "39", | |
"hex": "0027" | |
}, | |
{ | |
"name": "left parenthesis", | |
"decimal": "40", | |
"hex": "0028" | |
}, | |
{ | |
"name": "right parenthesis", | |
"decimal": "41", | |
"hex": "0029" | |
}, | |
{ | |
"name": "asterisk", | |
"decimal": "42", | |
"hex": "002A" | |
}, | |
{ | |
"name": "plus sign", | |
"decimal": "43", | |
"hex": "002B" | |
}, | |
{ | |
"name": "comma", | |
"decimal": "44", | |
"hex": "002C" | |
}, | |
{ | |
"name": "hyphen-minus", | |
"decimal": "45", | |
"hex": "002D" | |
}, | |
{ | |
"name": "full stop", | |
"decimal": "46", | |
"hex": "002E" | |
}, | |
{ | |
"name": "solidus", | |
"decimal": "47", | |
"hex": "002F" | |
}, | |
{ | |
"name": "digit zero", | |
"decimal": "48", | |
"hex": "0030" | |
}, | |
{ | |
"name": "digit one", | |
"decimal": "49", | |
"hex": "0031" | |
}, | |
{ | |
"name": "digit two", | |
"decimal": "50", | |
"hex": "0032" | |
}, | |
{ | |
"name": "digit three", | |
"decimal": "51", | |
"hex": "0033" | |
}, | |
{ | |
"name": "digit four", | |
"decimal": "52", | |
"hex": "0034" | |
}, | |
{ | |
"name": "digit five", | |
"decimal": "53", | |
"hex": "0035" | |
}, | |
{ | |
"name": "digit six", | |
"decimal": "54", | |
"hex": "0036" | |
}, | |
{ | |
"name": "digit seven", | |
"decimal": "55", | |
"hex": "0037" | |
}, | |
{ | |
"name": "digit eight", | |
"decimal": "56", | |
"hex": "0038" | |
}, | |
{ | |
"name": "digit nine", | |
"decimal": "57", | |
"hex": "0039" | |
}, | |
{ | |
"name": "colon", | |
"decimal": "58", | |
"hex": "003A" | |
}, | |
{ | |
"name": "semicolon", | |
"decimal": "59", | |
"hex": "003B" | |
}, | |
{ | |
"name": "less-than sign", | |
"decimal": "60", | |
"hex": "003C" | |
}, | |
{ | |
"name": "equals sign", | |
"decimal": "61", | |
"hex": "003D" | |
}, | |
{ | |
"name": "greater-than sign", | |
"decimal": "62", | |
"hex": "003E" | |
}, | |
{ | |
"name": "question mark", | |
"decimal": "63", | |
"hex": "003F" | |
}, | |
{ | |
"name": "commercial at", | |
"decimal": "64", | |
"hex": "0040" | |
}, | |
{ | |
"name": "latin capital letter a", | |
"decimal": "65", | |
"hex": "0041" | |
}, | |
{ | |
"name": "latin capital letter b", | |
"decimal": "66", | |
"hex": "0042" | |
}, | |
{ | |
"name": "latin capital letter c", | |
"decimal": "67", | |
"hex": "0043" | |
}, | |
{ | |
"name": "latin capital letter d", | |
"decimal": "68", | |
"hex": "0044" | |
}, | |
{ | |
"name": "latin capital letter e", | |
"decimal": "69", | |
"hex": "0045" | |
}, | |
{ | |
"name": "latin capital letter f", | |
"decimal": "70", | |
"hex": "0046" | |
}, | |
{ | |
"name": "latin capital letter g", | |
"decimal": "71", | |
"hex": "0047" | |
}, | |
{ | |
"name": "latin capital letter h", | |
"decimal": "72", | |
"hex": "0048" | |
}, | |
{ | |
"name": "latin capital letter i", | |
"decimal": "73", | |
"hex": "0049" | |
}, | |
{ | |
"name": "latin capital letter j", | |
"decimal": "74", | |
"hex": "004A" | |
}, | |
{ | |
"name": "latin capital letter k", | |
"decimal": "75", | |
"hex": "004B" | |
}, | |
{ | |
"name": "latin capital letter l", | |
"decimal": "76", | |
"hex": "004C" | |
}, | |
{ | |
"name": "latin capital letter m", | |
"decimal": "77", | |
"hex": "004D" | |
}, | |
{ | |
"name": "latin capital letter n", | |
"decimal": "78", | |
"hex": "004E" | |
}, | |
{ | |
"name": "latin capital letter o", | |
"decimal": "79", | |
"hex": "004F" | |
}, | |
{ | |
"name": "latin capital letter p", | |
"decimal": "80", | |
"hex": "0050" | |
}, | |
{ | |
"name": "latin capital letter q", | |
"decimal": "81", | |
"hex": "0051" | |
}, | |
{ | |
"name": "latin capital letter r", | |
"decimal": "82", | |
"hex": "0052" | |
}, | |
{ | |
"name": "latin capital letter s", | |
"decimal": "83", | |
"hex": "0053" | |
}, | |
{ | |
"name": "latin capital letter t", | |
"decimal": "84", | |
"hex": "0054" | |
}, | |
{ | |
"name": "latin capital letter u", | |
"decimal": "85", | |
"hex": "0055" | |
}, | |
{ | |
"name": "latin capital letter v", | |
"decimal": "86", | |
"hex": "0056" | |
}, | |
{ | |
"name": "latin capital letter w", | |
"decimal": "87", | |
"hex": "0057" | |
}, | |
{ | |
"name": "latin capital letter x", | |
"decimal": "88", | |
"hex": "0058" | |
}, | |
{ | |
"name": "latin capital letter y", | |
"decimal": "89", | |
"hex": "0059" | |
}, | |
{ | |
"name": "latin capital letter z", | |
"decimal": "90", | |
"hex": "005A" | |
}, | |
{ | |
"name": "left square bracket", | |
"decimal": "91", | |
"hex": "005B" | |
}, | |
{ | |
"name": "reverse solidus", | |
"decimal": "92", | |
"hex": "005C" | |
}, | |
{ | |
"name": "right square bracket", | |
"decimal": "93", | |
"hex": "005D" | |
}, | |
{ | |
"name": "circumflex accent", | |
"decimal": "94", | |
"hex": "005E" | |
}, | |
{ | |
"name": "low line", | |
"decimal": "95", | |
"hex": "005F" | |
}, | |
{ | |
"name": "grave accent", | |
"decimal": "96", | |
"hex": "0060" | |
}, | |
{ | |
"name": "latin small letter a", | |
"decimal": "97", | |
"hex": "0061" | |
}, | |
{ | |
"name": "latin small letter b", | |
"decimal": "98", | |
"hex": "0062" | |
}, | |
{ | |
"name": "latin small letter c", | |
"decimal": "99", | |
"hex": "0063" | |
}, | |
{ | |
"name": "latin small letter d", | |
"decimal": "100", | |
"hex": "0064" | |
}, | |
{ | |
"name": "latin small letter e", | |
"decimal": "101", | |
"hex": "0065" | |
}, | |
{ | |
"name": "latin small letter f", | |
"decimal": "102", | |
"hex": "0066" | |
}, | |
{ | |
"name": "latin small letter g", | |
"decimal": "103", | |
"hex": "0067" | |
}, | |
{ | |
"name": "latin small letter h", | |
"decimal": "104", | |
"hex": "0068" | |
}, | |
{ | |
"name": "latin small letter i", | |
"decimal": "105", | |
"hex": "0069" | |
}, | |
{ | |
"name": "latin small letter j", | |
"decimal": "106", | |
"hex": "006A" | |
}, | |
{ | |
"name": "latin small letter k", | |
"decimal": "107", | |
"hex": "006B" | |
}, | |
{ | |
"name": "latin small letter l", | |
"decimal": "108", | |
"hex": "006C" | |
}, | |
{ | |
"name": "latin small letter m", | |
"decimal": "109", | |
"hex": "006D" | |
}, | |
{ | |
"name": "latin small letter n", | |
"decimal": "110", | |
"hex": "006E" | |
}, | |
{ | |
"name": "latin small letter o", | |
"decimal": "111", | |
"hex": "006F" | |
}, | |
{ | |
"name": "latin small letter p", | |
"decimal": "112", | |
"hex": "0070" | |
}, | |
{ | |
"name": "latin small letter q", | |
"decimal": "113", | |
"hex": "0071" | |
}, | |
{ | |
"name": "latin small letter r", | |
"decimal": "114", | |
"hex": "0072" | |
}, | |
{ | |
"name": "latin small letter s", | |
"decimal": "115", | |
"hex": "0073" | |
}, | |
{ | |
"name": "latin small letter t", | |
"decimal": "116", | |
"hex": "0074" | |
}, | |
{ | |
"name": "latin small letter u", | |
"decimal": "117", | |
"hex": "0075" | |
}, | |
{ | |
"name": "latin small letter v", | |
"decimal": "118", | |
"hex": "0076" | |
}, | |
{ | |
"name": "latin small letter w", | |
"decimal": "119", | |
"hex": "0077" | |
}, | |
{ | |
"name": "latin small letter x", | |
"decimal": "120", | |
"hex": "0078" | |
}, | |
{ | |
"name": "latin small letter y", | |
"decimal": "121", | |
"hex": "0079" | |
}, | |
{ | |
"name": "latin small letter z", | |
"decimal": "122", | |
"hex": "007A" | |
}, | |
{ | |
"name": "left curly bracket", | |
"decimal": "123", | |
"hex": "007B" | |
}, | |
{ | |
"name": "vertical line", | |
"decimal": "124", | |
"hex": "007C" | |
}, | |
{ | |
"name": "right curly bracket", | |
"decimal": "125", | |
"hex": "007D" | |
}, | |
{ | |
"name": "tilde", | |
"decimal": "126", | |
"hex": "007E" | |
}, | |
{ | |
"name": "<control>: delete", | |
"decimal": "127", | |
"hex": "007F" | |
} | |
], | |
"Latin-1 Supplement": [ | |
{ | |
"name": "<control>:", | |
"decimal": "128", | |
"hex": "0080" | |
}, | |
{ | |
"name": "<control>: break permitted here", | |
"decimal": "130", | |
"hex": "0082" | |
}, | |
{ | |
"name": "<control>: no break here", | |
"decimal": "131", | |
"hex": "0083" | |
}, | |
{ | |
"name": "<control>:", | |
"decimal": "132", | |
"hex": "0084" | |
}, | |
{ | |
"name": "<control>: next line", | |
"decimal": "133", | |
"hex": "0085" | |
}, | |
{ | |
"name": "<control>: start of selected area", | |
"decimal": "134", | |
"hex": "0086" | |
}, | |
{ | |
"name": "<control>: end of selected area", | |
"decimal": "135", | |
"hex": "0087" | |
}, | |
{ | |
"name": "<control>: character tabulation set", | |
"decimal": "136", | |
"hex": "0088" | |
}, | |
{ | |
"name": "<control>: character tabulation with justification", | |
"decimal": "137", | |
"hex": "0089" | |
}, | |
{ | |
"name": "<control>: line tabulation set", | |
"decimal": "138", | |
"hex": "008A" | |
}, | |
{ | |
"name": "<control>: partial line down", | |
"decimal": "139", | |
"hex": "008B" | |
}, | |
{ | |
"name": "<control>: partial line up", | |
"decimal": "140", | |
"hex": "008C" | |
}, | |
{ | |
"name": "<control>: single shift two", | |
"decimal": "142", | |
"hex": "008E" | |
}, | |
{ | |
"name": "<control>: private use one", | |
"decimal": "145", | |
"hex": "0091" | |
}, | |
{ | |
"name": "<control>: private use two", | |
"decimal": "146", | |
"hex": "0092" | |
}, | |
{ | |
"name": "<control>: set transmit state", | |
"decimal": "147", | |
"hex": "0093" | |
}, | |
{ | |
"name": "<control>: cancel character", | |
"decimal": "148", | |
"hex": "0094" | |
}, | |
{ | |
"name": "<control>: message waiting", | |
"decimal": "149", | |
"hex": "0095" | |
}, | |
{ | |
"name": "<control>: start of guarded area", | |
"decimal": "150", | |
"hex": "0096" | |
}, | |
{ | |
"name": "<control>: end of guarded area", | |
"decimal": "151", | |
"hex": "0097" | |
}, | |
{ | |
"name": "<control>: start of string", | |
"decimal": "152", | |
"hex": "0098" | |
}, | |
{ | |
"name": "<control>:", | |
"decimal": "153", | |
"hex": "0099" | |
}, | |
{ | |
"name": "<control>: single character introducer", | |
"decimal": "154", | |
"hex": "009A" | |
}, | |
{ | |
"name": "<control>: control sequence introducer", | |
"decimal": "155", | |
"hex": "009B" | |
}, | |
{ | |
"name": "<control>: string terminator", | |
"decimal": "156", | |
"hex": "009C" | |
}, | |
{ | |
"name": "<control>: privacy message", | |
"decimal": "158", | |
"hex": "009E" | |
}, | |
{ | |
"name": "<control>: application program command", | |
"decimal": "159", | |
"hex": "009F" | |
}, | |
{ | |
"name": "no-break space", | |
"decimal": "160", | |
"hex": "00A0" | |
} | |
], | |
"Latin Extended-A": [ | |
{ | |
"name": "latin capital letter a with macron", | |
"decimal": "256", | |
"hex": "0100" | |
}, | |
{ | |
"name": "latin small letter a with macron", | |
"decimal": "257", | |
"hex": "0101" | |
}, | |
{ | |
"name": "latin capital letter a with breve", | |
"decimal": "258", | |
"hex": "0102" | |
}, | |
{ | |
"name": "latin small letter a with breve", | |
"decimal": "259", | |
"hex": "0103" | |
}, | |
{ | |
"name": "latin capital letter a with ogonek", | |
"decimal": "260", | |
"hex": "0104" | |
}, | |
{ | |
"name": "latin small letter a with ogonek", | |
"decimal": "261", | |
"hex": "0105" | |
}, | |
{ | |
"name": "latin capital letter c with acute", | |
"decimal": "262", | |
"hex": "0106" | |
}, | |
{ | |
"name": "latin small letter c with acute", | |
"decimal": "263", | |
"hex": "0107" | |
}, | |
{ | |
"name": "latin capital letter c with circumflex", | |
"decimal": "264", | |
"hex": "0108" | |
}, | |
{ | |
"name": "latin small letter c with circumflex", | |
"decimal": "265", | |
"hex": "0109" | |
}, | |
{ | |
"name": "latin capital letter c with dot above", | |
"decimal": "266", | |
"hex": "010A" | |
}, | |
{ | |
"name": "latin small letter c with dot above", | |
"decimal": "267", | |
"hex": "010B" | |
}, | |
{ | |
"name": "latin capital letter c with caron", | |
"decimal": "268", | |
"hex": "010C" | |
}, | |
{ | |
"name": "latin small letter c with caron", | |
"decimal": "269", | |
"hex": "010D" | |
}, | |
{ | |
"name": "latin capital letter d with caron", | |
"decimal": "270", | |
"hex": "010E" | |
}, | |
{ | |
"name": "latin small letter d with caron", | |
"decimal": "271", | |
"hex": "010F" | |
}, | |
{ | |
"name": "latin capital letter d with stroke", | |
"decimal": "272", | |
"hex": "0110" | |
}, | |
{ | |
"name": "latin small letter d with stroke", | |
"decimal": "273", | |
"hex": "0111" | |
}, | |
{ | |
"name": "latin capital letter e with macron", | |
"decimal": "274", | |
"hex": "0112" | |
}, | |
{ | |
"name": "latin small letter e with macron", | |
"decimal": "275", | |
"hex": "0113" | |
}, | |
{ | |
"name": "latin capital letter e with breve", | |
"decimal": "276", | |
"hex": "0114" | |
}, | |
{ | |
"name": "latin small letter e with breve", | |
"decimal": "277", | |
"hex": "0115" | |
}, | |
{ | |
"name": "latin capital letter e with dot above", | |
"decimal": "278", | |
"hex": "0116" | |
}, | |
{ | |
"name": "latin small letter e with dot above", | |
"decimal": "279", | |
"hex": "0117" | |
}, | |
{ | |
"name": "latin capital letter e with ogonek", | |
"decimal": "280", | |
"hex": "0118" | |
}, | |
{ | |
"name": "latin small letter e with ogonek", | |
"decimal": "281", | |
"hex": "0119" | |
}, | |
{ | |
"name": "latin capital letter e with caron", | |
"decimal": "282", | |
"hex": "011A" | |
}, | |
{ | |
"name": "latin small letter e with caron", | |
"decimal": "283", | |
"hex": "011B" | |
}, | |
{ | |
"name": "latin capital letter g with circumflex", | |
"decimal": "284", | |
"hex": "011C" | |
}, | |
{ | |
"name": "latin small letter g with circumflex", | |
"decimal": "285", | |
"hex": "011D" | |
}, | |
{ | |
"name": "latin capital letter g with breve", | |
"decimal": "286", | |
"hex": "011E" | |
}, | |
{ | |
"name": "latin small letter g with breve", | |
"decimal": "287", | |
"hex": "011F" | |
}, | |
{ | |
"name": "latin capital letter g with dot above", | |
"decimal": "288", | |
"hex": "0120" | |
}, | |
{ | |
"name": "latin small letter g with dot above", | |
"decimal": "289", | |
"hex": "0121" | |
}, | |
{ | |
"name": "latin capital letter g with cedilla", | |
"decimal": "290", | |
"hex": "0122" | |
}, | |
{ | |
"name": "latin small letter g with cedilla", | |
"decimal": "291", | |
"hex": "0123" | |
}, | |
{ | |
"name": "latin capital letter h with circumflex", | |
"decimal": "292", | |
"hex": "0124" | |
}, | |
{ | |
"name": "latin small letter h with circumflex", | |
"decimal": "293", | |
"hex": "0125" | |
}, | |
{ | |
"name": "latin capital letter h with stroke", | |
"decimal": "294", | |
"hex": "0126" | |
}, | |
{ | |
"name": "latin small letter h with stroke", | |
"decimal": "295", | |
"hex": "0127" | |
}, | |
{ | |
"name": "latin capital letter i with tilde", | |
"decimal": "296", | |
"hex": "0128" | |
}, | |
{ | |
"name": "latin small letter i with tilde", | |
"decimal": "297", | |
"hex": "0129" | |
}, | |
{ | |
"name": "latin capital letter i with macron", | |
"decimal": "298", | |
"hex": "012A" | |
}, | |
{ | |
"name": "latin small letter i with macron", | |
"decimal": "299", | |
"hex": "012B" | |
}, | |
{ | |
"name": "latin capital letter i with breve", | |
"decimal": "300", | |
"hex": "012C" | |
}, | |
{ | |
"name": "latin small letter i with breve", | |
"decimal": "301", | |
"hex": "012D" | |
}, | |
{ | |
"name": "latin capital letter i with ogonek", | |
"decimal": "302", | |
"hex": "012E" | |
}, | |
{ | |
"name": "latin small letter i with ogonek", | |
"decimal": "303", | |
"hex": "012F" | |
}, | |
{ | |
"name": "latin capital letter i with dot above", | |
"decimal": "304", | |
"hex": "0130" | |
}, | |
{ | |
"name": "latin small letter dotless i", | |
"decimal": "305", | |
"hex": "0131" | |
}, | |
{ | |
"name": "latin capital ligature ij", | |
"decimal": "306", | |
"hex": "0132" | |
}, | |
{ | |
"name": "latin small ligature ij", | |
"decimal": "307", | |
"hex": "0133" | |
}, | |
{ | |
"name": "latin capital letter j with circumflex", | |
"decimal": "308", | |
"hex": "0134" | |
}, | |
{ | |
"name": "latin small letter j with circumflex", | |
"decimal": "309", | |
"hex": "0135" | |
}, | |
{ | |
"name": "latin capital letter k with cedilla", | |
"decimal": "310", | |
"hex": "0136" | |
}, | |
{ | |
"name": "latin small letter k with cedilla", | |
"decimal": "311", | |
"hex": "0137" | |
}, | |
{ | |
"name": "latin small letter kra", | |
"decimal": "312", | |
"hex": "0138" | |
}, | |
{ | |
"name": "latin capital letter l with acute", | |
"decimal": "313", | |
"hex": "0139" | |
}, | |
{ | |
"name": "latin small letter l with acute", | |
"decimal": "314", | |
"hex": "013A" | |
}, | |
{ | |
"name": "latin capital letter l with cedilla", | |
"decimal": "315", | |
"hex": "013B" | |
}, | |
{ | |
"name": "latin small letter l with cedilla", | |
"decimal": "316", | |
"hex": "013C" | |
}, | |
{ | |
"name": "latin capital letter l with caron", | |
"decimal": "317", | |
"hex": "013D" | |
}, | |
{ | |
"name": "latin small letter l with caron", | |
"decimal": "318", | |
"hex": "013E" | |
}, | |
{ | |
"name": "latin capital letter l with middle dot", | |
"decimal": "319", | |
"hex": "013F" | |
}, | |
{ | |
"name": "latin small letter l with middle dot", | |
"decimal": "320", | |
"hex": "0140" | |
}, | |
{ | |
"name": "latin capital letter l with stroke", | |
"decimal": "321", | |
"hex": "0141" | |
}, | |
{ | |
"name": "latin small letter l with stroke", | |
"decimal": "322", | |
"hex": "0142" | |
}, | |
{ | |
"name": "latin capital letter n with acute", | |
"decimal": "323", | |
"hex": "0143" | |
}, | |
{ | |
"name": "latin small letter n with acute", | |
"decimal": "324", | |
"hex": "0144" | |
}, | |
{ | |
"name": "latin capital letter n with cedilla", | |
"decimal": "325", | |
"hex": "0145" | |
}, | |
{ | |
"name": "latin small letter n with cedilla", | |
"decimal": "326", | |
"hex": "0146" | |
}, | |
{ | |
"name": "latin capital letter n with caron", | |
"decimal": "327", | |
"hex": "0147" | |
}, | |
{ | |
"name": "latin small letter n with caron", | |
"decimal": "328", | |
"hex": "0148" | |
}, | |
{ | |
"name": "latin small letter n preceded by apostrophe", | |
"decimal": "329", | |
"hex": "0149" | |
}, | |
{ | |
"name": "latin capital letter eng", | |
"decimal": "330", | |
"hex": "014A" | |
}, | |
{ | |
"name": "latin small letter eng", | |
"decimal": "331", | |
"hex": "014B" | |
}, | |
{ | |
"name": "latin capital letter o with macron", | |
"decimal": "332", | |
"hex": "014C" | |
}, | |
{ | |
"name": "latin small letter o with macron", | |
"decimal": "333", | |
"hex": "014D" | |
}, | |
{ | |
"name": "latin capital letter o with breve", | |
"decimal": "334", | |
"hex": "014E" | |
}, | |
{ | |
"name": "latin small letter o with breve", | |
"decimal": "335", | |
"hex": "014F" | |
}, | |
{ | |
"name": "latin capital letter o with double acute", | |
"decimal": "336", | |
"hex": "0150" | |
}, | |
{ | |
"name": "latin small letter o with double acute", | |
"decimal": "337", | |
"hex": "0151" | |
}, | |
{ | |
"name": "latin capital ligature oe", | |
"decimal": "338", | |
"hex": "0152" | |
}, | |
{ | |
"name": "latin small ligature oe", | |
"decimal": "339", | |
"hex": "0153" | |
}, | |
{ | |
"name": "latin capital letter r with acute", | |
"decimal": "340", | |
"hex": "0154" | |
}, | |
{ | |
"name": "latin small letter r with acute", | |
"decimal": "341", | |
"hex": "0155" | |
}, | |
{ | |
"name": "latin capital letter r with cedilla", | |
"decimal": "342", | |
"hex": "0156" | |
}, | |
{ | |
"name": "latin small letter r with cedilla", | |
"decimal": "343", | |
"hex": "0157" | |
}, | |
{ | |
"name": "latin capital letter r with caron", | |
"decimal": "344", | |
"hex": "0158" | |
}, | |
{ | |
"name": "latin small letter r with caron", | |
"decimal": "345", | |
"hex": "0159" | |
}, | |
{ | |
"name": "latin capital letter s with acute", | |
"decimal": "346", | |
"hex": "015A" | |
}, | |
{ | |
"name": "latin small letter s with acute", | |
"decimal": "347", | |
"hex": "015B" | |
}, | |
{ | |
"name": "latin capital letter s with circumflex", | |
"decimal": "348", | |
"hex": "015C" | |
}, | |
{ | |
"name": "latin small letter s with circumflex", | |
"decimal": "349", | |
"hex": "015D" | |
}, | |
{ | |
"name": "latin capital letter s with cedilla", | |
"decimal": "350", | |
"hex": "015E" | |
}, | |
{ | |
"name": "latin small letter s with cedilla", | |
"decimal": "351", | |
"hex": "015F" | |
}, | |
{ | |
"name": "latin capital letter s with caron", | |
"decimal": "352", | |
"hex": "0160" | |
}, | |
{ | |
"name": "latin small letter s with caron", | |
"decimal": "353", | |
"hex": "0161" | |
}, | |
{ | |
"name": "latin capital letter t with cedilla", | |
"decimal": "354", | |
"hex": "0162" | |
}, | |
{ | |
"name": "latin small letter t with cedilla", | |
"decimal": "355", | |
"hex": "0163" | |
}, | |
{ | |
"name": "latin capital letter t with caron", | |
"decimal": "356", | |
"hex": "0164" | |
}, | |
{ | |
"name": "latin small letter t with caron", | |
"decimal": "357", | |
"hex": "0165" | |
}, | |
{ | |
"name": "latin capital letter t with stroke", | |
"decimal": "358", | |
"hex": "0166" | |
}, | |
{ | |
"name": "latin small letter t with stroke", | |
"decimal": "359", | |
"hex": "0167" | |
}, | |
{ | |
"name": "latin capital letter u with tilde", | |
"decimal": "360", | |
"hex": "0168" | |
}, | |
{ | |
"name": "latin small letter u with tilde", | |
"decimal": "361", | |
"hex": "0169" | |
}, | |
{ | |
"name": "latin capital letter u with macron", | |
"decimal": "362", | |
"hex": "016A" | |
}, | |
{ | |
"name": "latin small letter u with macron", | |
"decimal": "363", | |
"hex": "016B" | |
}, | |
{ | |
"name": "latin capital letter u with breve", | |
"decimal": "364", | |
"hex": "016C" | |
}, | |
{ | |
"name": "latin small letter u with breve", | |
"decimal": "365", | |
"hex": "016D" | |
}, | |
{ | |
"name": "latin capital letter u with ring above", | |
"decimal": "366", | |
"hex": "016E" | |
}, | |
{ | |
"name": "latin small letter u with ring above", | |
"decimal": "367", | |
"hex": "016F" | |
}, | |
{ | |
"name": "latin capital letter u with double acute", | |
"decimal": "368", | |
"hex": "0170" | |
}, | |
{ | |
"name": "latin small letter u with double acute", | |
"decimal": "369", | |
"hex": "0171" | |
}, | |
{ | |
"name": "latin capital letter u with ogonek", | |
"decimal": "370", | |
"hex": "0172" | |
}, | |
{ | |
"name": "latin small letter u with ogonek", | |
"decimal": "371", | |
"hex": "0173" | |
}, | |
{ | |
"name": "latin capital letter w with circumflex", | |
"decimal": "372", | |
"hex": "0174" | |
}, | |
{ | |
"name": "latin small letter w with circumflex", | |
"decimal": "373", | |
"hex": "0175" | |
}, | |
{ | |
"name": "latin capital letter y with circumflex", | |
"decimal": "374", | |
"hex": "0176" | |
}, | |
{ | |
"name": "latin small letter y with circumflex", | |
"decimal": "375", | |
"hex": "0177" | |
}, | |
{ | |
"name": "latin capital letter y with diaeresis", | |
"decimal": "376", | |
"hex": "0178" | |
}, | |
{ | |
"name": "latin capital letter z with acute", | |
"decimal": "377", | |
"hex": "0179" | |
}, | |
{ | |
"name": "latin small letter z with acute", | |
"decimal": "378", | |
"hex": "017A" | |
}, | |
{ | |
"name": "latin capital letter z with dot above", | |
"decimal": "379", | |
"hex": "017B" | |
}, | |
{ | |
"name": "latin small letter z with dot above", | |
"decimal": "380", | |
"hex": "017C" | |
}, | |
{ | |
"name": "latin capital letter z with caron", | |
"decimal": "381", | |
"hex": "017D" | |
}, | |
{ | |
"name": "latin small letter z with caron", | |
"decimal": "382", | |
"hex": "017E" | |
}, | |
{ | |
"name": "latin small letter long s", | |
"decimal": "383", | |
"hex": "017F" | |
} | |
], | |
"Latin Extended-B": [ | |
{ | |
"name": "latin small letter b with stroke", | |
"decimal": "384", | |
"hex": "0180" | |
}, | |
{ | |
"name": "latin capital letter b with hook", | |
"decimal": "385", | |
"hex": "0181" | |
}, | |
{ | |
"name": "latin capital letter b with topbar", | |
"decimal": "386", | |
"hex": "0182" | |
}, | |
{ | |
"name": "latin small letter b with topbar", | |
"decimal": "387", | |
"hex": "0183" | |
}, | |
{ | |
"name": "latin capital letter tone six", | |
"decimal": "388", | |
"hex": "0184" | |
}, | |
{ | |
"name": "latin small letter tone six", | |
"decimal": "389", | |
"hex": "0185" | |
}, | |
{ | |
"name": "latin capital letter open o", | |
"decimal": "390", | |
"hex": "0186" | |
}, | |
{ | |
"name": "latin capital letter c with hook", | |
"decimal": "391", | |
"hex": "0187" | |
}, | |
{ | |
"name": "latin small letter c with hook", | |
"decimal": "392", | |
"hex": "0188" | |
}, | |
{ | |
"name": "latin capital letter african d", | |
"decimal": "393", | |
"hex": "0189" | |
}, | |
{ | |
"name": "latin capital letter d with hook", | |
"decimal": "394", | |
"hex": "018A" | |
}, | |
{ | |
"name": "latin capital letter d with topbar", | |
"decimal": "395", | |
"hex": "018B" | |
}, | |
{ | |
"name": "latin small letter d with topbar", | |
"decimal": "396", | |
"hex": "018C" | |
}, | |
{ | |
"name": "latin small letter turned delta", | |
"decimal": "397", | |
"hex": "018D" | |
}, | |
{ | |
"name": "latin capital letter reversed e", | |
"decimal": "398", | |
"hex": "018E" | |
}, | |
{ | |
"name": "latin capital letter schwa", | |
"decimal": "399", | |
"hex": "018F" | |
}, | |
{ | |
"name": "latin capital letter open e", | |
"decimal": "400", | |
"hex": "0190" | |
}, | |
{ | |
"name": "latin capital letter f with hook", | |
"decimal": "401", | |
"hex": "0191" | |
}, | |
{ | |
"name": "latin small letter f with hook", | |
"decimal": "402", | |
"hex": "0192" | |
}, | |
{ | |
"name": "latin capital letter g with hook", | |
"decimal": "403", | |
"hex": "0193" | |
}, | |
{ | |
"name": "latin capital letter gamma", | |
"decimal": "404", | |
"hex": "0194" | |
}, | |
{ | |
"name": "latin small letter hv", | |
"decimal": "405", | |
"hex": "0195" | |
}, | |
{ | |
"name": "latin capital letter iota", | |
"decimal": "406", | |
"hex": "0196" | |
}, | |
{ | |
"name": "latin capital letter i with stroke", | |
"decimal": "407", | |
"hex": "0197" | |
}, | |
{ | |
"name": "latin capital letter k with hook", | |
"decimal": "408", | |
"hex": "0198" | |
}, | |
{ | |
"name": "latin small letter k with hook", | |
"decimal": "409", | |
"hex": "0199" | |
}, | |
{ | |
"name": "latin small letter l with bar", | |
"decimal": "410", | |
"hex": "019A" | |
}, | |
{ | |
"name": "latin small letter lambda with stroke", | |
"decimal": "411", | |
"hex": "019B" | |
}, | |
{ | |
"name": "latin capital letter turned m", | |
"decimal": "412", | |
"hex": "019C" | |
}, | |
{ | |
"name": "latin capital letter n with left hook", | |
"decimal": "413", | |
"hex": "019D" | |
}, | |
{ | |
"name": "latin small letter n with long right leg", | |
"decimal": "414", | |
"hex": "019E" | |
}, | |
{ | |
"name": "latin capital letter o with middle tilde", | |
"decimal": "415", | |
"hex": "019F" | |
}, | |
{ | |
"name": "latin capital letter o with horn", | |
"decimal": "416", | |
"hex": "01A0" | |
}, | |
{ | |
"name": "latin small letter o with horn", | |
"decimal": "417", | |
"hex": "01A1" | |
}, | |
{ | |
"name": "latin capital letter oi", | |
"decimal": "418", | |
"hex": "01A2" | |
}, | |
{ | |
"name": "latin small letter oi", | |
"decimal": "419", | |
"hex": "01A3" | |
}, | |
{ | |
"name": "latin capital letter p with hook", | |
"decimal": "420", | |
"hex": "01A4" | |
}, | |
{ | |
"name": "latin small letter p with hook", | |
"decimal": "421", | |
"hex": "01A5" | |
}, | |
{ | |
"name": "latin letter yr", | |
"decimal": "422", | |
"hex": "01A6" | |
}, | |
{ | |
"name": "latin capital letter tone two", | |
"decimal": "423", | |
"hex": "01A7" | |
}, | |
{ | |
"name": "latin small letter tone two", | |
"decimal": "424", | |
"hex": "01A8" | |
}, | |
{ | |
"name": "latin capital letter esh", | |
"decimal": "425", | |
"hex": "01A9" | |
}, | |
{ | |
"name": "latin letter reversed esh loop", | |
"decimal": "426", | |
"hex": "01AA" | |
}, | |
{ | |
"name": "latin small letter t with palatal hook", | |
"decimal": "427", | |
"hex": "01AB" | |
}, | |
{ | |
"name": "latin capital letter t with hook", | |
"decimal": "428", | |
"hex": "01AC" | |
}, | |
{ | |
"name": "latin small letter t with hook", | |
"decimal": "429", | |
"hex": "01AD" | |
}, | |
{ | |
"name": "latin capital letter t with retroflex hook", | |
"decimal": "430", | |
"hex": "01AE" | |
}, | |
{ | |
"name": "latin capital letter u with horn", | |
"decimal": "431", | |
"hex": "01AF" | |
}, | |
{ | |
"name": "latin small letter u with horn", | |
"decimal": "432", | |
"hex": "01B0" | |
}, | |
{ | |
"name": "latin capital letter upsilon", | |
"decimal": "433", | |
"hex": "01B1" | |
}, | |
{ | |
"name": "latin capital letter v with hook", | |
"decimal": "434", | |
"hex": "01B2" | |
}, | |
{ | |
"name": "latin capital letter y with hook", | |
"decimal": "435", | |
"hex": "01B3" | |
}, | |
{ | |
"name": "latin small letter y with hook", | |
"decimal": "436", | |
"hex": "01B4" | |
}, | |
{ | |
"name": "latin capital letter z with stroke", | |
"decimal": "437", | |
"hex": "01B5" | |
}, | |
{ | |
"name": "latin small letter z with stroke", | |
"decimal": "438", | |
"hex": "01B6" | |
}, | |
{ | |
"name": "latin capital letter ezh", | |
"decimal": "439", | |
"hex": "01B7" | |
}, | |
{ | |
"name": "latin capital letter ezh reversed", | |
"decimal": "440", | |
"hex": "01B8" | |
}, | |
{ | |
"name": "latin small letter ezh reversed", | |
"decimal": "441", | |
"hex": "01B9" | |
}, | |
{ | |
"name": "latin small letter ezh with tail", | |
"decimal": "442", | |
"hex": "01BA" | |
}, | |
{ | |
"name": "latin letter two with stroke", | |
"decimal": "443", | |
"hex": "01BB" | |
}, | |
{ | |
"name": "latin capital letter tone five", | |
"decimal": "444", | |
"hex": "01BC" | |
}, | |
{ | |
"name": "latin small letter tone five", | |
"decimal": "445", | |
"hex": "01BD" | |
}, | |
{ | |
"name": "latin letter inverted glottal stop with stroke", | |
"decimal": "446", | |
"hex": "01BE" | |
}, | |
{ | |
"name": "latin letter wynn", | |
"decimal": "447", | |
"hex": "01BF" | |
}, | |
{ | |
"name": "latin letter dental click", | |
"decimal": "448", | |
"hex": "01C0" | |
}, | |
{ | |
"name": "latin letter lateral click", | |
"decimal": "449", | |
"hex": "01C1" | |
}, | |
{ | |
"name": "latin letter alveolar click", | |
"decimal": "450", | |
"hex": "01C2" | |
}, | |
{ | |
"name": "latin letter retroflex click", | |
"decimal": "451", | |
"hex": "01C3" | |
}, | |
{ | |
"name": "latin capital letter dz with caron", | |
"decimal": "452", | |
"hex": "01C4" | |
}, | |
{ | |
"name": "latin capital letter d with small letter z with caron", | |
"decimal": "453", | |
"hex": "01C5" | |
}, | |
{ | |
"name": "latin small letter dz with caron", | |
"decimal": "454", | |
"hex": "01C6" | |
}, | |
{ | |
"name": "latin capital letter lj", | |
"decimal": "455", | |
"hex": "01C7" | |
}, | |
{ | |
"name": "latin capital letter l with small letter j", | |
"decimal": "456", | |
"hex": "01C8" | |
}, | |
{ | |
"name": "latin small letter lj", | |
"decimal": "457", | |
"hex": "01C9" | |
}, | |
{ | |
"name": "latin capital letter nj", | |
"decimal": "458", | |
"hex": "01CA" | |
}, | |
{ | |
"name": "latin capital letter n with small letter j", | |
"decimal": "459", | |
"hex": "01CB" | |
}, | |
{ | |
"name": "latin small letter nj", | |
"decimal": "460", | |
"hex": "01CC" | |
}, | |
{ | |
"name": "latin capital letter a with caron", | |
"decimal": "461", | |
"hex": "01CD" | |
}, | |
{ | |
"name": "latin small letter a with caron", | |
"decimal": "462", | |
"hex": "01CE" | |
}, | |
{ | |
"name": "latin capital letter i with caron", | |
"decimal": "463", | |
"hex": "01CF" | |
}, | |
{ | |
"name": "latin small letter i with caron", | |
"decimal": "464", | |
"hex": "01D0" | |
}, | |
{ | |
"name": "latin capital letter o with caron", | |
"decimal": "465", | |
"hex": "01D1" | |
}, | |
{ | |
"name": "latin small letter o with caron", | |
"decimal": "466", | |
"hex": "01D2" | |
}, | |
{ | |
"name": "latin capital letter u with caron", | |
"decimal": "467", | |
"hex": "01D3" | |
}, | |
{ | |
"name": "latin small letter u with caron", | |
"decimal": "468", | |
"hex": "01D4" | |
}, | |
{ | |
"name": "latin capital letter u with diaeresis and macron", | |
"decimal": "469", | |
"hex": "01D5" | |
}, | |
{ | |
"name": "latin small letter u with diaeresis and macron", | |
"decimal": "470", | |
"hex": "01D6" | |
}, | |
{ | |
"name": "latin capital letter u with diaeresis and acute", | |
"decimal": "471", | |
"hex": "01D7" | |
}, | |
{ | |
"name": "latin small letter u with diaeresis and acute", | |
"decimal": "472", | |
"hex": "01D8" | |
}, | |
{ | |
"name": "latin capital letter u with diaeresis and caron", | |
"decimal": "473", | |
"hex": "01D9" | |
}, | |
{ | |
"name": "latin small letter u with diaeresis and caron", | |
"decimal": "474", | |
"hex": "01DA" | |
}, | |
{ | |
"name": "latin capital letter u with diaeresis and grave", | |
"decimal": "475", | |
"hex": "01DB" | |
}, | |
{ | |
"name": "latin small letter u with diaeresis and grave", | |
"decimal": "476", | |
"hex": "01DC" | |
}, | |
{ | |
"name": "latin small letter turned e", | |
"decimal": "477", | |
"hex": "01DD" | |
}, | |
{ | |
"name": "latin capital letter a with diaeresis and macron", | |
"decimal": "478", | |
"hex": "01DE" | |
}, | |
{ | |
"name": "latin small letter a with diaeresis and macron", | |
"decimal": "479", | |
"hex": "01DF" | |
}, | |
{ | |
"name": "latin capital letter a with dot above and macron", | |
"decimal": "480", | |
"hex": "01E0" | |
}, | |
{ | |
"name": "latin small letter a with dot above and macron", | |
"decimal": "481", | |
"hex": "01E1" | |
}, | |
{ | |
"name": "latin capital letter ae with macron", | |
"decimal": "482", | |
"hex": "01E2" | |
}, | |
{ | |
"name": "latin small letter ae with macron", | |
"decimal": "483", | |
"hex": "01E3" | |
}, | |
{ | |
"name": "latin capital letter g with stroke", | |
"decimal": "484", | |
"hex": "01E4" | |
}, | |
{ | |
"name": "latin small letter g with stroke", | |
"decimal": "485", | |
"hex": "01E5" | |
}, | |
{ | |
"name": "latin capital letter g with caron", | |
"decimal": "486", | |
"hex": "01E6" | |
}, | |
{ | |
"name": "latin small letter g with caron", | |
"decimal": "487", | |
"hex": "01E7" | |
}, | |
{ | |
"name": "latin capital letter k with caron", | |
"decimal": "488", | |
"hex": "01E8" | |
}, | |
{ | |
"name": "latin small letter k with caron", | |
"decimal": "489", | |
"hex": "01E9" | |
}, | |
{ | |
"name": "latin capital letter o with ogonek", | |
"decimal": "490", | |
"hex": "01EA" | |
}, | |
{ | |
"name": "latin small letter o with ogonek", | |
"decimal": "491", | |
"hex": "01EB" | |
}, | |
{ | |
"name": "latin capital letter o with ogonek and macron", | |
"decimal": "492", | |
"hex": "01EC" | |
}, | |
{ | |
"name": "latin small letter o with ogonek and macron", | |
"decimal": "493", | |
"hex": "01ED" | |
}, | |
{ | |
"name": "latin capital letter ezh with caron", | |
"decimal": "494", | |
"hex": "01EE" | |
}, | |
{ | |
"name": "latin small letter ezh with caron", | |
"decimal": "495", | |
"hex": "01EF" | |
}, | |
{ | |
"name": "latin small letter j with caron", | |
"decimal": "496", | |
"hex": "01F0" | |
}, | |
{ | |
"name": "latin capital letter dz", | |
"decimal": "497", | |
"hex": "01F1" | |
}, | |
{ | |
"name": "latin capital letter d with small letter z", | |
"decimal": "498", | |
"hex": "01F2" | |
}, | |
{ | |
"name": "latin small letter dz", | |
"decimal": "499", | |
"hex": "01F3" | |
}, | |
{ | |
"name": "latin capital letter g with acute", | |
"decimal": "500", | |
"hex": "01F4" | |
}, | |
{ | |
"name": "latin small letter g with acute", | |
"decimal": "501", | |
"hex": "01F5" | |
}, | |
{ | |
"name": "latin capital letter hwair", | |
"decimal": "502", | |
"hex": "01F6" | |
}, | |
{ | |
"name": "latin capital letter wynn", | |
"decimal": "503", | |
"hex": "01F7" | |
}, | |
{ | |
"name": "latin capital letter n with grave", | |
"decimal": "504", | |
"hex": "01F8" | |
}, | |
{ | |
"name": "latin small letter n with grave", | |
"decimal": "505", | |
"hex": "01F9" | |
}, | |
{ | |
"name": "latin capital letter a with ring above and acute", | |
"decimal": "506", | |
"hex": "01FA" | |
}, | |
{ | |
"name": "latin small letter a with ring above and acute", | |
"decimal": "507", | |
"hex": "01FB" | |
}, | |
{ | |
"name": "latin capital letter ae with acute", | |
"decimal": "508", | |
"hex": "01FC" | |
}, | |
{ | |
"name": "latin small letter ae with acute", | |
"decimal": "509", | |
"hex": "01FD" | |
}, | |
{ | |
"name": "latin capital letter o with stroke and acute", | |
"decimal": "510", | |
"hex": "01FE" | |
}, | |
{ | |
"name": "latin small letter o with stroke and acute", | |
"decimal": "511", | |
"hex": "01FF" | |
}, | |
{ | |
"name": "latin capital letter a with double grave", | |
"decimal": "512", | |
"hex": "0200" | |
}, | |
{ | |
"name": "latin small letter a with double grave", | |
"decimal": "513", | |
"hex": "0201" | |
}, | |
{ | |
"name": "latin capital letter a with inverted breve", | |
"decimal": "514", | |
"hex": "0202" | |
}, | |
{ | |
"name": "latin small letter a with inverted breve", | |
"decimal": "515", | |
"hex": "0203" | |
}, | |
{ | |
"name": "latin capital letter e with double grave", | |
"decimal": "516", | |
"hex": "0204" | |
}, | |
{ | |
"name": "latin small letter e with double grave", | |
"decimal": "517", | |
"hex": "0205" | |
}, | |
{ | |
"name": "latin capital letter e with inverted breve", | |
"decimal": "518", | |
"hex": "0206" | |
}, | |
{ | |
"name": "latin small letter e with inverted breve", | |
"decimal": "519", | |
"hex": "0207" | |
}, | |
{ | |
"name": "latin capital letter i with double grave", | |
"decimal": "520", | |
"hex": "0208" | |
}, | |
{ | |
"name": "latin small letter i with double grave", | |
"decimal": "521", | |
"hex": "0209" | |
}, | |
{ | |
"name": "latin capital letter i with inverted breve", | |
"decimal": "522", | |
"hex": "020A" | |
}, | |
{ | |
"name": "latin small letter i with inverted breve", | |
"decimal": "523", | |
"hex": "020B" | |
}, | |
{ | |
"name": "latin capital letter o with double grave", | |
"decimal": "524", | |
"hex": "020C" | |
}, | |
{ | |
"name": "latin small letter o with double grave", | |
"decimal": "525", | |
"hex": "020D" | |
}, | |
{ | |
"name": "latin capital letter o with inverted breve", | |
"decimal": "526", | |
"hex": "020E" | |
}, | |
{ | |
"name": "latin small letter o with inverted breve", | |
"decimal": "527", | |
"hex": "020F" | |
}, | |
{ | |
"name": "latin capital letter r with double grave", | |
"decimal": "528", | |
"hex": "0210" | |
}, | |
{ | |
"name": "latin small letter r with double grave", | |
"decimal": "529", | |
"hex": "0211" | |
}, | |
{ | |
"name": "latin capital letter r with inverted breve", | |
"decimal": "530", | |
"hex": "0212" | |
}, | |
{ | |
"name": "latin small letter r with inverted breve", | |
"decimal": "531", | |
"hex": "0213" | |
}, | |
{ | |
"name": "latin capital letter u with double grave", | |
"decimal": "532", | |
"hex": "0214" | |
}, | |
{ | |
"name": "latin small letter u with double grave", | |
"decimal": "533", | |
"hex": "0215" | |
}, | |
{ | |
"name": "latin capital letter u with inverted breve", | |
"decimal": "534", | |
"hex": "0216" | |
}, | |
{ | |
"name": "latin small letter u with inverted breve", | |
"decimal": "535", | |
"hex": "0217" | |
}, | |
{ | |
"name": "latin capital letter s with comma below", | |
"decimal": "536", | |
"hex": "0218" | |
}, | |
{ | |
"name": "latin small letter s with comma below", | |
"decimal": "537", | |
"hex": "0219" | |
}, | |
{ | |
"name": "latin capital letter t with comma below", | |
"decimal": "538", | |
"hex": "021A" | |
}, | |
{ | |
"name": "latin small letter t with comma below", | |
"decimal": "539", | |
"hex": "021B" | |
}, | |
{ | |
"name": "latin capital letter yogh", | |
"decimal": "540", | |
"hex": "021C" | |
}, | |
{ | |
"name": "latin small letter yogh", | |
"decimal": "541", | |
"hex": "021D" | |
}, | |
{ | |
"name": "latin capital letter h with caron", | |
"decimal": "542", | |
"hex": "021E" | |
}, | |
{ | |
"name": "latin small letter h with caron", | |
"decimal": "543", | |
"hex": "021F" | |
}, | |
{ | |
"name": "latin capital letter ou", | |
"decimal": "546", | |
"hex": "0222" | |
}, | |
{ | |
"name": "latin small letter ou", | |
"decimal": "547", | |
"hex": "0223" | |
}, | |
{ | |
"name": "latin capital letter z with hook", | |
"decimal": "548", | |
"hex": "0224" | |
}, | |
{ | |
"name": "latin small letter z with hook", | |
"decimal": "549", | |
"hex": "0225" | |
}, | |
{ | |
"name": "latin capital letter a with dot above", | |
"decimal": "550", | |
"hex": "0226" | |
}, | |
{ | |
"name": "latin small letter a with dot above", | |
"decimal": "551", | |
"hex": "0227" | |
}, | |
{ | |
"name": "latin capital letter e with cedilla", | |
"decimal": "552", | |
"hex": "0228" | |
}, | |
{ | |
"name": "latin small letter e with cedilla", | |
"decimal": "553", | |
"hex": "0229" | |
}, | |
{ | |
"name": "latin capital letter o with diaeresis and macron", | |
"decimal": "554", | |
"hex": "022A" | |
}, | |
{ | |
"name": "latin small letter o with diaeresis and macron", | |
"decimal": "555", | |
"hex": "022B" | |
}, | |
{ | |
"name": "latin capital letter o with tilde and macron", | |
"decimal": "556", | |
"hex": "022C" | |
}, | |
{ | |
"name": "latin small letter o with tilde and macron", | |
"decimal": "557", | |
"hex": "022D" | |
}, | |
{ | |
"name": "latin capital letter o with dot above", | |
"decimal": "558", | |
"hex": "022E" | |
}, | |
{ | |
"name": "latin small letter o with dot above", | |
"decimal": "559", | |
"hex": "022F" | |
}, | |
{ | |
"name": "latin capital letter o with dot above and macron", | |
"decimal": "560", | |
"hex": "0230" | |
}, | |
{ | |
"name": "latin small letter o with dot above and macron", | |
"decimal": "561", | |
"hex": "0231" | |
}, | |
{ | |
"name": "latin capital letter y with macron", | |
"decimal": "562", | |
"hex": "0232" | |
}, | |
{ | |
"name": "latin small letter y with macron", | |
"decimal": "563", | |
"hex": "0233" | |
} | |
], | |
"IPA Extensions": [ | |
{ | |
"name": "latin small letter turned a", | |
"decimal": "592", | |
"hex": "0250" | |
}, | |
{ | |
"name": "latin small letter alpha", | |
"decimal": "593", | |
"hex": "0251" | |
}, | |
{ | |
"name": "latin small letter turned alpha", | |
"decimal": "594", | |
"hex": "0252" | |
}, | |
{ | |
"name": "latin small letter b with hook", | |
"decimal": "595", | |
"hex": "0253" | |
}, | |
{ | |
"name": "latin small letter open o", | |
"decimal": "596", | |
"hex": "0254" | |
}, | |
{ | |
"name": "latin small letter c with curl", | |
"decimal": "597", | |
"hex": "0255" | |
}, | |
{ | |
"name": "latin small letter d with tail", | |
"decimal": "598", | |
"hex": "0256" | |
}, | |
{ | |
"name": "latin small letter d with hook", | |
"decimal": "599", | |
"hex": "0257" | |
}, | |
{ | |
"name": "latin small letter reversed e", | |
"decimal": "600", | |
"hex": "0258" | |
}, | |
{ | |
"name": "latin small letter schwa", | |
"decimal": "601", | |
"hex": "0259" | |
}, | |
{ | |
"name": "latin small letter schwa with hook", | |
"decimal": "602", | |
"hex": "025A" | |
}, | |
{ | |
"name": "latin small letter open e", | |
"decimal": "603", | |
"hex": "025B" | |
}, | |
{ | |
"name": "latin small letter reversed open e", | |
"decimal": "604", | |
"hex": "025C" | |
}, | |
{ | |
"name": "latin small letter reversed open e with hook", | |
"decimal": "605", | |
"hex": "025D" | |
}, | |
{ | |
"name": "latin small letter closed reversed open e", | |
"decimal": "606", | |
"hex": "025E" | |
}, | |
{ | |
"name": "latin small letter dotless j with stroke", | |
"decimal": "607", | |
"hex": "025F" | |
}, | |
{ | |
"name": "latin small letter g with hook", | |
"decimal": "608", | |
"hex": "0260" | |
}, | |
{ | |
"name": "latin small letter script g", | |
"decimal": "609", | |
"hex": "0261" | |
}, | |
{ | |
"name": "latin letter small capital g", | |
"decimal": "610", | |
"hex": "0262" | |
}, | |
{ | |
"name": "latin small letter gamma", | |
"decimal": "611", | |
"hex": "0263" | |
}, | |
{ | |
"name": "latin small letter rams horn", | |
"decimal": "612", | |
"hex": "0264" | |
}, | |
{ | |
"name": "latin small letter turned h", | |
"decimal": "613", | |
"hex": "0265" | |
}, | |
{ | |
"name": "latin small letter h with hook", | |
"decimal": "614", | |
"hex": "0266" | |
}, | |
{ | |
"name": "latin small letter heng with hook", | |
"decimal": "615", | |
"hex": "0267" | |
}, | |
{ | |
"name": "latin small letter i with stroke", | |
"decimal": "616", | |
"hex": "0268" | |
}, | |
{ | |
"name": "latin small letter iota", | |
"decimal": "617", | |
"hex": "0269" | |
}, | |
{ | |
"name": "latin letter small capital i", | |
"decimal": "618", | |
"hex": "026A" | |
}, | |
{ | |
"name": "latin small letter l with middle tilde", | |
"decimal": "619", | |
"hex": "026B" | |
}, | |
{ | |
"name": "latin small letter l with belt", | |
"decimal": "620", | |
"hex": "026C" | |
}, | |
{ | |
"name": "latin small letter l with retroflex hook", | |
"decimal": "621", | |
"hex": "026D" | |
}, | |
{ | |
"name": "latin small letter lezh", | |
"decimal": "622", | |
"hex": "026E" | |
}, | |
{ | |
"name": "latin small letter turned m", | |
"decimal": "623", | |
"hex": "026F" | |
}, | |
{ | |
"name": "latin small letter turned m with long leg", | |
"decimal": "624", | |
"hex": "0270" | |
}, | |
{ | |
"name": "latin small letter m with hook", | |
"decimal": "625", | |
"hex": "0271" | |
}, | |
{ | |
"name": "latin small letter n with left hook", | |
"decimal": "626", | |
"hex": "0272" | |
}, | |
{ | |
"name": "latin small letter n with retroflex hook", | |
"decimal": "627", | |
"hex": "0273" | |
}, | |
{ | |
"name": "latin letter small capital n", | |
"decimal": "628", | |
"hex": "0274" | |
}, | |
{ | |
"name": "latin small letter barred o", | |
"decimal": "629", | |
"hex": "0275" | |
}, | |
{ | |
"name": "latin letter small capital oe", | |
"decimal": "630", | |
"hex": "0276" | |
}, | |
{ | |
"name": "latin small letter closed omega", | |
"decimal": "631", | |
"hex": "0277" | |
}, | |
{ | |
"name": "latin small letter phi", | |
"decimal": "632", | |
"hex": "0278" | |
}, | |
{ | |
"name": "latin small letter turned r", | |
"decimal": "633", | |
"hex": "0279" | |
}, | |
{ | |
"name": "latin small letter turned r with long leg", | |
"decimal": "634", | |
"hex": "027A" | |
}, | |
{ | |
"name": "latin small letter turned r with hook", | |
"decimal": "635", | |
"hex": "027B" | |
}, | |
{ | |
"name": "latin small letter r with long leg", | |
"decimal": "636", | |
"hex": "027C" | |
}, | |
{ | |
"name": "latin small letter r with tail", | |
"decimal": "637", | |
"hex": "027D" | |
}, | |
{ | |
"name": "latin small letter r with fishhook", | |
"decimal": "638", | |
"hex": "027E" | |
}, | |
{ | |
"name": "latin small letter reversed r with fishhook", | |
"decimal": "639", | |
"hex": "027F" | |
}, | |
{ | |
"name": "latin letter small capital r", | |
"decimal": "640", | |
"hex": "0280" | |
}, | |
{ | |
"name": "latin letter small capital inverted r", | |
"decimal": "641", | |
"hex": "0281" | |
}, | |
{ | |
"name": "latin small letter s with hook", | |
"decimal": "642", | |
"hex": "0282" | |
}, | |
{ | |
"name": "latin small letter esh", | |
"decimal": "643", | |
"hex": "0283" | |
}, | |
{ | |
"name": "latin small letter dotless j with stroke and hook", | |
"decimal": "644", | |
"hex": "0284" | |
}, | |
{ | |
"name": "latin small letter squat reversed esh", | |
"decimal": "645", | |
"hex": "0285" | |
}, | |
{ | |
"name": "latin small letter esh with curl", | |
"decimal": "646", | |
"hex": "0286" | |
}, | |
{ | |
"name": "latin small letter turned t", | |
"decimal": "647", | |
"hex": "0287" | |
}, | |
{ | |
"name": "latin small letter t with retroflex hook", | |
"decimal": "648", | |
"hex": "0288" | |
}, | |
{ | |
"name": "latin small letter u bar", | |
"decimal": "649", | |
"hex": "0289" | |
}, | |
{ | |
"name": "latin small letter upsilon", | |
"decimal": "650", | |
"hex": "028A" | |
}, | |
{ | |
"name": "latin small letter v with hook", | |
"decimal": "651", | |
"hex": "028B" | |
}, | |
{ | |
"name": "latin small letter turned v", | |
"decimal": "652", | |
"hex": "028C" | |
}, | |
{ | |
"name": "latin small letter turned w", | |
"decimal": "653", | |
"hex": "028D" | |
}, | |
{ | |
"name": "latin small letter turned y", | |
"decimal": "654", | |
"hex": "028E" | |
}, | |
{ | |
"name": "latin letter small capital y", | |
"decimal": "655", | |
"hex": "028F" | |
}, | |
{ | |
"name": "latin small letter z with retroflex hook", | |
"decimal": "656", | |
"hex": "0290" | |
}, | |
{ | |
"name": "latin small letter z with curl", | |
"decimal": "657", | |
"hex": "0291" | |
}, | |
{ | |
"name": "latin small letter ezh", | |
"decimal": "658", | |
"hex": "0292" | |
}, | |
{ | |
"name": "latin small letter ezh with curl", | |
"decimal": "659", | |
"hex": "0293" | |
}, | |
{ | |
"name": "latin letter glottal stop", | |
"decimal": "660", | |
"hex": "0294" | |
}, | |
{ | |
"name": "latin letter pharyngeal voiced fricative", | |
"decimal": "661", | |
"hex": "0295" | |
}, | |
{ | |
"name": "latin letter inverted glottal stop", | |
"decimal": "662", | |
"hex": "0296" | |
}, | |
{ | |
"name": "latin letter stretched c", | |
"decimal": "663", | |
"hex": "0297" | |
}, | |
{ | |
"name": "latin letter bilabial click", | |
"decimal": "664", | |
"hex": "0298" | |
}, | |
{ | |
"name": "latin letter small capital b", | |
"decimal": "665", | |
"hex": "0299" | |
}, | |
{ | |
"name": "latin small letter closed open e", | |
"decimal": "666", | |
"hex": "029A" | |
}, | |
{ | |
"name": "latin letter small capital g with hook", | |
"decimal": "667", | |
"hex": "029B" | |
}, | |
{ | |
"name": "latin letter small capital h", | |
"decimal": "668", | |
"hex": "029C" | |
}, | |
{ | |
"name": "latin small letter j with crossed-tail", | |
"decimal": "669", | |
"hex": "029D" | |
}, | |
{ | |
"name": "latin small letter turned k", | |
"decimal": "670", | |
"hex": "029E" | |
}, | |
{ | |
"name": "latin letter small capital l", | |
"decimal": "671", | |
"hex": "029F" | |
}, | |
{ | |
"name": "latin small letter q with hook", | |
"decimal": "672", | |
"hex": "02A0" | |
}, | |
{ | |
"name": "latin letter glottal stop with stroke", | |
"decimal": "673", | |
"hex": "02A1" | |
}, | |
{ | |
"name": "latin letter reversed glottal stop with stroke", | |
"decimal": "674", | |
"hex": "02A2" | |
}, | |
{ | |
"name": "latin small letter dz digraph", | |
"decimal": "675", | |
"hex": "02A3" | |
}, | |
{ | |
"name": "latin small letter dezh digraph", | |
"decimal": "676", | |
"hex": "02A4" | |
}, | |
{ | |
"name": "latin small letter dz digraph with curl", | |
"decimal": "677", | |
"hex": "02A5" | |
}, | |
{ | |
"name": "latin small letter ts digraph", | |
"decimal": "678", | |
"hex": "02A6" | |
}, | |
{ | |
"name": "latin small letter tesh digraph", | |
"decimal": "679", | |
"hex": "02A7" | |
}, | |
{ | |
"name": "latin small letter tc digraph with curl", | |
"decimal": "680", | |
"hex": "02A8" | |
}, | |
{ | |
"name": "latin small letter feng digraph", | |
"decimal": "681", | |
"hex": "02A9" | |
}, | |
{ | |
"name": "latin small letter ls digraph", | |
"decimal": "682", | |
"hex": "02AA" | |
}, | |
{ | |
"name": "latin small letter lz digraph", | |
"decimal": "683", | |
"hex": "02AB" | |
}, | |
{ | |
"name": "latin letter bilabial percussive", | |
"decimal": "684", | |
"hex": "02AC" | |
}, | |
{ | |
"name": "latin letter bidental percussive", | |
"decimal": "685", | |
"hex": "02AD" | |
} | |
], | |
"Spacing Modifier Letters": [ | |
{ | |
"name": "modifier letter small h", | |
"decimal": "688", | |
"hex": "02B0" | |
}, | |
{ | |
"name": "modifier letter small h with hook", | |
"decimal": "689", | |
"hex": "02B1" | |
}, | |
{ | |
"name": "modifier letter small j", | |
"decimal": "690", | |
"hex": "02B2" | |
}, | |
{ | |
"name": "modifier letter small r", | |
"decimal": "691", | |
"hex": "02B3" | |
}, | |
{ | |
"name": "modifier letter small turned r", | |
"decimal": "692", | |
"hex": "02B4" | |
}, | |
{ | |
"name": "modifier letter small turned r with hook", | |
"decimal": "693", | |
"hex": "02B5" | |
}, | |
{ | |
"name": "modifier letter small capital inverted r", | |
"decimal": "694", | |
"hex": "02B6" | |
}, | |
{ | |
"name": "modifier letter small w", | |
"decimal": "695", | |
"hex": "02B7" | |
}, | |
{ | |
"name": "modifier letter small y", | |
"decimal": "696", | |
"hex": "02B8" | |
}, | |
{ | |
"name": "modifier letter prime", | |
"decimal": "697", | |
"hex": "02B9" | |
}, | |
{ | |
"name": "modifier letter double prime", | |
"decimal": "698", | |
"hex": "02BA" | |
}, | |
{ | |
"name": "modifier letter turned comma", | |
"decimal": "699", | |
"hex": "02BB" | |
}, | |
{ | |
"name": "modifier letter apostrophe", | |
"decimal": "700", | |
"hex": "02BC" | |
}, | |
{ | |
"name": "modifier letter reversed comma", | |
"decimal": "701", | |
"hex": "02BD" | |
}, | |
{ | |
"name": "modifier letter right half ring", | |
"decimal": "702", | |
"hex": "02BE" | |
}, | |
{ | |
"name": "modifier letter left half ring", | |
"decimal": "703", | |
"hex": "02BF" | |
}, | |
{ | |
"name": "modifier letter glottal stop", | |
"decimal": "704", | |
"hex": "02C0" | |
}, | |
{ | |
"name": "modifier letter reversed glottal stop", | |
"decimal": "705", | |
"hex": "02C1" | |
}, | |
{ | |
"name": "modifier letter left arrowhead", | |
"decimal": "706", | |
"hex": "02C2" | |
}, | |
{ | |
"name": "modifier letter right arrowhead", | |
"decimal": "707", | |
"hex": "02C3" | |
}, | |
{ | |
"name": "modifier letter up arrowhead", | |
"decimal": "708", | |
"hex": "02C4" | |
}, | |
{ | |
"name": "modifier letter down arrowhead", | |
"decimal": "709", | |
"hex": "02C5" | |
}, | |
{ | |
"name": "modifier letter circumflex accent", | |
"decimal": "710", | |
"hex": "02C6" | |
}, | |
{ | |
"name": "caron", | |
"decimal": "711", | |
"hex": "02C7" | |
}, | |
{ | |
"name": "modifier letter vertical line", | |
"decimal": "712", | |
"hex": "02C8" | |
}, | |
{ | |
"name": "modifier letter macron", | |
"decimal": "713", | |
"hex": "02C9" | |
}, | |
{ | |
"name": "modifier letter acute accent", | |
"decimal": "714", | |
"hex": "02CA" | |
}, | |
{ | |
"name": "modifier letter grave accent", | |
"decimal": "715", | |
"hex": "02CB" | |
}, | |
{ | |
"name": "modifier letter low vertical line", | |
"decimal": "716", | |
"hex": "02CC" | |
}, | |
{ | |
"name": "modifier letter low macron", | |
"decimal": "717", | |
"hex": "02CD" | |
}, | |
{ | |
"name": "modifier letter low grave accent", | |
"decimal": "718", | |
"hex": "02CE" | |
}, | |
{ | |
"name": "modifier letter low acute accent", | |
"decimal": "719", | |
"hex": "02CF" | |
}, | |
{ | |
"name": "modifier letter triangular colon", | |
"decimal": "720", | |
"hex": "02D0" | |
}, | |
{ | |
"name": "modifier letter half triangular colon", | |
"decimal": "721", | |
"hex": "02D1" | |
}, | |
{ | |
"name": "modifier letter centred right half ring", | |
"decimal": "722", | |
"hex": "02D2" | |
}, | |
{ | |
"name": "modifier letter centred left half ring", | |
"decimal": "723", | |
"hex": "02D3" | |
}, | |
{ | |
"name": "modifier letter up tack", | |
"decimal": "724", | |
"hex": "02D4" | |
}, | |
{ | |
"name": "modifier letter down tack", | |
"decimal": "725", | |
"hex": "02D5" | |
}, | |
{ | |
"name": "modifier letter plus sign", | |
"decimal": "726", | |
"hex": "02D6" | |
}, | |
{ | |
"name": "modifier letter minus sign", | |
"decimal": "727", | |
"hex": "02D7" | |
}, | |
{ | |
"name": "breve", | |
"decimal": "728", | |
"hex": "02D8" | |
}, | |
{ | |
"name": "dot above", | |
"decimal": "729", | |
"hex": "02D9" | |
}, | |
{ | |
"name": "ring above", | |
"decimal": "730", | |
"hex": "02DA" | |
}, | |
{ | |
"name": "ogonek", | |
"decimal": "731", | |
"hex": "02DB" | |
}, | |
{ | |
"name": "small tilde", | |
"decimal": "732", | |
"hex": "02DC" | |
}, | |
{ | |
"name": "double acute accent", | |
"decimal": "733", | |
"hex": "02DD" | |
}, | |
{ | |
"name": "modifier letter rhotic hook", | |
"decimal": "734", | |
"hex": "02DE" | |
}, | |
{ | |
"name": "modifier letter cross accent", | |
"decimal": "735", | |
"hex": "02DF" | |
}, | |
{ | |
"name": "modifier letter small gamma", | |
"decimal": "736", | |
"hex": "02E0" | |
}, | |
{ | |
"name": "modifier letter small l", | |
"decimal": "737", | |
"hex": "02E1" | |
}, | |
{ | |
"name": "modifier letter small s", | |
"decimal": "738", | |
"hex": "02E2" | |
}, | |
{ | |
"name": "modifier letter small x", | |
"decimal": "739", | |
"hex": "02E3" | |
}, | |
{ | |
"name": "modifier letter small reversed glottal stop", | |
"decimal": "740", | |
"hex": "02E4" | |
}, | |
{ | |
"name": "modifier letter extra-high tone bar", | |
"decimal": "741", | |
"hex": "02E5" | |
}, | |
{ | |
"name": "modifier letter high tone bar", | |
"decimal": "742", | |
"hex": "02E6" | |
}, | |
{ | |
"name": "modifier letter mid tone bar", | |
"decimal": "743", | |
"hex": "02E7" | |
}, | |
{ | |
"name": "modifier letter low tone bar", | |
"decimal": "744", | |
"hex": "02E8" | |
}, | |
{ | |
"name": "modifier letter extra-low tone bar", | |
"decimal": "745", | |
"hex": "02E9" | |
}, | |
{ | |
"name": "modifier letter yin departing tone mark", | |
"decimal": "746", | |
"hex": "02EA" | |
}, | |
{ | |
"name": "modifier letter yang departing tone mark", | |
"decimal": "747", | |
"hex": "02EB" | |
}, | |
{ | |
"name": "modifier letter voicing", | |
"decimal": "748", | |
"hex": "02EC" | |
}, | |
{ | |
"name": "modifier letter unaspirated", | |
"decimal": "749", | |
"hex": "02ED" | |
}, | |
{ | |
"name": "modifier letter double apostrophe", | |
"decimal": "750", | |
"hex": "02EE" | |
} | |
], | |
"Combining Diacritical Marks": [ | |
{ | |
"name": "combining grave accent", | |
"decimal": "768", | |
"hex": "0300" | |
}, | |
{ | |
"name": "combining acute accent", | |
"decimal": "769", | |
"hex": "0301" | |
}, | |
{ | |
"name": "combining circumflex accent", | |
"decimal": "770", | |
"hex": "0302" | |
}, | |
{ | |
"name": "combining tilde", | |
"decimal": "771", | |
"hex": "0303" | |
}, | |
{ | |
"name": "combining macron", | |
"decimal": "772", | |
"hex": "0304" | |
}, | |
{ | |
"name": "combining overline", | |
"decimal": "773", | |
"hex": "0305" | |
}, | |
{ | |
"name": "combining breve", | |
"decimal": "774", | |
"hex": "0306" | |
}, | |
{ | |
"name": "combining dot above", | |
"decimal": "775", | |
"hex": "0307" | |
}, | |
{ | |
"name": "combining diaeresis", | |
"decimal": "776", | |
"hex": "0308" | |
}, | |
{ | |
"name": "combining hook above", | |
"decimal": "777", | |
"hex": "0309" | |
}, | |
{ | |
"name": "combining ring above", | |
"decimal": "778", | |
"hex": "030A" | |
}, | |
{ | |
"name": "combining double acute accent", | |
"decimal": "779", | |
"hex": "030B" | |
}, | |
{ | |
"name": "combining caron", | |
"decimal": "780", | |
"hex": "030C" | |
}, | |
{ | |
"name": "combining vertical line above", | |
"decimal": "781", | |
"hex": "030D" | |
}, | |
{ | |
"name": "combining double vertical line above", | |
"decimal": "782", | |
"hex": "030E" | |
}, | |
{ | |
"name": "combining double grave accent", | |
"decimal": "783", | |
"hex": "030F" | |
}, | |
{ | |
"name": "combining candrabindu", | |
"decimal": "784", | |
"hex": "0310" | |
}, | |
{ | |
"name": "combining inverted breve", | |
"decimal": "785", | |
"hex": "0311" | |
}, | |
{ | |
"name": "combining turned comma above", | |
"decimal": "786", | |
"hex": "0312" | |
}, | |
{ | |
"name": "combining comma above", | |
"decimal": "787", | |
"hex": "0313" | |
}, | |
{ | |
"name": "combining reversed comma above", | |
"decimal": "788", | |
"hex": "0314" | |
}, | |
{ | |
"name": "combining comma above right", | |
"decimal": "789", | |
"hex": "0315" | |
}, | |
{ | |
"name": "combining grave accent below", | |
"decimal": "790", | |
"hex": "0316" | |
}, | |
{ | |
"name": "combining acute accent below", | |
"decimal": "791", | |
"hex": "0317" | |
}, | |
{ | |
"name": "combining left tack below", | |
"decimal": "792", | |
"hex": "0318" | |
}, | |
{ | |
"name": "combining right tack below", | |
"decimal": "793", | |
"hex": "0319" | |
}, | |
{ | |
"name": "combining left angle above", | |
"decimal": "794", | |
"hex": "031A" | |
}, | |
{ | |
"name": "combining horn", | |
"decimal": "795", | |
"hex": "031B" | |
}, | |
{ | |
"name": "combining left half ring below", | |
"decimal": "796", | |
"hex": "031C" | |
}, | |
{ | |
"name": "combining up tack below", | |
"decimal": "797", | |
"hex": "031D" | |
}, | |
{ | |
"name": "combining down tack below", | |
"decimal": "798", | |
"hex": "031E" | |
}, | |
{ | |
"name": "combining plus sign below", | |
"decimal": "799", | |
"hex": "031F" | |
}, | |
{ | |
"name": "combining minus sign below", | |
"decimal": "800", | |
"hex": "0320" | |
}, | |
{ | |
"name": "combining palatalized hook below", | |
"decimal": "801", | |
"hex": "0321" | |
}, | |
{ | |
"name": "combining retroflex hook below", | |
"decimal": "802", | |
"hex": "0322" | |
}, | |
{ | |
"name": "combining dot below", | |
"decimal": "803", | |
"hex": "0323" | |
}, | |
{ | |
"name": "combining diaeresis below", | |
"decimal": "804", | |
"hex": "0324" | |
}, | |
{ | |
"name": "combining ring below", | |
"decimal": "805", | |
"hex": "0325" | |
}, | |
{ | |
"name": "combining comma below", | |
"decimal": "806", | |
"hex": "0326" | |
}, | |
{ | |
"name": "combining cedilla", | |
"decimal": "807", | |
"hex": "0327" | |
}, | |
{ | |
"name": "combining ogonek", | |
"decimal": "808", | |
"hex": "0328" | |
}, | |
{ | |
"name": "combining vertical line below", | |
"decimal": "809", | |
"hex": "0329" | |
}, | |
{ | |
"name": "combining bridge below", | |
"decimal": "810", | |
"hex": "032A" | |
}, | |
{ | |
"name": "combining inverted double arch below", | |
"decimal": "811", | |
"hex": "032B" | |
}, | |
{ | |
"name": "combining caron below", | |
"decimal": "812", | |
"hex": "032C" | |
}, | |
{ | |
"name": "combining circumflex accent below", | |
"decimal": "813", | |
"hex": "032D" | |
}, | |
{ | |
"name": "combining breve below", | |
"decimal": "814", | |
"hex": "032E" | |
}, | |
{ | |
"name": "combining inverted breve below", | |
"decimal": "815", | |
"hex": "032F" | |
}, | |
{ | |
"name": "combining tilde below", | |
"decimal": "816", | |
"hex": "0330" | |
}, | |
{ | |
"name": "combining macron below", | |
"decimal": "817", | |
"hex": "0331" | |
}, | |
{ | |
"name": "combining low line", | |
"decimal": "818", | |
"hex": "0332" | |
}, | |
{ | |
"name": "combining double low line", | |
"decimal": "819", | |
"hex": "0333" | |
}, | |
{ | |
"name": "combining tilde overlay", | |
"decimal": "820", | |
"hex": "0334" | |
}, | |
{ | |
"name": "combining short stroke overlay", | |
"decimal": "821", | |
"hex": "0335" | |
}, | |
{ | |
"name": "combining long stroke overlay", | |
"decimal": "822", | |
"hex": "0336" | |
}, | |
{ | |
"name": "combining short solidus overlay", | |
"decimal": "823", | |
"hex": "0337" | |
}, | |
{ | |
"name": "combining long solidus overlay", | |
"decimal": "824", | |
"hex": "0338" | |
}, | |
{ | |
"name": "combining right half ring below", | |
"decimal": "825", | |
"hex": "0339" | |
}, | |
{ | |
"name": "combining inverted bridge below", | |
"decimal": "826", | |
"hex": "033A" | |
}, | |
{ | |
"name": "combining square below", | |
"decimal": "827", | |
"hex": "033B" | |
}, | |
{ | |
"name": "combining seagull below", | |
"decimal": "828", | |
"hex": "033C" | |
}, | |
{ | |
"name": "combining x above", | |
"decimal": "829", | |
"hex": "033D" | |
}, | |
{ | |
"name": "combining vertical tilde", | |
"decimal": "830", | |
"hex": "033E" | |
}, | |
{ | |
"name": "combining double overline", | |
"decimal": "831", | |
"hex": "033F" | |
}, | |
{ | |
"name": "combining grave tone mark", | |
"decimal": "832", | |
"hex": "0340" | |
}, | |
{ | |
"name": "combining acute tone mark", | |
"decimal": "833", | |
"hex": "0341" | |
}, | |
{ | |
"name": "combining greek perispomeni", | |
"decimal": "834", | |
"hex": "0342" | |
}, | |
{ | |
"name": "combining greek koronis", | |
"decimal": "835", | |
"hex": "0343" | |
}, | |
{ | |
"name": "combining greek dialytika tonos", | |
"decimal": "836", | |
"hex": "0344" | |
}, | |
{ | |
"name": "combining greek ypogegrammeni", | |
"decimal": "837", | |
"hex": "0345" | |
}, | |
{ | |
"name": "combining bridge above", | |
"decimal": "838", | |
"hex": "0346" | |
}, | |
{ | |
"name": "combining equals sign below", | |
"decimal": "839", | |
"hex": "0347" | |
}, | |
{ | |
"name": "combining double vertical line below", | |
"decimal": "840", | |
"hex": "0348" | |
}, | |
{ | |
"name": "combining left angle below", | |
"decimal": "841", | |
"hex": "0349" | |
}, | |
{ | |
"name": "combining not tilde above", | |
"decimal": "842", | |
"hex": "034A" | |
}, | |
{ | |
"name": "combining homothetic above", | |
"decimal": "843", | |
"hex": "034B" | |
}, | |
{ | |
"name": "combining almost equal to above", | |
"decimal": "844", | |
"hex": "034C" | |
}, | |
{ | |
"name": "combining left right arrow below", | |
"decimal": "845", | |
"hex": "034D" | |
}, | |
{ | |
"name": "combining upwards arrow below", | |
"decimal": "846", | |
"hex": "034E" | |
}, | |
{ | |
"name": "combining double tilde", | |
"decimal": "864", | |
"hex": "0360" | |
}, | |
{ | |
"name": "combining double inverted breve", | |
"decimal": "865", | |
"hex": "0361" | |
}, | |
{ | |
"name": "combining double rightwards arrow below", | |
"decimal": "866", | |
"hex": "0362" | |
} | |
], | |
"Greek": [ | |
{ | |
"name": "greek numeral sign", | |
"decimal": "884", | |
"hex": "0374" | |
}, | |
{ | |
"name": "greek lower numeral sign", | |
"decimal": "885", | |
"hex": "0375" | |
}, | |
{ | |
"name": "greek ypogegrammeni", | |
"decimal": "890", | |
"hex": "037A" | |
}, | |
{ | |
"name": "greek question mark", | |
"decimal": "894", | |
"hex": "037E" | |
}, | |
{ | |
"name": "greek tonos", | |
"decimal": "900", | |
"hex": "0384" | |
}, | |
{ | |
"name": "greek dialytika tonos", | |
"decimal": "901", | |
"hex": "0385" | |
}, | |
{ | |
"name": "greek capital letter alpha with tonos", | |
"decimal": "902", | |
"hex": "0386" | |
}, | |
{ | |
"name": "greek ano teleia", | |
"decimal": "903", | |
"hex": "0387" | |
}, | |
{ | |
"name": "greek capital letter epsilon with tonos", | |
"decimal": "904", | |
"hex": "0388" | |
}, | |
{ | |
"name": "greek capital letter eta with tonos", | |
"decimal": "905", | |
"hex": "0389" | |
}, | |
{ | |
"name": "greek capital letter iota with tonos", | |
"decimal": "906", | |
"hex": "038A" | |
}, | |
{ | |
"name": "greek capital letter omicron with tonos", | |
"decimal": "908", | |
"hex": "038C" | |
}, | |
{ | |
"name": "greek capital letter upsilon with tonos", | |
"decimal": "910", | |
"hex": "038E" | |
}, | |
{ | |
"name": "greek capital letter omega with tonos", | |
"decimal": "911", | |
"hex": "038F" | |
}, | |
{ | |
"name": "greek small letter iota with dialytika and tonos", | |
"decimal": "912", | |
"hex": "0390" | |
}, | |
{ | |
"name": "greek capital letter alpha", | |
"decimal": "913", | |
"hex": "0391" | |
}, | |
{ | |
"name": "greek capital letter beta", | |
"decimal": "914", | |
"hex": "0392" | |
}, | |
{ | |
"name": "greek capital letter gamma", | |
"decimal": "915", | |
"hex": "0393" | |
}, | |
{ | |
"name": "greek capital letter delta", | |
"decimal": "916", | |
"hex": "0394" | |
}, | |
{ | |
"name": "greek capital letter epsilon", | |
"decimal": "917", | |
"hex": "0395" | |
}, | |
{ | |
"name": "greek capital letter zeta", | |
"decimal": "918", | |
"hex": "0396" | |
}, | |
{ | |
"name": "greek capital letter eta", | |
"decimal": "919", | |
"hex": "0397" | |
}, | |
{ | |
"name": "greek capital letter theta", | |
"decimal": "920", | |
"hex": "0398" | |
}, | |
{ | |
"name": "greek capital letter iota", | |
"decimal": "921", | |
"hex": "0399" | |
}, | |
{ | |
"name": "greek capital letter kappa", | |
"decimal": "922", | |
"hex": "039A" | |
}, | |
{ | |
"name": "greek capital letter lamda", | |
"decimal": "923", | |
"hex": "039B" | |
}, | |
{ | |
"name": "greek capital letter mu", | |
"decimal": "924", | |
"hex": "039C" | |
}, | |
{ | |
"name": "greek capital letter nu", | |
"decimal": "925", | |
"hex": "039D" | |
}, | |
{ | |
"name": "greek capital letter xi", | |
"decimal": "926", | |
"hex": "039E" | |
}, | |
{ | |
"name": "greek capital letter omicron", | |
"decimal": "927", | |
"hex": "039F" | |
}, | |
{ | |
"name": "greek capital letter pi", | |
"decimal": "928", | |
"hex": "03A0" | |
}, | |
{ | |
"name": "greek capital letter rho", | |
"decimal": "929", | |
"hex": "03A1" | |
}, | |
{ | |
"name": "greek capital letter sigma", | |
"decimal": "931", | |
"hex": "03A3" | |
}, | |
{ | |
"name": "greek capital letter tau", | |
"decimal": "932", | |
"hex": "03A4" | |
}, | |
{ | |
"name": "greek capital letter upsilon", | |
"decimal": "933", | |
"hex": "03A5" | |
}, | |
{ | |
"name": "greek capital letter phi", | |
"decimal": "934", | |
"hex": "03A6" | |
}, | |
{ | |
"name": "greek capital letter chi", | |
"decimal": "935", | |
"hex": "03A7" | |
}, | |
{ | |
"name": "greek capital letter psi", | |
"decimal": "936", | |
"hex": "03A8" | |
}, | |
{ | |
"name": "greek capital letter omega", | |
"decimal": "937", | |
"hex": "03A9" | |
}, | |
{ | |
"name": "greek capital letter iota with dialytika", | |
"decimal": "938", | |
"hex": "03AA" | |
}, | |
{ | |
"name": "greek capital letter upsilon with dialytika", | |
"decimal": "939", | |
"hex": "03AB" | |
}, | |
{ | |
"name": "greek small letter alpha with tonos", | |
"decimal": "940", | |
"hex": "03AC" | |
}, | |
{ | |
"name": "greek small letter epsilon with tonos", | |
"decimal": "941", | |
"hex": "03AD" | |
}, | |
{ | |
"name": "greek small letter eta with tonos", | |
"decimal": "942", | |
"hex": "03AE" | |
}, | |
{ | |
"name": "greek small letter iota with tonos", | |
"decimal": "943", | |
"hex": "03AF" | |
}, | |
{ | |
"name": "greek small letter upsilon with dialytika and tonos", | |
"decimal": "944", | |
"hex": "03B0" | |
}, | |
{ | |
"name": "greek small letter alpha", | |
"decimal": "945", | |
"hex": "03B1" | |
}, | |
{ | |
"name": "greek small letter beta", | |
"decimal": "946", | |
"hex": "03B2" | |
}, | |
{ | |
"name": "greek small letter gamma", | |
"decimal": "947", | |
"hex": "03B3" | |
}, | |
{ | |
"name": "greek small letter delta", | |
"decimal": "948", | |
"hex": "03B4" | |
}, | |
{ | |
"name": "greek small letter epsilon", | |
"decimal": "949", | |
"hex": "03B5" | |
}, | |
{ | |
"name": "greek small letter zeta", | |
"decimal": "950", | |
"hex": "03B6" | |
}, | |
{ | |
"name": "greek small letter eta", | |
"decimal": "951", | |
"hex": "03B7" | |
}, | |
{ | |
"name": "greek small letter theta", | |
"decimal": "952", | |
"hex": "03B8" | |
}, | |
{ | |
"name": "greek small letter iota", | |
"decimal": "953", | |
"hex": "03B9" | |
}, | |
{ | |
"name": "greek small letter kappa", | |
"decimal": "954", | |
"hex": "03BA" | |
}, | |
{ | |
"name": "greek small letter lamda", | |
"decimal": "955", | |
"hex": "03BB" | |
}, | |
{ | |
"name": "greek small letter mu", | |
"decimal": "956", | |
"hex": "03BC" | |
}, | |
{ | |
"name": "greek small letter nu", | |
"decimal": "957", | |
"hex": "03BD" | |
}, | |
{ | |
"name": "greek small letter xi", | |
"decimal": "958", | |
"hex": "03BE" | |
}, | |
{ | |
"name": "greek small letter omicron", | |
"decimal": "959", | |
"hex": "03BF" | |
}, | |
{ | |
"name": "greek small letter pi", | |
"decimal": "960", | |
"hex": "03C0" | |
}, | |
{ | |
"name": "greek small letter rho", | |
"decimal": "961", | |
"hex": "03C1" | |
}, | |
{ | |
"name": "greek small letter final sigma", | |
"decimal": "962", | |
"hex": "03C2" | |
}, | |
{ | |
"name": "greek small letter sigma", | |
"decimal": "963", | |
"hex": "03C3" | |
}, | |
{ | |
"name": "greek small letter tau", | |
"decimal": "964", | |
"hex": "03C4" | |
}, | |
{ | |
"name": "greek small letter upsilon", | |
"decimal": "965", | |
"hex": "03C5" | |
}, | |
{ | |
"name": "greek small letter phi", | |
"decimal": "966", | |
"hex": "03C6" | |
}, | |
{ | |
"name": "greek small letter chi", | |
"decimal": "967", | |
"hex": "03C7" | |
}, | |
{ | |
"name": "greek small letter psi", | |
"decimal": "968", | |
"hex": "03C8" | |
}, | |
{ | |
"name": "greek small letter omega", | |
"decimal": "969", | |
"hex": "03C9" | |
}, | |
{ | |
"name": "greek small letter iota with dialytika", | |
"decimal": "970", | |
"hex": "03CA" | |
}, | |
{ | |
"name": "greek small letter upsilon with dialytika", | |
"decimal": "971", | |
"hex": "03CB" | |
}, | |
{ | |
"name": "greek small letter omicron with tonos", | |
"decimal": "972", | |
"hex": "03CC" | |
}, | |
{ | |
"name": "greek small letter upsilon with tonos", | |
"decimal": "973", | |
"hex": "03CD" | |
}, | |
{ | |
"name": "greek small letter omega with tonos", | |
"decimal": "974", | |
"hex": "03CE" | |
}, | |
{ | |
"name": "greek beta symbol", | |
"decimal": "976", | |
"hex": "03D0" | |
}, | |
{ | |
"name": "greek theta symbol", | |
"decimal": "977", | |
"hex": "03D1" | |
}, | |
{ | |
"name": "greek upsilon with hook symbol", | |
"decimal": "978", | |
"hex": "03D2" | |
}, | |
{ | |
"name": "greek upsilon with acute and hook symbol", | |
"decimal": "979", | |
"hex": "03D3" | |
}, | |
{ | |
"name": "greek upsilon with diaeresis and hook symbol", | |
"decimal": "980", | |
"hex": "03D4" | |
}, | |
{ | |
"name": "greek phi symbol", | |
"decimal": "981", | |
"hex": "03D5" | |
}, | |
{ | |
"name": "greek pi symbol", | |
"decimal": "982", | |
"hex": "03D6" | |
}, | |
{ | |
"name": "greek kai symbol", | |
"decimal": "983", | |
"hex": "03D7" | |
}, | |
{ | |
"name": "greek letter stigma", | |
"decimal": "986", | |
"hex": "03DA" | |
}, | |
{ | |
"name": "greek small letter stigma", | |
"decimal": "987", | |
"hex": "03DB" | |
}, | |
{ | |
"name": "greek letter digamma", | |
"decimal": "988", | |
"hex": "03DC" | |
}, | |
{ | |
"name": "greek small letter digamma", | |
"decimal": "989", | |
"hex": "03DD" | |
}, | |
{ | |
"name": "greek letter koppa", | |
"decimal": "990", | |
"hex": "03DE" | |
}, | |
{ | |
"name": "greek small letter koppa", | |
"decimal": "991", | |
"hex": "03DF" | |
}, | |
{ | |
"name": "greek letter sampi", | |
"decimal": "992", | |
"hex": "03E0" | |
}, | |
{ | |
"name": "greek small letter sampi", | |
"decimal": "993", | |
"hex": "03E1" | |
}, | |
{ | |
"name": "coptic capital letter shei", | |
"decimal": "994", | |
"hex": "03E2" | |
}, | |
{ | |
"name": "coptic small letter shei", | |
"decimal": "995", | |
"hex": "03E3" | |
}, | |
{ | |
"name": "coptic capital letter fei", | |
"decimal": "996", | |
"hex": "03E4" | |
}, | |
{ | |
"name": "coptic small letter fei", | |
"decimal": "997", | |
"hex": "03E5" | |
}, | |
{ | |
"name": "coptic capital letter khei", | |
"decimal": "998", | |
"hex": "03E6" | |
}, | |
{ | |
"name": "coptic small letter khei", | |
"decimal": "999", | |
"hex": "03E7" | |
}, | |
{ | |
"name": "coptic capital letter hori", | |
"decimal": "1000", | |
"hex": "03E8" | |
}, | |
{ | |
"name": "coptic small letter hori", | |
"decimal": "1001", | |
"hex": "03E9" | |
}, | |
{ | |
"name": "coptic capital letter gangia", | |
"decimal": "1002", | |
"hex": "03EA" | |
}, | |
{ | |
"name": "coptic small letter gangia", | |
"decimal": "1003", | |
"hex": "03EB" | |
}, | |
{ | |
"name": "coptic capital letter shima", | |
"decimal": "1004", | |
"hex": "03EC" | |
}, | |
{ | |
"name": "coptic small letter shima", | |
"decimal": "1005", | |
"hex": "03ED" | |
}, | |
{ | |
"name": "coptic capital letter dei", | |
"decimal": "1006", | |
"hex": "03EE" | |
}, | |
{ | |
"name": "coptic small letter dei", | |
"decimal": "1007", | |
"hex": "03EF" | |
}, | |
{ | |
"name": "greek kappa symbol", | |
"decimal": "1008", | |
"hex": "03F0" | |
}, | |
{ | |
"name": "greek rho symbol", | |
"decimal": "1009", | |
"hex": "03F1" | |
}, | |
{ | |
"name": "greek lunate sigma symbol", | |
"decimal": "1010", | |
"hex": "03F2" | |
}, | |
{ | |
"name": "greek letter yot", | |
"decimal": "1011", | |
"hex": "03F3" | |
} | |
], | |
"Cyrillic": [ | |
{ | |
"name": "cyrillic capital letter ie with grave", | |
"decimal": "1024", | |
"hex": "0400" | |
}, | |
{ | |
"name": "cyrillic capital letter io", | |
"decimal": "1025", | |
"hex": "0401" | |
}, | |
{ | |
"name": "cyrillic capital letter dje", | |
"decimal": "1026", | |
"hex": "0402" | |
}, | |
{ | |
"name": "cyrillic capital letter gje", | |
"decimal": "1027", | |
"hex": "0403" | |
}, | |
{ | |
"name": "cyrillic capital letter ukrainian ie", | |
"decimal": "1028", | |
"hex": "0404" | |
}, | |
{ | |
"name": "cyrillic capital letter dze", | |
"decimal": "1029", | |
"hex": "0405" | |
}, | |
{ | |
"name": "cyrillic capital letter byelorussian-ukrainian i", | |
"decimal": "1030", | |
"hex": "0406" | |
}, | |
{ | |
"name": "cyrillic capital letter yi", | |
"decimal": "1031", | |
"hex": "0407" | |
}, | |
{ | |
"name": "cyrillic capital letter je", | |
"decimal": "1032", | |
"hex": "0408" | |
}, | |
{ | |
"name": "cyrillic capital letter lje", | |
"decimal": "1033", | |
"hex": "0409" | |
}, | |
{ | |
"name": "cyrillic capital letter nje", | |
"decimal": "1034", | |
"hex": "040A" | |
}, | |
{ | |
"name": "cyrillic capital letter tshe", | |
"decimal": "1035", | |
"hex": "040B" | |
}, | |
{ | |
"name": "cyrillic capital letter kje", | |
"decimal": "1036", | |
"hex": "040C" | |
}, | |
{ | |
"name": "cyrillic capital letter i with grave", | |
"decimal": "1037", | |
"hex": "040D" | |
}, | |
{ | |
"name": "cyrillic capital letter short u", | |
"decimal": "1038", | |
"hex": "040E" | |
}, | |
{ | |
"name": "cyrillic capital letter dzhe", | |
"decimal": "1039", | |
"hex": "040F" | |
}, | |
{ | |
"name": "cyrillic capital letter a", | |
"decimal": "1040", | |
"hex": "0410" | |
}, | |
{ | |
"name": "cyrillic capital letter be", | |
"decimal": "1041", | |
"hex": "0411" | |
}, | |
{ | |
"name": "cyrillic capital letter ve", | |
"decimal": "1042", | |
"hex": "0412" | |
}, | |
{ | |
"name": "cyrillic capital letter ghe", | |
"decimal": "1043", | |
"hex": "0413" | |
}, | |
{ | |
"name": "cyrillic capital letter de", | |
"decimal": "1044", | |
"hex": "0414" | |
}, | |
{ | |
"name": "cyrillic capital letter ie", | |
"decimal": "1045", | |
"hex": "0415" | |
}, | |
{ | |
"name": "cyrillic capital letter zhe", | |
"decimal": "1046", | |
"hex": "0416" | |
}, | |
{ | |
"name": "cyrillic capital letter ze", | |
"decimal": "1047", | |
"hex": "0417" | |
}, | |
{ | |
"name": "cyrillic capital letter i", | |
"decimal": "1048", | |
"hex": "0418" | |
}, | |
{ | |
"name": "cyrillic capital letter short i", | |
"decimal": "1049", | |
"hex": "0419" | |
}, | |
{ | |
"name": "cyrillic capital letter ka", | |
"decimal": "1050", | |
"hex": "041A" | |
}, | |
{ | |
"name": "cyrillic capital letter el", | |
"decimal": "1051", | |
"hex": "041B" | |
}, | |
{ | |
"name": "cyrillic capital letter em", | |
"decimal": "1052", | |
"hex": "041C" | |
}, | |
{ | |
"name": "cyrillic capital letter en", | |
"decimal": "1053", | |
"hex": "041D" | |
}, | |
{ | |
"name": "cyrillic capital letter o", | |
"decimal": "1054", | |
"hex": "041E" | |
}, | |
{ | |
"name": "cyrillic capital letter pe", | |
"decimal": "1055", | |
"hex": "041F" | |
}, | |
{ | |
"name": "cyrillic capital letter er", | |
"decimal": "1056", | |
"hex": "0420" | |
}, | |
{ | |
"name": "cyrillic capital letter es", | |
"decimal": "1057", | |
"hex": "0421" | |
}, | |
{ | |
"name": "cyrillic capital letter te", | |
"decimal": "1058", | |
"hex": "0422" | |
}, | |
{ | |
"name": "cyrillic capital letter u", | |
"decimal": "1059", | |
"hex": "0423" | |
}, | |
{ | |
"name": "cyrillic capital letter ef", | |
"decimal": "1060", | |
"hex": "0424" | |
}, | |
{ | |
"name": "cyrillic capital letter ha", | |
"decimal": "1061", | |
"hex": "0425" | |
}, | |
{ | |
"name": "cyrillic capital letter tse", | |
"decimal": "1062", | |
"hex": "0426" | |
}, | |
{ | |
"name": "cyrillic capital letter che", | |
"decimal": "1063", | |
"hex": "0427" | |
}, | |
{ | |
"name": "cyrillic capital letter sha", | |
"decimal": "1064", | |
"hex": "0428" | |
}, | |
{ | |
"name": "cyrillic capital letter shcha", | |
"decimal": "1065", | |
"hex": "0429" | |
}, | |
{ | |
"name": "cyrillic capital letter hard sign", | |
"decimal": "1066", | |
"hex": "042A" | |
}, | |
{ | |
"name": "cyrillic capital letter yeru", | |
"decimal": "1067", | |
"hex": "042B" | |
}, | |
{ | |
"name": "cyrillic capital letter soft sign", | |
"decimal": "1068", | |
"hex": "042C" | |
}, | |
{ | |
"name": "cyrillic capital letter e", | |
"decimal": "1069", | |
"hex": "042D" | |
}, | |
{ | |
"name": "cyrillic capital letter yu", | |
"decimal": "1070", | |
"hex": "042E" | |
}, | |
{ | |
"name": "cyrillic capital letter ya", | |
"decimal": "1071", | |
"hex": "042F" | |
}, | |
{ | |
"name": "cyrillic small letter a", | |
"decimal": "1072", | |
"hex": "0430" | |
}, | |
{ | |
"name": "cyrillic small letter be", | |
"decimal": "1073", | |
"hex": "0431" | |
}, | |
{ | |
"name": "cyrillic small letter ve", | |
"decimal": "1074", | |
"hex": "0432" | |
}, | |
{ | |
"name": "cyrillic small letter ghe", | |
"decimal": "1075", | |
"hex": "0433" | |
}, | |
{ | |
"name": "cyrillic small letter de", | |
"decimal": "1076", | |
"hex": "0434" | |
}, | |
{ | |
"name": "cyrillic small letter ie", | |
"decimal": "1077", | |
"hex": "0435" | |
}, | |
{ | |
"name": "cyrillic small letter zhe", | |
"decimal": "1078", | |
"hex": "0436" | |
}, | |
{ | |
"name": "cyrillic small letter ze", | |
"decimal": "1079", | |
"hex": "0437" | |
}, | |
{ | |
"name": "cyrillic small letter i", | |
"decimal": "1080", | |
"hex": "0438" | |
}, | |
{ | |
"name": "cyrillic small letter short i", | |
"decimal": "1081", | |
"hex": "0439" | |
}, | |
{ | |
"name": "cyrillic small letter ka", | |
"decimal": "1082", | |
"hex": "043A" | |
}, | |
{ | |
"name": "cyrillic small letter el", | |
"decimal": "1083", | |
"hex": "043B" | |
}, | |
{ | |
"name": "cyrillic small letter em", | |
"decimal": "1084", | |
"hex": "043C" | |
}, | |
{ | |
"name": "cyrillic small letter en", | |
"decimal": "1085", | |
"hex": "043D" | |
}, | |
{ | |
"name": "cyrillic small letter o", | |
"decimal": "1086", | |
"hex": "043E" | |
}, | |
{ | |
"name": "cyrillic small letter pe", | |
"decimal": "1087", | |
"hex": "043F" | |
}, | |
{ | |
"name": "cyrillic small letter er", | |
"decimal": "1088", | |
"hex": "0440" | |
}, | |
{ | |
"name": "cyrillic small letter es", | |
"decimal": "1089", | |
"hex": "0441" | |
}, | |
{ | |
"name": "cyrillic small letter te", | |
"decimal": "1090", | |
"hex": "0442" | |
}, | |
{ | |
"name": "cyrillic small letter u", | |
"decimal": "1091", | |
"hex": "0443" | |
}, | |
{ | |
"name": "cyrillic small letter ef", | |
"decimal": "1092", | |
"hex": "0444" | |
}, | |
{ | |
"name": "cyrillic small letter ha", | |
"decimal": "1093", | |
"hex": "0445" | |
}, | |
{ | |
"name": "cyrillic small letter tse", | |
"decimal": "1094", | |
"hex": "0446" | |
}, | |
{ | |
"name": "cyrillic small letter che", | |
"decimal": "1095", | |
"hex": "0447" | |
}, | |
{ | |
"name": "cyrillic small letter sha", | |
"decimal": "1096", | |
"hex": "0448" | |
}, | |
{ | |
"name": "cyrillic small letter shcha", | |
"decimal": "1097", | |
"hex": "0449" | |
}, | |
{ | |
"name": "cyrillic small letter hard sign", | |
"decimal": "1098", | |
"hex": "044A" | |
}, | |
{ | |
"name": "cyrillic small letter yeru", | |
"decimal": "1099", | |
"hex": "044B" | |
}, | |
{ | |
"name": "cyrillic small letter soft sign", | |
"decimal": "1100", | |
"hex": "044C" | |
}, | |
{ | |
"name": "cyrillic small letter e", | |
"decimal": "1101", | |
"hex": "044D" | |
}, | |
{ | |
"name": "cyrillic small letter yu", | |
"decimal": "1102", | |
"hex": "044E" | |
}, | |
{ | |
"name": "cyrillic small letter ya", | |
"decimal": "1103", | |
"hex": "044F" | |
}, | |
{ | |
"name": "cyrillic small letter ie with grave", | |
"decimal": "1104", | |
"hex": "0450" | |
}, | |
{ | |
"name": "cyrillic small letter io", | |
"decimal": "1105", | |
"hex": "0451" | |
}, | |
{ | |
"name": "cyrillic small letter dje", | |
"decimal": "1106", | |
"hex": "0452" | |
}, | |
{ | |
"name": "cyrillic small letter gje", | |
"decimal": "1107", | |
"hex": "0453" | |
}, | |
{ | |
"name": "cyrillic small letter ukrainian ie", | |
"decimal": "1108", | |
"hex": "0454" | |
}, | |
{ | |
"name": "cyrillic small letter dze", | |
"decimal": "1109", | |
"hex": "0455" | |
}, | |
{ | |
"name": "cyrillic small letter byelorussian-ukrainian i", | |
"decimal": "1110", | |
"hex": "0456" | |
}, | |
{ | |
"name": "cyrillic small letter yi", | |
"decimal": "1111", | |
"hex": "0457" | |
}, | |
{ | |
"name": "cyrillic small letter je", | |
"decimal": "1112", | |
"hex": "0458" | |
}, | |
{ | |
"name": "cyrillic small letter lje", | |
"decimal": "1113", | |
"hex": "0459" | |
}, | |
{ | |
"name": "cyrillic small letter nje", | |
"decimal": "1114", | |
"hex": "045A" | |
}, | |
{ | |
"name": "cyrillic small letter tshe", | |
"decimal": "1115", | |
"hex": "045B" | |
}, | |
{ | |
"name": "cyrillic small letter kje", | |
"decimal": "1116", | |
"hex": "045C" | |
}, | |
{ | |
"name": "cyrillic small letter i with grave", | |
"decimal": "1117", | |
"hex": "045D" | |
}, | |
{ | |
"name": "cyrillic small letter short u", | |
"decimal": "1118", | |
"hex": "045E" | |
}, | |
{ | |
"name": "cyrillic small letter dzhe", | |
"decimal": "1119", | |
"hex": "045F" | |
}, | |
{ | |
"name": "cyrillic capital letter omega", | |
"decimal": "1120", | |
"hex": "0460" | |
}, | |
{ | |
"name": "cyrillic small letter omega", | |
"decimal": "1121", | |
"hex": "0461" | |
}, | |
{ | |
"name": "cyrillic capital letter yat", | |
"decimal": "1122", | |
"hex": "0462" | |
}, | |
{ | |
"name": "cyrillic small letter yat", | |
"decimal": "1123", | |
"hex": "0463" | |
}, | |
{ | |
"name": "cyrillic capital letter iotified e", | |
"decimal": "1124", | |
"hex": "0464" | |
}, | |
{ | |
"name": "cyrillic small letter iotified e", | |
"decimal": "1125", | |
"hex": "0465" | |
}, | |
{ | |
"name": "cyrillic capital letter little yus", | |
"decimal": "1126", | |
"hex": "0466" | |
}, | |
{ | |
"name": "cyrillic small letter little yus", | |
"decimal": "1127", | |
"hex": "0467" | |
}, | |
{ | |
"name": "cyrillic capital letter iotified little yus", | |
"decimal": "1128", | |
"hex": "0468" | |
}, | |
{ | |
"name": "cyrillic small letter iotified little yus", | |
"decimal": "1129", | |
"hex": "0469" | |
}, | |
{ | |
"name": "cyrillic capital letter big yus", | |
"decimal": "1130", | |
"hex": "046A" | |
}, | |
{ | |
"name": "cyrillic small letter big yus", | |
"decimal": "1131", | |
"hex": "046B" | |
}, | |
{ | |
"name": "cyrillic capital letter iotified big yus", | |
"decimal": "1132", | |
"hex": "046C" | |
}, | |
{ | |
"name": "cyrillic small letter iotified big yus", | |
"decimal": "1133", | |
"hex": "046D" | |
}, | |
{ | |
"name": "cyrillic capital letter ksi", | |
"decimal": "1134", | |
"hex": "046E" | |
}, | |
{ | |
"name": "cyrillic small letter ksi", | |
"decimal": "1135", | |
"hex": "046F" | |
}, | |
{ | |
"name": "cyrillic capital letter psi", | |
"decimal": "1136", | |
"hex": "0470" | |
}, | |
{ | |
"name": "cyrillic small letter psi", | |
"decimal": "1137", | |
"hex": "0471" | |
}, | |
{ | |
"name": "cyrillic capital letter fita", | |
"decimal": "1138", | |
"hex": "0472" | |
}, | |
{ | |
"name": "cyrillic small letter fita", | |
"decimal": "1139", | |
"hex": "0473" | |
}, | |
{ | |
"name": "cyrillic capital letter izhitsa", | |
"decimal": "1140", | |
"hex": "0474" | |
}, | |
{ | |
"name": "cyrillic small letter izhitsa", | |
"decimal": "1141", | |
"hex": "0475" | |
}, | |
{ | |
"name": "cyrillic capital letter izhitsa with double grave accent", | |
"decimal": "1142", | |
"hex": "0476" | |
}, | |
{ | |
"name": "cyrillic small letter izhitsa with double grave accent", | |
"decimal": "1143", | |
"hex": "0477" | |
}, | |
{ | |
"name": "cyrillic capital letter uk", | |
"decimal": "1144", | |
"hex": "0478" | |
}, | |
{ | |
"name": "cyrillic small letter uk", | |
"decimal": "1145", | |
"hex": "0479" | |
}, | |
{ | |
"name": "cyrillic capital letter round omega", | |
"decimal": "1146", | |
"hex": "047A" | |
}, | |
{ | |
"name": "cyrillic small letter round omega", | |
"decimal": "1147", | |
"hex": "047B" | |
}, | |
{ | |
"name": "cyrillic capital letter omega with titlo", | |
"decimal": "1148", | |
"hex": "047C" | |
}, | |
{ | |
"name": "cyrillic small letter omega with titlo", | |
"decimal": "1149", | |
"hex": "047D" | |
}, | |
{ | |
"name": "cyrillic capital letter ot", | |
"decimal": "1150", | |
"hex": "047E" | |
}, | |
{ | |
"name": "cyrillic small letter ot", | |
"decimal": "1151", | |
"hex": "047F" | |
}, | |
{ | |
"name": "cyrillic capital letter koppa", | |
"decimal": "1152", | |
"hex": "0480" | |
}, | |
{ | |
"name": "cyrillic small letter koppa", | |
"decimal": "1153", | |
"hex": "0481" | |
}, | |
{ | |
"name": "cyrillic thousands sign", | |
"decimal": "1154", | |
"hex": "0482" | |
}, | |
{ | |
"name": "combining cyrillic titlo", | |
"decimal": "1155", | |
"hex": "0483" | |
}, | |
{ | |
"name": "combining cyrillic palatalization", | |
"decimal": "1156", | |
"hex": "0484" | |
}, | |
{ | |
"name": "combining cyrillic dasia pneumata", | |
"decimal": "1157", | |
"hex": "0485" | |
}, | |
{ | |
"name": "combining cyrillic psili pneumata", | |
"decimal": "1158", | |
"hex": "0486" | |
}, | |
{ | |
"name": "combining cyrillic hundred thousands sign", | |
"decimal": "1160", | |
"hex": "0488" | |
}, | |
{ | |
"name": "combining cyrillic millions sign", | |
"decimal": "1161", | |
"hex": "0489" | |
}, | |
{ | |
"name": "cyrillic capital letter semisoft sign", | |
"decimal": "1164", | |
"hex": "048C" | |
}, | |
{ | |
"name": "cyrillic small letter semisoft sign", | |
"decimal": "1165", | |
"hex": "048D" | |
}, | |
{ | |
"name": "cyrillic capital letter er with tick", | |
"decimal": "1166", | |
"hex": "048E" | |
}, | |
{ | |
"name": "cyrillic small letter er with tick", | |
"decimal": "1167", | |
"hex": "048F" | |
}, | |
{ | |
"name": "cyrillic capital letter ghe with upturn", | |
"decimal": "1168", | |
"hex": "0490" | |
}, | |
{ | |
"name": "cyrillic small letter ghe with upturn", | |
"decimal": "1169", | |
"hex": "0491" | |
}, | |
{ | |
"name": "cyrillic capital letter ghe with stroke", | |
"decimal": "1170", | |
"hex": "0492" | |
}, | |
{ | |
"name": "cyrillic small letter ghe with stroke", | |
"decimal": "1171", | |
"hex": "0493" | |
}, | |
{ | |
"name": "cyrillic capital letter ghe with middle hook", | |
"decimal": "1172", | |
"hex": "0494" | |
}, | |
{ | |
"name": "cyrillic small letter ghe with middle hook", | |
"decimal": "1173", | |
"hex": "0495" | |
}, | |
{ | |
"name": "cyrillic capital letter zhe with descender", | |
"decimal": "1174", | |
"hex": "0496" | |
}, | |
{ | |
"name": "cyrillic small letter zhe with descender", | |
"decimal": "1175", | |
"hex": "0497" | |
}, | |
{ | |
"name": "cyrillic capital letter ze with descender", | |
"decimal": "1176", | |
"hex": "0498" | |
}, | |
{ | |
"name": "cyrillic small letter ze with descender", | |
"decimal": "1177", | |
"hex": "0499" | |
}, | |
{ | |
"name": "cyrillic capital letter ka with descender", | |
"decimal": "1178", | |
"hex": "049A" | |
}, | |
{ | |
"name": "cyrillic small letter ka with descender", | |
"decimal": "1179", | |
"hex": "049B" | |
}, | |
{ | |
"name": "cyrillic capital letter ka with vertical stroke", | |
"decimal": "1180", | |
"hex": "049C" | |
}, | |
{ | |
"name": "cyrillic small letter ka with vertical stroke", | |
"decimal": "1181", | |
"hex": "049D" | |
}, | |
{ | |
"name": "cyrillic capital letter ka with stroke", | |
"decimal": "1182", | |
"hex": "049E" | |
}, | |
{ | |
"name": "cyrillic small letter ka with stroke", | |
"decimal": "1183", | |
"hex": "049F" | |
}, | |
{ | |
"name": "cyrillic capital letter bashkir ka", | |
"decimal": "1184", | |
"hex": "04A0" | |
}, | |
{ | |
"name": "cyrillic small letter bashkir ka", | |
"decimal": "1185", | |
"hex": "04A1" | |
}, | |
{ | |
"name": "cyrillic capital letter en with descender", | |
"decimal": "1186", | |
"hex": "04A2" | |
}, | |
{ | |
"name": "cyrillic small letter en with descender", | |
"decimal": "1187", | |
"hex": "04A3" | |
}, | |
{ | |
"name": "cyrillic capital ligature en ghe", | |
"decimal": "1188", | |
"hex": "04A4" | |
}, | |
{ | |
"name": "cyrillic small ligature en ghe", | |
"decimal": "1189", | |
"hex": "04A5" | |
}, | |
{ | |
"name": "cyrillic capital letter pe with middle hook", | |
"decimal": "1190", | |
"hex": "04A6" | |
}, | |
{ | |
"name": "cyrillic small letter pe with middle hook", | |
"decimal": "1191", | |
"hex": "04A7" | |
}, | |
{ | |
"name": "cyrillic capital letter abkhasian ha", | |
"decimal": "1192", | |
"hex": "04A8" | |
}, | |
{ | |
"name": "cyrillic small letter abkhasian ha", | |
"decimal": "1193", | |
"hex": "04A9" | |
}, | |
{ | |
"name": "cyrillic capital letter es with descender", | |
"decimal": "1194", | |
"hex": "04AA" | |
}, | |
{ | |
"name": "cyrillic small letter es with descender", | |
"decimal": "1195", | |
"hex": "04AB" | |
}, | |
{ | |
"name": "cyrillic capital letter te with descender", | |
"decimal": "1196", | |
"hex": "04AC" | |
}, | |
{ | |
"name": "cyrillic small letter te with descender", | |
"decimal": "1197", | |
"hex": "04AD" | |
}, | |
{ | |
"name": "cyrillic capital letter straight u", | |
"decimal": "1198", | |
"hex": "04AE" | |
}, | |
{ | |
"name": "cyrillic small letter straight u", | |
"decimal": "1199", | |
"hex": "04AF" | |
}, | |
{ | |
"name": "cyrillic capital letter straight u with stroke", | |
"decimal": "1200", | |
"hex": "04B0" | |
}, | |
{ | |
"name": "cyrillic small letter straight u with stroke", | |
"decimal": "1201", | |
"hex": "04B1" | |
}, | |
{ | |
"name": "cyrillic capital letter ha with descender", | |
"decimal": "1202", | |
"hex": "04B2" | |
}, | |
{ | |
"name": "cyrillic small letter ha with descender", | |
"decimal": "1203", | |
"hex": "04B3" | |
}, | |
{ | |
"name": "cyrillic capital ligature te tse", | |
"decimal": "1204", | |
"hex": "04B4" | |
}, | |
{ | |
"name": "cyrillic small ligature te tse", | |
"decimal": "1205", | |
"hex": "04B5" | |
}, | |
{ | |
"name": "cyrillic capital letter che with descender", | |
"decimal": "1206", | |
"hex": "04B6" | |
}, | |
{ | |
"name": "cyrillic small letter che with descender", | |
"decimal": "1207", | |
"hex": "04B7" | |
}, | |
{ | |
"name": "cyrillic capital letter che with vertical stroke", | |
"decimal": "1208", | |
"hex": "04B8" | |
}, | |
{ | |
"name": "cyrillic small letter che with vertical stroke", | |
"decimal": "1209", | |
"hex": "04B9" | |
}, | |
{ | |
"name": "cyrillic capital letter shha", | |
"decimal": "1210", | |
"hex": "04BA" | |
}, | |
{ | |
"name": "cyrillic small letter shha", | |
"decimal": "1211", | |
"hex": "04BB" | |
}, | |
{ | |
"name": "cyrillic capital letter abkhasian che", | |
"decimal": "1212", | |
"hex": "04BC" | |
}, | |
{ | |
"name": "cyrillic small letter abkhasian che", | |
"decimal": "1213", | |
"hex": "04BD" | |
}, | |
{ | |
"name": "cyrillic capital letter abkhasian che with descender", | |
"decimal": "1214", | |
"hex": "04BE" | |
}, | |
{ | |
"name": "cyrillic small letter abkhasian che with descender", | |
"decimal": "1215", | |
"hex": "04BF" | |
}, | |
{ | |
"name": "cyrillic letter palochka", | |
"decimal": "1216", | |
"hex": "04C0" | |
}, | |
{ | |
"name": "cyrillic capital letter zhe with breve", | |
"decimal": "1217", | |
"hex": "04C1" | |
}, | |
{ | |
"name": "cyrillic small letter zhe with breve", | |
"decimal": "1218", | |
"hex": "04C2" | |
}, | |
{ | |
"name": "cyrillic capital letter ka with hook", | |
"decimal": "1219", | |
"hex": "04C3" | |
}, | |
{ | |
"name": "cyrillic small letter ka with hook", | |
"decimal": "1220", | |
"hex": "04C4" | |
}, | |
{ | |
"name": "cyrillic capital letter en with hook", | |
"decimal": "1223", | |
"hex": "04C7" | |
}, | |
{ | |
"name": "cyrillic small letter en with hook", | |
"decimal": "1224", | |
"hex": "04C8" | |
}, | |
{ | |
"name": "cyrillic capital letter khakassian che", | |
"decimal": "1227", | |
"hex": "04CB" | |
}, | |
{ | |
"name": "cyrillic small letter khakassian che", | |
"decimal": "1228", | |
"hex": "04CC" | |
}, | |
{ | |
"name": "cyrillic capital letter a with breve", | |
"decimal": "1232", | |
"hex": "04D0" | |
}, | |
{ | |
"name": "cyrillic small letter a with breve", | |
"decimal": "1233", | |
"hex": "04D1" | |
}, | |
{ | |
"name": "cyrillic capital letter a with diaeresis", | |
"decimal": "1234", | |
"hex": "04D2" | |
}, | |
{ | |
"name": "cyrillic small letter a with diaeresis", | |
"decimal": "1235", | |
"hex": "04D3" | |
}, | |
{ | |
"name": "cyrillic capital ligature a ie", | |
"decimal": "1236", | |
"hex": "04D4" | |
}, | |
{ | |
"name": "cyrillic small ligature a ie", | |
"decimal": "1237", | |
"hex": "04D5" | |
}, | |
{ | |
"name": "cyrillic capital letter ie with breve", | |
"decimal": "1238", | |
"hex": "04D6" | |
}, | |
{ | |
"name": "cyrillic small letter ie with breve", | |
"decimal": "1239", | |
"hex": "04D7" | |
}, | |
{ | |
"name": "cyrillic capital letter schwa", | |
"decimal": "1240", | |
"hex": "04D8" | |
}, | |
{ | |
"name": "cyrillic small letter schwa", | |
"decimal": "1241", | |
"hex": "04D9" | |
}, | |
{ | |
"name": "cyrillic capital letter schwa with diaeresis", | |
"decimal": "1242", | |
"hex": "04DA" | |
}, | |
{ | |
"name": "cyrillic small letter schwa with diaeresis", | |
"decimal": "1243", | |
"hex": "04DB" | |
}, | |
{ | |
"name": "cyrillic capital letter zhe with diaeresis", | |
"decimal": "1244", | |
"hex": "04DC" | |
}, | |
{ | |
"name": "cyrillic small letter zhe with diaeresis", | |
"decimal": "1245", | |
"hex": "04DD" | |
}, | |
{ | |
"name": "cyrillic capital letter ze with diaeresis", | |
"decimal": "1246", | |
"hex": "04DE" | |
}, | |
{ | |
"name": "cyrillic small letter ze with diaeresis", | |
"decimal": "1247", | |
"hex": "04DF" | |
}, | |
{ | |
"name": "cyrillic capital letter abkhasian dze", | |
"decimal": "1248", | |
"hex": "04E0" | |
}, | |
{ | |
"name": "cyrillic small letter abkhasian dze", | |
"decimal": "1249", | |
"hex": "04E1" | |
}, | |
{ | |
"name": "cyrillic capital letter i with macron", | |
"decimal": "1250", | |
"hex": "04E2" | |
}, | |
{ | |
"name": "cyrillic small letter i with macron", | |
"decimal": "1251", | |
"hex": "04E3" | |
}, | |
{ | |
"name": "cyrillic capital letter i with diaeresis", | |
"decimal": "1252", | |
"hex": "04E4" | |
}, | |
{ | |
"name": "cyrillic small letter i with diaeresis", | |
"decimal": "1253", | |
"hex": "04E5" | |
}, | |
{ | |
"name": "cyrillic capital letter o with diaeresis", | |
"decimal": "1254", | |
"hex": "04E6" | |
}, | |
{ | |
"name": "cyrillic small letter o with diaeresis", | |
"decimal": "1255", | |
"hex": "04E7" | |
}, | |
{ | |
"name": "cyrillic capital letter barred o", | |
"decimal": "1256", | |
"hex": "04E8" | |
}, | |
{ | |
"name": "cyrillic small letter barred o", | |
"decimal": "1257", | |
"hex": "04E9" | |
}, | |
{ | |
"name": "cyrillic capital letter barred o with diaeresis", | |
"decimal": "1258", | |
"hex": "04EA" | |
}, | |
{ | |
"name": "cyrillic small letter barred o with diaeresis", | |
"decimal": "1259", | |
"hex": "04EB" | |
}, | |
{ | |
"name": "cyrillic capital letter e with diaeresis", | |
"decimal": "1260", | |
"hex": "04EC" | |
}, | |
{ | |
"name": "cyrillic small letter e with diaeresis", | |
"decimal": "1261", | |
"hex": "04ED" | |
}, | |
{ | |
"name": "cyrillic capital letter u with macron", | |
"decimal": "1262", | |
"hex": "04EE" | |
}, | |
{ | |
"name": "cyrillic small letter u with macron", | |
"decimal": "1263", | |
"hex": "04EF" | |
}, | |
{ | |
"name": "cyrillic capital letter u with diaeresis", | |
"decimal": "1264", | |
"hex": "04F0" | |
}, | |
{ | |
"name": "cyrillic small letter u with diaeresis", | |
"decimal": "1265", | |
"hex": "04F1" | |
}, | |
{ | |
"name": "cyrillic capital letter u with double acute", | |
"decimal": "1266", | |
"hex": "04F2" | |
}, | |
{ | |
"name": "cyrillic small letter u with double acute", | |
"decimal": "1267", | |
"hex": "04F3" | |
}, | |
{ | |
"name": "cyrillic capital letter che with diaeresis", | |
"decimal": "1268", | |
"hex": "04F4" | |
}, | |
{ | |
"name": "cyrillic small letter che with diaeresis", | |
"decimal": "1269", | |
"hex": "04F5" | |
}, | |
{ | |
"name": "cyrillic capital letter yeru with diaeresis", | |
"decimal": "1272", | |
"hex": "04F8" | |
}, | |
{ | |
"name": "cyrillic small letter yeru with diaeresis", | |
"decimal": "1273", | |
"hex": "04F9" | |
} | |
], | |
"Armenian": [ | |
{ | |
"name": "armenian capital letter ayb", | |
"decimal": "1329", | |
"hex": "0531" | |
}, | |
{ | |
"name": "armenian capital letter ben", | |
"decimal": "1330", | |
"hex": "0532" | |
}, | |
{ | |
"name": "armenian capital letter gim", | |
"decimal": "1331", | |
"hex": "0533" | |
}, | |
{ | |
"name": "armenian capital letter da", | |
"decimal": "1332", | |
"hex": "0534" | |
}, | |
{ | |
"name": "armenian capital letter ech", | |
"decimal": "1333", | |
"hex": "0535" | |
}, | |
{ | |
"name": "armenian capital letter za", | |
"decimal": "1334", | |
"hex": "0536" | |
}, | |
{ | |
"name": "armenian capital letter eh", | |
"decimal": "1335", | |
"hex": "0537" | |
}, | |
{ | |
"name": "armenian capital letter et", | |
"decimal": "1336", | |
"hex": "0538" | |
}, | |
{ | |
"name": "armenian capital letter to", | |
"decimal": "1337", | |
"hex": "0539" | |
}, | |
{ | |
"name": "armenian capital letter zhe", | |
"decimal": "1338", | |
"hex": "053A" | |
}, | |
{ | |
"name": "armenian capital letter ini", | |
"decimal": "1339", | |
"hex": "053B" | |
}, | |
{ | |
"name": "armenian capital letter liwn", | |
"decimal": "1340", | |
"hex": "053C" | |
}, | |
{ | |
"name": "armenian capital letter xeh", | |
"decimal": "1341", | |
"hex": "053D" | |
}, | |
{ | |
"name": "armenian capital letter ca", | |
"decimal": "1342", | |
"hex": "053E" | |
}, | |
{ | |
"name": "armenian capital letter ken", | |
"decimal": "1343", | |
"hex": "053F" | |
}, | |
{ | |
"name": "armenian capital letter ho", | |
"decimal": "1344", | |
"hex": "0540" | |
}, | |
{ | |
"name": "armenian capital letter ja", | |
"decimal": "1345", | |
"hex": "0541" | |
}, | |
{ | |
"name": "armenian capital letter ghad", | |
"decimal": "1346", | |
"hex": "0542" | |
}, | |
{ | |
"name": "armenian capital letter cheh", | |
"decimal": "1347", | |
"hex": "0543" | |
}, | |
{ | |
"name": "armenian capital letter men", | |
"decimal": "1348", | |
"hex": "0544" | |
}, | |
{ | |
"name": "armenian capital letter yi", | |
"decimal": "1349", | |
"hex": "0545" | |
}, | |
{ | |
"name": "armenian capital letter now", | |
"decimal": "1350", | |
"hex": "0546" | |
}, | |
{ | |
"name": "armenian capital letter sha", | |
"decimal": "1351", | |
"hex": "0547" | |
}, | |
{ | |
"name": "armenian capital letter vo", | |
"decimal": "1352", | |
"hex": "0548" | |
}, | |
{ | |
"name": "armenian capital letter cha", | |
"decimal": "1353", | |
"hex": "0549" | |
}, | |
{ | |
"name": "armenian capital letter peh", | |
"decimal": "1354", | |
"hex": "054A" | |
}, | |
{ | |
"name": "armenian capital letter jheh", | |
"decimal": "1355", | |
"hex": "054B" | |
}, | |
{ | |
"name": "armenian capital letter ra", | |
"decimal": "1356", | |
"hex": "054C" | |
}, | |
{ | |
"name": "armenian capital letter seh", | |
"decimal": "1357", | |
"hex": "054D" | |
}, | |
{ | |
"name": "armenian capital letter vew", | |
"decimal": "1358", | |
"hex": "054E" | |
}, | |
{ | |
"name": "armenian capital letter tiwn", | |
"decimal": "1359", | |
"hex": "054F" | |
}, | |
{ | |
"name": "armenian capital letter reh", | |
"decimal": "1360", | |
"hex": "0550" | |
}, | |
{ | |
"name": "armenian capital letter co", | |
"decimal": "1361", | |
"hex": "0551" | |
}, | |
{ | |
"name": "armenian capital letter yiwn", | |
"decimal": "1362", | |
"hex": "0552" | |
}, | |
{ | |
"name": "armenian capital letter piwr", | |
"decimal": "1363", | |
"hex": "0553" | |
}, | |
{ | |
"name": "armenian capital letter keh", | |
"decimal": "1364", | |
"hex": "0554" | |
}, | |
{ | |
"name": "armenian capital letter oh", | |
"decimal": "1365", | |
"hex": "0555" | |
}, | |
{ | |
"name": "armenian capital letter feh", | |
"decimal": "1366", | |
"hex": "0556" | |
}, | |
{ | |
"name": "armenian modifier letter left half ring", | |
"decimal": "1369", | |
"hex": "0559" | |
}, | |
{ | |
"name": "armenian apostrophe", | |
"decimal": "1370", | |
"hex": "055A" | |
}, | |
{ | |
"name": "armenian emphasis mark", | |
"decimal": "1371", | |
"hex": "055B" | |
}, | |
{ | |
"name": "armenian exclamation mark", | |
"decimal": "1372", | |
"hex": "055C" | |
}, | |
{ | |
"name": "armenian comma", | |
"decimal": "1373", | |
"hex": "055D" | |
}, | |
{ | |
"name": "armenian question mark", | |
"decimal": "1374", | |
"hex": "055E" | |
}, | |
{ | |
"name": "armenian abbreviation mark", | |
"decimal": "1375", | |
"hex": "055F" | |
}, | |
{ | |
"name": "armenian small letter ayb", | |
"decimal": "1377", | |
"hex": "0561" | |
}, | |
{ | |
"name": "armenian small letter ben", | |
"decimal": "1378", | |
"hex": "0562" | |
}, | |
{ | |
"name": "armenian small letter gim", | |
"decimal": "1379", | |
"hex": "0563" | |
}, | |
{ | |
"name": "armenian small letter da", | |
"decimal": "1380", | |
"hex": "0564" | |
}, | |
{ | |
"name": "armenian small letter ech", | |
"decimal": "1381", | |
"hex": "0565" | |
}, | |
{ | |
"name": "armenian small letter za", | |
"decimal": "1382", | |
"hex": "0566" | |
}, | |
{ | |
"name": "armenian small letter eh", | |
"decimal": "1383", | |
"hex": "0567" | |
}, | |
{ | |
"name": "armenian small letter et", | |
"decimal": "1384", | |
"hex": "0568" | |
}, | |
{ | |
"name": "armenian small letter to", | |
"decimal": "1385", | |
"hex": "0569" | |
}, | |
{ | |
"name": "armenian small letter zhe", | |
"decimal": "1386", | |
"hex": "056A" | |
}, | |
{ | |
"name": "armenian small letter ini", | |
"decimal": "1387", | |
"hex": "056B" | |
}, | |
{ | |
"name": "armenian small letter liwn", | |
"decimal": "1388", | |
"hex": "056C" | |
}, | |
{ | |
"name": "armenian small letter xeh", | |
"decimal": "1389", | |
"hex": "056D" | |
}, | |
{ | |
"name": "armenian small letter ca", | |
"decimal": "1390", | |
"hex": "056E" | |
}, | |
{ | |
"name": "armenian small letter ken", | |
"decimal": "1391", | |
"hex": "056F" | |
}, | |
{ | |
"name": "armenian small letter ho", | |
"decimal": "1392", | |
"hex": "0570" | |
}, | |
{ | |
"name": "armenian small letter ja", | |
"decimal": "1393", | |
"hex": "0571" | |
}, | |
{ | |
"name": "armenian small letter ghad", | |
"decimal": "1394", | |
"hex": "0572" | |
}, | |
{ | |
"name": "armenian small letter cheh", | |
"decimal": "1395", | |
"hex": "0573" | |
}, | |
{ | |
"name": "armenian small letter men", | |
"decimal": "1396", | |
"hex": "0574" | |
}, | |
{ | |
"name": "armenian small letter yi", | |
"decimal": "1397", | |
"hex": "0575" | |
}, | |
{ | |
"name": "armenian small letter now", | |
"decimal": "1398", | |
"hex": "0576" | |
}, | |
{ | |
"name": "armenian small letter sha", | |
"decimal": "1399", | |
"hex": "0577" | |
}, | |
{ | |
"name": "armenian small letter vo", | |
"decimal": "1400", | |
"hex": "0578" | |
}, | |
{ | |
"name": "armenian small letter cha", | |
"decimal": "1401", | |
"hex": "0579" | |
}, | |
{ | |
"name": "armenian small letter peh", | |
"decimal": "1402", | |
"hex": "057A" | |
}, | |
{ | |
"name": "armenian small letter jheh", | |
"decimal": "1403", | |
"hex": "057B" | |
}, | |
{ | |
"name": "armenian small letter ra", | |
"decimal": "1404", | |
"hex": "057C" | |
}, | |
{ | |
"name": "armenian small letter seh", | |
"decimal": "1405", | |
"hex": "057D" | |
}, | |
{ | |
"name": "armenian small letter vew", | |
"decimal": "1406", | |
"hex": "057E" | |
}, | |
{ | |
"name": "armenian small letter tiwn", | |
"decimal": "1407", | |
"hex": "057F" | |
}, | |
{ | |
"name": "armenian small letter reh", | |
"decimal": "1408", | |
"hex": "0580" | |
}, | |
{ | |
"name": "armenian small letter co", | |
"decimal": "1409", | |
"hex": "0581" | |
}, | |
{ | |
"name": "armenian small letter yiwn", | |
"decimal": "1410", | |
"hex": "0582" | |
}, | |
{ | |
"name": "armenian small letter piwr", | |
"decimal": "1411", | |
"hex": "0583" | |
}, | |
{ | |
"name": "armenian small letter keh", | |
"decimal": "1412", | |
"hex": "0584" | |
}, | |
{ | |
"name": "armenian small letter oh", | |
"decimal": "1413", | |
"hex": "0585" | |
}, | |
{ | |
"name": "armenian small letter feh", | |
"decimal": "1414", | |
"hex": "0586" | |
}, | |
{ | |
"name": "armenian small ligature ech yiwn", | |
"decimal": "1415", | |
"hex": "0587" | |
}, | |
{ | |
"name": "armenian full stop", | |
"decimal": "1417", | |
"hex": "0589" | |
}, | |
{ | |
"name": "armenian hyphen", | |
"decimal": "1418", | |
"hex": "058A" | |
} | |
], | |
"Hebrew": [ | |
{ | |
"name": "hebrew accent etnahta", | |
"decimal": "1425", | |
"hex": "0591" | |
}, | |
{ | |
"name": "hebrew accent segol", | |
"decimal": "1426", | |
"hex": "0592" | |
}, | |
{ | |
"name": "hebrew accent shalshelet", | |
"decimal": "1427", | |
"hex": "0593" | |
}, | |
{ | |
"name": "hebrew accent zaqef qatan", | |
"decimal": "1428", | |
"hex": "0594" | |
}, | |
{ | |
"name": "hebrew accent zaqef gadol", | |
"decimal": "1429", | |
"hex": "0595" | |
}, | |
{ | |
"name": "hebrew accent tipeha", | |
"decimal": "1430", | |
"hex": "0596" | |
}, | |
{ | |
"name": "hebrew accent revia", | |
"decimal": "1431", | |
"hex": "0597" | |
}, | |
{ | |
"name": "hebrew accent zarqa", | |
"decimal": "1432", | |
"hex": "0598" | |
}, | |
{ | |
"name": "hebrew accent pashta", | |
"decimal": "1433", | |
"hex": "0599" | |
}, | |
{ | |
"name": "hebrew accent yetiv", | |
"decimal": "1434", | |
"hex": "059A" | |
}, | |
{ | |
"name": "hebrew accent tevir", | |
"decimal": "1435", | |
"hex": "059B" | |
}, | |
{ | |
"name": "hebrew accent geresh", | |
"decimal": "1436", | |
"hex": "059C" | |
}, | |
{ | |
"name": "hebrew accent geresh muqdam", | |
"decimal": "1437", | |
"hex": "059D" | |
}, | |
{ | |
"name": "hebrew accent gershayim", | |
"decimal": "1438", | |
"hex": "059E" | |
}, | |
{ | |
"name": "hebrew accent qarney para", | |
"decimal": "1439", | |
"hex": "059F" | |
}, | |
{ | |
"name": "hebrew accent telisha gedola", | |
"decimal": "1440", | |
"hex": "05A0" | |
}, | |
{ | |
"name": "hebrew accent pazer", | |
"decimal": "1441", | |
"hex": "05A1" | |
}, | |
{ | |
"name": "hebrew accent munah", | |
"decimal": "1443", | |
"hex": "05A3" | |
}, | |
{ | |
"name": "hebrew accent mahapakh", | |
"decimal": "1444", | |
"hex": "05A4" | |
}, | |
{ | |
"name": "hebrew accent merkha", | |
"decimal": "1445", | |
"hex": "05A5" | |
}, | |
{ | |
"name": "hebrew accent merkha kefula", | |
"decimal": "1446", | |
"hex": "05A6" | |
}, | |
{ | |
"name": "hebrew accent darga", | |
"decimal": "1447", | |
"hex": "05A7" | |
}, | |
{ | |
"name": "hebrew accent qadma", | |
"decimal": "1448", | |
"hex": "05A8" | |
}, | |
{ | |
"name": "hebrew accent telisha qetana", | |
"decimal": "1449", | |
"hex": "05A9" | |
}, | |
{ | |
"name": "hebrew accent yerah ben yomo", | |
"decimal": "1450", | |
"hex": "05AA" | |
}, | |
{ | |
"name": "hebrew accent ole", | |
"decimal": "1451", | |
"hex": "05AB" | |
}, | |
{ | |
"name": "hebrew accent iluy", | |
"decimal": "1452", | |
"hex": "05AC" | |
}, | |
{ | |
"name": "hebrew accent dehi", | |
"decimal": "1453", | |
"hex": "05AD" | |
}, | |
{ | |
"name": "hebrew accent zinor", | |
"decimal": "1454", | |
"hex": "05AE" | |
}, | |
{ | |
"name": "hebrew mark masora circle", | |
"decimal": "1455", | |
"hex": "05AF" | |
}, | |
{ | |
"name": "hebrew point sheva", | |
"decimal": "1456", | |
"hex": "05B0" | |
}, | |
{ | |
"name": "hebrew point hataf segol", | |
"decimal": "1457", | |
"hex": "05B1" | |
}, | |
{ | |
"name": "hebrew point hataf patah", | |
"decimal": "1458", | |
"hex": "05B2" | |
}, | |
{ | |
"name": "hebrew point hataf qamats", | |
"decimal": "1459", | |
"hex": "05B3" | |
}, | |
{ | |
"name": "hebrew point hiriq", | |
"decimal": "1460", | |
"hex": "05B4" | |
}, | |
{ | |
"name": "hebrew point tsere", | |
"decimal": "1461", | |
"hex": "05B5" | |
}, | |
{ | |
"name": "hebrew point segol", | |
"decimal": "1462", | |
"hex": "05B6" | |
}, | |
{ | |
"name": "hebrew point patah", | |
"decimal": "1463", | |
"hex": "05B7" | |
}, | |
{ | |
"name": "hebrew point qamats", | |
"decimal": "1464", | |
"hex": "05B8" | |
}, | |
{ | |
"name": "hebrew point holam", | |
"decimal": "1465", | |
"hex": "05B9" | |
}, | |
{ | |
"name": "hebrew point qubuts", | |
"decimal": "1467", | |
"hex": "05BB" | |
}, | |
{ | |
"name": "hebrew point dagesh or mapiq", | |
"decimal": "1468", | |
"hex": "05BC" | |
}, | |
{ | |
"name": "hebrew point meteg", | |
"decimal": "1469", | |
"hex": "05BD" | |
}, | |
{ | |
"name": "hebrew punctuation maqaf", | |
"decimal": "1470", | |
"hex": "05BE" | |
}, | |
{ | |
"name": "hebrew point rafe", | |
"decimal": "1471", | |
"hex": "05BF" | |
}, | |
{ | |
"name": "hebrew punctuation paseq", | |
"decimal": "1472", | |
"hex": "05C0" | |
}, | |
{ | |
"name": "hebrew point shin dot", | |
"decimal": "1473", | |
"hex": "05C1" | |
}, | |
{ | |
"name": "hebrew point sin dot", | |
"decimal": "1474", | |
"hex": "05C2" | |
}, | |
{ | |
"name": "hebrew punctuation sof pasuq", | |
"decimal": "1475", | |
"hex": "05C3" | |
}, | |
{ | |
"name": "hebrew mark upper dot", | |
"decimal": "1476", | |
"hex": "05C4" | |
}, | |
{ | |
"name": "hebrew letter alef", | |
"decimal": "1488", | |
"hex": "05D0" | |
}, | |
{ | |
"name": "hebrew letter bet", | |
"decimal": "1489", | |
"hex": "05D1" | |
}, | |
{ | |
"name": "hebrew letter gimel", | |
"decimal": "1490", | |
"hex": "05D2" | |
}, | |
{ | |
"name": "hebrew letter dalet", | |
"decimal": "1491", | |
"hex": "05D3" | |
}, | |
{ | |
"name": "hebrew letter he", | |
"decimal": "1492", | |
"hex": "05D4" | |
}, | |
{ | |
"name": "hebrew letter vav", | |
"decimal": "1493", | |
"hex": "05D5" | |
}, | |
{ | |
"name": "hebrew letter zayin", | |
"decimal": "1494", | |
"hex": "05D6" | |
}, | |
{ | |
"name": "hebrew letter het", | |
"decimal": "1495", | |
"hex": "05D7" | |
}, | |
{ | |
"name": "hebrew letter tet", | |
"decimal": "1496", | |
"hex": "05D8" | |
}, | |
{ | |
"name": "hebrew letter yod", | |
"decimal": "1497", | |
"hex": "05D9" | |
}, | |
{ | |
"name": "hebrew letter final kaf", | |
"decimal": "1498", | |
"hex": "05DA" | |
}, | |
{ | |
"name": "hebrew letter kaf", | |
"decimal": "1499", | |
"hex": "05DB" | |
}, | |
{ | |
"name": "hebrew letter lamed", | |
"decimal": "1500", | |
"hex": "05DC" | |
}, | |
{ | |
"name": "hebrew letter final mem", | |
"decimal": "1501", | |
"hex": "05DD" | |
}, | |
{ | |
"name": "hebrew letter mem", | |
"decimal": "1502", | |
"hex": "05DE" | |
}, | |
{ | |
"name": "hebrew letter final nun", | |
"decimal": "1503", | |
"hex": "05DF" | |
}, | |
{ | |
"name": "hebrew letter nun", | |
"decimal": "1504", | |
"hex": "05E0" | |
}, | |
{ | |
"name": "hebrew letter samekh", | |
"decimal": "1505", | |
"hex": "05E1" | |
}, | |
{ | |
"name": "hebrew letter ayin", | |
"decimal": "1506", | |
"hex": "05E2" | |
}, | |
{ | |
"name": "hebrew letter final pe", | |
"decimal": "1507", | |
"hex": "05E3" | |
}, | |
{ | |
"name": "hebrew letter pe", | |
"decimal": "1508", | |
"hex": "05E4" | |
}, | |
{ | |
"name": "hebrew letter final tsadi", | |
"decimal": "1509", | |
"hex": "05E5" | |
}, | |
{ | |
"name": "hebrew letter tsadi", | |
"decimal": "1510", | |
"hex": "05E6" | |
}, | |
{ | |
"name": "hebrew letter qof", | |
"decimal": "1511", | |
"hex": "05E7" | |
}, | |
{ | |
"name": "hebrew letter resh", | |
"decimal": "1512", | |
"hex": "05E8" | |
}, | |
{ | |
"name": "hebrew letter shin", | |
"decimal": "1513", | |
"hex": "05E9" | |
}, | |
{ | |
"name": "hebrew letter tav", | |
"decimal": "1514", | |
"hex": "05EA" | |
}, | |
{ | |
"name": "hebrew ligature yiddish double vav", | |
"decimal": "1520", | |
"hex": "05F0" | |
}, | |
{ | |
"name": "hebrew ligature yiddish vav yod", | |
"decimal": "1521", | |
"hex": "05F1" | |
}, | |
{ | |
"name": "hebrew ligature yiddish double yod", | |
"decimal": "1522", | |
"hex": "05F2" | |
}, | |
{ | |
"name": "hebrew punctuation geresh", | |
"decimal": "1523", | |
"hex": "05F3" | |
}, | |
{ | |
"name": "hebrew punctuation gershayim", | |
"decimal": "1524", | |
"hex": "05F4" | |
} | |
], | |
"Arabic": [ | |
{ | |
"name": "arabic comma", | |
"decimal": "1548", | |
"hex": "060C" | |
}, | |
{ | |
"name": "arabic semicolon", | |
"decimal": "1563", | |
"hex": "061B" | |
}, | |
{ | |
"name": "arabic question mark", | |
"decimal": "1567", | |
"hex": "061F" | |
}, | |
{ | |
"name": "arabic letter hamza", | |
"decimal": "1569", | |
"hex": "0621" | |
}, | |
{ | |
"name": "arabic letter alef with madda above", | |
"decimal": "1570", | |
"hex": "0622" | |
}, | |
{ | |
"name": "arabic letter alef with hamza above", | |
"decimal": "1571", | |
"hex": "0623" | |
}, | |
{ | |
"name": "arabic letter waw with hamza above", | |
"decimal": "1572", | |
"hex": "0624" | |
}, | |
{ | |
"name": "arabic letter alef with hamza below", | |
"decimal": "1573", | |
"hex": "0625" | |
}, | |
{ | |
"name": "arabic letter yeh with hamza above", | |
"decimal": "1574", | |
"hex": "0626" | |
}, | |
{ | |
"name": "arabic letter alef", | |
"decimal": "1575", | |
"hex": "0627" | |
}, | |
{ | |
"name": "arabic letter beh", | |
"decimal": "1576", | |
"hex": "0628" | |
}, | |
{ | |
"name": "arabic letter teh marbuta", | |
"decimal": "1577", | |
"hex": "0629" | |
}, | |
{ | |
"name": "arabic letter teh", | |
"decimal": "1578", | |
"hex": "062A" | |
}, | |
{ | |
"name": "arabic letter theh", | |
"decimal": "1579", | |
"hex": "062B" | |
}, | |
{ | |
"name": "arabic letter jeem", | |
"decimal": "1580", | |
"hex": "062C" | |
}, | |
{ | |
"name": "arabic letter hah", | |
"decimal": "1581", | |
"hex": "062D" | |
}, | |
{ | |
"name": "arabic letter khah", | |
"decimal": "1582", | |
"hex": "062E" | |
}, | |
{ | |
"name": "arabic letter dal", | |
"decimal": "1583", | |
"hex": "062F" | |
}, | |
{ | |
"name": "arabic letter thal", | |
"decimal": "1584", | |
"hex": "0630" | |
}, | |
{ | |
"name": "arabic letter reh", | |
"decimal": "1585", | |
"hex": "0631" | |
}, | |
{ | |
"name": "arabic letter zain", | |
"decimal": "1586", | |
"hex": "0632" | |
}, | |
{ | |
"name": "arabic letter seen", | |
"decimal": "1587", | |
"hex": "0633" | |
}, | |
{ | |
"name": "arabic letter sheen", | |
"decimal": "1588", | |
"hex": "0634" | |
}, | |
{ | |
"name": "arabic letter sad", | |
"decimal": "1589", | |
"hex": "0635" | |
}, | |
{ | |
"name": "arabic letter dad", | |
"decimal": "1590", | |
"hex": "0636" | |
}, | |
{ | |
"name": "arabic letter tah", | |
"decimal": "1591", | |
"hex": "0637" | |
}, | |
{ | |
"name": "arabic letter zah", | |
"decimal": "1592", | |
"hex": "0638" | |
}, | |
{ | |
"name": "arabic letter ain", | |
"decimal": "1593", | |
"hex": "0639" | |
}, | |
{ | |
"name": "arabic letter ghain", | |
"decimal": "1594", | |
"hex": "063A" | |
}, | |
{ | |
"name": "arabic tatweel", | |
"decimal": "1600", | |
"hex": "0640" | |
}, | |
{ | |
"name": "arabic letter feh", | |
"decimal": "1601", | |
"hex": "0641" | |
}, | |
{ | |
"name": "arabic letter qaf", | |
"decimal": "1602", | |
"hex": "0642" | |
}, | |
{ | |
"name": "arabic letter kaf", | |
"decimal": "1603", | |
"hex": "0643" | |
}, | |
{ | |
"name": "arabic letter lam", | |
"decimal": "1604", | |
"hex": "0644" | |
}, | |
{ | |
"name": "arabic letter meem", | |
"decimal": "1605", | |
"hex": "0645" | |
}, | |
{ | |
"name": "arabic letter noon", | |
"decimal": "1606", | |
"hex": "0646" | |
}, | |
{ | |
"name": "arabic letter heh", | |
"decimal": "1607", | |
"hex": "0647" | |
}, | |
{ | |
"name": "arabic letter waw", | |
"decimal": "1608", | |
"hex": "0648" | |
}, | |
{ | |
"name": "arabic letter alef maksura", | |
"decimal": "1609", | |
"hex": "0649" | |
}, | |
{ | |
"name": "arabic letter yeh", | |
"decimal": "1610", | |
"hex": "064A" | |
}, | |
{ | |
"name": "arabic fathatan", | |
"decimal": "1611", | |
"hex": "064B" | |
}, | |
{ | |
"name": "arabic dammatan", | |
"decimal": "1612", | |
"hex": "064C" | |
}, | |
{ | |
"name": "arabic kasratan", | |
"decimal": "1613", | |
"hex": "064D" | |
}, | |
{ | |
"name": "arabic fatha", | |
"decimal": "1614", | |
"hex": "064E" | |
}, | |
{ | |
"name": "arabic damma", | |
"decimal": "1615", | |
"hex": "064F" | |
}, | |
{ | |
"name": "arabic kasra", | |
"decimal": "1616", | |
"hex": "0650" | |
}, | |
{ | |
"name": "arabic shadda", | |
"decimal": "1617", | |
"hex": "0651" | |
}, | |
{ | |
"name": "arabic sukun", | |
"decimal": "1618", | |
"hex": "0652" | |
}, | |
{ | |
"name": "arabic maddah above", | |
"decimal": "1619", | |
"hex": "0653" | |
}, | |
{ | |
"name": "arabic hamza above", | |
"decimal": "1620", | |
"hex": "0654" | |
}, | |
{ | |
"name": "arabic hamza below", | |
"decimal": "1621", | |
"hex": "0655" | |
}, | |
{ | |
"name": "arabic-indic digit zero", | |
"decimal": "1632", | |
"hex": "0660" | |
}, | |
{ | |
"name": "arabic-indic digit one", | |
"decimal": "1633", | |
"hex": "0661" | |
}, | |
{ | |
"name": "arabic-indic digit two", | |
"decimal": "1634", | |
"hex": "0662" | |
}, | |
{ | |
"name": "arabic-indic digit three", | |
"decimal": "1635", | |
"hex": "0663" | |
}, | |
{ | |
"name": "arabic-indic digit four", | |
"decimal": "1636", | |
"hex": "0664" | |
}, | |
{ | |
"name": "arabic-indic digit five", | |
"decimal": "1637", | |
"hex": "0665" | |
}, | |
{ | |
"name": "arabic-indic digit six", | |
"decimal": "1638", | |
"hex": "0666" | |
}, | |
{ | |
"name": "arabic-indic digit seven", | |
"decimal": "1639", | |
"hex": "0667" | |
}, | |
{ | |
"name": "arabic-indic digit eight", | |
"decimal": "1640", | |
"hex": "0668" | |
}, | |
{ | |
"name": "arabic-indic digit nine", | |
"decimal": "1641", | |
"hex": "0669" | |
}, | |
{ | |
"name": "arabic percent sign", | |
"decimal": "1642", | |
"hex": "066A" | |
}, | |
{ | |
"name": "arabic decimal separator", | |
"decimal": "1643", | |
"hex": "066B" | |
}, | |
{ | |
"name": "arabic thousands separator", | |
"decimal": "1644", | |
"hex": "066C" | |
}, | |
{ | |
"name": "arabic five pointed star", | |
"decimal": "1645", | |
"hex": "066D" | |
}, | |
{ | |
"name": "arabic letter superscript alef", | |
"decimal": "1648", | |
"hex": "0670" | |
}, | |
{ | |
"name": "arabic letter alef wasla", | |
"decimal": "1649", | |
"hex": "0671" | |
}, | |
{ | |
"name": "arabic letter alef with wavy hamza above", | |
"decimal": "1650", | |
"hex": "0672" | |
}, | |
{ | |
"name": "arabic letter alef with wavy hamza below", | |
"decimal": "1651", | |
"hex": "0673" | |
}, | |
{ | |
"name": "arabic letter high hamza", | |
"decimal": "1652", | |
"hex": "0674" | |
}, | |
{ | |
"name": "arabic letter high hamza alef", | |
"decimal": "1653", | |
"hex": "0675" | |
}, | |
{ | |
"name": "arabic letter high hamza waw", | |
"decimal": "1654", | |
"hex": "0676" | |
}, | |
{ | |
"name": "arabic letter u with hamza above", | |
"decimal": "1655", | |
"hex": "0677" | |
}, | |
{ | |
"name": "arabic letter high hamza yeh", | |
"decimal": "1656", | |
"hex": "0678" | |
}, | |
{ | |
"name": "arabic letter tteh", | |
"decimal": "1657", | |
"hex": "0679" | |
}, | |
{ | |
"name": "arabic letter tteheh", | |
"decimal": "1658", | |
"hex": "067A" | |
}, | |
{ | |
"name": "arabic letter beeh", | |
"decimal": "1659", | |
"hex": "067B" | |
}, | |
{ | |
"name": "arabic letter teh with ring", | |
"decimal": "1660", | |
"hex": "067C" | |
}, | |
{ | |
"name": "arabic letter teh with three dots above downwards", | |
"decimal": "1661", | |
"hex": "067D" | |
}, | |
{ | |
"name": "arabic letter peh", | |
"decimal": "1662", | |
"hex": "067E" | |
}, | |
{ | |
"name": "arabic letter teheh", | |
"decimal": "1663", | |
"hex": "067F" | |
}, | |
{ | |
"name": "arabic letter beheh", | |
"decimal": "1664", | |
"hex": "0680" | |
}, | |
{ | |
"name": "arabic letter hah with hamza above", | |
"decimal": "1665", | |
"hex": "0681" | |
}, | |
{ | |
"name": "arabic letter hah with two dots vertical above", | |
"decimal": "1666", | |
"hex": "0682" | |
}, | |
{ | |
"name": "arabic letter nyeh", | |
"decimal": "1667", | |
"hex": "0683" | |
}, | |
{ | |
"name": "arabic letter dyeh", | |
"decimal": "1668", | |
"hex": "0684" | |
}, | |
{ | |
"name": "arabic letter hah with three dots above", | |
"decimal": "1669", | |
"hex": "0685" | |
}, | |
{ | |
"name": "arabic letter tcheh", | |
"decimal": "1670", | |
"hex": "0686" | |
}, | |
{ | |
"name": "arabic letter tcheheh", | |
"decimal": "1671", | |
"hex": "0687" | |
}, | |
{ | |
"name": "arabic letter ddal", | |
"decimal": "1672", | |
"hex": "0688" | |
}, | |
{ | |
"name": "arabic letter dal with ring", | |
"decimal": "1673", | |
"hex": "0689" | |
}, | |
{ | |
"name": "arabic letter dal with dot below", | |
"decimal": "1674", | |
"hex": "068A" | |
}, | |
{ | |
"name": "arabic letter dal with dot below and small tah", | |
"decimal": "1675", | |
"hex": "068B" | |
}, | |
{ | |
"name": "arabic letter dahal", | |
"decimal": "1676", | |
"hex": "068C" | |
}, | |
{ | |
"name": "arabic letter ddahal", | |
"decimal": "1677", | |
"hex": "068D" | |
}, | |
{ | |
"name": "arabic letter dul", | |
"decimal": "1678", | |
"hex": "068E" | |
}, | |
{ | |
"name": "arabic letter dal with three dots above downwards", | |
"decimal": "1679", | |
"hex": "068F" | |
}, | |
{ | |
"name": "arabic letter dal with four dots above", | |
"decimal": "1680", | |
"hex": "0690" | |
}, | |
{ | |
"name": "arabic letter rreh", | |
"decimal": "1681", | |
"hex": "0691" | |
}, | |
{ | |
"name": "arabic letter reh with small v", | |
"decimal": "1682", | |
"hex": "0692" | |
}, | |
{ | |
"name": "arabic letter reh with ring", | |
"decimal": "1683", | |
"hex": "0693" | |
}, | |
{ | |
"name": "arabic letter reh with dot below", | |
"decimal": "1684", | |
"hex": "0694" | |
}, | |
{ | |
"name": "arabic letter reh with small v below", | |
"decimal": "1685", | |
"hex": "0695" | |
}, | |
{ | |
"name": "arabic letter reh with dot below and dot above", | |
"decimal": "1686", | |
"hex": "0696" | |
}, | |
{ | |
"name": "arabic letter reh with two dots above", | |
"decimal": "1687", | |
"hex": "0697" | |
}, | |
{ | |
"name": "arabic letter jeh", | |
"decimal": "1688", | |
"hex": "0698" | |
}, | |
{ | |
"name": "arabic letter reh with four dots above", | |
"decimal": "1689", | |
"hex": "0699" | |
}, | |
{ | |
"name": "arabic letter seen with dot below and dot above", | |
"decimal": "1690", | |
"hex": "069A" | |
}, | |
{ | |
"name": "arabic letter seen with three dots below", | |
"decimal": "1691", | |
"hex": "069B" | |
}, | |
{ | |
"name": "arabic letter seen with three dots below and three dots above", | |
"decimal": "1692", | |
"hex": "069C" | |
}, | |
{ | |
"name": "arabic letter sad with two dots below", | |
"decimal": "1693", | |
"hex": "069D" | |
}, | |
{ | |
"name": "arabic letter sad with three dots above", | |
"decimal": "1694", | |
"hex": "069E" | |
}, | |
{ | |
"name": "arabic letter tah with three dots above", | |
"decimal": "1695", | |
"hex": "069F" | |
}, | |
{ | |
"name": "arabic letter ain with three dots above", | |
"decimal": "1696", | |
"hex": "06A0" | |
}, | |
{ | |
"name": "arabic letter dotless feh", | |
"decimal": "1697", | |
"hex": "06A1" | |
}, | |
{ | |
"name": "arabic letter feh with dot moved below", | |
"decimal": "1698", | |
"hex": "06A2" | |
}, | |
{ | |
"name": "arabic letter feh with dot below", | |
"decimal": "1699", | |
"hex": "06A3" | |
}, | |
{ | |
"name": "arabic letter veh", | |
"decimal": "1700", | |
"hex": "06A4" | |
}, | |
{ | |
"name": "arabic letter feh with three dots below", | |
"decimal": "1701", | |
"hex": "06A5" | |
}, | |
{ | |
"name": "arabic letter peheh", | |
"decimal": "1702", | |
"hex": "06A6" | |
}, | |
{ | |
"name": "arabic letter qaf with dot above", | |
"decimal": "1703", | |
"hex": "06A7" | |
}, | |
{ | |
"name": "arabic letter qaf with three dots above", | |
"decimal": "1704", | |
"hex": "06A8" | |
}, | |
{ | |
"name": "arabic letter keheh", | |
"decimal": "1705", | |
"hex": "06A9" | |
}, | |
{ | |
"name": "arabic letter swash kaf", | |
"decimal": "1706", | |
"hex": "06AA" | |
}, | |
{ | |
"name": "arabic letter kaf with ring", | |
"decimal": "1707", | |
"hex": "06AB" | |
}, | |
{ | |
"name": "arabic letter kaf with dot above", | |
"decimal": "1708", | |
"hex": "06AC" | |
}, | |
{ | |
"name": "arabic letter ng", | |
"decimal": "1709", | |
"hex": "06AD" | |
}, | |
{ | |
"name": "arabic letter kaf with three dots below", | |
"decimal": "1710", | |
"hex": "06AE" | |
}, | |
{ | |
"name": "arabic letter gaf", | |
"decimal": "1711", | |
"hex": "06AF" | |
}, | |
{ | |
"name": "arabic letter gaf with ring", | |
"decimal": "1712", | |
"hex": "06B0" | |
}, | |
{ | |
"name": "arabic letter ngoeh", | |
"decimal": "1713", | |
"hex": "06B1" | |
}, | |
{ | |
"name": "arabic letter gaf with two dots below", | |
"decimal": "1714", | |
"hex": "06B2" | |
}, | |
{ | |
"name": "arabic letter gueh", | |
"decimal": "1715", | |
"hex": "06B3" | |
}, | |
{ | |
"name": "arabic letter gaf with three dots above", | |
"decimal": "1716", | |
"hex": "06B4" | |
}, | |
{ | |
"name": "arabic letter lam with small v", | |
"decimal": "1717", | |
"hex": "06B5" | |
}, | |
{ | |
"name": "arabic letter lam with dot above", | |
"decimal": "1718", | |
"hex": "06B6" | |
}, | |
{ | |
"name": "arabic letter lam with three dots above", | |
"decimal": "1719", | |
"hex": "06B7" | |
}, | |
{ | |
"name": "arabic letter lam with three dots below", | |
"decimal": "1720", | |
"hex": "06B8" | |
}, | |
{ | |
"name": "arabic letter noon with dot below", | |
"decimal": "1721", | |
"hex": "06B9" | |
}, | |
{ | |
"name": "arabic letter noon ghunna", | |
"decimal": "1722", | |
"hex": "06BA" | |
}, | |
{ | |
"name": "arabic letter rnoon", | |
"decimal": "1723", | |
"hex": "06BB" | |
}, | |
{ | |
"name": "arabic letter noon with ring", | |
"decimal": "1724", | |
"hex": "06BC" | |
}, | |
{ | |
"name": "arabic letter noon with three dots above", | |
"decimal": "1725", | |
"hex": "06BD" | |
}, | |
{ | |
"name": "arabic letter heh doachashmee", | |
"decimal": "1726", | |
"hex": "06BE" | |
}, | |
{ | |
"name": "arabic letter tcheh with dot above", | |
"decimal": "1727", | |
"hex": "06BF" | |
}, | |
{ | |
"name": "arabic letter heh with yeh above", | |
"decimal": "1728", | |
"hex": "06C0" | |
}, | |
{ | |
"name": "arabic letter heh goal", | |
"decimal": "1729", | |
"hex": "06C1" | |
}, | |
{ | |
"name": "arabic letter heh goal with hamza above", | |
"decimal": "1730", | |
"hex": "06C2" | |
}, | |
{ | |
"name": "arabic letter teh marbuta goal", | |
"decimal": "1731", | |
"hex": "06C3" | |
}, | |
{ | |
"name": "arabic letter waw with ring", | |
"decimal": "1732", | |
"hex": "06C4" | |
}, | |
{ | |
"name": "arabic letter kirghiz oe", | |
"decimal": "1733", | |
"hex": "06C5" | |
}, | |
{ | |
"name": "arabic letter oe", | |
"decimal": "1734", | |
"hex": "06C6" | |
}, | |
{ | |
"name": "arabic letter u", | |
"decimal": "1735", | |
"hex": "06C7" | |
}, | |
{ | |
"name": "arabic letter yu", | |
"decimal": "1736", | |
"hex": "06C8" | |
}, | |
{ | |
"name": "arabic letter kirghiz yu", | |
"decimal": "1737", | |
"hex": "06C9" | |
}, | |
{ | |
"name": "arabic letter waw with two dots above", | |
"decimal": "1738", | |
"hex": "06CA" | |
}, | |
{ | |
"name": "arabic letter ve", | |
"decimal": "1739", | |
"hex": "06CB" | |
}, | |
{ | |
"name": "arabic letter farsi yeh", | |
"decimal": "1740", | |
"hex": "06CC" | |
}, | |
{ | |
"name": "arabic letter yeh with tail", | |
"decimal": "1741", | |
"hex": "06CD" | |
}, | |
{ | |
"name": "arabic letter yeh with small v", | |
"decimal": "1742", | |
"hex": "06CE" | |
}, | |
{ | |
"name": "arabic letter waw with dot above", | |
"decimal": "1743", | |
"hex": "06CF" | |
}, | |
{ | |
"name": "arabic letter e", | |
"decimal": "1744", | |
"hex": "06D0" | |
}, | |
{ | |
"name": "arabic letter yeh with three dots below", | |
"decimal": "1745", | |
"hex": "06D1" | |
}, | |
{ | |
"name": "arabic letter yeh barree", | |
"decimal": "1746", | |
"hex": "06D2" | |
}, | |
{ | |
"name": "arabic letter yeh barree with hamza above", | |
"decimal": "1747", | |
"hex": "06D3" | |
}, | |
{ | |
"name": "arabic full stop", | |
"decimal": "1748", | |
"hex": "06D4" | |
}, | |
{ | |
"name": "arabic letter ae", | |
"decimal": "1749", | |
"hex": "06D5" | |
}, | |
{ | |
"name": "arabic small high ligature sad with lam with alef maksura", | |
"decimal": "1750", | |
"hex": "06D6" | |
}, | |
{ | |
"name": "arabic small high ligature qaf with lam with alef maksura", | |
"decimal": "1751", | |
"hex": "06D7" | |
}, | |
{ | |
"name": "arabic small high meem initial form", | |
"decimal": "1752", | |
"hex": "06D8" | |
}, | |
{ | |
"name": "arabic small high lam alef", | |
"decimal": "1753", | |
"hex": "06D9" | |
}, | |
{ | |
"name": "arabic small high jeem", | |
"decimal": "1754", | |
"hex": "06DA" | |
}, | |
{ | |
"name": "arabic small high three dots", | |
"decimal": "1755", | |
"hex": "06DB" | |
}, | |
{ | |
"name": "arabic small high seen", | |
"decimal": "1756", | |
"hex": "06DC" | |
}, | |
{ | |
"name": "arabic end of ayah", | |
"decimal": "1757", | |
"hex": "06DD" | |
}, | |
{ | |
"name": "arabic start of rub el hizb", | |
"decimal": "1758", | |
"hex": "06DE" | |
}, | |
{ | |
"name": "arabic small high rounded zero", | |
"decimal": "1759", | |
"hex": "06DF" | |
}, | |
{ | |
"name": "arabic small high upright rectangular zero", | |
"decimal": "1760", | |
"hex": "06E0" | |
}, | |
{ | |
"name": "arabic small high dotless head of khah", | |
"decimal": "1761", | |
"hex": "06E1" | |
}, | |
{ | |
"name": "arabic small high meem isolated form", | |
"decimal": "1762", | |
"hex": "06E2" | |
}, | |
{ | |
"name": "arabic small low seen", | |
"decimal": "1763", | |
"hex": "06E3" | |
}, | |
{ | |
"name": "arabic small high madda", | |
"decimal": "1764", | |
"hex": "06E4" | |
}, | |
{ | |
"name": "arabic small waw", | |
"decimal": "1765", | |
"hex": "06E5" | |
}, | |
{ | |
"name": "arabic small yeh", | |
"decimal": "1766", | |
"hex": "06E6" | |
}, | |
{ | |
"name": "arabic small high yeh", | |
"decimal": "1767", | |
"hex": "06E7" | |
}, | |
{ | |
"name": "arabic small high noon", | |
"decimal": "1768", | |
"hex": "06E8" | |
}, | |
{ | |
"name": "arabic place of sajdah", | |
"decimal": "1769", | |
"hex": "06E9" | |
}, | |
{ | |
"name": "arabic empty centre low stop", | |
"decimal": "1770", | |
"hex": "06EA" | |
}, | |
{ | |
"name": "arabic empty centre high stop", | |
"decimal": "1771", | |
"hex": "06EB" | |
}, | |
{ | |
"name": "arabic rounded high stop with filled centre", | |
"decimal": "1772", | |
"hex": "06EC" | |
}, | |
{ | |
"name": "arabic small low meem", | |
"decimal": "1773", | |
"hex": "06ED" | |
}, | |
{ | |
"name": "extended arabic-indic digit zero", | |
"decimal": "1776", | |
"hex": "06F0" | |
}, | |
{ | |
"name": "extended arabic-indic digit one", | |
"decimal": "1777", | |
"hex": "06F1" | |
}, | |
{ | |
"name": "extended arabic-indic digit two", | |
"decimal": "1778", | |
"hex": "06F2" | |
}, | |
{ | |
"name": "extended arabic-indic digit three", | |
"decimal": "1779", | |
"hex": "06F3" | |
}, | |
{ | |
"name": "extended arabic-indic digit four", | |
"decimal": "1780", | |
"hex": "06F4" | |
}, | |
{ | |
"name": "extended arabic-indic digit five", | |
"decimal": "1781", | |
"hex": "06F5" | |
}, | |
{ | |
"name": "extended arabic-indic digit six", | |
"decimal": "1782", | |
"hex": "06F6" | |
}, | |
{ | |
"name": "extended arabic-indic digit seven", | |
"decimal": "1783", | |
"hex": "06F7" | |
}, | |
{ | |
"name": "extended arabic-indic digit eight", | |
"decimal": "1784", | |
"hex": "06F8" | |
}, | |
{ | |
"name": "extended arabic-indic digit nine", | |
"decimal": "1785", | |
"hex": "06F9" | |
}, | |
{ | |
"name": "arabic letter sheen with dot below", | |
"decimal": "1786", | |
"hex": "06FA" | |
}, | |
{ | |
"name": "arabic letter dad with dot below", | |
"decimal": "1787", | |
"hex": "06FB" | |
}, | |
{ | |
"name": "arabic letter ghain with dot below", | |
"decimal": "1788", | |
"hex": "06FC" | |
}, | |
{ | |
"name": "arabic sign sindhi ampersand", | |
"decimal": "1789", | |
"hex": "06FD" | |
}, | |
{ | |
"name": "arabic sign sindhi postposition men", | |
"decimal": "1790", | |
"hex": "06FE" | |
} | |
], | |
"Syriac": [ | |
{ | |
"name": "syriac end of paragraph", | |
"decimal": "1792", | |
"hex": "0700" | |
}, | |
{ | |
"name": "syriac supralinear full stop", | |
"decimal": "1793", | |
"hex": "0701" | |
}, | |
{ | |
"name": "syriac sublinear full stop", | |
"decimal": "1794", | |
"hex": "0702" | |
}, | |
{ | |
"name": "syriac supralinear colon", | |
"decimal": "1795", | |
"hex": "0703" | |
}, | |
{ | |
"name": "syriac sublinear colon", | |
"decimal": "1796", | |
"hex": "0704" | |
}, | |
{ | |
"name": "syriac horizontal colon", | |
"decimal": "1797", | |
"hex": "0705" | |
}, | |
{ | |
"name": "syriac colon skewed left", | |
"decimal": "1798", | |
"hex": "0706" | |
}, | |
{ | |
"name": "syriac colon skewed right", | |
"decimal": "1799", | |
"hex": "0707" | |
}, | |
{ | |
"name": "syriac supralinear colon skewed left", | |
"decimal": "1800", | |
"hex": "0708" | |
}, | |
{ | |
"name": "syriac sublinear colon skewed right", | |
"decimal": "1801", | |
"hex": "0709" | |
}, | |
{ | |
"name": "syriac contraction", | |
"decimal": "1802", | |
"hex": "070A" | |
}, | |
{ | |
"name": "syriac harklean obelus", | |
"decimal": "1803", | |
"hex": "070B" | |
}, | |
{ | |
"name": "syriac harklean metobelus", | |
"decimal": "1804", | |
"hex": "070C" | |
}, | |
{ | |
"name": "syriac harklean asteriscus", | |
"decimal": "1805", | |
"hex": "070D" | |
}, | |
{ | |
"name": "syriac abbreviation mark", | |
"decimal": "1807", | |
"hex": "070F" | |
}, | |
{ | |
"name": "syriac letter alaph", | |
"decimal": "1808", | |
"hex": "0710" | |
}, | |
{ | |
"name": "syriac letter superscript alaph", | |
"decimal": "1809", | |
"hex": "0711" | |
}, | |
{ | |
"name": "syriac letter beth", | |
"decimal": "1810", | |
"hex": "0712" | |
}, | |
{ | |
"name": "syriac letter gamal", | |
"decimal": "1811", | |
"hex": "0713" | |
}, | |
{ | |
"name": "syriac letter gamal garshuni", | |
"decimal": "1812", | |
"hex": "0714" | |
}, | |
{ | |
"name": "syriac letter dalath", | |
"decimal": "1813", | |
"hex": "0715" | |
}, | |
{ | |
"name": "syriac letter dotless dalath rish", | |
"decimal": "1814", | |
"hex": "0716" | |
}, | |
{ | |
"name": "syriac letter he", | |
"decimal": "1815", | |
"hex": "0717" | |
}, | |
{ | |
"name": "syriac letter waw", | |
"decimal": "1816", | |
"hex": "0718" | |
}, | |
{ | |
"name": "syriac letter zain", | |
"decimal": "1817", | |
"hex": "0719" | |
}, | |
{ | |
"name": "syriac letter heth", | |
"decimal": "1818", | |
"hex": "071A" | |
}, | |
{ | |
"name": "syriac letter teth", | |
"decimal": "1819", | |
"hex": "071B" | |
}, | |
{ | |
"name": "syriac letter teth garshuni", | |
"decimal": "1820", | |
"hex": "071C" | |
}, | |
{ | |
"name": "syriac letter yudh", | |
"decimal": "1821", | |
"hex": "071D" | |
}, | |
{ | |
"name": "syriac letter yudh he", | |
"decimal": "1822", | |
"hex": "071E" | |
}, | |
{ | |
"name": "syriac letter kaph", | |
"decimal": "1823", | |
"hex": "071F" | |
}, | |
{ | |
"name": "syriac letter lamadh", | |
"decimal": "1824", | |
"hex": "0720" | |
}, | |
{ | |
"name": "syriac letter mim", | |
"decimal": "1825", | |
"hex": "0721" | |
}, | |
{ | |
"name": "syriac letter nun", | |
"decimal": "1826", | |
"hex": "0722" | |
}, | |
{ | |
"name": "syriac letter semkath", | |
"decimal": "1827", | |
"hex": "0723" | |
}, | |
{ | |
"name": "syriac letter final semkath", | |
"decimal": "1828", | |
"hex": "0724" | |
}, | |
{ | |
"name": "syriac letter e", | |
"decimal": "1829", | |
"hex": "0725" | |
}, | |
{ | |
"name": "syriac letter pe", | |
"decimal": "1830", | |
"hex": "0726" | |
}, | |
{ | |
"name": "syriac letter reversed pe", | |
"decimal": "1831", | |
"hex": "0727" | |
}, | |
{ | |
"name": "syriac letter sadhe", | |
"decimal": "1832", | |
"hex": "0728" | |
}, | |
{ | |
"name": "syriac letter qaph", | |
"decimal": "1833", | |
"hex": "0729" | |
}, | |
{ | |
"name": "syriac letter rish", | |
"decimal": "1834", | |
"hex": "072A" | |
}, | |
{ | |
"name": "syriac letter shin", | |
"decimal": "1835", | |
"hex": "072B" | |
}, | |
{ | |
"name": "syriac letter taw", | |
"decimal": "1836", | |
"hex": "072C" | |
}, | |
{ | |
"name": "syriac pthaha above", | |
"decimal": "1840", | |
"hex": "0730" | |
}, | |
{ | |
"name": "syriac pthaha below", | |
"decimal": "1841", | |
"hex": "0731" | |
}, | |
{ | |
"name": "syriac pthaha dotted", | |
"decimal": "1842", | |
"hex": "0732" | |
}, | |
{ | |
"name": "syriac zqapha above", | |
"decimal": "1843", | |
"hex": "0733" | |
}, | |
{ | |
"name": "syriac zqapha below", | |
"decimal": "1844", | |
"hex": "0734" | |
}, | |
{ | |
"name": "syriac zqapha dotted", | |
"decimal": "1845", | |
"hex": "0735" | |
}, | |
{ | |
"name": "syriac rbasa above", | |
"decimal": "1846", | |
"hex": "0736" | |
}, | |
{ | |
"name": "syriac rbasa below", | |
"decimal": "1847", | |
"hex": "0737" | |
}, | |
{ | |
"name": "syriac dotted zlama horizontal", | |
"decimal": "1848", | |
"hex": "0738" | |
}, | |
{ | |
"name": "syriac dotted zlama angular", | |
"decimal": "1849", | |
"hex": "0739" | |
}, | |
{ | |
"name": "syriac hbasa above", | |
"decimal": "1850", | |
"hex": "073A" | |
}, | |
{ | |
"name": "syriac hbasa below", | |
"decimal": "1851", | |
"hex": "073B" | |
}, | |
{ | |
"name": "syriac hbasa-esasa dotted", | |
"decimal": "1852", | |
"hex": "073C" | |
}, | |
{ | |
"name": "syriac esasa above", | |
"decimal": "1853", | |
"hex": "073D" | |
}, | |
{ | |
"name": "syriac esasa below", | |
"decimal": "1854", | |
"hex": "073E" | |
}, | |
{ | |
"name": "syriac rwaha", | |
"decimal": "1855", | |
"hex": "073F" | |
}, | |
{ | |
"name": "syriac feminine dot", | |
"decimal": "1856", | |
"hex": "0740" | |
}, | |
{ | |
"name": "syriac qushshaya", | |
"decimal": "1857", | |
"hex": "0741" | |
}, | |
{ | |
"name": "syriac rukkakha", | |
"decimal": "1858", | |
"hex": "0742" | |
}, | |
{ | |
"name": "syriac two vertical dots above", | |
"decimal": "1859", | |
"hex": "0743" | |
}, | |
{ | |
"name": "syriac two vertical dots below", | |
"decimal": "1860", | |
"hex": "0744" | |
}, | |
{ | |
"name": "syriac three dots above", | |
"decimal": "1861", | |
"hex": "0745" | |
}, | |
{ | |
"name": "syriac three dots below", | |
"decimal": "1862", | |
"hex": "0746" | |
}, | |
{ | |
"name": "syriac oblique line above", | |
"decimal": "1863", | |
"hex": "0747" | |
}, | |
{ | |
"name": "syriac oblique line below", | |
"decimal": "1864", | |
"hex": "0748" | |
}, | |
{ | |
"name": "syriac music", | |
"decimal": "1865", | |
"hex": "0749" | |
}, | |
{ | |
"name": "syriac barrekh", | |
"decimal": "1866", | |
"hex": "074A" | |
} | |
], | |
"Thaana": [ | |
{ | |
"name": "thaana letter haa", | |
"decimal": "1920", | |
"hex": "0780" | |
}, | |
{ | |
"name": "thaana letter shaviyani", | |
"decimal": "1921", | |
"hex": "0781" | |
}, | |
{ | |
"name": "thaana letter noonu", | |
"decimal": "1922", | |
"hex": "0782" | |
}, | |
{ | |
"name": "thaana letter raa", | |
"decimal": "1923", | |
"hex": "0783" | |
}, | |
{ | |
"name": "thaana letter baa", | |
"decimal": "1924", | |
"hex": "0784" | |
}, | |
{ | |
"name": "thaana letter lhaviyani", | |
"decimal": "1925", | |
"hex": "0785" | |
}, | |
{ | |
"name": "thaana letter kaafu", | |
"decimal": "1926", | |
"hex": "0786" | |
}, | |
{ | |
"name": "thaana letter alifu", | |
"decimal": "1927", | |
"hex": "0787" | |
}, | |
{ | |
"name": "thaana letter vaavu", | |
"decimal": "1928", | |
"hex": "0788" | |
}, | |
{ | |
"name": "thaana letter meemu", | |
"decimal": "1929", | |
"hex": "0789" | |
}, | |
{ | |
"name": "thaana letter faafu", | |
"decimal": "1930", | |
"hex": "078A" | |
}, | |
{ | |
"name": "thaana letter dhaalu", | |
"decimal": "1931", | |
"hex": "078B" | |
}, | |
{ | |
"name": "thaana letter thaa", | |
"decimal": "1932", | |
"hex": "078C" | |
}, | |
{ | |
"name": "thaana letter laamu", | |
"decimal": "1933", | |
"hex": "078D" | |
}, | |
{ | |
"name": "thaana letter gaafu", | |
"decimal": "1934", | |
"hex": "078E" | |
}, | |
{ | |
"name": "thaana letter gnaviyani", | |
"decimal": "1935", | |
"hex": "078F" | |
}, | |
{ | |
"name": "thaana letter seenu", | |
"decimal": "1936", | |
"hex": "0790" | |
}, | |
{ | |
"name": "thaana letter daviyani", | |
"decimal": "1937", | |
"hex": "0791" | |
}, | |
{ | |
"name": "thaana letter zaviyani", | |
"decimal": "1938", | |
"hex": "0792" | |
}, | |
{ | |
"name": "thaana letter taviyani", | |
"decimal": "1939", | |
"hex": "0793" | |
}, | |
{ | |
"name": "thaana letter yaa", | |
"decimal": "1940", | |
"hex": "0794" | |
}, | |
{ | |
"name": "thaana letter paviyani", | |
"decimal": "1941", | |
"hex": "0795" | |
}, | |
{ | |
"name": "thaana letter javiyani", | |
"decimal": "1942", | |
"hex": "0796" | |
}, | |
{ | |
"name": "thaana letter chaviyani", | |
"decimal": "1943", | |
"hex": "0797" | |
}, | |
{ | |
"name": "thaana letter ttaa", | |
"decimal": "1944", | |
"hex": "0798" | |
}, | |
{ | |
"name": "thaana letter hhaa", | |
"decimal": "1945", | |
"hex": "0799" | |
}, | |
{ | |
"name": "thaana letter khaa", | |
"decimal": "1946", | |
"hex": "079A" | |
}, | |
{ | |
"name": "thaana letter thaalu", | |
"decimal": "1947", | |
"hex": "079B" | |
}, | |
{ | |
"name": "thaana letter zaa", | |
"decimal": "1948", | |
"hex": "079C" | |
}, | |
{ | |
"name": "thaana letter sheenu", | |
"decimal": "1949", | |
"hex": "079D" | |
}, | |
{ | |
"name": "thaana letter saadhu", | |
"decimal": "1950", | |
"hex": "079E" | |
}, | |
{ | |
"name": "thaana letter daadhu", | |
"decimal": "1951", | |
"hex": "079F" | |
}, | |
{ | |
"name": "thaana letter to", | |
"decimal": "1952", | |
"hex": "07A0" | |
}, | |
{ | |
"name": "thaana letter zo", | |
"decimal": "1953", | |
"hex": "07A1" | |
}, | |
{ | |
"name": "thaana letter ainu", | |
"decimal": "1954", | |
"hex": "07A2" | |
}, | |
{ | |
"name": "thaana letter ghainu", | |
"decimal": "1955", | |
"hex": "07A3" | |
}, | |
{ | |
"name": "thaana letter qaafu", | |
"decimal": "1956", | |
"hex": "07A4" | |
}, | |
{ | |
"name": "thaana letter waavu", | |
"decimal": "1957", | |
"hex": "07A5" | |
}, | |
{ | |
"name": "thaana abafili", | |
"decimal": "1958", | |
"hex": "07A6" | |
}, | |
{ | |
"name": "thaana aabaafili", | |
"decimal": "1959", | |
"hex": "07A7" | |
}, | |
{ | |
"name": "thaana ibifili", | |
"decimal": "1960", | |
"hex": "07A8" | |
}, | |
{ | |
"name": "thaana eebeefili", | |
"decimal": "1961", | |
"hex": "07A9" | |
}, | |
{ | |
"name": "thaana ubufili", | |
"decimal": "1962", | |
"hex": "07AA" | |
}, | |
{ | |
"name": "thaana ooboofili", | |
"decimal": "1963", | |
"hex": "07AB" | |
}, | |
{ | |
"name": "thaana ebefili", | |
"decimal": "1964", | |
"hex": "07AC" | |
}, | |
{ | |
"name": "thaana eybeyfili", | |
"decimal": "1965", | |
"hex": "07AD" | |
}, | |
{ | |
"name": "thaana obofili", | |
"decimal": "1966", | |
"hex": "07AE" | |
}, | |
{ | |
"name": "thaana oaboafili", | |
"decimal": "1967", | |
"hex": "07AF" | |
}, | |
{ | |
"name": "thaana sukun", | |
"decimal": "1968", | |
"hex": "07B0" | |
} | |
], | |
"Devanagari": [ | |
{ | |
"name": "devanagari sign candrabindu", | |
"decimal": "2305", | |
"hex": "0901" | |
}, | |
{ | |
"name": "devanagari sign anusvara", | |
"decimal": "2306", | |
"hex": "0902" | |
}, | |
{ | |
"name": "devanagari sign visarga", | |
"decimal": "2307", | |
"hex": "0903" | |
}, | |
{ | |
"name": "devanagari letter a", | |
"decimal": "2309", | |
"hex": "0905" | |
}, | |
{ | |
"name": "devanagari letter aa", | |
"decimal": "2310", | |
"hex": "0906" | |
}, | |
{ | |
"name": "devanagari letter i", | |
"decimal": "2311", | |
"hex": "0907" | |
}, | |
{ | |
"name": "devanagari letter ii", | |
"decimal": "2312", | |
"hex": "0908" | |
}, | |
{ | |
"name": "devanagari letter u", | |
"decimal": "2313", | |
"hex": "0909" | |
}, | |
{ | |
"name": "devanagari letter uu", | |
"decimal": "2314", | |
"hex": "090A" | |
}, | |
{ | |
"name": "devanagari letter vocalic r", | |
"decimal": "2315", | |
"hex": "090B" | |
}, | |
{ | |
"name": "devanagari letter vocalic l", | |
"decimal": "2316", | |
"hex": "090C" | |
}, | |
{ | |
"name": "devanagari letter candra e", | |
"decimal": "2317", | |
"hex": "090D" | |
}, | |
{ | |
"name": "devanagari letter short e", | |
"decimal": "2318", | |
"hex": "090E" | |
}, | |
{ | |
"name": "devanagari letter e", | |
"decimal": "2319", | |
"hex": "090F" | |
}, | |
{ | |
"name": "devanagari letter ai", | |
"decimal": "2320", | |
"hex": "0910" | |
}, | |
{ | |
"name": "devanagari letter candra o", | |
"decimal": "2321", | |
"hex": "0911" | |
}, | |
{ | |
"name": "devanagari letter short o", | |
"decimal": "2322", | |
"hex": "0912" | |
}, | |
{ | |
"name": "devanagari letter o", | |
"decimal": "2323", | |
"hex": "0913" | |
}, | |
{ | |
"name": "devanagari letter au", | |
"decimal": "2324", | |
"hex": "0914" | |
}, | |
{ | |
"name": "devanagari letter ka", | |
"decimal": "2325", | |
"hex": "0915" | |
}, | |
{ | |
"name": "devanagari letter kha", | |
"decimal": "2326", | |
"hex": "0916" | |
}, | |
{ | |
"name": "devanagari letter ga", | |
"decimal": "2327", | |
"hex": "0917" | |
}, | |
{ | |
"name": "devanagari letter gha", | |
"decimal": "2328", | |
"hex": "0918" | |
}, | |
{ | |
"name": "devanagari letter nga", | |
"decimal": "2329", | |
"hex": "0919" | |
}, | |
{ | |
"name": "devanagari letter ca", | |
"decimal": "2330", | |
"hex": "091A" | |
}, | |
{ | |
"name": "devanagari letter cha", | |
"decimal": "2331", | |
"hex": "091B" | |
}, | |
{ | |
"name": "devanagari letter ja", | |
"decimal": "2332", | |
"hex": "091C" | |
}, | |
{ | |
"name": "devanagari letter jha", | |
"decimal": "2333", | |
"hex": "091D" | |
}, | |
{ | |
"name": "devanagari letter nya", | |
"decimal": "2334", | |
"hex": "091E" | |
}, | |
{ | |
"name": "devanagari letter tta", | |
"decimal": "2335", | |
"hex": "091F" | |
}, | |
{ | |
"name": "devanagari letter ttha", | |
"decimal": "2336", | |
"hex": "0920" | |
}, | |
{ | |
"name": "devanagari letter dda", | |
"decimal": "2337", | |
"hex": "0921" | |
}, | |
{ | |
"name": "devanagari letter ddha", | |
"decimal": "2338", | |
"hex": "0922" | |
}, | |
{ | |
"name": "devanagari letter nna", | |
"decimal": "2339", | |
"hex": "0923" | |
}, | |
{ | |
"name": "devanagari letter ta", | |
"decimal": "2340", | |
"hex": "0924" | |
}, | |
{ | |
"name": "devanagari letter tha", | |
"decimal": "2341", | |
"hex": "0925" | |
}, | |
{ | |
"name": "devanagari letter da", | |
"decimal": "2342", | |
"hex": "0926" | |
}, | |
{ | |
"name": "devanagari letter dha", | |
"decimal": "2343", | |
"hex": "0927" | |
}, | |
{ | |
"name": "devanagari letter na", | |
"decimal": "2344", | |
"hex": "0928" | |
}, | |
{ | |
"name": "devanagari letter nnna", | |
"decimal": "2345", | |
"hex": "0929" | |
}, | |
{ | |
"name": "devanagari letter pa", | |
"decimal": "2346", | |
"hex": "092A" | |
}, | |
{ | |
"name": "devanagari letter pha", | |
"decimal": "2347", | |
"hex": "092B" | |
}, | |
{ | |
"name": "devanagari letter ba", | |
"decimal": "2348", | |
"hex": "092C" | |
}, | |
{ | |
"name": "devanagari letter bha", | |
"decimal": "2349", | |
"hex": "092D" | |
}, | |
{ | |
"name": "devanagari letter ma", | |
"decimal": "2350", | |
"hex": "092E" | |
}, | |
{ | |
"name": "devanagari letter ya", | |
"decimal": "2351", | |
"hex": "092F" | |
}, | |
{ | |
"name": "devanagari letter ra", | |
"decimal": "2352", | |
"hex": "0930" | |
}, | |
{ | |
"name": "devanagari letter rra", | |
"decimal": "2353", | |
"hex": "0931" | |
}, | |
{ | |
"name": "devanagari letter la", | |
"decimal": "2354", | |
"hex": "0932" | |
}, | |
{ | |
"name": "devanagari letter lla", | |
"decimal": "2355", | |
"hex": "0933" | |
}, | |
{ | |
"name": "devanagari letter llla", | |
"decimal": "2356", | |
"hex": "0934" | |
}, | |
{ | |
"name": "devanagari letter va", | |
"decimal": "2357", | |
"hex": "0935" | |
}, | |
{ | |
"name": "devanagari letter sha", | |
"decimal": "2358", | |
"hex": "0936" | |
}, | |
{ | |
"name": "devanagari letter ssa", | |
"decimal": "2359", | |
"hex": "0937" | |
}, | |
{ | |
"name": "devanagari letter sa", | |
"decimal": "2360", | |
"hex": "0938" | |
}, | |
{ | |
"name": "devanagari letter ha", | |
"decimal": "2361", | |
"hex": "0939" | |
}, | |
{ | |
"name": "devanagari sign nukta", | |
"decimal": "2364", | |
"hex": "093C" | |
}, | |
{ | |
"name": "devanagari sign avagraha", | |
"decimal": "2365", | |
"hex": "093D" | |
}, | |
{ | |
"name": "devanagari vowel sign aa", | |
"decimal": "2366", | |
"hex": "093E" | |
}, | |
{ | |
"name": "devanagari vowel sign i", | |
"decimal": "2367", | |
"hex": "093F" | |
}, | |
{ | |
"name": "devanagari vowel sign ii", | |
"decimal": "2368", | |
"hex": "0940" | |
}, | |
{ | |
"name": "devanagari vowel sign u", | |
"decimal": "2369", | |
"hex": "0941" | |
}, | |
{ | |
"name": "devanagari vowel sign uu", | |
"decimal": "2370", | |
"hex": "0942" | |
}, | |
{ | |
"name": "devanagari vowel sign vocalic r", | |
"decimal": "2371", | |
"hex": "0943" | |
}, | |
{ | |
"name": "devanagari vowel sign vocalic rr", | |
"decimal": "2372", | |
"hex": "0944" | |
}, | |
{ | |
"name": "devanagari vowel sign candra e", | |
"decimal": "2373", | |
"hex": "0945" | |
}, | |
{ | |
"name": "devanagari vowel sign short e", | |
"decimal": "2374", | |
"hex": "0946" | |
}, | |
{ | |
"name": "devanagari vowel sign e", | |
"decimal": "2375", | |
"hex": "0947" | |
}, | |
{ | |
"name": "devanagari vowel sign ai", | |
"decimal": "2376", | |
"hex": "0948" | |
}, | |
{ | |
"name": "devanagari vowel sign candra o", | |
"decimal": "2377", | |
"hex": "0949" | |
}, | |
{ | |
"name": "devanagari vowel sign short o", | |
"decimal": "2378", | |
"hex": "094A" | |
}, | |
{ | |
"name": "devanagari vowel sign o", | |
"decimal": "2379", | |
"hex": "094B" | |
}, | |
{ | |
"name": "devanagari vowel sign au", | |
"decimal": "2380", | |
"hex": "094C" | |
}, | |
{ | |
"name": "devanagari sign virama", | |
"decimal": "2381", | |
"hex": "094D" | |
}, | |
{ | |
"name": "devanagari om", | |
"decimal": "2384", | |
"hex": "0950" | |
}, | |
{ | |
"name": "devanagari stress sign udatta", | |
"decimal": "2385", | |
"hex": "0951" | |
}, | |
{ | |
"name": "devanagari stress sign anudatta", | |
"decimal": "2386", | |
"hex": "0952" | |
}, | |
{ | |
"name": "devanagari grave accent", | |
"decimal": "2387", | |
"hex": "0953" | |
}, | |
{ | |
"name": "devanagari acute accent", | |
"decimal": "2388", | |
"hex": "0954" | |
}, | |
{ | |
"name": "devanagari letter qa", | |
"decimal": "2392", | |
"hex": "0958" | |
}, | |
{ | |
"name": "devanagari letter khha", | |
"decimal": "2393", | |
"hex": "0959" | |
}, | |
{ | |
"name": "devanagari letter ghha", | |
"decimal": "2394", | |
"hex": "095A" | |
}, | |
{ | |
"name": "devanagari letter za", | |
"decimal": "2395", | |
"hex": "095B" | |
}, | |
{ | |
"name": "devanagari letter dddha", | |
"decimal": "2396", | |
"hex": "095C" | |
}, | |
{ | |
"name": "devanagari letter rha", | |
"decimal": "2397", | |
"hex": "095D" | |
}, | |
{ | |
"name": "devanagari letter fa", | |
"decimal": "2398", | |
"hex": "095E" | |
}, | |
{ | |
"name": "devanagari letter yya", | |
"decimal": "2399", | |
"hex": "095F" | |
}, | |
{ | |
"name": "devanagari letter vocalic rr", | |
"decimal": "2400", | |
"hex": "0960" | |
}, | |
{ | |
"name": "devanagari letter vocalic ll", | |
"decimal": "2401", | |
"hex": "0961" | |
}, | |
{ | |
"name": "devanagari vowel sign vocalic l", | |
"decimal": "2402", | |
"hex": "0962" | |
}, | |
{ | |
"name": "devanagari vowel sign vocalic ll", | |
"decimal": "2403", | |
"hex": "0963" | |
}, | |
{ | |
"name": "devanagari danda", | |
"decimal": "2404", | |
"hex": "0964" | |
}, | |
{ | |
"name": "devanagari double danda", | |
"decimal": "2405", | |
"hex": "0965" | |
}, | |
{ | |
"name": "devanagari digit zero", | |
"decimal": "2406", | |
"hex": "0966" | |
}, | |
{ | |
"name": "devanagari digit one", | |
"decimal": "2407", | |
"hex": "0967" | |
}, | |
{ | |
"name": "devanagari digit two", | |
"decimal": "2408", | |
"hex": "0968" | |
}, | |
{ | |
"name": "devanagari digit three", | |
"decimal": "2409", | |
"hex": "0969" | |
}, | |
{ | |
"name": "devanagari digit four", | |
"decimal": "2410", | |
"hex": "096A" | |
}, | |
{ | |
"name": "devanagari digit five", | |
"decimal": "2411", | |
"hex": "096B" | |
}, | |
{ | |
"name": "devanagari digit six", | |
"decimal": "2412", | |
"hex": "096C" | |
}, | |
{ | |
"name": "devanagari digit seven", | |
"decimal": "2413", | |
"hex": "096D" | |
}, | |
{ | |
"name": "devanagari digit eight", | |
"decimal": "2414", | |
"hex": "096E" | |
}, | |
{ | |
"name": "devanagari digit nine", | |
"decimal": "2415", | |
"hex": "096F" | |
}, | |
{ | |
"name": "devanagari abbreviation sign", | |
"decimal": "2416", | |
"hex": "0970" | |
} | |
], | |
"Bengali": [ | |
{ | |
"name": "bengali sign candrabindu", | |
"decimal": "2433", | |
"hex": "0981" | |
}, | |
{ | |
"name": "bengali sign anusvara", | |
"decimal": "2434", | |
"hex": "0982" | |
}, | |
{ | |
"name": "bengali sign visarga", | |
"decimal": "2435", | |
"hex": "0983" | |
}, | |
{ | |
"name": "bengali letter a", | |
"decimal": "2437", | |
"hex": "0985" | |
}, | |
{ | |
"name": "bengali letter aa", | |
"decimal": "2438", | |
"hex": "0986" | |
}, | |
{ | |
"name": "bengali letter i", | |
"decimal": "2439", | |
"hex": "0987" | |
}, | |
{ | |
"name": "bengali letter ii", | |
"decimal": "2440", | |
"hex": "0988" | |
}, | |
{ | |
"name": "bengali letter u", | |
"decimal": "2441", | |
"hex": "0989" | |
}, | |
{ | |
"name": "bengali letter uu", | |
"decimal": "2442", | |
"hex": "098A" | |
}, | |
{ | |
"name": "bengali letter vocalic r", | |
"decimal": "2443", | |
"hex": "098B" | |
}, | |
{ | |
"name": "bengali letter vocalic l", | |
"decimal": "2444", | |
"hex": "098C" | |
}, | |
{ | |
"name": "bengali letter e", | |
"decimal": "2447", | |
"hex": "098F" | |
}, | |
{ | |
"name": "bengali letter ai", | |
"decimal": "2448", | |
"hex": "0990" | |
}, | |
{ | |
"name": "bengali letter o", | |
"decimal": "2451", | |
"hex": "0993" | |
}, | |
{ | |
"name": "bengali letter au", | |
"decimal": "2452", | |
"hex": "0994" | |
}, | |
{ | |
"name": "bengali letter ka", | |
"decimal": "2453", | |
"hex": "0995" | |
}, | |
{ | |
"name": "bengali letter kha", | |
"decimal": "2454", | |
"hex": "0996" | |
}, | |
{ | |
"name": "bengali letter ga", | |
"decimal": "2455", | |
"hex": "0997" | |
}, | |
{ | |
"name": "bengali letter gha", | |
"decimal": "2456", | |
"hex": "0998" | |
}, | |
{ | |
"name": "bengali letter nga", | |
"decimal": "2457", | |
"hex": "0999" | |
}, | |
{ | |
"name": "bengali letter ca", | |
"decimal": "2458", | |
"hex": "099A" | |
}, | |
{ | |
"name": "bengali letter cha", | |
"decimal": "2459", | |
"hex": "099B" | |
}, | |
{ | |
"name": "bengali letter ja", | |
"decimal": "2460", | |
"hex": "099C" | |
}, | |
{ | |
"name": "bengali letter jha", | |
"decimal": "2461", | |
"hex": "099D" | |
}, | |
{ | |
"name": "bengali letter nya", | |
"decimal": "2462", | |
"hex": "099E" | |
}, | |
{ | |
"name": "bengali letter tta", | |
"decimal": "2463", | |
"hex": "099F" | |
}, | |
{ | |
"name": "bengali letter ttha", | |
"decimal": "2464", | |
"hex": "09A0" | |
}, | |
{ | |
"name": "bengali letter dda", | |
"decimal": "2465", | |
"hex": "09A1" | |
}, | |
{ | |
"name": "bengali letter ddha", | |
"decimal": "2466", | |
"hex": "09A2" | |
}, | |
{ | |
"name": "bengali letter nna", | |
"decimal": "2467", | |
"hex": "09A3" | |
}, | |
{ | |
"name": "bengali letter ta", | |
"decimal": "2468", | |
"hex": "09A4" | |
}, | |
{ | |
"name": "bengali letter tha", | |
"decimal": "2469", | |
"hex": "09A5" | |
}, | |
{ | |
"name": "bengali letter da", | |
"decimal": "2470", | |
"hex": "09A6" | |
}, | |
{ | |
"name": "bengali letter dha", | |
"decimal": "2471", | |
"hex": "09A7" | |
}, | |
{ | |
"name": "bengali letter na", | |
"decimal": "2472", | |
"hex": "09A8" | |
}, | |
{ | |
"name": "bengali letter pa", | |
"decimal": "2474", | |
"hex": "09AA" | |
}, | |
{ | |
"name": "bengali letter pha", | |
"decimal": "2475", | |
"hex": "09AB" | |
}, | |
{ | |
"name": "bengali letter ba", | |
"decimal": "2476", | |
"hex": "09AC" | |
}, | |
{ | |
"name": "bengali letter bha", | |
"decimal": "2477", | |
"hex": "09AD" | |
}, | |
{ | |
"name": "bengali letter ma", | |
"decimal": "2478", | |
"hex": "09AE" | |
}, | |
{ | |
"name": "bengali letter ya", | |
"decimal": "2479", | |
"hex": "09AF" | |
}, | |
{ | |
"name": "bengali letter ra", | |
"decimal": "2480", | |
"hex": "09B0" | |
}, | |
{ | |
"name": "bengali letter la", | |
"decimal": "2482", | |
"hex": "09B2" | |
}, | |
{ | |
"name": "bengali letter sha", | |
"decimal": "2486", | |
"hex": "09B6" | |
}, | |
{ | |
"name": "bengali letter ssa", | |
"decimal": "2487", | |
"hex": "09B7" | |
}, | |
{ | |
"name": "bengali letter sa", | |
"decimal": "2488", | |
"hex": "09B8" | |
}, | |
{ | |
"name": "bengali letter ha", | |
"decimal": "2489", | |
"hex": "09B9" | |
}, | |
{ | |
"name": "bengali sign nukta", | |
"decimal": "2492", | |
"hex": "09BC" | |
}, | |
{ | |
"name": "bengali vowel sign aa", | |
"decimal": "2494", | |
"hex": "09BE" | |
}, | |
{ | |
"name": "bengali vowel sign i", | |
"decimal": "2495", | |
"hex": "09BF" | |
}, | |
{ | |
"name": "bengali vowel sign ii", | |
"decimal": "2496", | |
"hex": "09C0" | |
}, | |
{ | |
"name": "bengali vowel sign u", | |
"decimal": "2497", | |
"hex": "09C1" | |
}, | |
{ | |
"name": "bengali vowel sign uu", | |
"decimal": "2498", | |
"hex": "09C2" | |
}, | |
{ | |
"name": "bengali vowel sign vocalic r", | |
"decimal": "2499", | |
"hex": "09C3" | |
}, | |
{ | |
"name": "bengali vowel sign vocalic rr", | |
"decimal": "2500", | |
"hex": "09C4" | |
}, | |
{ | |
"name": "bengali vowel sign e", | |
"decimal": "2503", | |
"hex": "09C7" | |
}, | |
{ | |
"name": "bengali vowel sign ai", | |
"decimal": "2504", | |
"hex": "09C8" | |
}, | |
{ | |
"name": "bengali vowel sign o", | |
"decimal": "2507", | |
"hex": "09CB" | |
}, | |
{ | |
"name": "bengali vowel sign au", | |
"decimal": "2508", | |
"hex": "09CC" | |
}, | |
{ | |
"name": "bengali sign virama", | |
"decimal": "2509", | |
"hex": "09CD" | |
}, | |
{ | |
"name": "bengali au length mark", | |
"decimal": "2519", | |
"hex": "09D7" | |
}, | |
{ | |
"name": "bengali letter rra", | |
"decimal": "2524", | |
"hex": "09DC" | |
}, | |
{ | |
"name": "bengali letter rha", | |
"decimal": "2525", | |
"hex": "09DD" | |
}, | |
{ | |
"name": "bengali letter yya", | |
"decimal": "2527", | |
"hex": "09DF" | |
}, | |
{ | |
"name": "bengali letter vocalic rr", | |
"decimal": "2528", | |
"hex": "09E0" | |
}, | |
{ | |
"name": "bengali letter vocalic ll", | |
"decimal": "2529", | |
"hex": "09E1" | |
}, | |
{ | |
"name": "bengali vowel sign vocalic l", | |
"decimal": "2530", | |
"hex": "09E2" | |
}, | |
{ | |
"name": "bengali vowel sign vocalic ll", | |
"decimal": "2531", | |
"hex": "09E3" | |
}, | |
{ | |
"name": "bengali digit zero", | |
"decimal": "2534", | |
"hex": "09E6" | |
}, | |
{ | |
"name": "bengali digit one", | |
"decimal": "2535", | |
"hex": "09E7" | |
}, | |
{ | |
"name": "bengali digit two", | |
"decimal": "2536", | |
"hex": "09E8" | |
}, | |
{ | |
"name": "bengali digit three", | |
"decimal": "2537", | |
"hex": "09E9" | |
}, | |
{ | |
"name": "bengali digit four", | |
"decimal": "2538", | |
"hex": "09EA" | |
}, | |
{ | |
"name": "bengali digit five", | |
"decimal": "2539", | |
"hex": "09EB" | |
}, | |
{ | |
"name": "bengali digit six", | |
"decimal": "2540", | |
"hex": "09EC" | |
}, | |
{ | |
"name": "bengali digit seven", | |
"decimal": "2541", | |
"hex": "09ED" | |
}, | |
{ | |
"name": "bengali digit eight", | |
"decimal": "2542", | |
"hex": "09EE" | |
}, | |
{ | |
"name": "bengali digit nine", | |
"decimal": "2543", | |
"hex": "09EF" | |
}, | |
{ | |
"name": "bengali letter ra with middle diagonal", | |
"decimal": "2544", | |
"hex": "09F0" | |
}, | |
{ | |
"name": "bengali letter ra with lower diagonal", | |
"decimal": "2545", | |
"hex": "09F1" | |
}, | |
{ | |
"name": "bengali rupee mark", | |
"decimal": "2546", | |
"hex": "09F2" | |
}, | |
{ | |
"name": "bengali rupee sign", | |
"decimal": "2547", | |
"hex": "09F3" | |
}, | |
{ | |
"name": "bengali currency numerator one", | |
"decimal": "2548", | |
"hex": "09F4" | |
}, | |
{ | |
"name": "bengali currency numerator two", | |
"decimal": "2549", | |
"hex": "09F5" | |
}, | |
{ | |
"name": "bengali currency numerator three", | |
"decimal": "2550", | |
"hex": "09F6" | |
}, | |
{ | |
"name": "bengali currency numerator four", | |
"decimal": "2551", | |
"hex": "09F7" | |
}, | |
{ | |
"name": "bengali currency numerator one less than the denominator", | |
"decimal": "2552", | |
"hex": "09F8" | |
}, | |
{ | |
"name": "bengali currency denominator sixteen", | |
"decimal": "2553", | |
"hex": "09F9" | |
}, | |
{ | |
"name": "bengali isshar", | |
"decimal": "2554", | |
"hex": "09FA" | |
} | |
], | |
"Gurmukhi": [ | |
{ | |
"name": "gurmukhi sign bindi", | |
"decimal": "2562", | |
"hex": "0A02" | |
}, | |
{ | |
"name": "gurmukhi letter a", | |
"decimal": "2565", | |
"hex": "0A05" | |
}, | |
{ | |
"name": "gurmukhi letter aa", | |
"decimal": "2566", | |
"hex": "0A06" | |
}, | |
{ | |
"name": "gurmukhi letter i", | |
"decimal": "2567", | |
"hex": "0A07" | |
}, | |
{ | |
"name": "gurmukhi letter ii", | |
"decimal": "2568", | |
"hex": "0A08" | |
}, | |
{ | |
"name": "gurmukhi letter u", | |
"decimal": "2569", | |
"hex": "0A09" | |
}, | |
{ | |
"name": "gurmukhi letter uu", | |
"decimal": "2570", | |
"hex": "0A0A" | |
}, | |
{ | |
"name": "gurmukhi letter ee", | |
"decimal": "2575", | |
"hex": "0A0F" | |
}, | |
{ | |
"name": "gurmukhi letter ai", | |
"decimal": "2576", | |
"hex": "0A10" | |
}, | |
{ | |
"name": "gurmukhi letter oo", | |
"decimal": "2579", | |
"hex": "0A13" | |
}, | |
{ | |
"name": "gurmukhi letter au", | |
"decimal": "2580", | |
"hex": "0A14" | |
}, | |
{ | |
"name": "gurmukhi letter ka", | |
"decimal": "2581", | |
"hex": "0A15" | |
}, | |
{ | |
"name": "gurmukhi letter kha", | |
"decimal": "2582", | |
"hex": "0A16" | |
}, | |
{ | |
"name": "gurmukhi letter ga", | |
"decimal": "2583", | |
"hex": "0A17" | |
}, | |
{ | |
"name": "gurmukhi letter gha", | |
"decimal": "2584", | |
"hex": "0A18" | |
}, | |
{ | |
"name": "gurmukhi letter nga", | |
"decimal": "2585", | |
"hex": "0A19" | |
}, | |
{ | |
"name": "gurmukhi letter ca", | |
"decimal": "2586", | |
"hex": "0A1A" | |
}, | |
{ | |
"name": "gurmukhi letter cha", | |
"decimal": "2587", | |
"hex": "0A1B" | |
}, | |
{ | |
"name": "gurmukhi letter ja", | |
"decimal": "2588", | |
"hex": "0A1C" | |
}, | |
{ | |
"name": "gurmukhi letter jha", | |
"decimal": "2589", | |
"hex": "0A1D" | |
}, | |
{ | |
"name": "gurmukhi letter nya", | |
"decimal": "2590", | |
"hex": "0A1E" | |
}, | |
{ | |
"name": "gurmukhi letter tta", | |
"decimal": "2591", | |
"hex": "0A1F" | |
}, | |
{ | |
"name": "gurmukhi letter ttha", | |
"decimal": "2592", | |
"hex": "0A20" | |
}, | |
{ | |
"name": "gurmukhi letter dda", | |
"decimal": "2593", | |
"hex": "0A21" | |
}, | |
{ | |
"name": "gurmukhi letter ddha", | |
"decimal": "2594", | |
"hex": "0A22" | |
}, | |
{ | |
"name": "gurmukhi letter nna", | |
"decimal": "2595", | |
"hex": "0A23" | |
}, | |
{ | |
"name": "gurmukhi letter ta", | |
"decimal": "2596", | |
"hex": "0A24" | |
}, | |
{ | |
"name": "gurmukhi letter tha", | |
"decimal": "2597", | |
"hex": "0A25" | |
}, | |
{ | |
"name": "gurmukhi letter da", | |
"decimal": "2598", | |
"hex": "0A26" | |
}, | |
{ | |
"name": "gurmukhi letter dha", | |
"decimal": "2599", | |
"hex": "0A27" | |
}, | |
{ | |
"name": "gurmukhi letter na", | |
"decimal": "2600", | |
"hex": "0A28" | |
}, | |
{ | |
"name": "gurmukhi letter pa", | |
"decimal": "2602", | |
"hex": "0A2A" | |
}, | |
{ | |
"name": "gurmukhi letter pha", | |
"decimal": "2603", | |
"hex": "0A2B" | |
}, | |
{ | |
"name": "gurmukhi letter ba", | |
"decimal": "2604", | |
"hex": "0A2C" | |
}, | |
{ | |
"name": "gurmukhi letter bha", | |
"decimal": "2605", | |
"hex": "0A2D" | |
}, | |
{ | |
"name": "gurmukhi letter ma", | |
"decimal": "2606", | |
"hex": "0A2E" | |
}, | |
{ | |
"name": "gurmukhi letter ya", | |
"decimal": "2607", | |
"hex": "0A2F" | |
}, | |
{ | |
"name": "gurmukhi letter ra", | |
"decimal": "2608", | |
"hex": "0A30" | |
}, | |
{ | |
"name": "gurmukhi letter la", | |
"decimal": "2610", | |
"hex": "0A32" | |
}, | |
{ | |
"name": "gurmukhi letter lla", | |
"decimal": "2611", | |
"hex": "0A33" | |
}, | |
{ | |
"name": "gurmukhi letter va", | |
"decimal": "2613", | |
"hex": "0A35" | |
}, | |
{ | |
"name": "gurmukhi letter sha", | |
"decimal": "2614", | |
"hex": "0A36" | |
}, | |
{ | |
"name": "gurmukhi letter sa", | |
"decimal": "2616", | |
"hex": "0A38" | |
}, | |
{ | |
"name": "gurmukhi letter ha", | |
"decimal": "2617", | |
"hex": "0A39" | |
}, | |
{ | |
"name": "gurmukhi sign nukta", | |
"decimal": "2620", | |
"hex": "0A3C" | |
}, | |
{ | |
"name": "gurmukhi vowel sign aa", | |
"decimal": "2622", | |
"hex": "0A3E" | |
}, | |
{ | |
"name": "gurmukhi vowel sign i", | |
"decimal": "2623", | |
"hex": "0A3F" | |
}, | |
{ | |
"name": "gurmukhi vowel sign ii", | |
"decimal": "2624", | |
"hex": "0A40" | |
}, | |
{ | |
"name": "gurmukhi vowel sign u", | |
"decimal": "2625", | |
"hex": "0A41" | |
}, | |
{ | |
"name": "gurmukhi vowel sign uu", | |
"decimal": "2626", | |
"hex": "0A42" | |
}, | |
{ | |
"name": "gurmukhi vowel sign ee", | |
"decimal": "2631", | |
"hex": "0A47" | |
}, | |
{ | |
"name": "gurmukhi vowel sign ai", | |
"decimal": "2632", | |
"hex": "0A48" | |
}, | |
{ | |
"name": "gurmukhi vowel sign oo", | |
"decimal": "2635", | |
"hex": "0A4B" | |
}, | |
{ | |
"name": "gurmukhi vowel sign au", | |
"decimal": "2636", | |
"hex": "0A4C" | |
}, | |
{ | |
"name": "gurmukhi sign virama", | |
"decimal": "2637", | |
"hex": "0A4D" | |
}, | |
{ | |
"name": "gurmukhi letter khha", | |
"decimal": "2649", | |
"hex": "0A59" | |
}, | |
{ | |
"name": "gurmukhi letter ghha", | |
"decimal": "2650", | |
"hex": "0A5A" | |
}, | |
{ | |
"name": "gurmukhi letter za", | |
"decimal": "2651", | |
"hex": "0A5B" | |
}, | |
{ | |
"name": "gurmukhi letter rra", | |
"decimal": "2652", | |
"hex": "0A5C" | |
}, | |
{ | |
"name": "gurmukhi letter fa", | |
"decimal": "2654", | |
"hex": "0A5E" | |
}, | |
{ | |
"name": "gurmukhi digit zero", | |
"decimal": "2662", | |
"hex": "0A66" | |
}, | |
{ | |
"name": "gurmukhi digit one", | |
"decimal": "2663", | |
"hex": "0A67" | |
}, | |
{ | |
"name": "gurmukhi digit two", | |
"decimal": "2664", | |
"hex": "0A68" | |
}, | |
{ | |
"name": "gurmukhi digit three", | |
"decimal": "2665", | |
"hex": "0A69" | |
}, | |
{ | |
"name": "gurmukhi digit four", | |
"decimal": "2666", | |
"hex": "0A6A" | |
}, | |
{ | |
"name": "gurmukhi digit five", | |
"decimal": "2667", | |
"hex": "0A6B" | |
}, | |
{ | |
"name": "gurmukhi digit six", | |
"decimal": "2668", | |
"hex": "0A6C" | |
}, | |
{ | |
"name": "gurmukhi digit seven", | |
"decimal": "2669", | |
"hex": "0A6D" | |
}, | |
{ | |
"name": "gurmukhi digit eight", | |
"decimal": "2670", | |
"hex": "0A6E" | |
}, | |
{ | |
"name": "gurmukhi digit nine", | |
"decimal": "2671", | |
"hex": "0A6F" | |
}, | |
{ | |
"name": "gurmukhi tippi", | |
"decimal": "2672", | |
"hex": "0A70" | |
}, | |
{ | |
"name": "gurmukhi addak", | |
"decimal": "2673", | |
"hex": "0A71" | |
}, | |
{ | |
"name": "gurmukhi iri", | |
"decimal": "2674", | |
"hex": "0A72" | |
}, | |
{ | |
"name": "gurmukhi ura", | |
"decimal": "2675", | |
"hex": "0A73" | |
}, | |
{ | |
"name": "gurmukhi ek onkar", | |
"decimal": "2676", | |
"hex": "0A74" | |
} | |
], | |
"Gujarati": [ | |
{ | |
"name": "gujarati sign candrabindu", | |
"decimal": "2689", | |
"hex": "0A81" | |
}, | |
{ | |
"name": "gujarati sign anusvara", | |
"decimal": "2690", | |
"hex": "0A82" | |
}, | |
{ | |
"name": "gujarati sign visarga", | |
"decimal": "2691", | |
"hex": "0A83" | |
}, | |
{ | |
"name": "gujarati letter a", | |
"decimal": "2693", | |
"hex": "0A85" | |
}, | |
{ | |
"name": "gujarati letter aa", | |
"decimal": "2694", | |
"hex": "0A86" | |
}, | |
{ | |
"name": "gujarati letter i", | |
"decimal": "2695", | |
"hex": "0A87" | |
}, | |
{ | |
"name": "gujarati letter ii", | |
"decimal": "2696", | |
"hex": "0A88" | |
}, | |
{ | |
"name": "gujarati letter u", | |
"decimal": "2697", | |
"hex": "0A89" | |
}, | |
{ | |
"name": "gujarati letter uu", | |
"decimal": "2698", | |
"hex": "0A8A" | |
}, | |
{ | |
"name": "gujarati letter vocalic r", | |
"decimal": "2699", | |
"hex": "0A8B" | |
}, | |
{ | |
"name": "gujarati vowel candra e", | |
"decimal": "2701", | |
"hex": "0A8D" | |
}, | |
{ | |
"name": "gujarati letter e", | |
"decimal": "2703", | |
"hex": "0A8F" | |
}, | |
{ | |
"name": "gujarati letter ai", | |
"decimal": "2704", | |
"hex": "0A90" | |
}, | |
{ | |
"name": "gujarati vowel candra o", | |
"decimal": "2705", | |
"hex": "0A91" | |
}, | |
{ | |
"name": "gujarati letter o", | |
"decimal": "2707", | |
"hex": "0A93" | |
}, | |
{ | |
"name": "gujarati letter au", | |
"decimal": "2708", | |
"hex": "0A94" | |
}, | |
{ | |
"name": "gujarati letter ka", | |
"decimal": "2709", | |
"hex": "0A95" | |
}, | |
{ | |
"name": "gujarati letter kha", | |
"decimal": "2710", | |
"hex": "0A96" | |
}, | |
{ | |
"name": "gujarati letter ga", | |
"decimal": "2711", | |
"hex": "0A97" | |
}, | |
{ | |
"name": "gujarati letter gha", | |
"decimal": "2712", | |
"hex": "0A98" | |
}, | |
{ | |
"name": "gujarati letter nga", | |
"decimal": "2713", | |
"hex": "0A99" | |
}, | |
{ | |
"name": "gujarati letter ca", | |
"decimal": "2714", | |
"hex": "0A9A" | |
}, | |
{ | |
"name": "gujarati letter cha", | |
"decimal": "2715", | |
"hex": "0A9B" | |
}, | |
{ | |
"name": "gujarati letter ja", | |
"decimal": "2716", | |
"hex": "0A9C" | |
}, | |
{ | |
"name": "gujarati letter jha", | |
"decimal": "2717", | |
"hex": "0A9D" | |
}, | |
{ | |
"name": "gujarati letter nya", | |
"decimal": "2718", | |
"hex": "0A9E" | |
}, | |
{ | |
"name": "gujarati letter tta", | |
"decimal": "2719", | |
"hex": "0A9F" | |
}, | |
{ | |
"name": "gujarati letter ttha", | |
"decimal": "2720", | |
"hex": "0AA0" | |
}, | |
{ | |
"name": "gujarati letter dda", | |
"decimal": "2721", | |
"hex": "0AA1" | |
}, | |
{ | |
"name": "gujarati letter ddha", | |
"decimal": "2722", | |
"hex": "0AA2" | |
}, | |
{ | |
"name": "gujarati letter nna", | |
"decimal": "2723", | |
"hex": "0AA3" | |
}, | |
{ | |
"name": "gujarati letter ta", | |
"decimal": "2724", | |
"hex": "0AA4" | |
}, | |
{ | |
"name": "gujarati letter tha", | |
"decimal": "2725", | |
"hex": "0AA5" | |
}, | |
{ | |
"name": "gujarati letter da", | |
"decimal": "2726", | |
"hex": "0AA6" | |
}, | |
{ | |
"name": "gujarati letter dha", | |
"decimal": "2727", | |
"hex": "0AA7" | |
}, | |
{ | |
"name": "gujarati letter na", | |
"decimal": "2728", | |
"hex": "0AA8" | |
}, | |
{ | |
"name": "gujarati letter pa", | |
"decimal": "2730", | |
"hex": "0AAA" | |
}, | |
{ | |
"name": "gujarati letter pha", | |
"decimal": "2731", | |
"hex": "0AAB" | |
}, | |
{ | |
"name": "gujarati letter ba", | |
"decimal": "2732", | |
"hex": "0AAC" | |
}, | |
{ | |
"name": "gujarati letter bha", | |
"decimal": "2733", | |
"hex": "0AAD" | |
}, | |
{ | |
"name": "gujarati letter ma", | |
"decimal": "2734", | |
"hex": "0AAE" | |
}, | |
{ | |
"name": "gujarati letter ya", | |
"decimal": "2735", | |
"hex": "0AAF" | |
}, | |
{ | |
"name": "gujarati letter ra", | |
"decimal": "2736", | |
"hex": "0AB0" | |
}, | |
{ | |
"name": "gujarati letter la", | |
"decimal": "2738", | |
"hex": "0AB2" | |
}, | |
{ | |
"name": "gujarati letter lla", | |
"decimal": "2739", | |
"hex": "0AB3" | |
}, | |
{ | |
"name": "gujarati letter va", | |
"decimal": "2741", | |
"hex": "0AB5" | |
}, | |
{ | |
"name": "gujarati letter sha", | |
"decimal": "2742", | |
"hex": "0AB6" | |
}, | |
{ | |
"name": "gujarati letter ssa", | |
"decimal": "2743", | |
"hex": "0AB7" | |
}, | |
{ | |
"name": "gujarati letter sa", | |
"decimal": "2744", | |
"hex": "0AB8" | |
}, | |
{ | |
"name": "gujarati letter ha", | |
"decimal": "2745", | |
"hex": "0AB9" | |
}, | |
{ | |
"name": "gujarati sign nukta", | |
"decimal": "2748", | |
"hex": "0ABC" | |
}, | |
{ | |
"name": "gujarati sign avagraha", | |
"decimal": "2749", | |
"hex": "0ABD" | |
}, | |
{ | |
"name": "gujarati vowel sign aa", | |
"decimal": "2750", | |
"hex": "0ABE" | |
}, | |
{ | |
"name": "gujarati vowel sign i", | |
"decimal": "2751", | |
"hex": "0ABF" | |
}, | |
{ | |
"name": "gujarati vowel sign ii", | |
"decimal": "2752", | |
"hex": "0AC0" | |
}, | |
{ | |
"name": "gujarati vowel sign u", | |
"decimal": "2753", | |
"hex": "0AC1" | |
}, | |
{ | |
"name": "gujarati vowel sign uu", | |
"decimal": "2754", | |
"hex": "0AC2" | |
}, | |
{ | |
"name": "gujarati vowel sign vocalic r", | |
"decimal": "2755", | |
"hex": "0AC3" | |
}, | |
{ | |
"name": "gujarati vowel sign vocalic rr", | |
"decimal": "2756", | |
"hex": "0AC4" | |
}, | |
{ | |
"name": "gujarati vowel sign candra e", | |
"decimal": "2757", | |
"hex": "0AC5" | |
}, | |
{ | |
"name": "gujarati vowel sign e", | |
"decimal": "2759", | |
"hex": "0AC7" | |
}, | |
{ | |
"name": "gujarati vowel sign ai", | |
"decimal": "2760", | |
"hex": "0AC8" | |
}, | |
{ | |
"name": "gujarati vowel sign candra o", | |
"decimal": "2761", | |
"hex": "0AC9" | |
}, | |
{ | |
"name": "gujarati vowel sign o", | |
"decimal": "2763", | |
"hex": "0ACB" | |
}, | |
{ | |
"name": "gujarati vowel sign au", | |
"decimal": "2764", | |
"hex": "0ACC" | |
}, | |
{ | |
"name": "gujarati sign virama", | |
"decimal": "2765", | |
"hex": "0ACD" | |
}, | |
{ | |
"name": "gujarati om", | |
"decimal": "2768", | |
"hex": "0AD0" | |
}, | |
{ | |
"name": "gujarati letter vocalic rr", | |
"decimal": "2784", | |
"hex": "0AE0" | |
}, | |
{ | |
"name": "gujarati digit zero", | |
"decimal": "2790", | |
"hex": "0AE6" | |
}, | |
{ | |
"name": "gujarati digit one", | |
"decimal": "2791", | |
"hex": "0AE7" | |
}, | |
{ | |
"name": "gujarati digit two", | |
"decimal": "2792", | |
"hex": "0AE8" | |
}, | |
{ | |
"name": "gujarati digit three", | |
"decimal": "2793", | |
"hex": "0AE9" | |
}, | |
{ | |
"name": "gujarati digit four", | |
"decimal": "2794", | |
"hex": "0AEA" | |
}, | |
{ | |
"name": "gujarati digit five", | |
"decimal": "2795", | |
"hex": "0AEB" | |
}, | |
{ | |
"name": "gujarati digit six", | |
"decimal": "2796", | |
"hex": "0AEC" | |
}, | |
{ | |
"name": "gujarati digit seven", | |
"decimal": "2797", | |
"hex": "0AED" | |
}, | |
{ | |
"name": "gujarati digit eight", | |
"decimal": "2798", | |
"hex": "0AEE" | |
}, | |
{ | |
"name": "gujarati digit nine", | |
"decimal": "2799", | |
"hex": "0AEF" | |
} | |
], | |
"Oriya": [ | |
{ | |
"name": "oriya sign candrabindu", | |
"decimal": "2817", | |
"hex": "0B01" | |
}, | |
{ | |
"name": "oriya sign anusvara", | |
"decimal": "2818", | |
"hex": "0B02" | |
}, | |
{ | |
"name": "oriya sign visarga", | |
"decimal": "2819", | |
"hex": "0B03" | |
}, | |
{ | |
"name": "oriya letter a", | |
"decimal": "2821", | |
"hex": "0B05" | |
}, | |
{ | |
"name": "oriya letter aa", | |
"decimal": "2822", | |
"hex": "0B06" | |
}, | |
{ | |
"name": "oriya letter i", | |
"decimal": "2823", | |
"hex": "0B07" | |
}, | |
{ | |
"name": "oriya letter ii", | |
"decimal": "2824", | |
"hex": "0B08" | |
}, | |
{ | |
"name": "oriya letter u", | |
"decimal": "2825", | |
"hex": "0B09" | |
}, | |
{ | |
"name": "oriya letter uu", | |
"decimal": "2826", | |
"hex": "0B0A" | |
}, | |
{ | |
"name": "oriya letter vocalic r", | |
"decimal": "2827", | |
"hex": "0B0B" | |
}, | |
{ | |
"name": "oriya letter vocalic l", | |
"decimal": "2828", | |
"hex": "0B0C" | |
}, | |
{ | |
"name": "oriya letter e", | |
"decimal": "2831", | |
"hex": "0B0F" | |
}, | |
{ | |
"name": "oriya letter ai", | |
"decimal": "2832", | |
"hex": "0B10" | |
}, | |
{ | |
"name": "oriya letter o", | |
"decimal": "2835", | |
"hex": "0B13" | |
}, | |
{ | |
"name": "oriya letter au", | |
"decimal": "2836", | |
"hex": "0B14" | |
}, | |
{ | |
"name": "oriya letter ka", | |
"decimal": "2837", | |
"hex": "0B15" | |
}, | |
{ | |
"name": "oriya letter kha", | |
"decimal": "2838", | |
"hex": "0B16" | |
}, | |
{ | |
"name": "oriya letter ga", | |
"decimal": "2839", | |
"hex": "0B17" | |
}, | |
{ | |
"name": "oriya letter gha", | |
"decimal": "2840", | |
"hex": "0B18" | |
}, | |
{ | |
"name": "oriya letter nga", | |
"decimal": "2841", | |
"hex": "0B19" | |
}, | |
{ | |
"name": "oriya letter ca", | |
"decimal": "2842", | |
"hex": "0B1A" | |
}, | |
{ | |
"name": "oriya letter cha", | |
"decimal": "2843", | |
"hex": "0B1B" | |
}, | |
{ | |
"name": "oriya letter ja", | |
"decimal": "2844", | |
"hex": "0B1C" | |
}, | |
{ | |
"name": "oriya letter jha", | |
"decimal": "2845", | |
"hex": "0B1D" | |
}, | |
{ | |
"name": "oriya letter nya", | |
"decimal": "2846", | |
"hex": "0B1E" | |
}, | |
{ | |
"name": "oriya letter tta", | |
"decimal": "2847", | |
"hex": "0B1F" | |
}, | |
{ | |
"name": "oriya letter ttha", | |
"decimal": "2848", | |
"hex": "0B20" | |
}, | |
{ | |
"name": "oriya letter dda", | |
"decimal": "2849", | |
"hex": "0B21" | |
}, | |
{ | |
"name": "oriya letter ddha", | |
"decimal": "2850", | |
"hex": "0B22" | |
}, | |
{ | |
"name": "oriya letter nna", | |
"decimal": "2851", | |
"hex": "0B23" | |
}, | |
{ | |
"name": "oriya letter ta", | |
"decimal": "2852", | |
"hex": "0B24" | |
}, | |
{ | |
"name": "oriya letter tha", | |
"decimal": "2853", | |
"hex": "0B25" | |
}, | |
{ | |
"name": "oriya letter da", | |
"decimal": "2854", | |
"hex": "0B26" | |
}, | |
{ | |
"name": "oriya letter dha", | |
"decimal": "2855", | |
"hex": "0B27" | |
}, | |
{ | |
"name": "oriya letter na", | |
"decimal": "2856", | |
"hex": "0B28" | |
}, | |
{ | |
"name": "oriya letter pa", | |
"decimal": "2858", | |
"hex": "0B2A" | |
}, | |
{ | |
"name": "oriya letter pha", | |
"decimal": "2859", | |
"hex": "0B2B" | |
}, | |
{ | |
"name": "oriya letter ba", | |
"decimal": "2860", | |
"hex": "0B2C" | |
}, | |
{ | |
"name": "oriya letter bha", | |
"decimal": "2861", | |
"hex": "0B2D" | |
}, | |
{ | |
"name": "oriya letter ma", | |
"decimal": "2862", | |
"hex": "0B2E" | |
}, | |
{ | |
"name": "oriya letter ya", | |
"decimal": "2863", | |
"hex": "0B2F" | |
}, | |
{ | |
"name": "oriya letter ra", | |
"decimal": "2864", | |
"hex": "0B30" | |
}, | |
{ | |
"name": "oriya letter la", | |
"decimal": "2866", | |
"hex": "0B32" | |
}, | |
{ | |
"name": "oriya letter lla", | |
"decimal": "2867", | |
"hex": "0B33" | |
}, | |
{ | |
"name": "oriya letter sha", | |
"decimal": "2870", | |
"hex": "0B36" | |
}, | |
{ | |
"name": "oriya letter ssa", | |
"decimal": "2871", | |
"hex": "0B37" | |
}, | |
{ | |
"name": "oriya letter sa", | |
"decimal": "2872", | |
"hex": "0B38" | |
}, | |
{ | |
"name": "oriya letter ha", | |
"decimal": "2873", | |
"hex": "0B39" | |
}, | |
{ | |
"name": "oriya sign nukta", | |
"decimal": "2876", | |
"hex": "0B3C" | |
}, | |
{ | |
"name": "oriya sign avagraha", | |
"decimal": "2877", | |
"hex": "0B3D" | |
}, | |
{ | |
"name": "oriya vowel sign aa", | |
"decimal": "2878", | |
"hex": "0B3E" | |
}, | |
{ | |
"name": "oriya vowel sign i", | |
"decimal": "2879", | |
"hex": "0B3F" | |
}, | |
{ | |
"name": "oriya vowel sign ii", | |
"decimal": "2880", | |
"hex": "0B40" | |
}, | |
{ | |
"name": "oriya vowel sign u", | |
"decimal": "2881", | |
"hex": "0B41" | |
}, | |
{ | |
"name": "oriya vowel sign uu", | |
"decimal": "2882", | |
"hex": "0B42" | |
}, | |
{ | |
"name": "oriya vowel sign vocalic r", | |
"decimal": "2883", | |
"hex": "0B43" | |
}, | |
{ | |
"name": "oriya vowel sign e", | |
"decimal": "2887", | |
"hex": "0B47" | |
}, | |
{ | |
"name": "oriya vowel sign ai", | |
"decimal": "2888", | |
"hex": "0B48" | |
}, | |
{ | |
"name": "oriya vowel sign o", | |
"decimal": "2891", | |
"hex": "0B4B" | |
}, | |
{ | |
"name": "oriya vowel sign au", | |
"decimal": "2892", | |
"hex": "0B4C" | |
}, | |
{ | |
"name": "oriya sign virama", | |
"decimal": "2893", | |
"hex": "0B4D" | |
}, | |
{ | |
"name": "oriya ai length mark", | |
"decimal": "2902", | |
"hex": "0B56" | |
}, | |
{ | |
"name": "oriya au length mark", | |
"decimal": "2903", | |
"hex": "0B57" | |
}, | |
{ | |
"name": "oriya letter rra", | |
"decimal": "2908", | |
"hex": "0B5C" | |
}, | |
{ | |
"name": "oriya letter rha", | |
"decimal": "2909", | |
"hex": "0B5D" | |
}, | |
{ | |
"name": "oriya letter yya", | |
"decimal": "2911", | |
"hex": "0B5F" | |
}, | |
{ | |
"name": "oriya letter vocalic rr", | |
"decimal": "2912", | |
"hex": "0B60" | |
}, | |
{ | |
"name": "oriya letter vocalic ll", | |
"decimal": "2913", | |
"hex": "0B61" | |
}, | |
{ | |
"name": "oriya digit zero", | |
"decimal": "2918", | |
"hex": "0B66" | |
}, | |
{ | |
"name": "oriya digit one", | |
"decimal": "2919", | |
"hex": "0B67" | |
}, | |
{ | |
"name": "oriya digit two", | |
"decimal": "2920", | |
"hex": "0B68" | |
}, | |
{ | |
"name": "oriya digit three", | |
"decimal": "2921", | |
"hex": "0B69" | |
}, | |
{ | |
"name": "oriya digit four", | |
"decimal": "2922", | |
"hex": "0B6A" | |
}, | |
{ | |
"name": "oriya digit five", | |
"decimal": "2923", | |
"hex": "0B6B" | |
}, | |
{ | |
"name": "oriya digit six", | |
"decimal": "2924", | |
"hex": "0B6C" | |
}, | |
{ | |
"name": "oriya digit seven", | |
"decimal": "2925", | |
"hex": "0B6D" | |
}, | |
{ | |
"name": "oriya digit eight", | |
"decimal": "2926", | |
"hex": "0B6E" | |
}, | |
{ | |
"name": "oriya digit nine", | |
"decimal": "2927", | |
"hex": "0B6F" | |
}, | |
{ | |
"name": "oriya isshar", | |
"decimal": "2928", | |
"hex": "0B70" | |
} | |
], | |
"Tamil": [ | |
{ | |
"name": "tamil sign anusvara", | |
"decimal": "2946", | |
"hex": "0B82" | |
}, | |
{ | |
"name": "tamil sign visarga", | |
"decimal": "2947", | |
"hex": "0B83" | |
}, | |
{ | |
"name": "tamil letter a", | |
"decimal": "2949", | |
"hex": "0B85" | |
}, | |
{ | |
"name": "tamil letter aa", | |
"decimal": "2950", | |
"hex": "0B86" | |
}, | |
{ | |
"name": "tamil letter i", | |
"decimal": "2951", | |
"hex": "0B87" | |
}, | |
{ | |
"name": "tamil letter ii", | |
"decimal": "2952", | |
"hex": "0B88" | |
}, | |
{ | |
"name": "tamil letter u", | |
"decimal": "2953", | |
"hex": "0B89" | |
}, | |
{ | |
"name": "tamil letter uu", | |
"decimal": "2954", | |
"hex": "0B8A" | |
}, | |
{ | |
"name": "tamil letter e", | |
"decimal": "2958", | |
"hex": "0B8E" | |
}, | |
{ | |
"name": "tamil letter ee", | |
"decimal": "2959", | |
"hex": "0B8F" | |
}, | |
{ | |
"name": "tamil letter ai", | |
"decimal": "2960", | |
"hex": "0B90" | |
}, | |
{ | |
"name": "tamil letter o", | |
"decimal": "2962", | |
"hex": "0B92" | |
}, | |
{ | |
"name": "tamil letter oo", | |
"decimal": "2963", | |
"hex": "0B93" | |
}, | |
{ | |
"name": "tamil letter au", | |
"decimal": "2964", | |
"hex": "0B94" | |
}, | |
{ | |
"name": "tamil letter ka", | |
"decimal": "2965", | |
"hex": "0B95" | |
}, | |
{ | |
"name": "tamil letter nga", | |
"decimal": "2969", | |
"hex": "0B99" | |
}, | |
{ | |
"name": "tamil letter ca", | |
"decimal": "2970", | |
"hex": "0B9A" | |
}, | |
{ | |
"name": "tamil letter ja", | |
"decimal": "2972", | |
"hex": "0B9C" | |
}, | |
{ | |
"name": "tamil letter nya", | |
"decimal": "2974", | |
"hex": "0B9E" | |
}, | |
{ | |
"name": "tamil letter tta", | |
"decimal": "2975", | |
"hex": "0B9F" | |
}, | |
{ | |
"name": "tamil letter nna", | |
"decimal": "2979", | |
"hex": "0BA3" | |
}, | |
{ | |
"name": "tamil letter ta", | |
"decimal": "2980", | |
"hex": "0BA4" | |
}, | |
{ | |
"name": "tamil letter na", | |
"decimal": "2984", | |
"hex": "0BA8" | |
}, | |
{ | |
"name": "tamil letter nnna", | |
"decimal": "2985", | |
"hex": "0BA9" | |
}, | |
{ | |
"name": "tamil letter pa", | |
"decimal": "2986", | |
"hex": "0BAA" | |
}, | |
{ | |
"name": "tamil letter ma", | |
"decimal": "2990", | |
"hex": "0BAE" | |
}, | |
{ | |
"name": "tamil letter ya", | |
"decimal": "2991", | |
"hex": "0BAF" | |
}, | |
{ | |
"name": "tamil letter ra", | |
"decimal": "2992", | |
"hex": "0BB0" | |
}, | |
{ | |
"name": "tamil letter rra", | |
"decimal": "2993", | |
"hex": "0BB1" | |
}, | |
{ | |
"name": "tamil letter la", | |
"decimal": "2994", | |
"hex": "0BB2" | |
}, | |
{ | |
"name": "tamil letter lla", | |
"decimal": "2995", | |
"hex": "0BB3" | |
}, | |
{ | |
"name": "tamil letter llla", | |
"decimal": "2996", | |
"hex": "0BB4" | |
}, | |
{ | |
"name": "tamil letter va", | |
"decimal": "2997", | |
"hex": "0BB5" | |
}, | |
{ | |
"name": "tamil letter ssa", | |
"decimal": "2999", | |
"hex": "0BB7" | |
}, | |
{ | |
"name": "tamil letter sa", | |
"decimal": "3000", | |
"hex": "0BB8" | |
}, | |
{ | |
"name": "tamil letter ha", | |
"decimal": "3001", | |
"hex": "0BB9" | |
}, | |
{ | |
"name": "tamil vowel sign aa", | |
"decimal": "3006", | |
"hex": "0BBE" | |
}, | |
{ | |
"name": "tamil vowel sign i", | |
"decimal": "3007", | |
"hex": "0BBF" | |
}, | |
{ | |
"name": "tamil vowel sign ii", | |
"decimal": "3008", | |
"hex": "0BC0" | |
}, | |
{ | |
"name": "tamil vowel sign u", | |
"decimal": "3009", | |
"hex": "0BC1" | |
}, | |
{ | |
"name": "tamil vowel sign uu", | |
"decimal": "3010", | |
"hex": "0BC2" | |
}, | |
{ | |
"name": "tamil vowel sign e", | |
"decimal": "3014", | |
"hex": "0BC6" | |
}, | |
{ | |
"name": "tamil vowel sign ee", | |
"decimal": "3015", | |
"hex": "0BC7" | |
}, | |
{ | |
"name": "tamil vowel sign ai", | |
"decimal": "3016", | |
"hex": "0BC8" | |
}, | |
{ | |
"name": "tamil vowel sign o", | |
"decimal": "3018", | |
"hex": "0BCA" | |
}, | |
{ | |
"name": "tamil vowel sign oo", | |
"decimal": "3019", | |
"hex": "0BCB" | |
}, | |
{ | |
"name": "tamil vowel sign au", | |
"decimal": "3020", | |
"hex": "0BCC" | |
}, | |
{ | |
"name": "tamil sign virama", | |
"decimal": "3021", | |
"hex": "0BCD" | |
}, | |
{ | |
"name": "tamil au length mark", | |
"decimal": "3031", | |
"hex": "0BD7" | |
}, | |
{ | |
"name": "tamil digit one", | |
"decimal": "3047", | |
"hex": "0BE7" | |
}, | |
{ | |
"name": "tamil digit two", | |
"decimal": "3048", | |
"hex": "0BE8" | |
}, | |
{ | |
"name": "tamil digit three", | |
"decimal": "3049", | |
"hex": "0BE9" | |
}, | |
{ | |
"name": "tamil digit four", | |
"decimal": "3050", | |
"hex": "0BEA" | |
}, | |
{ | |
"name": "tamil digit five", | |
"decimal": "3051", | |
"hex": "0BEB" | |
}, | |
{ | |
"name": "tamil digit six", | |
"decimal": "3052", | |
"hex": "0BEC" | |
}, | |
{ | |
"name": "tamil digit seven", | |
"decimal": "3053", | |
"hex": "0BED" | |
}, | |
{ | |
"name": "tamil digit eight", | |
"decimal": "3054", | |
"hex": "0BEE" | |
}, | |
{ | |
"name": "tamil digit nine", | |
"decimal": "3055", | |
"hex": "0BEF" | |
}, | |
{ | |
"name": "tamil number ten", | |
"decimal": "3056", | |
"hex": "0BF0" | |
}, | |
{ | |
"name": "tamil number one hundred", | |
"decimal": "3057", | |
"hex": "0BF1" | |
}, | |
{ | |
"name": "tamil number one thousand", | |
"decimal": "3058", | |
"hex": "0BF2" | |
} | |
], | |
"Telugu": [ | |
{ | |
"name": "telugu sign candrabindu", | |
"decimal": "3073", | |
"hex": "0C01" | |
}, | |
{ | |
"name": "telugu sign anusvara", | |
"decimal": "3074", | |
"hex": "0C02" | |
}, | |
{ | |
"name": "telugu sign visarga", | |
"decimal": "3075", | |
"hex": "0C03" | |
}, | |
{ | |
"name": "telugu letter a", | |
"decimal": "3077", | |
"hex": "0C05" | |
}, | |
{ | |
"name": "telugu letter aa", | |
"decimal": "3078", | |
"hex": "0C06" | |
}, | |
{ | |
"name": "telugu letter i", | |
"decimal": "3079", | |
"hex": "0C07" | |
}, | |
{ | |
"name": "telugu letter ii", | |
"decimal": "3080", | |
"hex": "0C08" | |
}, | |
{ | |
"name": "telugu letter u", | |
"decimal": "3081", | |
"hex": "0C09" | |
}, | |
{ | |
"name": "telugu letter uu", | |
"decimal": "3082", | |
"hex": "0C0A" | |
}, | |
{ | |
"name": "telugu letter vocalic r", | |
"decimal": "3083", | |
"hex": "0C0B" | |
}, | |
{ | |
"name": "telugu letter vocalic l", | |
"decimal": "3084", | |
"hex": "0C0C" | |
}, | |
{ | |
"name": "telugu letter e", | |
"decimal": "3086", | |
"hex": "0C0E" | |
}, | |
{ | |
"name": "telugu letter ee", | |
"decimal": "3087", | |
"hex": "0C0F" | |
}, | |
{ | |
"name": "telugu letter ai", | |
"decimal": "3088", | |
"hex": "0C10" | |
}, | |
{ | |
"name": "telugu letter o", | |
"decimal": "3090", | |
"hex": "0C12" | |
}, | |
{ | |
"name": "telugu letter oo", | |
"decimal": "3091", | |
"hex": "0C13" | |
}, | |
{ | |
"name": "telugu letter au", | |
"decimal": "3092", | |
"hex": "0C14" | |
}, | |
{ | |
"name": "telugu letter ka", | |
"decimal": "3093", | |
"hex": "0C15" | |
}, | |
{ | |
"name": "telugu letter kha", | |
"decimal": "3094", | |
"hex": "0C16" | |
}, | |
{ | |
"name": "telugu letter ga", | |
"decimal": "3095", | |
"hex": "0C17" | |
}, | |
{ | |
"name": "telugu letter gha", | |
"decimal": "3096", | |
"hex": "0C18" | |
}, | |
{ | |
"name": "telugu letter nga", | |
"decimal": "3097", | |
"hex": "0C19" | |
}, | |
{ | |
"name": "telugu letter ca", | |
"decimal": "3098", | |
"hex": "0C1A" | |
}, | |
{ | |
"name": "telugu letter cha", | |
"decimal": "3099", | |
"hex": "0C1B" | |
}, | |
{ | |
"name": "telugu letter ja", | |
"decimal": "3100", | |
"hex": "0C1C" | |
}, | |
{ | |
"name": "telugu letter jha", | |
"decimal": "3101", | |
"hex": "0C1D" | |
}, | |
{ | |
"name": "telugu letter nya", | |
"decimal": "3102", | |
"hex": "0C1E" | |
}, | |
{ | |
"name": "telugu letter tta", | |
"decimal": "3103", | |
"hex": "0C1F" | |
}, | |
{ | |
"name": "telugu letter ttha", | |
"decimal": "3104", | |
"hex": "0C20" | |
}, | |
{ | |
"name": "telugu letter dda", | |
"decimal": "3105", | |
"hex": "0C21" | |
}, | |
{ | |
"name": "telugu letter ddha", | |
"decimal": "3106", | |
"hex": "0C22" | |
}, | |
{ | |
"name": "telugu letter nna", | |
"decimal": "3107", | |
"hex": "0C23" | |
}, | |
{ | |
"name": "telugu letter ta", | |
"decimal": "3108", | |
"hex": "0C24" | |
}, | |
{ | |
"name": "telugu letter tha", | |
"decimal": "3109", | |
"hex": "0C25" | |
}, | |
{ | |
"name": "telugu letter da", | |
"decimal": "3110", | |
"hex": "0C26" | |
}, | |
{ | |
"name": "telugu letter dha", | |
"decimal": "3111", | |
"hex": "0C27" | |
}, | |
{ | |
"name": "telugu letter na", | |
"decimal": "3112", | |
"hex": "0C28" | |
}, | |
{ | |
"name": "telugu letter pa", | |
"decimal": "3114", | |
"hex": "0C2A" | |
}, | |
{ | |
"name": "telugu letter pha", | |
"decimal": "3115", | |
"hex": "0C2B" | |
}, | |
{ | |
"name": "telugu letter ba", | |
"decimal": "3116", | |
"hex": "0C2C" | |
}, | |
{ | |
"name": "telugu letter bha", | |
"decimal": "3117", | |
"hex": "0C2D" | |
}, | |
{ | |
"name": "telugu letter ma", | |
"decimal": "3118", | |
"hex": "0C2E" | |
}, | |
{ | |
"name": "telugu letter ya", | |
"decimal": "3119", | |
"hex": "0C2F" | |
}, | |
{ | |
"name": "telugu letter ra", | |
"decimal": "3120", | |
"hex": "0C30" | |
}, | |
{ | |
"name": "telugu letter rra", | |
"decimal": "3121", | |
"hex": "0C31" | |
}, | |
{ | |
"name": "telugu letter la", | |
"decimal": "3122", | |
"hex": "0C32" | |
}, | |
{ | |
"name": "telugu letter lla", | |
"decimal": "3123", | |
"hex": "0C33" | |
}, | |
{ | |
"name": "telugu letter va", | |
"decimal": "3125", | |
"hex": "0C35" | |
}, | |
{ | |
"name": "telugu letter sha", | |
"decimal": "3126", | |
"hex": "0C36" | |
}, | |
{ | |
"name": "telugu letter ssa", | |
"decimal": "3127", | |
"hex": "0C37" | |
}, | |
{ | |
"name": "telugu letter sa", | |
"decimal": "3128", | |
"hex": "0C38" | |
}, | |
{ | |
"name": "telugu letter ha", | |
"decimal": "3129", | |
"hex": "0C39" | |
}, | |
{ | |
"name": "telugu vowel sign aa", | |
"decimal": "3134", | |
"hex": "0C3E" | |
}, | |
{ | |
"name": "telugu vowel sign i", | |
"decimal": "3135", | |
"hex": "0C3F" | |
}, | |
{ | |
"name": "telugu vowel sign ii", | |
"decimal": "3136", | |
"hex": "0C40" | |
}, | |
{ | |
"name": "telugu vowel sign u", | |
"decimal": "3137", | |
"hex": "0C41" | |
}, | |
{ | |
"name": "telugu vowel sign uu", | |
"decimal": "3138", | |
"hex": "0C42" | |
}, | |
{ | |
"name": "telugu vowel sign vocalic r", | |
"decimal": "3139", | |
"hex": "0C43" | |
}, | |
{ | |
"name": "telugu vowel sign vocalic rr", | |
"decimal": "3140", | |
"hex": "0C44" | |
}, | |
{ | |
"name": "telugu vowel sign e", | |
"decimal": "3142", | |
"hex": "0C46" | |
}, | |
{ | |
"name": "telugu vowel sign ee", | |
"decimal": "3143", | |
"hex": "0C47" | |
}, | |
{ | |
"name": "telugu vowel sign ai", | |
"decimal": "3144", | |
"hex": "0C48" | |
}, | |
{ | |
"name": "telugu vowel sign o", | |
"decimal": "3146", | |
"hex": "0C4A" | |
}, | |
{ | |
"name": "telugu vowel sign oo", | |
"decimal": "3147", | |
"hex": "0C4B" | |
}, | |
{ | |
"name": "telugu vowel sign au", | |
"decimal": "3148", | |
"hex": "0C4C" | |
}, | |
{ | |
"name": "telugu sign virama", | |
"decimal": "3149", | |
"hex": "0C4D" | |
}, | |
{ | |
"name": "telugu length mark", | |
"decimal": "3157", | |
"hex": "0C55" | |
}, | |
{ | |
"name": "telugu ai length mark", | |
"decimal": "3158", | |
"hex": "0C56" | |
}, | |
{ | |
"name": "telugu letter vocalic rr", | |
"decimal": "3168", | |
"hex": "0C60" | |
}, | |
{ | |
"name": "telugu letter vocalic ll", | |
"decimal": "3169", | |
"hex": "0C61" | |
}, | |
{ | |
"name": "telugu digit zero", | |
"decimal": "3174", | |
"hex": "0C66" | |
}, | |
{ | |
"name": "telugu digit one", | |
"decimal": "3175", | |
"hex": "0C67" | |
}, | |
{ | |
"name": "telugu digit two", | |
"decimal": "3176", | |
"hex": "0C68" | |
}, | |
{ | |
"name": "telugu digit three", | |
"decimal": "3177", | |
"hex": "0C69" | |
}, | |
{ | |
"name": "telugu digit four", | |
"decimal": "3178", | |
"hex": "0C6A" | |
}, | |
{ | |
"name": "telugu digit five", | |
"decimal": "3179", | |
"hex": "0C6B" | |
}, | |
{ | |
"name": "telugu digit six", | |
"decimal": "3180", | |
"hex": "0C6C" | |
}, | |
{ | |
"name": "telugu digit seven", | |
"decimal": "3181", | |
"hex": "0C6D" | |
}, | |
{ | |
"name": "telugu digit eight", | |
"decimal": "3182", | |
"hex": "0C6E" | |
}, | |
{ | |
"name": "telugu digit nine", | |
"decimal": "3183", | |
"hex": "0C6F" | |
} | |
], | |
"Kannada": [ | |
{ | |
"name": "kannada sign anusvara", | |
"decimal": "3202", | |
"hex": "0C82" | |
}, | |
{ | |
"name": "kannada sign visarga", | |
"decimal": "3203", | |
"hex": "0C83" | |
}, | |
{ | |
"name": "kannada letter a", | |
"decimal": "3205", | |
"hex": "0C85" | |
}, | |
{ | |
"name": "kannada letter aa", | |
"decimal": "3206", | |
"hex": "0C86" | |
}, | |
{ | |
"name": "kannada letter i", | |
"decimal": "3207", | |
"hex": "0C87" | |
}, | |
{ | |
"name": "kannada letter ii", | |
"decimal": "3208", | |
"hex": "0C88" | |
}, | |
{ | |
"name": "kannada letter u", | |
"decimal": "3209", | |
"hex": "0C89" | |
}, | |
{ | |
"name": "kannada letter uu", | |
"decimal": "3210", | |
"hex": "0C8A" | |
}, | |
{ | |
"name": "kannada letter vocalic r", | |
"decimal": "3211", | |
"hex": "0C8B" | |
}, | |
{ | |
"name": "kannada letter vocalic l", | |
"decimal": "3212", | |
"hex": "0C8C" | |
}, | |
{ | |
"name": "kannada letter e", | |
"decimal": "3214", | |
"hex": "0C8E" | |
}, | |
{ | |
"name": "kannada letter ee", | |
"decimal": "3215", | |
"hex": "0C8F" | |
}, | |
{ | |
"name": "kannada letter ai", | |
"decimal": "3216", | |
"hex": "0C90" | |
}, | |
{ | |
"name": "kannada letter o", | |
"decimal": "3218", | |
"hex": "0C92" | |
}, | |
{ | |
"name": "kannada letter oo", | |
"decimal": "3219", | |
"hex": "0C93" | |
}, | |
{ | |
"name": "kannada letter au", | |
"decimal": "3220", | |
"hex": "0C94" | |
}, | |
{ | |
"name": "kannada letter ka", | |
"decimal": "3221", | |
"hex": "0C95" | |
}, | |
{ | |
"name": "kannada letter kha", | |
"decimal": "3222", | |
"hex": "0C96" | |
}, | |
{ | |
"name": "kannada letter ga", | |
"decimal": "3223", | |
"hex": "0C97" | |
}, | |
{ | |
"name": "kannada letter gha", | |
"decimal": "3224", | |
"hex": "0C98" | |
}, | |
{ | |
"name": "kannada letter nga", | |
"decimal": "3225", | |
"hex": "0C99" | |
}, | |
{ | |
"name": "kannada letter ca", | |
"decimal": "3226", | |
"hex": "0C9A" | |
}, | |
{ | |
"name": "kannada letter cha", | |
"decimal": "3227", | |
"hex": "0C9B" | |
}, | |
{ | |
"name": "kannada letter ja", | |
"decimal": "3228", | |
"hex": "0C9C" | |
}, | |
{ | |
"name": "kannada letter jha", | |
"decimal": "3229", | |
"hex": "0C9D" | |
}, | |
{ | |
"name": "kannada letter nya", | |
"decimal": "3230", | |
"hex": "0C9E" | |
}, | |
{ | |
"name": "kannada letter tta", | |
"decimal": "3231", | |
"hex": "0C9F" | |
}, | |
{ | |
"name": "kannada letter ttha", | |
"decimal": "3232", | |
"hex": "0CA0" | |
}, | |
{ | |
"name": "kannada letter dda", | |
"decimal": "3233", | |
"hex": "0CA1" | |
}, | |
{ | |
"name": "kannada letter ddha", | |
"decimal": "3234", | |
"hex": "0CA2" | |
}, | |
{ | |
"name": "kannada letter nna", | |
"decimal": "3235", | |
"hex": "0CA3" | |
}, | |
{ | |
"name": "kannada letter ta", | |
"decimal": "3236", | |
"hex": "0CA4" | |
}, | |
{ | |
"name": "kannada letter tha", | |
"decimal": "3237", | |
"hex": "0CA5" | |
}, | |
{ | |
"name": "kannada letter da", | |
"decimal": "3238", | |
"hex": "0CA6" | |
}, | |
{ | |
"name": "kannada letter dha", | |
"decimal": "3239", | |
"hex": "0CA7" | |
}, | |
{ | |
"name": "kannada letter na", | |
"decimal": "3240", | |
"hex": "0CA8" | |
}, | |
{ | |
"name": "kannada letter pa", | |
"decimal": "3242", | |
"hex": "0CAA" | |
}, | |
{ | |
"name": "kannada letter pha", | |
"decimal": "3243", | |
"hex": "0CAB" | |
}, | |
{ | |
"name": "kannada letter ba", | |
"decimal": "3244", | |
"hex": "0CAC" | |
}, | |
{ | |
"name": "kannada letter bha", | |
"decimal": "3245", | |
"hex": "0CAD" | |
}, | |
{ | |
"name": "kannada letter ma", | |
"decimal": "3246", | |
"hex": "0CAE" | |
}, | |
{ | |
"name": "kannada letter ya", | |
"decimal": "3247", | |
"hex": "0CAF" | |
}, | |
{ | |
"name": "kannada letter ra", | |
"decimal": "3248", | |
"hex": "0CB0" | |
}, | |
{ | |
"name": "kannada letter rra", | |
"decimal": "3249", | |
"hex": "0CB1" | |
}, | |
{ | |
"name": "kannada letter la", | |
"decimal": "3250", | |
"hex": "0CB2" | |
}, | |
{ | |
"name": "kannada letter lla", | |
"decimal": "3251", | |
"hex": "0CB3" | |
}, | |
{ | |
"name": "kannada letter va", | |
"decimal": "3253", | |
"hex": "0CB5" | |
}, | |
{ | |
"name": "kannada letter sha", | |
"decimal": "3254", | |
"hex": "0CB6" | |
}, | |
{ | |
"name": "kannada letter ssa", | |
"decimal": "3255", | |
"hex": "0CB7" | |
}, | |
{ | |
"name": "kannada letter sa", | |
"decimal": "3256", | |
"hex": "0CB8" | |
}, | |
{ | |
"name": "kannada letter ha", | |
"decimal": "3257", | |
"hex": "0CB9" | |
}, | |
{ | |
"name": "kannada vowel sign aa", | |
"decimal": "3262", | |
"hex": "0CBE" | |
}, | |
{ | |
"name": "kannada vowel sign i", | |
"decimal": "3263", | |
"hex": "0CBF" | |
}, | |
{ | |
"name": "kannada vowel sign ii", | |
"decimal": "3264", | |
"hex": "0CC0" | |
}, | |
{ | |
"name": "kannada vowel sign u", | |
"decimal": "3265", | |
"hex": "0CC1" | |
}, | |
{ | |
"name": "kannada vowel sign uu", | |
"decimal": "3266", | |
"hex": "0CC2" | |
}, | |
{ | |
"name": "kannada vowel sign vocalic r", | |
"decimal": "3267", | |
"hex": "0CC3" | |
}, | |
{ | |
"name": "kannada vowel sign vocalic rr", | |
"decimal": "3268", | |
"hex": "0CC4" | |
}, | |
{ | |
"name": "kannada vowel sign e", | |
"decimal": "3270", | |
"hex": "0CC6" | |
}, | |
{ | |
"name": "kannada vowel sign ee", | |
"decimal": "3271", | |
"hex": "0CC7" | |
}, | |
{ | |
"name": "kannada vowel sign ai", | |
"decimal": "3272", | |
"hex": "0CC8" | |
}, | |
{ | |
"name": "kannada vowel sign o", | |
"decimal": "3274", | |
"hex": "0CCA" | |
}, | |
{ | |
"name": "kannada vowel sign oo", | |
"decimal": "3275", | |
"hex": "0CCB" | |
}, | |
{ | |
"name": "kannada vowel sign au", | |
"decimal": "3276", | |
"hex": "0CCC" | |
}, | |
{ | |
"name": "kannada sign virama", | |
"decimal": "3277", | |
"hex": "0CCD" | |
}, | |
{ | |
"name": "kannada length mark", | |
"decimal": "3285", | |
"hex": "0CD5" | |
}, | |
{ | |
"name": "kannada ai length mark", | |
"decimal": "3286", | |
"hex": "0CD6" | |
}, | |
{ | |
"name": "kannada letter fa", | |
"decimal": "3294", | |
"hex": "0CDE" | |
}, | |
{ | |
"name": "kannada letter vocalic rr", | |
"decimal": "3296", | |
"hex": "0CE0" | |
}, | |
{ | |
"name": "kannada letter vocalic ll", | |
"decimal": "3297", | |
"hex": "0CE1" | |
}, | |
{ | |
"name": "kannada digit zero", | |
"decimal": "3302", | |
"hex": "0CE6" | |
}, | |
{ | |
"name": "kannada digit one", | |
"decimal": "3303", | |
"hex": "0CE7" | |
}, | |
{ | |
"name": "kannada digit two", | |
"decimal": "3304", | |
"hex": "0CE8" | |
}, | |
{ | |
"name": "kannada digit three", | |
"decimal": "3305", | |
"hex": "0CE9" | |
}, | |
{ | |
"name": "kannada digit four", | |
"decimal": "3306", | |
"hex": "0CEA" | |
}, | |
{ | |
"name": "kannada digit five", | |
"decimal": "3307", | |
"hex": "0CEB" | |
}, | |
{ | |
"name": "kannada digit six", | |
"decimal": "3308", | |
"hex": "0CEC" | |
}, | |
{ | |
"name": "kannada digit seven", | |
"decimal": "3309", | |
"hex": "0CED" | |
}, | |
{ | |
"name": "kannada digit eight", | |
"decimal": "3310", | |
"hex": "0CEE" | |
}, | |
{ | |
"name": "kannada digit nine", | |
"decimal": "3311", | |
"hex": "0CEF" | |
} | |
], | |
"Malayalam": [ | |
{ | |
"name": "malayalam sign anusvara", | |
"decimal": "3330", | |
"hex": "0D02" | |
}, | |
{ | |
"name": "malayalam sign visarga", | |
"decimal": "3331", | |
"hex": "0D03" | |
}, | |
{ | |
"name": "malayalam letter a", | |
"decimal": "3333", | |
"hex": "0D05" | |
}, | |
{ | |
"name": "malayalam letter aa", | |
"decimal": "3334", | |
"hex": "0D06" | |
}, | |
{ | |
"name": "malayalam letter i", | |
"decimal": "3335", | |
"hex": "0D07" | |
}, | |
{ | |
"name": "malayalam letter ii", | |
"decimal": "3336", | |
"hex": "0D08" | |
}, | |
{ | |
"name": "malayalam letter u", | |
"decimal": "3337", | |
"hex": "0D09" | |
}, | |
{ | |
"name": "malayalam letter uu", | |
"decimal": "3338", | |
"hex": "0D0A" | |
}, | |
{ | |
"name": "malayalam letter vocalic r", | |
"decimal": "3339", | |
"hex": "0D0B" | |
}, | |
{ | |
"name": "malayalam letter vocalic l", | |
"decimal": "3340", | |
"hex": "0D0C" | |
}, | |
{ | |
"name": "malayalam letter e", | |
"decimal": "3342", | |
"hex": "0D0E" | |
}, | |
{ | |
"name": "malayalam letter ee", | |
"decimal": "3343", | |
"hex": "0D0F" | |
}, | |
{ | |
"name": "malayalam letter ai", | |
"decimal": "3344", | |
"hex": "0D10" | |
}, | |
{ | |
"name": "malayalam letter o", | |
"decimal": "3346", | |
"hex": "0D12" | |
}, | |
{ | |
"name": "malayalam letter oo", | |
"decimal": "3347", | |
"hex": "0D13" | |
}, | |
{ | |
"name": "malayalam letter au", | |
"decimal": "3348", | |
"hex": "0D14" | |
}, | |
{ | |
"name": "malayalam letter ka", | |
"decimal": "3349", | |
"hex": "0D15" | |
}, | |
{ | |
"name": "malayalam letter kha", | |
"decimal": "3350", | |
"hex": "0D16" | |
}, | |
{ | |
"name": "malayalam letter ga", | |
"decimal": "3351", | |
"hex": "0D17" | |
}, | |
{ | |
"name": "malayalam letter gha", | |
"decimal": "3352", | |
"hex": "0D18" | |
}, | |
{ | |
"name": "malayalam letter nga", | |
"decimal": "3353", | |
"hex": "0D19" | |
}, | |
{ | |
"name": "malayalam letter ca", | |
"decimal": "3354", | |
"hex": "0D1A" | |
}, | |
{ | |
"name": "malayalam letter cha", | |
"decimal": "3355", | |
"hex": "0D1B" | |
}, | |
{ | |
"name": "malayalam letter ja", | |
"decimal": "3356", | |
"hex": "0D1C" | |
}, | |
{ | |
"name": "malayalam letter jha", | |
"decimal": "3357", | |
"hex": "0D1D" | |
}, | |
{ | |
"name": "malayalam letter nya", | |
"decimal": "3358", | |
"hex": "0D1E" | |
}, | |
{ | |
"name": "malayalam letter tta", | |
"decimal": "3359", | |
"hex": "0D1F" | |
}, | |
{ | |
"name": "malayalam letter ttha", | |
"decimal": "3360", | |
"hex": "0D20" | |
}, | |
{ | |
"name": "malayalam letter dda", | |
"decimal": "3361", | |
"hex": "0D21" | |
}, | |
{ | |
"name": "malayalam letter ddha", | |
"decimal": "3362", | |
"hex": "0D22" | |
}, | |
{ | |
"name": "malayalam letter nna", | |
"decimal": "3363", | |
"hex": "0D23" | |
}, | |
{ | |
"name": "malayalam letter ta", | |
"decimal": "3364", | |
"hex": "0D24" | |
}, | |
{ | |
"name": "malayalam letter tha", | |
"decimal": "3365", | |
"hex": "0D25" | |
}, | |
{ | |
"name": "malayalam letter da", | |
"decimal": "3366", | |
"hex": "0D26" | |
}, | |
{ | |
"name": "malayalam letter dha", | |
"decimal": "3367", | |
"hex": "0D27" | |
}, | |
{ | |
"name": "malayalam letter na", | |
"decimal": "3368", | |
"hex": "0D28" | |
}, | |
{ | |
"name": "malayalam letter pa", | |
"decimal": "3370", | |
"hex": "0D2A" | |
}, | |
{ | |
"name": "malayalam letter pha", | |
"decimal": "3371", | |
"hex": "0D2B" | |
}, | |
{ | |
"name": "malayalam letter ba", | |
"decimal": "3372", | |
"hex": "0D2C" | |
}, | |
{ | |
"name": "malayalam letter bha", | |
"decimal": "3373", | |
"hex": "0D2D" | |
}, | |
{ | |
"name": "malayalam letter ma", | |
"decimal": "3374", | |
"hex": "0D2E" | |
}, | |
{ | |
"name": "malayalam letter ya", | |
"decimal": "3375", | |
"hex": "0D2F" | |
}, | |
{ | |
"name": "malayalam letter ra", | |
"decimal": "3376", | |
"hex": "0D30" | |
}, | |
{ | |
"name": "malayalam letter rra", | |
"decimal": "3377", | |
"hex": "0D31" | |
}, | |
{ | |
"name": "malayalam letter la", | |
"decimal": "3378", | |
"hex": "0D32" | |
}, | |
{ | |
"name": "malayalam letter lla", | |
"decimal": "3379", | |
"hex": "0D33" | |
}, | |
{ | |
"name": "malayalam letter llla", | |
"decimal": "3380", | |
"hex": "0D34" | |
}, | |
{ | |
"name": "malayalam letter va", | |
"decimal": "3381", | |
"hex": "0D35" | |
}, | |
{ | |
"name": "malayalam letter sha", | |
"decimal": "3382", | |
"hex": "0D36" | |
}, | |
{ | |
"name": "malayalam letter ssa", | |
"decimal": "3383", | |
"hex": "0D37" | |
}, | |
{ | |
"name": "malayalam letter sa", | |
"decimal": "3384", | |
"hex": "0D38" | |
}, | |
{ | |
"name": "malayalam letter ha", | |
"decimal": "3385", | |
"hex": "0D39" | |
}, | |
{ | |
"name": "malayalam vowel sign aa", | |
"decimal": "3390", | |
"hex": "0D3E" | |
}, | |
{ | |
"name": "malayalam vowel sign i", | |
"decimal": "3391", | |
"hex": "0D3F" | |
}, | |
{ | |
"name": "malayalam vowel sign ii", | |
"decimal": "3392", | |
"hex": "0D40" | |
}, | |
{ | |
"name": "malayalam vowel sign u", | |
"decimal": "3393", | |
"hex": "0D41" | |
}, | |
{ | |
"name": "malayalam vowel sign uu", | |
"decimal": "3394", | |
"hex": "0D42" | |
}, | |
{ | |
"name": "malayalam vowel sign vocalic r", | |
"decimal": "3395", | |
"hex": "0D43" | |
}, | |
{ | |
"name": "malayalam vowel sign e", | |
"decimal": "3398", | |
"hex": "0D46" | |
}, | |
{ | |
"name": "malayalam vowel sign ee", | |
"decimal": "3399", | |
"hex": "0D47" | |
}, | |
{ | |
"name": "malayalam vowel sign ai", | |
"decimal": "3400", | |
"hex": "0D48" | |
}, | |
{ | |
"name": "malayalam vowel sign o", | |
"decimal": "3402", | |
"hex": "0D4A" | |
}, | |
{ | |
"name": "malayalam vowel sign oo", | |
"decimal": "3403", | |
"hex": "0D4B" | |
}, | |
{ | |
"name": "malayalam vowel sign au", | |
"decimal": "3404", | |
"hex": "0D4C" | |
}, | |
{ | |
"name": "malayalam sign virama", | |
"decimal": "3405", | |
"hex": "0D4D" | |
}, | |
{ | |
"name": "malayalam au length mark", | |
"decimal": "3415", | |
"hex": "0D57" | |
}, | |
{ | |
"name": "malayalam letter vocalic rr", | |
"decimal": "3424", | |
"hex": "0D60" | |
}, | |
{ | |
"name": "malayalam letter vocalic ll", | |
"decimal": "3425", | |
"hex": "0D61" | |
}, | |
{ | |
"name": "malayalam digit zero", | |
"decimal": "3430", | |
"hex": "0D66" | |
}, | |
{ | |
"name": "malayalam digit one", | |
"decimal": "3431", | |
"hex": "0D67" | |
}, | |
{ | |
"name": "malayalam digit two", | |
"decimal": "3432", | |
"hex": "0D68" | |
}, | |
{ | |
"name": "malayalam digit three", | |
"decimal": "3433", | |
"hex": "0D69" | |
}, | |
{ | |
"name": "malayalam digit four", | |
"decimal": "3434", | |
"hex": "0D6A" | |
}, | |
{ | |
"name": "malayalam digit five", | |
"decimal": "3435", | |
"hex": "0D6B" | |
}, | |
{ | |
"name": "malayalam digit six", | |
"decimal": "3436", | |
"hex": "0D6C" | |
}, | |
{ | |
"name": "malayalam digit seven", | |
"decimal": "3437", | |
"hex": "0D6D" | |
}, | |
{ | |
"name": "malayalam digit eight", | |
"decimal": "3438", | |
"hex": "0D6E" | |
}, | |
{ | |
"name": "malayalam digit nine", | |
"decimal": "3439", | |
"hex": "0D6F" | |
} | |
], | |
"Sinhala": [ | |
{ | |
"name": "sinhala sign anusvaraya", | |
"decimal": "3458", | |
"hex": "0D82" | |
}, | |
{ | |
"name": "sinhala sign visargaya", | |
"decimal": "3459", | |
"hex": "0D83" | |
}, | |
{ | |
"name": "sinhala letter ayanna", | |
"decimal": "3461", | |
"hex": "0D85" | |
}, | |
{ | |
"name": "sinhala letter aayanna", | |
"decimal": "3462", | |
"hex": "0D86" | |
}, | |
{ | |
"name": "sinhala letter aeyanna", | |
"decimal": "3463", | |
"hex": "0D87" | |
}, | |
{ | |
"name": "sinhala letter aeeyanna", | |
"decimal": "3464", | |
"hex": "0D88" | |
}, | |
{ | |
"name": "sinhala letter iyanna", | |
"decimal": "3465", | |
"hex": "0D89" | |
}, | |
{ | |
"name": "sinhala letter iiyanna", | |
"decimal": "3466", | |
"hex": "0D8A" | |
}, | |
{ | |
"name": "sinhala letter uyanna", | |
"decimal": "3467", | |
"hex": "0D8B" | |
}, | |
{ | |
"name": "sinhala letter uuyanna", | |
"decimal": "3468", | |
"hex": "0D8C" | |
}, | |
{ | |
"name": "sinhala letter iruyanna", | |
"decimal": "3469", | |
"hex": "0D8D" | |
}, | |
{ | |
"name": "sinhala letter iruuyanna", | |
"decimal": "3470", | |
"hex": "0D8E" | |
}, | |
{ | |
"name": "sinhala letter iluyanna", | |
"decimal": "3471", | |
"hex": "0D8F" | |
}, | |
{ | |
"name": "sinhala letter iluuyanna", | |
"decimal": "3472", | |
"hex": "0D90" | |
}, | |
{ | |
"name": "sinhala letter eyanna", | |
"decimal": "3473", | |
"hex": "0D91" | |
}, | |
{ | |
"name": "sinhala letter eeyanna", | |
"decimal": "3474", | |
"hex": "0D92" | |
}, | |
{ | |
"name": "sinhala letter aiyanna", | |
"decimal": "3475", | |
"hex": "0D93" | |
}, | |
{ | |
"name": "sinhala letter oyanna", | |
"decimal": "3476", | |
"hex": "0D94" | |
}, | |
{ | |
"name": "sinhala letter ooyanna", | |
"decimal": "3477", | |
"hex": "0D95" | |
}, | |
{ | |
"name": "sinhala letter auyanna", | |
"decimal": "3478", | |
"hex": "0D96" | |
}, | |
{ | |
"name": "sinhala letter alpapraana kayanna", | |
"decimal": "3482", | |
"hex": "0D9A" | |
}, | |
{ | |
"name": "sinhala letter mahaapraana kayanna", | |
"decimal": "3483", | |
"hex": "0D9B" | |
}, | |
{ | |
"name": "sinhala letter alpapraana gayanna", | |
"decimal": "3484", | |
"hex": "0D9C" | |
}, | |
{ | |
"name": "sinhala letter mahaapraana gayanna", | |
"decimal": "3485", | |
"hex": "0D9D" | |
}, | |
{ | |
"name": "sinhala letter kantaja naasikyaya", | |
"decimal": "3486", | |
"hex": "0D9E" | |
}, | |
{ | |
"name": "sinhala letter sanyaka gayanna", | |
"decimal": "3487", | |
"hex": "0D9F" | |
}, | |
{ | |
"name": "sinhala letter alpapraana cayanna", | |
"decimal": "3488", | |
"hex": "0DA0" | |
}, | |
{ | |
"name": "sinhala letter mahaapraana cayanna", | |
"decimal": "3489", | |
"hex": "0DA1" | |
}, | |
{ | |
"name": "sinhala letter alpapraana jayanna", | |
"decimal": "3490", | |
"hex": "0DA2" | |
}, | |
{ | |
"name": "sinhala letter mahaapraana jayanna", | |
"decimal": "3491", | |
"hex": "0DA3" | |
}, | |
{ | |
"name": "sinhala letter taaluja naasikyaya", | |
"decimal": "3492", | |
"hex": "0DA4" | |
}, | |
{ | |
"name": "sinhala letter taaluja sanyooga naaksikyaya", | |
"decimal": "3493", | |
"hex": "0DA5" | |
}, | |
{ | |
"name": "sinhala letter sanyaka jayanna", | |
"decimal": "3494", | |
"hex": "0DA6" | |
}, | |
{ | |
"name": "sinhala letter alpapraana ttayanna", | |
"decimal": "3495", | |
"hex": "0DA7" | |
}, | |
{ | |
"name": "sinhala letter mahaapraana ttayanna", | |
"decimal": "3496", | |
"hex": "0DA8" | |
}, | |
{ | |
"name": "sinhala letter alpapraana ddayanna", | |
"decimal": "3497", | |
"hex": "0DA9" | |
}, | |
{ | |
"name": "sinhala letter mahaapraana ddayanna", | |
"decimal": "3498", | |
"hex": "0DAA" | |
}, | |
{ | |
"name": "sinhala letter muurdhaja nayanna", | |
"decimal": "3499", | |
"hex": "0DAB" | |
}, | |
{ | |
"name": "sinhala letter sanyaka ddayanna", | |
"decimal": "3500", | |
"hex": "0DAC" | |
}, | |
{ | |
"name": "sinhala letter alpapraana tayanna", | |
"decimal": "3501", | |
"hex": "0DAD" | |
}, | |
{ | |
"name": "sinhala letter mahaapraana tayanna", | |
"decimal": "3502", | |
"hex": "0DAE" | |
}, | |
{ | |
"name": "sinhala letter alpapraana dayanna", | |
"decimal": "3503", | |
"hex": "0DAF" | |
}, | |
{ | |
"name": "sinhala letter mahaapraana dayanna", | |
"decimal": "3504", | |
"hex": "0DB0" | |
}, | |
{ | |
"name": "sinhala letter dantaja nayanna", | |
"decimal": "3505", | |
"hex": "0DB1" | |
}, | |
{ | |
"name": "sinhala letter sanyaka dayanna", | |
"decimal": "3507", | |
"hex": "0DB3" | |
}, | |
{ | |
"name": "sinhala letter alpapraana payanna", | |
"decimal": "3508", | |
"hex": "0DB4" | |
}, | |
{ | |
"name": "sinhala letter mahaapraana payanna", | |
"decimal": "3509", | |
"hex": "0DB5" | |
}, | |
{ | |
"name": "sinhala letter alpapraana bayanna", | |
"decimal": "3510", | |
"hex": "0DB6" | |
}, | |
{ | |
"name": "sinhala letter mahaapraana bayanna", | |
"decimal": "3511", | |
"hex": "0DB7" | |
}, | |
{ | |
"name": "sinhala letter mayanna", | |
"decimal": "3512", | |
"hex": "0DB8" | |
}, | |
{ | |
"name": "sinhala letter amba bayanna", | |
"decimal": "3513", | |
"hex": "0DB9" | |
}, | |
{ | |
"name": "sinhala letter yayanna", | |
"decimal": "3514", | |
"hex": "0DBA" | |
}, | |
{ | |
"name": "sinhala letter rayanna", | |
"decimal": "3515", | |
"hex": "0DBB" | |
}, | |
{ | |
"name": "sinhala letter dantaja layanna", | |
"decimal": "3517", | |
"hex": "0DBD" | |
}, | |
{ | |
"name": "sinhala letter vayanna", | |
"decimal": "3520", | |
"hex": "0DC0" | |
}, | |
{ | |
"name": "sinhala letter taaluja sayanna", | |
"decimal": "3521", | |
"hex": "0DC1" | |
}, | |
{ | |
"name": "sinhala letter muurdhaja sayanna", | |
"decimal": "3522", | |
"hex": "0DC2" | |
}, | |
{ | |
"name": "sinhala letter dantaja sayanna", | |
"decimal": "3523", | |
"hex": "0DC3" | |
}, | |
{ | |
"name": "sinhala letter hayanna", | |
"decimal": "3524", | |
"hex": "0DC4" | |
}, | |
{ | |
"name": "sinhala letter muurdhaja layanna", | |
"decimal": "3525", | |
"hex": "0DC5" | |
}, | |
{ | |
"name": "sinhala letter fayanna", | |
"decimal": "3526", | |
"hex": "0DC6" | |
}, | |
{ | |
"name": "sinhala sign al-lakuna", | |
"decimal": "3530", | |
"hex": "0DCA" | |
}, | |
{ | |
"name": "sinhala vowel sign aela-pilla", | |
"decimal": "3535", | |
"hex": "0DCF" | |
}, | |
{ | |
"name": "sinhala vowel sign ketti aeda-pilla", | |
"decimal": "3536", | |
"hex": "0DD0" | |
}, | |
{ | |
"name": "sinhala vowel sign diga aeda-pilla", | |
"decimal": "3537", | |
"hex": "0DD1" | |
}, | |
{ | |
"name": "sinhala vowel sign ketti is-pilla", | |
"decimal": "3538", | |
"hex": "0DD2" | |
}, | |
{ | |
"name": "sinhala vowel sign diga is-pilla", | |
"decimal": "3539", | |
"hex": "0DD3" | |
}, | |
{ | |
"name": "sinhala vowel sign ketti paa-pilla", | |
"decimal": "3540", | |
"hex": "0DD4" | |
}, | |
{ | |
"name": "sinhala vowel sign diga paa-pilla", | |
"decimal": "3542", | |
"hex": "0DD6" | |
}, | |
{ | |
"name": "sinhala vowel sign gaetta-pilla", | |
"decimal": "3544", | |
"hex": "0DD8" | |
}, | |
{ | |
"name": "sinhala vowel sign kombuva", | |
"decimal": "3545", | |
"hex": "0DD9" | |
}, | |
{ | |
"name": "sinhala vowel sign diga kombuva", | |
"decimal": "3546", | |
"hex": "0DDA" | |
}, | |
{ | |
"name": "sinhala vowel sign kombu deka", | |
"decimal": "3547", | |
"hex": "0DDB" | |
}, | |
{ | |
"name": "sinhala vowel sign kombuva haa aela-pilla", | |
"decimal": "3548", | |
"hex": "0DDC" | |
}, | |
{ | |
"name": "sinhala vowel sign kombuva haa diga aela-pilla", | |
"decimal": "3549", | |
"hex": "0DDD" | |
}, | |
{ | |
"name": "sinhala vowel sign kombuva haa gayanukitta", | |
"decimal": "3550", | |
"hex": "0DDE" | |
}, | |
{ | |
"name": "sinhala vowel sign gayanukitta", | |
"decimal": "3551", | |
"hex": "0DDF" | |
}, | |
{ | |
"name": "sinhala vowel sign diga gaetta-pilla", | |
"decimal": "3570", | |
"hex": "0DF2" | |
}, | |
{ | |
"name": "sinhala vowel sign diga gayanukitta", | |
"decimal": "3571", | |
"hex": "0DF3" | |
}, | |
{ | |
"name": "sinhala punctuation kunddaliya", | |
"decimal": "3572", | |
"hex": "0DF4" | |
} | |
], | |
"Thai": [ | |
{ | |
"name": "thai character ko kai", | |
"decimal": "3585", | |
"hex": "0E01" | |
}, | |
{ | |
"name": "thai character kho khai", | |
"decimal": "3586", | |
"hex": "0E02" | |
}, | |
{ | |
"name": "thai character kho khuat", | |
"decimal": "3587", | |
"hex": "0E03" | |
}, | |
{ | |
"name": "thai character kho khwai", | |
"decimal": "3588", | |
"hex": "0E04" | |
}, | |
{ | |
"name": "thai character kho khon", | |
"decimal": "3589", | |
"hex": "0E05" | |
}, | |
{ | |
"name": "thai character kho rakhang", | |
"decimal": "3590", | |
"hex": "0E06" | |
}, | |
{ | |
"name": "thai character ngo ngu", | |
"decimal": "3591", | |
"hex": "0E07" | |
}, | |
{ | |
"name": "thai character cho chan", | |
"decimal": "3592", | |
"hex": "0E08" | |
}, | |
{ | |
"name": "thai character cho ching", | |
"decimal": "3593", | |
"hex": "0E09" | |
}, | |
{ | |
"name": "thai character cho chang", | |
"decimal": "3594", | |
"hex": "0E0A" | |
}, | |
{ | |
"name": "thai character so so", | |
"decimal": "3595", | |
"hex": "0E0B" | |
}, | |
{ | |
"name": "thai character cho choe", | |
"decimal": "3596", | |
"hex": "0E0C" | |
}, | |
{ | |
"name": "thai character yo ying", | |
"decimal": "3597", | |
"hex": "0E0D" | |
}, | |
{ | |
"name": "thai character do chada", | |
"decimal": "3598", | |
"hex": "0E0E" | |
}, | |
{ | |
"name": "thai character to patak", | |
"decimal": "3599", | |
"hex": "0E0F" | |
}, | |
{ | |
"name": "thai character tho than", | |
"decimal": "3600", | |
"hex": "0E10" | |
}, | |
{ | |
"name": "thai character tho nangmontho", | |
"decimal": "3601", | |
"hex": "0E11" | |
}, | |
{ | |
"name": "thai character tho phuthao", | |
"decimal": "3602", | |
"hex": "0E12" | |
}, | |
{ | |
"name": "thai character no nen", | |
"decimal": "3603", | |
"hex": "0E13" | |
}, | |
{ | |
"name": "thai character do dek", | |
"decimal": "3604", | |
"hex": "0E14" | |
}, | |
{ | |
"name": "thai character to tao", | |
"decimal": "3605", | |
"hex": "0E15" | |
}, | |
{ | |
"name": "thai character tho thung", | |
"decimal": "3606", | |
"hex": "0E16" | |
}, | |
{ | |
"name": "thai character tho thahan", | |
"decimal": "3607", | |
"hex": "0E17" | |
}, | |
{ | |
"name": "thai character tho thong", | |
"decimal": "3608", | |
"hex": "0E18" | |
}, | |
{ | |
"name": "thai character no nu", | |
"decimal": "3609", | |
"hex": "0E19" | |
}, | |
{ | |
"name": "thai character bo baimai", | |
"decimal": "3610", | |
"hex": "0E1A" | |
}, | |
{ | |
"name": "thai character po pla", | |
"decimal": "3611", | |
"hex": "0E1B" | |
}, | |
{ | |
"name": "thai character pho phung", | |
"decimal": "3612", | |
"hex": "0E1C" | |
}, | |
{ | |
"name": "thai character fo fa", | |
"decimal": "3613", | |
"hex": "0E1D" | |
}, | |
{ | |
"name": "thai character pho phan", | |
"decimal": "3614", | |
"hex": "0E1E" | |
}, | |
{ | |
"name": "thai character fo fan", | |
"decimal": "3615", | |
"hex": "0E1F" | |
}, | |
{ | |
"name": "thai character pho samphao", | |
"decimal": "3616", | |
"hex": "0E20" | |
}, | |
{ | |
"name": "thai character mo ma", | |
"decimal": "3617", | |
"hex": "0E21" | |
}, | |
{ | |
"name": "thai character yo yak", | |
"decimal": "3618", | |
"hex": "0E22" | |
}, | |
{ | |
"name": "thai character ro rua", | |
"decimal": "3619", | |
"hex": "0E23" | |
}, | |
{ | |
"name": "thai character ru", | |
"decimal": "3620", | |
"hex": "0E24" | |
}, | |
{ | |
"name": "thai character lo ling", | |
"decimal": "3621", | |
"hex": "0E25" | |
}, | |
{ | |
"name": "thai character lu", | |
"decimal": "3622", | |
"hex": "0E26" | |
}, | |
{ | |
"name": "thai character wo waen", | |
"decimal": "3623", | |
"hex": "0E27" | |
}, | |
{ | |
"name": "thai character so sala", | |
"decimal": "3624", | |
"hex": "0E28" | |
}, | |
{ | |
"name": "thai character so rusi", | |
"decimal": "3625", | |
"hex": "0E29" | |
}, | |
{ | |
"name": "thai character so sua", | |
"decimal": "3626", | |
"hex": "0E2A" | |
}, | |
{ | |
"name": "thai character ho hip", | |
"decimal": "3627", | |
"hex": "0E2B" | |
}, | |
{ | |
"name": "thai character lo chula", | |
"decimal": "3628", | |
"hex": "0E2C" | |
}, | |
{ | |
"name": "thai character o ang", | |
"decimal": "3629", | |
"hex": "0E2D" | |
}, | |
{ | |
"name": "thai character ho nokhuk", | |
"decimal": "3630", | |
"hex": "0E2E" | |
}, | |
{ | |
"name": "thai character paiyannoi", | |
"decimal": "3631", | |
"hex": "0E2F" | |
}, | |
{ | |
"name": "thai character sara a", | |
"decimal": "3632", | |
"hex": "0E30" | |
}, | |
{ | |
"name": "thai character mai han-akat", | |
"decimal": "3633", | |
"hex": "0E31" | |
}, | |
{ | |
"name": "thai character sara aa", | |
"decimal": "3634", | |
"hex": "0E32" | |
}, | |
{ | |
"name": "thai character sara am", | |
"decimal": "3635", | |
"hex": "0E33" | |
}, | |
{ | |
"name": "thai character sara i", | |
"decimal": "3636", | |
"hex": "0E34" | |
}, | |
{ | |
"name": "thai character sara ii", | |
"decimal": "3637", | |
"hex": "0E35" | |
}, | |
{ | |
"name": "thai character sara ue", | |
"decimal": "3638", | |
"hex": "0E36" | |
}, | |
{ | |
"name": "thai character sara uee", | |
"decimal": "3639", | |
"hex": "0E37" | |
}, | |
{ | |
"name": "thai character sara u", | |
"decimal": "3640", | |
"hex": "0E38" | |
}, | |
{ | |
"name": "thai character sara uu", | |
"decimal": "3641", | |
"hex": "0E39" | |
}, | |
{ | |
"name": "thai character phinthu", | |
"decimal": "3642", | |
"hex": "0E3A" | |
}, | |
{ | |
"name": "thai currency symbol baht", | |
"decimal": "3647", | |
"hex": "0E3F" | |
}, | |
{ | |
"name": "thai character sara e", | |
"decimal": "3648", | |
"hex": "0E40" | |
}, | |
{ | |
"name": "thai character sara ae", | |
"decimal": "3649", | |
"hex": "0E41" | |
}, | |
{ | |
"name": "thai character sara o", | |
"decimal": "3650", | |
"hex": "0E42" | |
}, | |
{ | |
"name": "thai character sara ai maimuan", | |
"decimal": "3651", | |
"hex": "0E43" | |
}, | |
{ | |
"name": "thai character sara ai maimalai", | |
"decimal": "3652", | |
"hex": "0E44" | |
}, | |
{ | |
"name": "thai character lakkhangyao", | |
"decimal": "3653", | |
"hex": "0E45" | |
}, | |
{ | |
"name": "thai character maiyamok", | |
"decimal": "3654", | |
"hex": "0E46" | |
}, | |
{ | |
"name": "thai character maitaikhu", | |
"decimal": "3655", | |
"hex": "0E47" | |
}, | |
{ | |
"name": "thai character mai ek", | |
"decimal": "3656", | |
"hex": "0E48" | |
}, | |
{ | |
"name": "thai character mai tho", | |
"decimal": "3657", | |
"hex": "0E49" | |
}, | |
{ | |
"name": "thai character mai tri", | |
"decimal": "3658", | |
"hex": "0E4A" | |
}, | |
{ | |
"name": "thai character mai chattawa", | |
"decimal": "3659", | |
"hex": "0E4B" | |
}, | |
{ | |
"name": "thai character thanthakhat", | |
"decimal": "3660", | |
"hex": "0E4C" | |
}, | |
{ | |
"name": "thai character nikhahit", | |
"decimal": "3661", | |
"hex": "0E4D" | |
}, | |
{ | |
"name": "thai character yamakkan", | |
"decimal": "3662", | |
"hex": "0E4E" | |
}, | |
{ | |
"name": "thai character fongman", | |
"decimal": "3663", | |
"hex": "0E4F" | |
}, | |
{ | |
"name": "thai digit zero", | |
"decimal": "3664", | |
"hex": "0E50" | |
}, | |
{ | |
"name": "thai digit one", | |
"decimal": "3665", | |
"hex": "0E51" | |
}, | |
{ | |
"name": "thai digit two", | |
"decimal": "3666", | |
"hex": "0E52" | |
}, | |
{ | |
"name": "thai digit three", | |
"decimal": "3667", | |
"hex": "0E53" | |
}, | |
{ | |
"name": "thai digit four", | |
"decimal": "3668", | |
"hex": "0E54" | |
}, | |
{ | |
"name": "thai digit five", | |
"decimal": "3669", | |
"hex": "0E55" | |
}, | |
{ | |
"name": "thai digit six", | |
"decimal": "3670", | |
"hex": "0E56" | |
}, | |
{ | |
"name": "thai digit seven", | |
"decimal": "3671", | |
"hex": "0E57" | |
}, | |
{ | |
"name": "thai digit eight", | |
"decimal": "3672", | |
"hex": "0E58" | |
}, | |
{ | |
"name": "thai digit nine", | |
"decimal": "3673", | |
"hex": "0E59" | |
}, | |
{ | |
"name": "thai character angkhankhu", | |
"decimal": "3674", | |
"hex": "0E5A" | |
}, | |
{ | |
"name": "thai character khomut", | |
"decimal": "3675", | |
"hex": "0E5B" | |
} | |
], | |
"Lao": [ | |
{ | |
"name": "lao letter ko", | |
"decimal": "3713", | |
"hex": "0E81" | |
}, | |
{ | |
"name": "lao letter kho sung", | |
"decimal": "3714", | |
"hex": "0E82" | |
}, | |
{ | |
"name": "lao letter kho tam", | |
"decimal": "3716", | |
"hex": "0E84" | |
}, | |
{ | |
"name": "lao letter ngo", | |
"decimal": "3719", | |
"hex": "0E87" | |
}, | |
{ | |
"name": "lao letter co", | |
"decimal": "3720", | |
"hex": "0E88" | |
}, | |
{ | |
"name": "lao letter so tam", | |
"decimal": "3722", | |
"hex": "0E8A" | |
}, | |
{ | |
"name": "lao letter nyo", | |
"decimal": "3725", | |
"hex": "0E8D" | |
}, | |
{ | |
"name": "lao letter do", | |
"decimal": "3732", | |
"hex": "0E94" | |
}, | |
{ | |
"name": "lao letter to", | |
"decimal": "3733", | |
"hex": "0E95" | |
}, | |
{ | |
"name": "lao letter tho sung", | |
"decimal": "3734", | |
"hex": "0E96" | |
}, | |
{ | |
"name": "lao letter tho tam", | |
"decimal": "3735", | |
"hex": "0E97" | |
}, | |
{ | |
"name": "lao letter no", | |
"decimal": "3737", | |
"hex": "0E99" | |
}, | |
{ | |
"name": "lao letter bo", | |
"decimal": "3738", | |
"hex": "0E9A" | |
}, | |
{ | |
"name": "lao letter po", | |
"decimal": "3739", | |
"hex": "0E9B" | |
}, | |
{ | |
"name": "lao letter pho sung", | |
"decimal": "3740", | |
"hex": "0E9C" | |
}, | |
{ | |
"name": "lao letter fo tam", | |
"decimal": "3741", | |
"hex": "0E9D" | |
}, | |
{ | |
"name": "lao letter pho tam", | |
"decimal": "3742", | |
"hex": "0E9E" | |
}, | |
{ | |
"name": "lao letter fo sung", | |
"decimal": "3743", | |
"hex": "0E9F" | |
}, | |
{ | |
"name": "lao letter mo", | |
"decimal": "3745", | |
"hex": "0EA1" | |
}, | |
{ | |
"name": "lao letter yo", | |
"decimal": "3746", | |
"hex": "0EA2" | |
}, | |
{ | |
"name": "lao letter lo ling", | |
"decimal": "3747", | |
"hex": "0EA3" | |
}, | |
{ | |
"name": "lao letter lo loot", | |
"decimal": "3749", | |
"hex": "0EA5" | |
}, | |
{ | |
"name": "lao letter wo", | |
"decimal": "3751", | |
"hex": "0EA7" | |
}, | |
{ | |
"name": "lao letter so sung", | |
"decimal": "3754", | |
"hex": "0EAA" | |
}, | |
{ | |
"name": "lao letter ho sung", | |
"decimal": "3755", | |
"hex": "0EAB" | |
}, | |
{ | |
"name": "lao letter o", | |
"decimal": "3757", | |
"hex": "0EAD" | |
}, | |
{ | |
"name": "lao letter ho tam", | |
"decimal": "3758", | |
"hex": "0EAE" | |
}, | |
{ | |
"name": "lao ellipsis", | |
"decimal": "3759", | |
"hex": "0EAF" | |
}, | |
{ | |
"name": "lao vowel sign a", | |
"decimal": "3760", | |
"hex": "0EB0" | |
}, | |
{ | |
"name": "lao vowel sign mai kan", | |
"decimal": "3761", | |
"hex": "0EB1" | |
}, | |
{ | |
"name": "lao vowel sign aa", | |
"decimal": "3762", | |
"hex": "0EB2" | |
}, | |
{ | |
"name": "lao vowel sign am", | |
"decimal": "3763", | |
"hex": "0EB3" | |
}, | |
{ | |
"name": "lao vowel sign i", | |
"decimal": "3764", | |
"hex": "0EB4" | |
}, | |
{ | |
"name": "lao vowel sign ii", | |
"decimal": "3765", | |
"hex": "0EB5" | |
}, | |
{ | |
"name": "lao vowel sign y", | |
"decimal": "3766", | |
"hex": "0EB6" | |
}, | |
{ | |
"name": "lao vowel sign yy", | |
"decimal": "3767", | |
"hex": "0EB7" | |
}, | |
{ | |
"name": "lao vowel sign u", | |
"decimal": "3768", | |
"hex": "0EB8" | |
}, | |
{ | |
"name": "lao vowel sign uu", | |
"decimal": "3769", | |
"hex": "0EB9" | |
}, | |
{ | |
"name": "lao vowel sign mai kon", | |
"decimal": "3771", | |
"hex": "0EBB" | |
}, | |
{ | |
"name": "lao semivowel sign lo", | |
"decimal": "3772", | |
"hex": "0EBC" | |
}, | |
{ | |
"name": "lao semivowel sign nyo", | |
"decimal": "3773", | |
"hex": "0EBD" | |
}, | |
{ | |
"name": "lao vowel sign e", | |
"decimal": "3776", | |
"hex": "0EC0" | |
}, | |
{ | |
"name": "lao vowel sign ei", | |
"decimal": "3777", | |
"hex": "0EC1" | |
}, | |
{ | |
"name": "lao vowel sign o", | |
"decimal": "3778", | |
"hex": "0EC2" | |
}, | |
{ | |
"name": "lao vowel sign ay", | |
"decimal": "3779", | |
"hex": "0EC3" | |
}, | |
{ | |
"name": "lao vowel sign ai", | |
"decimal": "3780", | |
"hex": "0EC4" | |
}, | |
{ | |
"name": "lao ko la", | |
"decimal": "3782", | |
"hex": "0EC6" | |
}, | |
{ | |
"name": "lao tone mai ek", | |
"decimal": "3784", | |
"hex": "0EC8" | |
}, | |
{ | |
"name": "lao tone mai tho", | |
"decimal": "3785", | |
"hex": "0EC9" | |
}, | |
{ | |
"name": "lao tone mai ti", | |
"decimal": "3786", | |
"hex": "0ECA" | |
}, | |
{ | |
"name": "lao tone mai catawa", | |
"decimal": "3787", | |
"hex": "0ECB" | |
}, | |
{ | |
"name": "lao cancellation mark", | |
"decimal": "3788", | |
"hex": "0ECC" | |
}, | |
{ | |
"name": "lao niggahita", | |
"decimal": "3789", | |
"hex": "0ECD" | |
}, | |
{ | |
"name": "lao digit zero", | |
"decimal": "3792", | |
"hex": "0ED0" | |
}, | |
{ | |
"name": "lao digit one", | |
"decimal": "3793", | |
"hex": "0ED1" | |
}, | |
{ | |
"name": "lao digit two", | |
"decimal": "3794", | |
"hex": "0ED2" | |
}, | |
{ | |
"name": "lao digit three", | |
"decimal": "3795", | |
"hex": "0ED3" | |
}, | |
{ | |
"name": "lao digit four", | |
"decimal": "3796", | |
"hex": "0ED4" | |
}, | |
{ | |
"name": "lao digit five", | |
"decimal": "3797", | |
"hex": "0ED5" | |
}, | |
{ | |
"name": "lao digit six", | |
"decimal": "3798", | |
"hex": "0ED6" | |
}, | |
{ | |
"name": "lao digit seven", | |
"decimal": "3799", | |
"hex": "0ED7" | |
}, | |
{ | |
"name": "lao digit eight", | |
"decimal": "3800", | |
"hex": "0ED8" | |
}, | |
{ | |
"name": "lao digit nine", | |
"decimal": "3801", | |
"hex": "0ED9" | |
}, | |
{ | |
"name": "lao ho no", | |
"decimal": "3804", | |
"hex": "0EDC" | |
}, | |
{ | |
"name": "lao ho mo", | |
"decimal": "3805", | |
"hex": "0EDD" | |
} | |
], | |
"Tibetan": [ | |
{ | |
"name": "tibetan syllable om", | |
"decimal": "3840", | |
"hex": "0F00" | |
}, | |
{ | |
"name": "tibetan mark gter yig mgo truncated a", | |
"decimal": "3841", | |
"hex": "0F01" | |
}, | |
{ | |
"name": "tibetan mark gter yig mgo -um rnam bcad ma", | |
"decimal": "3842", | |
"hex": "0F02" | |
}, | |
{ | |
"name": "tibetan mark gter yig mgo -um gter tsheg ma", | |
"decimal": "3843", | |
"hex": "0F03" | |
}, | |
{ | |
"name": "tibetan mark initial yig mgo mdun ma", | |
"decimal": "3844", | |
"hex": "0F04" | |
}, | |
{ | |
"name": "tibetan mark closing yig mgo sgab ma", | |
"decimal": "3845", | |
"hex": "0F05" | |
}, | |
{ | |
"name": "tibetan mark caret yig mgo phur shad ma", | |
"decimal": "3846", | |
"hex": "0F06" | |
}, | |
{ | |
"name": "tibetan mark yig mgo tsheg shad ma", | |
"decimal": "3847", | |
"hex": "0F07" | |
}, | |
{ | |
"name": "tibetan mark sbrul shad", | |
"decimal": "3848", | |
"hex": "0F08" | |
}, | |
{ | |
"name": "tibetan mark bskur yig mgo", | |
"decimal": "3849", | |
"hex": "0F09" | |
}, | |
{ | |
"name": "tibetan mark bka- shog yig mgo", | |
"decimal": "3850", | |
"hex": "0F0A" | |
}, | |
{ | |
"name": "tibetan mark intersyllabic tsheg", | |
"decimal": "3851", | |
"hex": "0F0B" | |
}, | |
{ | |
"name": "tibetan mark delimiter tsheg bstar", | |
"decimal": "3852", | |
"hex": "0F0C" | |
}, | |
{ | |
"name": "tibetan mark shad", | |
"decimal": "3853", | |
"hex": "0F0D" | |
}, | |
{ | |
"name": "tibetan mark nyis shad", | |
"decimal": "3854", | |
"hex": "0F0E" | |
}, | |
{ | |
"name": "tibetan mark tsheg shad", | |
"decimal": "3855", | |
"hex": "0F0F" | |
}, | |
{ | |
"name": "tibetan mark nyis tsheg shad", | |
"decimal": "3856", | |
"hex": "0F10" | |
}, | |
{ | |
"name": "tibetan mark rin chen spungs shad", | |
"decimal": "3857", | |
"hex": "0F11" | |
}, | |
{ | |
"name": "tibetan mark rgya gram shad", | |
"decimal": "3858", | |
"hex": "0F12" | |
}, | |
{ | |
"name": "tibetan mark caret -dzud rtags me long can", | |
"decimal": "3859", | |
"hex": "0F13" | |
}, | |
{ | |
"name": "tibetan mark gter tsheg", | |
"decimal": "3860", | |
"hex": "0F14" | |
}, | |
{ | |
"name": "tibetan logotype sign chad rtags", | |
"decimal": "3861", | |
"hex": "0F15" | |
}, | |
{ | |
"name": "tibetan logotype sign lhag rtags", | |
"decimal": "3862", | |
"hex": "0F16" | |
}, | |
{ | |
"name": "tibetan astrological sign sgra gcan -char rtags", | |
"decimal": "3863", | |
"hex": "0F17" | |
}, | |
{ | |
"name": "tibetan astrological sign -khyud pa", | |
"decimal": "3864", | |
"hex": "0F18" | |
}, | |
{ | |
"name": "tibetan astrological sign sdong tshugs", | |
"decimal": "3865", | |
"hex": "0F19" | |
}, | |
{ | |
"name": "tibetan sign rdel dkar gcig", | |
"decimal": "3866", | |
"hex": "0F1A" | |
}, | |
{ | |
"name": "tibetan sign rdel dkar gnyis", | |
"decimal": "3867", | |
"hex": "0F1B" | |
}, | |
{ | |
"name": "tibetan sign rdel dkar gsum", | |
"decimal": "3868", | |
"hex": "0F1C" | |
}, | |
{ | |
"name": "tibetan sign rdel nag gcig", | |
"decimal": "3869", | |
"hex": "0F1D" | |
}, | |
{ | |
"name": "tibetan sign rdel nag gnyis", | |
"decimal": "3870", | |
"hex": "0F1E" | |
}, | |
{ | |
"name": "tibetan sign rdel dkar rdel nag", | |
"decimal": "3871", | |
"hex": "0F1F" | |
}, | |
{ | |
"name": "tibetan digit zero", | |
"decimal": "3872", | |
"hex": "0F20" | |
}, | |
{ | |
"name": "tibetan digit one", | |
"decimal": "3873", | |
"hex": "0F21" | |
}, | |
{ | |
"name": "tibetan digit two", | |
"decimal": "3874", | |
"hex": "0F22" | |
}, | |
{ | |
"name": "tibetan digit three", | |
"decimal": "3875", | |
"hex": "0F23" | |
}, | |
{ | |
"name": "tibetan digit four", | |
"decimal": "3876", | |
"hex": "0F24" | |
}, | |
{ | |
"name": "tibetan digit five", | |
"decimal": "3877", | |
"hex": "0F25" | |
}, | |
{ | |
"name": "tibetan digit six", | |
"decimal": "3878", | |
"hex": "0F26" | |
}, | |
{ | |
"name": "tibetan digit seven", | |
"decimal": "3879", | |
"hex": "0F27" | |
}, | |
{ | |
"name": "tibetan digit eight", | |
"decimal": "3880", | |
"hex": "0F28" | |
}, | |
{ | |
"name": "tibetan digit nine", | |
"decimal": "3881", | |
"hex": "0F29" | |
}, | |
{ | |
"name": "tibetan digit half one", | |
"decimal": "3882", | |
"hex": "0F2A" | |
}, | |
{ | |
"name": "tibetan digit half two", | |
"decimal": "3883", | |
"hex": "0F2B" | |
}, | |
{ | |
"name": "tibetan digit half three", | |
"decimal": "3884", | |
"hex": "0F2C" | |
}, | |
{ | |
"name": "tibetan digit half four", | |
"decimal": "3885", | |
"hex": "0F2D" | |
}, | |
{ | |
"name": "tibetan digit half five", | |
"decimal": "3886", | |
"hex": "0F2E" | |
}, | |
{ | |
"name": "tibetan digit half six", | |
"decimal": "3887", | |
"hex": "0F2F" | |
}, | |
{ | |
"name": "tibetan digit half seven", | |
"decimal": "3888", | |
"hex": "0F30" | |
}, | |
{ | |
"name": "tibetan digit half eight", | |
"decimal": "3889", | |
"hex": "0F31" | |
}, | |
{ | |
"name": "tibetan digit half nine", | |
"decimal": "3890", | |
"hex": "0F32" | |
}, | |
{ | |
"name": "tibetan digit half zero", | |
"decimal": "3891", | |
"hex": "0F33" | |
}, | |
{ | |
"name": "tibetan mark bsdus rtags", | |
"decimal": "3892", | |
"hex": "0F34" | |
}, | |
{ | |
"name": "tibetan mark ngas bzung nyi zla", | |
"decimal": "3893", | |
"hex": "0F35" | |
}, | |
{ | |
"name": "tibetan mark caret -dzud rtags bzhi mig can", | |
"decimal": "3894", | |
"hex": "0F36" | |
}, | |
{ | |
"name": "tibetan mark ngas bzung sgor rtags", | |
"decimal": "3895", | |
"hex": "0F37" | |
}, | |
{ | |
"name": "tibetan mark che mgo", | |
"decimal": "3896", | |
"hex": "0F38" | |
}, | |
{ | |
"name": "tibetan mark tsa -phru", | |
"decimal": "3897", | |
"hex": "0F39" | |
}, | |
{ | |
"name": "tibetan mark gug rtags gyon", | |
"decimal": "3898", | |
"hex": "0F3A" | |
}, | |
{ | |
"name": "tibetan mark gug rtags gyas", | |
"decimal": "3899", | |
"hex": "0F3B" | |
}, | |
{ | |
"name": "tibetan mark ang khang gyon", | |
"decimal": "3900", | |
"hex": "0F3C" | |
}, | |
{ | |
"name": "tibetan mark ang khang gyas", | |
"decimal": "3901", | |
"hex": "0F3D" | |
}, | |
{ | |
"name": "tibetan sign yar tshes", | |
"decimal": "3902", | |
"hex": "0F3E" | |
}, | |
{ | |
"name": "tibetan sign mar tshes", | |
"decimal": "3903", | |
"hex": "0F3F" | |
}, | |
{ | |
"name": "tibetan letter ka", | |
"decimal": "3904", | |
"hex": "0F40" | |
}, | |
{ | |
"name": "tibetan letter kha", | |
"decimal": "3905", | |
"hex": "0F41" | |
}, | |
{ | |
"name": "tibetan letter ga", | |
"decimal": "3906", | |
"hex": "0F42" | |
}, | |
{ | |
"name": "tibetan letter gha", | |
"decimal": "3907", | |
"hex": "0F43" | |
}, | |
{ | |
"name": "tibetan letter nga", | |
"decimal": "3908", | |
"hex": "0F44" | |
}, | |
{ | |
"name": "tibetan letter ca", | |
"decimal": "3909", | |
"hex": "0F45" | |
}, | |
{ | |
"name": "tibetan letter cha", | |
"decimal": "3910", | |
"hex": "0F46" | |
}, | |
{ | |
"name": "tibetan letter ja", | |
"decimal": "3911", | |
"hex": "0F47" | |
}, | |
{ | |
"name": "tibetan letter nya", | |
"decimal": "3913", | |
"hex": "0F49" | |
}, | |
{ | |
"name": "tibetan letter tta", | |
"decimal": "3914", | |
"hex": "0F4A" | |
}, | |
{ | |
"name": "tibetan letter ttha", | |
"decimal": "3915", | |
"hex": "0F4B" | |
}, | |
{ | |
"name": "tibetan letter dda", | |
"decimal": "3916", | |
"hex": "0F4C" | |
}, | |
{ | |
"name": "tibetan letter ddha", | |
"decimal": "3917", | |
"hex": "0F4D" | |
}, | |
{ | |
"name": "tibetan letter nna", | |
"decimal": "3918", | |
"hex": "0F4E" | |
}, | |
{ | |
"name": "tibetan letter ta", | |
"decimal": "3919", | |
"hex": "0F4F" | |
}, | |
{ | |
"name": "tibetan letter tha", | |
"decimal": "3920", | |
"hex": "0F50" | |
}, | |
{ | |
"name": "tibetan letter da", | |
"decimal": "3921", | |
"hex": "0F51" | |
}, | |
{ | |
"name": "tibetan letter dha", | |
"decimal": "3922", | |
"hex": "0F52" | |
}, | |
{ | |
"name": "tibetan letter na", | |
"decimal": "3923", | |
"hex": "0F53" | |
}, | |
{ | |
"name": "tibetan letter pa", | |
"decimal": "3924", | |
"hex": "0F54" | |
}, | |
{ | |
"name": "tibetan letter pha", | |
"decimal": "3925", | |
"hex": "0F55" | |
}, | |
{ | |
"name": "tibetan letter ba", | |
"decimal": "3926", | |
"hex": "0F56" | |
}, | |
{ | |
"name": "tibetan letter bha", | |
"decimal": "3927", | |
"hex": "0F57" | |
}, | |
{ | |
"name": "tibetan letter ma", | |
"decimal": "3928", | |
"hex": "0F58" | |
}, | |
{ | |
"name": "tibetan letter tsa", | |
"decimal": "3929", | |
"hex": "0F59" | |
}, | |
{ | |
"name": "tibetan letter tsha", | |
"decimal": "3930", | |
"hex": "0F5A" | |
}, | |
{ | |
"name": "tibetan letter dza", | |
"decimal": "3931", | |
"hex": "0F5B" | |
}, | |
{ | |
"name": "tibetan letter dzha", | |
"decimal": "3932", | |
"hex": "0F5C" | |
}, | |
{ | |
"name": "tibetan letter wa", | |
"decimal": "3933", | |
"hex": "0F5D" | |
}, | |
{ | |
"name": "tibetan letter zha", | |
"decimal": "3934", | |
"hex": "0F5E" | |
}, | |
{ | |
"name": "tibetan letter za", | |
"decimal": "3935", | |
"hex": "0F5F" | |
}, | |
{ | |
"name": "tibetan letter -a", | |
"decimal": "3936", | |
"hex": "0F60" | |
}, | |
{ | |
"name": "tibetan letter ya", | |
"decimal": "3937", | |
"hex": "0F61" | |
}, | |
{ | |
"name": "tibetan letter ra", | |
"decimal": "3938", | |
"hex": "0F62" | |
}, | |
{ | |
"name": "tibetan letter la", | |
"decimal": "3939", | |
"hex": "0F63" | |
}, | |
{ | |
"name": "tibetan letter sha", | |
"decimal": "3940", | |
"hex": "0F64" | |
}, | |
{ | |
"name": "tibetan letter ssa", | |
"decimal": "3941", | |
"hex": "0F65" | |
}, | |
{ | |
"name": "tibetan letter sa", | |
"decimal": "3942", | |
"hex": "0F66" | |
}, | |
{ | |
"name": "tibetan letter ha", | |
"decimal": "3943", | |
"hex": "0F67" | |
}, | |
{ | |
"name": "tibetan letter a", | |
"decimal": "3944", | |
"hex": "0F68" | |
}, | |
{ | |
"name": "tibetan letter kssa", | |
"decimal": "3945", | |
"hex": "0F69" | |
}, | |
{ | |
"name": "tibetan letter fixed-form ra", | |
"decimal": "3946", | |
"hex": "0F6A" | |
}, | |
{ | |
"name": "tibetan vowel sign aa", | |
"decimal": "3953", | |
"hex": "0F71" | |
}, | |
{ | |
"name": "tibetan vowel sign i", | |
"decimal": "3954", | |
"hex": "0F72" | |
}, | |
{ | |
"name": "tibetan vowel sign ii", | |
"decimal": "3955", | |
"hex": "0F73" | |
}, | |
{ | |
"name": "tibetan vowel sign u", | |
"decimal": "3956", | |
"hex": "0F74" | |
}, | |
{ | |
"name": "tibetan vowel sign uu", | |
"decimal": "3957", | |
"hex": "0F75" | |
}, | |
{ | |
"name": "tibetan vowel sign vocalic r", | |
"decimal": "3958", | |
"hex": "0F76" | |
}, | |
{ | |
"name": "tibetan vowel sign vocalic rr", | |
"decimal": "3959", | |
"hex": "0F77" | |
}, | |
{ | |
"name": "tibetan vowel sign vocalic l", | |
"decimal": "3960", | |
"hex": "0F78" | |
}, | |
{ | |
"name": "tibetan vowel sign vocalic ll", | |
"decimal": "3961", | |
"hex": "0F79" | |
}, | |
{ | |
"name": "tibetan vowel sign e", | |
"decimal": "3962", | |
"hex": "0F7A" | |
}, | |
{ | |
"name": "tibetan vowel sign ee", | |
"decimal": "3963", | |
"hex": "0F7B" | |
}, | |
{ | |
"name": "tibetan vowel sign o", | |
"decimal": "3964", | |
"hex": "0F7C" | |
}, | |
{ | |
"name": "tibetan vowel sign oo", | |
"decimal": "3965", | |
"hex": "0F7D" | |
}, | |
{ | |
"name": "tibetan sign rjes su nga ro", | |
"decimal": "3966", | |
"hex": "0F7E" | |
}, | |
{ | |
"name": "tibetan sign rnam bcad", | |
"decimal": "3967", | |
"hex": "0F7F" | |
}, | |
{ | |
"name": "tibetan vowel sign reversed i", | |
"decimal": "3968", | |
"hex": "0F80" | |
}, | |
{ | |
"name": "tibetan vowel sign reversed ii", | |
"decimal": "3969", | |
"hex": "0F81" | |
}, | |
{ | |
"name": "tibetan sign nyi zla naa da", | |
"decimal": "3970", | |
"hex": "0F82" | |
}, | |
{ | |
"name": "tibetan sign sna ldan", | |
"decimal": "3971", | |
"hex": "0F83" | |
}, | |
{ | |
"name": "tibetan mark halanta", | |
"decimal": "3972", | |
"hex": "0F84" | |
}, | |
{ | |
"name": "tibetan mark paluta", | |
"decimal": "3973", | |
"hex": "0F85" | |
}, | |
{ | |
"name": "tibetan sign lci rtags", | |
"decimal": "3974", | |
"hex": "0F86" | |
}, | |
{ | |
"name": "tibetan sign yang rtags", | |
"decimal": "3975", | |
"hex": "0F87" | |
}, | |
{ | |
"name": "tibetan sign lce tsa can", | |
"decimal": "3976", | |
"hex": "0F88" | |
}, | |
{ | |
"name": "tibetan sign mchu can", | |
"decimal": "3977", | |
"hex": "0F89" | |
}, | |
{ | |
"name": "tibetan sign gru can rgyings", | |
"decimal": "3978", | |
"hex": "0F8A" | |
}, | |
{ | |
"name": "tibetan sign gru med rgyings", | |
"decimal": "3979", | |
"hex": "0F8B" | |
}, | |
{ | |
"name": "tibetan subjoined letter ka", | |
"decimal": "3984", | |
"hex": "0F90" | |
}, | |
{ | |
"name": "tibetan subjoined letter kha", | |
"decimal": "3985", | |
"hex": "0F91" | |
}, | |
{ | |
"name": "tibetan subjoined letter ga", | |
"decimal": "3986", | |
"hex": "0F92" | |
}, | |
{ | |
"name": "tibetan subjoined letter gha", | |
"decimal": "3987", | |
"hex": "0F93" | |
}, | |
{ | |
"name": "tibetan subjoined letter nga", | |
"decimal": "3988", | |
"hex": "0F94" | |
}, | |
{ | |
"name": "tibetan subjoined letter ca", | |
"decimal": "3989", | |
"hex": "0F95" | |
}, | |
{ | |
"name": "tibetan subjoined letter cha", | |
"decimal": "3990", | |
"hex": "0F96" | |
}, | |
{ | |
"name": "tibetan subjoined letter ja", | |
"decimal": "3991", | |
"hex": "0F97" | |
}, | |
{ | |
"name": "tibetan subjoined letter nya", | |
"decimal": "3993", | |
"hex": "0F99" | |
}, | |
{ | |
"name": "tibetan subjoined letter tta", | |
"decimal": "3994", | |
"hex": "0F9A" | |
}, | |
{ | |
"name": "tibetan subjoined letter ttha", | |
"decimal": "3995", | |
"hex": "0F9B" | |
}, | |
{ | |
"name": "tibetan subjoined letter dda", | |
"decimal": "3996", | |
"hex": "0F9C" | |
}, | |
{ | |
"name": "tibetan subjoined letter ddha", | |
"decimal": "3997", | |
"hex": "0F9D" | |
}, | |
{ | |
"name": "tibetan subjoined letter nna", | |
"decimal": "3998", | |
"hex": "0F9E" | |
}, | |
{ | |
"name": "tibetan subjoined letter ta", | |
"decimal": "3999", | |
"hex": "0F9F" | |
}, | |
{ | |
"name": "tibetan subjoined letter tha", | |
"decimal": "4000", | |
"hex": "0FA0" | |
}, | |
{ | |
"name": "tibetan subjoined letter da", | |
"decimal": "4001", | |
"hex": "0FA1" | |
}, | |
{ | |
"name": "tibetan subjoined letter dha", | |
"decimal": "4002", | |
"hex": "0FA2" | |
}, | |
{ | |
"name": "tibetan subjoined letter na", | |
"decimal": "4003", | |
"hex": "0FA3" | |
}, | |
{ | |
"name": "tibetan subjoined letter pa", | |
"decimal": "4004", | |
"hex": "0FA4" | |
}, | |
{ | |
"name": "tibetan subjoined letter pha", | |
"decimal": "4005", | |
"hex": "0FA5" | |
}, | |
{ | |
"name": "tibetan subjoined letter ba", | |
"decimal": "4006", | |
"hex": "0FA6" | |
}, | |
{ | |
"name": "tibetan subjoined letter bha", | |
"decimal": "4007", | |
"hex": "0FA7" | |
}, | |
{ | |
"name": "tibetan subjoined letter ma", | |
"decimal": "4008", | |
"hex": "0FA8" | |
}, | |
{ | |
"name": "tibetan subjoined letter tsa", | |
"decimal": "4009", | |
"hex": "0FA9" | |
}, | |
{ | |
"name": "tibetan subjoined letter tsha", | |
"decimal": "4010", | |
"hex": "0FAA" | |
}, | |
{ | |
"name": "tibetan subjoined letter dza", | |
"decimal": "4011", | |
"hex": "0FAB" | |
}, | |
{ | |
"name": "tibetan subjoined letter dzha", | |
"decimal": "4012", | |
"hex": "0FAC" | |
}, | |
{ | |
"name": "tibetan subjoined letter wa", | |
"decimal": "4013", | |
"hex": "0FAD" | |
}, | |
{ | |
"name": "tibetan subjoined letter zha", | |
"decimal": "4014", | |
"hex": "0FAE" | |
}, | |
{ | |
"name": "tibetan subjoined letter za", | |
"decimal": "4015", | |
"hex": "0FAF" | |
}, | |
{ | |
"name": "tibetan subjoined letter -a", | |
"decimal": "4016", | |
"hex": "0FB0" | |
}, | |
{ | |
"name": "tibetan subjoined letter ya", | |
"decimal": "4017", | |
"hex": "0FB1" | |
}, | |
{ | |
"name": "tibetan subjoined letter ra", | |
"decimal": "4018", | |
"hex": "0FB2" | |
}, | |
{ | |
"name": "tibetan subjoined letter la", | |
"decimal": "4019", | |
"hex": "0FB3" | |
}, | |
{ | |
"name": "tibetan subjoined letter sha", | |
"decimal": "4020", | |
"hex": "0FB4" | |
}, | |
{ | |
"name": "tibetan subjoined letter ssa", | |
"decimal": "4021", | |
"hex": "0FB5" | |
}, | |
{ | |
"name": "tibetan subjoined letter sa", | |
"decimal": "4022", | |
"hex": "0FB6" | |
}, | |
{ | |
"name": "tibetan subjoined letter ha", | |
"decimal": "4023", | |
"hex": "0FB7" | |
}, | |
{ | |
"name": "tibetan subjoined letter a", | |
"decimal": "4024", | |
"hex": "0FB8" | |
}, | |
{ | |
"name": "tibetan subjoined letter kssa", | |
"decimal": "4025", | |
"hex": "0FB9" | |
}, | |
{ | |
"name": "tibetan subjoined letter fixed-form wa", | |
"decimal": "4026", | |
"hex": "0FBA" | |
}, | |
{ | |
"name": "tibetan subjoined letter fixed-form ya", | |
"decimal": "4027", | |
"hex": "0FBB" | |
}, | |
{ | |
"name": "tibetan subjoined letter fixed-form ra", | |
"decimal": "4028", | |
"hex": "0FBC" | |
}, | |
{ | |
"name": "tibetan ku ru kha", | |
"decimal": "4030", | |
"hex": "0FBE" | |
}, | |
{ | |
"name": "tibetan ku ru kha bzhi mig can", | |
"decimal": "4031", | |
"hex": "0FBF" | |
}, | |
{ | |
"name": "tibetan cantillation sign heavy beat", | |
"decimal": "4032", | |
"hex": "0FC0" | |
}, | |
{ | |
"name": "tibetan cantillation sign light beat", | |
"decimal": "4033", | |
"hex": "0FC1" | |
}, | |
{ | |
"name": "tibetan cantillation sign cang te-u", | |
"decimal": "4034", | |
"hex": "0FC2" | |
}, | |
{ | |
"name": "tibetan cantillation sign sbub -chal", | |
"decimal": "4035", | |
"hex": "0FC3" | |
}, | |
{ | |
"name": "tibetan symbol dril bu", | |
"decimal": "4036", | |
"hex": "0FC4" | |
}, | |
{ | |
"name": "tibetan symbol rdo rje", | |
"decimal": "4037", | |
"hex": "0FC5" | |
}, | |
{ | |
"name": "tibetan symbol padma gdan", | |
"decimal": "4038", | |
"hex": "0FC6" | |
}, | |
{ | |
"name": "tibetan symbol rdo rje rgya gram", | |
"decimal": "4039", | |
"hex": "0FC7" | |
}, | |
{ | |
"name": "tibetan symbol phur pa", | |
"decimal": "4040", | |
"hex": "0FC8" | |
}, | |
{ | |
"name": "tibetan symbol nor bu", | |
"decimal": "4041", | |
"hex": "0FC9" | |
}, | |
{ | |
"name": "tibetan symbol nor bu nyis -khyil", | |
"decimal": "4042", | |
"hex": "0FCA" | |
}, | |
{ | |
"name": "tibetan symbol nor bu gsum -khyil", | |
"decimal": "4043", | |
"hex": "0FCB" | |
}, | |
{ | |
"name": "tibetan symbol nor bu bzhi -khyil", | |
"decimal": "4044", | |
"hex": "0FCC" | |
}, | |
{ | |
"name": "tibetan sign rdel nag gsum", | |
"decimal": "4047", | |
"hex": "0FCF" | |
} | |
], | |
"Myanmar": [ | |
{ | |
"name": "myanmar letter ka", | |
"decimal": "4096", | |
"hex": "1000" | |
}, | |
{ | |
"name": "myanmar letter kha", | |
"decimal": "4097", | |
"hex": "1001" | |
}, | |
{ | |
"name": "myanmar letter ga", | |
"decimal": "4098", | |
"hex": "1002" | |
}, | |
{ | |
"name": "myanmar letter gha", | |
"decimal": "4099", | |
"hex": "1003" | |
}, | |
{ | |
"name": "myanmar letter nga", | |
"decimal": "4100", | |
"hex": "1004" | |
}, | |
{ | |
"name": "myanmar letter ca", | |
"decimal": "4101", | |
"hex": "1005" | |
}, | |
{ | |
"name": "myanmar letter cha", | |
"decimal": "4102", | |
"hex": "1006" | |
}, | |
{ | |
"name": "myanmar letter ja", | |
"decimal": "4103", | |
"hex": "1007" | |
}, | |
{ | |
"name": "myanmar letter jha", | |
"decimal": "4104", | |
"hex": "1008" | |
}, | |
{ | |
"name": "myanmar letter nya", | |
"decimal": "4105", | |
"hex": "1009" | |
}, | |
{ | |
"name": "myanmar letter nnya", | |
"decimal": "4106", | |
"hex": "100A" | |
}, | |
{ | |
"name": "myanmar letter tta", | |
"decimal": "4107", | |
"hex": "100B" | |
}, | |
{ | |
"name": "myanmar letter ttha", | |
"decimal": "4108", | |
"hex": "100C" | |
}, | |
{ | |
"name": "myanmar letter dda", | |
"decimal": "4109", | |
"hex": "100D" | |
}, | |
{ | |
"name": "myanmar letter ddha", | |
"decimal": "4110", | |
"hex": "100E" | |
}, | |
{ | |
"name": "myanmar letter nna", | |
"decimal": "4111", | |
"hex": "100F" | |
}, | |
{ | |
"name": "myanmar letter ta", | |
"decimal": "4112", | |
"hex": "1010" | |
}, | |
{ | |
"name": "myanmar letter tha", | |
"decimal": "4113", | |
"hex": "1011" | |
}, | |
{ | |
"name": "myanmar letter da", | |
"decimal": "4114", | |
"hex": "1012" | |
}, | |
{ | |
"name": "myanmar letter dha", | |
"decimal": "4115", | |
"hex": "1013" | |
}, | |
{ | |
"name": "myanmar letter na", | |
"decimal": "4116", | |
"hex": "1014" | |
}, | |
{ | |
"name": "myanmar letter pa", | |
"decimal": "4117", | |
"hex": "1015" | |
}, | |
{ | |
"name": "myanmar letter pha", | |
"decimal": "4118", | |
"hex": "1016" | |
}, | |
{ | |
"name": "myanmar letter ba", | |
"decimal": "4119", | |
"hex": "1017" | |
}, | |
{ | |
"name": "myanmar letter bha", | |
"decimal": "4120", | |
"hex": "1018" | |
}, | |
{ | |
"name": "myanmar letter ma", | |
"decimal": "4121", | |
"hex": "1019" | |
}, | |
{ | |
"name": "myanmar letter ya", | |
"decimal": "4122", | |
"hex": "101A" | |
}, | |
{ | |
"name": "myanmar letter ra", | |
"decimal": "4123", | |
"hex": "101B" | |
}, | |
{ | |
"name": "myanmar letter la", | |
"decimal": "4124", | |
"hex": "101C" | |
}, | |
{ | |
"name": "myanmar letter wa", | |
"decimal": "4125", | |
"hex": "101D" | |
}, | |
{ | |
"name": "myanmar letter sa", | |
"decimal": "4126", | |
"hex": "101E" | |
}, | |
{ | |
"name": "myanmar letter ha", | |
"decimal": "4127", | |
"hex": "101F" | |
}, | |
{ | |
"name": "myanmar letter lla", | |
"decimal": "4128", | |
"hex": "1020" | |
}, | |
{ | |
"name": "myanmar letter a", | |
"decimal": "4129", | |
"hex": "1021" | |
}, | |
{ | |
"name": "myanmar letter i", | |
"decimal": "4131", | |
"hex": "1023" | |
}, | |
{ | |
"name": "myanmar letter ii", | |
"decimal": "4132", | |
"hex": "1024" | |
}, | |
{ | |
"name": "myanmar letter u", | |
"decimal": "4133", | |
"hex": "1025" | |
}, | |
{ | |
"name": "myanmar letter uu", | |
"decimal": "4134", | |
"hex": "1026" | |
}, | |
{ | |
"name": "myanmar letter e", | |
"decimal": "4135", | |
"hex": "1027" | |
}, | |
{ | |
"name": "myanmar letter o", | |
"decimal": "4137", | |
"hex": "1029" | |
}, | |
{ | |
"name": "myanmar letter au", | |
"decimal": "4138", | |
"hex": "102A" | |
}, | |
{ | |
"name": "myanmar vowel sign aa", | |
"decimal": "4140", | |
"hex": "102C" | |
}, | |
{ | |
"name": "myanmar vowel sign i", | |
"decimal": "4141", | |
"hex": "102D" | |
}, | |
{ | |
"name": "myanmar vowel sign ii", | |
"decimal": "4142", | |
"hex": "102E" | |
}, | |
{ | |
"name": "myanmar vowel sign u", | |
"decimal": "4143", | |
"hex": "102F" | |
}, | |
{ | |
"name": "myanmar vowel sign uu", | |
"decimal": "4144", | |
"hex": "1030" | |
}, | |
{ | |
"name": "myanmar vowel sign e", | |
"decimal": "4145", | |
"hex": "1031" | |
}, | |
{ | |
"name": "myanmar vowel sign ai", | |
"decimal": "4146", | |
"hex": "1032" | |
}, | |
{ | |
"name": "myanmar sign anusvara", | |
"decimal": "4150", | |
"hex": "1036" | |
}, | |
{ | |
"name": "myanmar sign dot below", | |
"decimal": "4151", | |
"hex": "1037" | |
}, | |
{ | |
"name": "myanmar sign visarga", | |
"decimal": "4152", | |
"hex": "1038" | |
}, | |
{ | |
"name": "myanmar sign virama", | |
"decimal": "4153", | |
"hex": "1039" | |
}, | |
{ | |
"name": "myanmar digit zero", | |
"decimal": "4160", | |
"hex": "1040" | |
}, | |
{ | |
"name": "myanmar digit one", | |
"decimal": "4161", | |
"hex": "1041" | |
}, | |
{ | |
"name": "myanmar digit two", | |
"decimal": "4162", | |
"hex": "1042" | |
}, | |
{ | |
"name": "myanmar digit three", | |
"decimal": "4163", | |
"hex": "1043" | |
}, | |
{ | |
"name": "myanmar digit four", | |
"decimal": "4164", | |
"hex": "1044" | |
}, | |
{ | |
"name": "myanmar digit five", | |
"decimal": "4165", | |
"hex": "1045" | |
}, | |
{ | |
"name": "myanmar digit six", | |
"decimal": "4166", | |
"hex": "1046" | |
}, | |
{ | |
"name": "myanmar digit seven", | |
"decimal": "4167", | |
"hex": "1047" | |
}, | |
{ | |
"name": "myanmar digit eight", | |
"decimal": "4168", | |
"hex": "1048" | |
}, | |
{ | |
"name": "myanmar digit nine", | |
"decimal": "4169", | |
"hex": "1049" | |
}, | |
{ | |
"name": "myanmar sign little section", | |
"decimal": "4170", | |
"hex": "104A" | |
}, | |
{ | |
"name": "myanmar sign section", | |
"decimal": "4171", | |
"hex": "104B" | |
}, | |
{ | |
"name": "myanmar symbol locative", | |
"decimal": "4172", | |
"hex": "104C" | |
}, | |
{ | |
"name": "myanmar symbol completed", | |
"decimal": "4173", | |
"hex": "104D" | |
}, | |
{ | |
"name": "myanmar symbol aforementioned", | |
"decimal": "4174", | |
"hex": "104E" | |
}, | |
{ | |
"name": "myanmar symbol genitive", | |
"decimal": "4175", | |
"hex": "104F" | |
}, | |
{ | |
"name": "myanmar letter sha", | |
"decimal": "4176", | |
"hex": "1050" | |
}, | |
{ | |
"name": "myanmar letter ssa", | |
"decimal": "4177", | |
"hex": "1051" | |
}, | |
{ | |
"name": "myanmar letter vocalic r", | |
"decimal": "4178", | |
"hex": "1052" | |
}, | |
{ | |
"name": "myanmar letter vocalic rr", | |
"decimal": "4179", | |
"hex": "1053" | |
}, | |
{ | |
"name": "myanmar letter vocalic l", | |
"decimal": "4180", | |
"hex": "1054" | |
}, | |
{ | |
"name": "myanmar letter vocalic ll", | |
"decimal": "4181", | |
"hex": "1055" | |
}, | |
{ | |
"name": "myanmar vowel sign vocalic r", | |
"decimal": "4182", | |
"hex": "1056" | |
}, | |
{ | |
"name": "myanmar vowel sign vocalic rr", | |
"decimal": "4183", | |
"hex": "1057" | |
}, | |
{ | |
"name": "myanmar vowel sign vocalic l", | |
"decimal": "4184", | |
"hex": "1058" | |
}, | |
{ | |
"name": "myanmar vowel sign vocalic ll", | |
"decimal": "4185", | |
"hex": "1059" | |
} | |
], | |
"Georgian": [ | |
{ | |
"name": "georgian capital letter an", | |
"decimal": "4256", | |
"hex": "10A0" | |
}, | |
{ | |
"name": "georgian capital letter ban", | |
"decimal": "4257", | |
"hex": "10A1" | |
}, | |
{ | |
"name": "georgian capital letter gan", | |
"decimal": "4258", | |
"hex": "10A2" | |
}, | |
{ | |
"name": "georgian capital letter don", | |
"decimal": "4259", | |
"hex": "10A3" | |
}, | |
{ | |
"name": "georgian capital letter en", | |
"decimal": "4260", | |
"hex": "10A4" | |
}, | |
{ | |
"name": "georgian capital letter vin", | |
"decimal": "4261", | |
"hex": "10A5" | |
}, | |
{ | |
"name": "georgian capital letter zen", | |
"decimal": "4262", | |
"hex": "10A6" | |
}, | |
{ | |
"name": "georgian capital letter tan", | |
"decimal": "4263", | |
"hex": "10A7" | |
}, | |
{ | |
"name": "georgian capital letter in", | |
"decimal": "4264", | |
"hex": "10A8" | |
}, | |
{ | |
"name": "georgian capital letter kan", | |
"decimal": "4265", | |
"hex": "10A9" | |
}, | |
{ | |
"name": "georgian capital letter las", | |
"decimal": "4266", | |
"hex": "10AA" | |
}, | |
{ | |
"name": "georgian capital letter man", | |
"decimal": "4267", | |
"hex": "10AB" | |
}, | |
{ | |
"name": "georgian capital letter nar", | |
"decimal": "4268", | |
"hex": "10AC" | |
}, | |
{ | |
"name": "georgian capital letter on", | |
"decimal": "4269", | |
"hex": "10AD" | |
}, | |
{ | |
"name": "georgian capital letter par", | |
"decimal": "4270", | |
"hex": "10AE" | |
}, | |
{ | |
"name": "georgian capital letter zhar", | |
"decimal": "4271", | |
"hex": "10AF" | |
}, | |
{ | |
"name": "georgian capital letter rae", | |
"decimal": "4272", | |
"hex": "10B0" | |
}, | |
{ | |
"name": "georgian capital letter san", | |
"decimal": "4273", | |
"hex": "10B1" | |
}, | |
{ | |
"name": "georgian capital letter tar", | |
"decimal": "4274", | |
"hex": "10B2" | |
}, | |
{ | |
"name": "georgian capital letter un", | |
"decimal": "4275", | |
"hex": "10B3" | |
}, | |
{ | |
"name": "georgian capital letter phar", | |
"decimal": "4276", | |
"hex": "10B4" | |
}, | |
{ | |
"name": "georgian capital letter khar", | |
"decimal": "4277", | |
"hex": "10B5" | |
}, | |
{ | |
"name": "georgian capital letter ghan", | |
"decimal": "4278", | |
"hex": "10B6" | |
}, | |
{ | |
"name": "georgian capital letter qar", | |
"decimal": "4279", | |
"hex": "10B7" | |
}, | |
{ | |
"name": "georgian capital letter shin", | |
"decimal": "4280", | |
"hex": "10B8" | |
}, | |
{ | |
"name": "georgian capital letter chin", | |
"decimal": "4281", | |
"hex": "10B9" | |
}, | |
{ | |
"name": "georgian capital letter can", | |
"decimal": "4282", | |
"hex": "10BA" | |
}, | |
{ | |
"name": "georgian capital letter jil", | |
"decimal": "4283", | |
"hex": "10BB" | |
}, | |
{ | |
"name": "georgian capital letter cil", | |
"decimal": "4284", | |
"hex": "10BC" | |
}, | |
{ | |
"name": "georgian capital letter char", | |
"decimal": "4285", | |
"hex": "10BD" | |
}, | |
{ | |
"name": "georgian capital letter xan", | |
"decimal": "4286", | |
"hex": "10BE" | |
}, | |
{ | |
"name": "georgian capital letter jhan", | |
"decimal": "4287", | |
"hex": "10BF" | |
}, | |
{ | |
"name": "georgian capital letter hae", | |
"decimal": "4288", | |
"hex": "10C0" | |
}, | |
{ | |
"name": "georgian capital letter he", | |
"decimal": "4289", | |
"hex": "10C1" | |
}, | |
{ | |
"name": "georgian capital letter hie", | |
"decimal": "4290", | |
"hex": "10C2" | |
}, | |
{ | |
"name": "georgian capital letter we", | |
"decimal": "4291", | |
"hex": "10C3" | |
}, | |
{ | |
"name": "georgian capital letter har", | |
"decimal": "4292", | |
"hex": "10C4" | |
}, | |
{ | |
"name": "georgian capital letter hoe", | |
"decimal": "4293", | |
"hex": "10C5" | |
}, | |
{ | |
"name": "georgian letter an", | |
"decimal": "4304", | |
"hex": "10D0" | |
}, | |
{ | |
"name": "georgian letter ban", | |
"decimal": "4305", | |
"hex": "10D1" | |
}, | |
{ | |
"name": "georgian letter gan", | |
"decimal": "4306", | |
"hex": "10D2" | |
}, | |
{ | |
"name": "georgian letter don", | |
"decimal": "4307", | |
"hex": "10D3" | |
}, | |
{ | |
"name": "georgian letter en", | |
"decimal": "4308", | |
"hex": "10D4" | |
}, | |
{ | |
"name": "georgian letter vin", | |
"decimal": "4309", | |
"hex": "10D5" | |
}, | |
{ | |
"name": "georgian letter zen", | |
"decimal": "4310", | |
"hex": "10D6" | |
}, | |
{ | |
"name": "georgian letter tan", | |
"decimal": "4311", | |
"hex": "10D7" | |
}, | |
{ | |
"name": "georgian letter in", | |
"decimal": "4312", | |
"hex": "10D8" | |
}, | |
{ | |
"name": "georgian letter kan", | |
"decimal": "4313", | |
"hex": "10D9" | |
}, | |
{ | |
"name": "georgian letter las", | |
"decimal": "4314", | |
"hex": "10DA" | |
}, | |
{ | |
"name": "georgian letter man", | |
"decimal": "4315", | |
"hex": "10DB" | |
}, | |
{ | |
"name": "georgian letter nar", | |
"decimal": "4316", | |
"hex": "10DC" | |
}, | |
{ | |
"name": "georgian letter on", | |
"decimal": "4317", | |
"hex": "10DD" | |
}, | |
{ | |
"name": "georgian letter par", | |
"decimal": "4318", | |
"hex": "10DE" | |
}, | |
{ | |
"name": "georgian letter zhar", | |
"decimal": "4319", | |
"hex": "10DF" | |
}, | |
{ | |
"name": "georgian letter rae", | |
"decimal": "4320", | |
"hex": "10E0" | |
}, | |
{ | |
"name": "georgian letter san", | |
"decimal": "4321", | |
"hex": "10E1" | |
}, | |
{ | |
"name": "georgian letter tar", | |
"decimal": "4322", | |
"hex": "10E2" | |
}, | |
{ | |
"name": "georgian letter un", | |
"decimal": "4323", | |
"hex": "10E3" | |
}, | |
{ | |
"name": "georgian letter phar", | |
"decimal": "4324", | |
"hex": "10E4" | |
}, | |
{ | |
"name": "georgian letter khar", | |
"decimal": "4325", | |
"hex": "10E5" | |
}, | |
{ | |
"name": "georgian letter ghan", | |
"decimal": "4326", | |
"hex": "10E6" | |
}, | |
{ | |
"name": "georgian letter qar", | |
"decimal": "4327", | |
"hex": "10E7" | |
}, | |
{ | |
"name": "georgian letter shin", | |
"decimal": "4328", | |
"hex": "10E8" | |
}, | |
{ | |
"name": "georgian letter chin", | |
"decimal": "4329", | |
"hex": "10E9" | |
}, | |
{ | |
"name": "georgian letter can", | |
"decimal": "4330", | |
"hex": "10EA" | |
}, | |
{ | |
"name": "georgian letter jil", | |
"decimal": "4331", | |
"hex": "10EB" | |
}, | |
{ | |
"name": "georgian letter cil", | |
"decimal": "4332", | |
"hex": "10EC" | |
}, | |
{ | |
"name": "georgian letter char", | |
"decimal": "4333", | |
"hex": "10ED" | |
}, | |
{ | |
"name": "georgian letter xan", | |
"decimal": "4334", | |
"hex": "10EE" | |
}, | |
{ | |
"name": "georgian letter jhan", | |
"decimal": "4335", | |
"hex": "10EF" | |
}, | |
{ | |
"name": "georgian letter hae", | |
"decimal": "4336", | |
"hex": "10F0" | |
}, | |
{ | |
"name": "georgian letter he", | |
"decimal": "4337", | |
"hex": "10F1" | |
}, | |
{ | |
"name": "georgian letter hie", | |
"decimal": "4338", | |
"hex": "10F2" | |
}, | |
{ | |
"name": "georgian letter we", | |
"decimal": "4339", | |
"hex": "10F3" | |
}, | |
{ | |
"name": "georgian letter har", | |
"decimal": "4340", | |
"hex": "10F4" | |
}, | |
{ | |
"name": "georgian letter hoe", | |
"decimal": "4341", | |
"hex": "10F5" | |
}, | |
{ | |
"name": "georgian letter fi", | |
"decimal": "4342", | |
"hex": "10F6" | |
}, | |
{ | |
"name": "georgian paragraph separator", | |
"decimal": "4347", | |
"hex": "10FB" | |
} | |
], | |
"Hangul Jamo": [ | |
{ | |
"name": "hangul choseong kiyeok", | |
"decimal": "4352", | |
"hex": "1100" | |
}, | |
{ | |
"name": "hangul choseong ssangkiyeok", | |
"decimal": "4353", | |
"hex": "1101" | |
}, | |
{ | |
"name": "hangul choseong nieun", | |
"decimal": "4354", | |
"hex": "1102" | |
}, | |
{ | |
"name": "hangul choseong tikeut", | |
"decimal": "4355", | |
"hex": "1103" | |
}, | |
{ | |
"name": "hangul choseong ssangtikeut", | |
"decimal": "4356", | |
"hex": "1104" | |
}, | |
{ | |
"name": "hangul choseong rieul", | |
"decimal": "4357", | |
"hex": "1105" | |
}, | |
{ | |
"name": "hangul choseong mieum", | |
"decimal": "4358", | |
"hex": "1106" | |
}, | |
{ | |
"name": "hangul choseong pieup", | |
"decimal": "4359", | |
"hex": "1107" | |
}, | |
{ | |
"name": "hangul choseong ssangpieup", | |
"decimal": "4360", | |
"hex": "1108" | |
}, | |
{ | |
"name": "hangul choseong sios", | |
"decimal": "4361", | |
"hex": "1109" | |
}, | |
{ | |
"name": "hangul choseong ssangsios", | |
"decimal": "4362", | |
"hex": "110A" | |
}, | |
{ | |
"name": "hangul choseong ieung", | |
"decimal": "4363", | |
"hex": "110B" | |
}, | |
{ | |
"name": "hangul choseong cieuc", | |
"decimal": "4364", | |
"hex": "110C" | |
}, | |
{ | |
"name": "hangul choseong ssangcieuc", | |
"decimal": "4365", | |
"hex": "110D" | |
}, | |
{ | |
"name": "hangul choseong chieuch", | |
"decimal": "4366", | |
"hex": "110E" | |
}, | |
{ | |
"name": "hangul choseong khieukh", | |
"decimal": "4367", | |
"hex": "110F" | |
}, | |
{ | |
"name": "hangul choseong thieuth", | |
"decimal": "4368", | |
"hex": "1110" | |
}, | |
{ | |
"name": "hangul choseong phieuph", | |
"decimal": "4369", | |
"hex": "1111" | |
}, | |
{ | |
"name": "hangul choseong hieuh", | |
"decimal": "4370", | |
"hex": "1112" | |
}, | |
{ | |
"name": "hangul choseong nieun-kiyeok", | |
"decimal": "4371", | |
"hex": "1113" | |
}, | |
{ | |
"name": "hangul choseong ssangnieun", | |
"decimal": "4372", | |
"hex": "1114" | |
}, | |
{ | |
"name": "hangul choseong nieun-tikeut", | |
"decimal": "4373", | |
"hex": "1115" | |
}, | |
{ | |
"name": "hangul choseong nieun-pieup", | |
"decimal": "4374", | |
"hex": "1116" | |
}, | |
{ | |
"name": "hangul choseong tikeut-kiyeok", | |
"decimal": "4375", | |
"hex": "1117" | |
}, | |
{ | |
"name": "hangul choseong rieul-nieun", | |
"decimal": "4376", | |
"hex": "1118" | |
}, | |
{ | |
"name": "hangul choseong ssangrieul", | |
"decimal": "4377", | |
"hex": "1119" | |
}, | |
{ | |
"name": "hangul choseong rieul-hieuh", | |
"decimal": "4378", | |
"hex": "111A" | |
}, | |
{ | |
"name": "hangul choseong kapyeounrieul", | |
"decimal": "4379", | |
"hex": "111B" | |
}, | |
{ | |
"name": "hangul choseong mieum-pieup", | |
"decimal": "4380", | |
"hex": "111C" | |
}, | |
{ | |
"name": "hangul choseong kapyeounmieum", | |
"decimal": "4381", | |
"hex": "111D" | |
}, | |
{ | |
"name": "hangul choseong pieup-kiyeok", | |
"decimal": "4382", | |
"hex": "111E" | |
}, | |
{ | |
"name": "hangul choseong pieup-nieun", | |
"decimal": "4383", | |
"hex": "111F" | |
}, | |
{ | |
"name": "hangul choseong pieup-tikeut", | |
"decimal": "4384", | |
"hex": "1120" | |
}, | |
{ | |
"name": "hangul choseong pieup-sios", | |
"decimal": "4385", | |
"hex": "1121" | |
}, | |
{ | |
"name": "hangul choseong pieup-sios-kiyeok", | |
"decimal": "4386", | |
"hex": "1122" | |
}, | |
{ | |
"name": "hangul choseong pieup-sios-tikeut", | |
"decimal": "4387", | |
"hex": "1123" | |
}, | |
{ | |
"name": "hangul choseong pieup-sios-pieup", | |
"decimal": "4388", | |
"hex": "1124" | |
}, | |
{ | |
"name": "hangul choseong pieup-ssangsios", | |
"decimal": "4389", | |
"hex": "1125" | |
}, | |
{ | |
"name": "hangul choseong pieup-sios-cieuc", | |
"decimal": "4390", | |
"hex": "1126" | |
}, | |
{ | |
"name": "hangul choseong pieup-cieuc", | |
"decimal": "4391", | |
"hex": "1127" | |
}, | |
{ | |
"name": "hangul choseong pieup-chieuch", | |
"decimal": "4392", | |
"hex": "1128" | |
}, | |
{ | |
"name": "hangul choseong pieup-thieuth", | |
"decimal": "4393", | |
"hex": "1129" | |
}, | |
{ | |
"name": "hangul choseong pieup-phieuph", | |
"decimal": "4394", | |
"hex": "112A" | |
}, | |
{ | |
"name": "hangul choseong kapyeounpieup", | |
"decimal": "4395", | |
"hex": "112B" | |
}, | |
{ | |
"name": "hangul choseong kapyeounssangpieup", | |
"decimal": "4396", | |
"hex": "112C" | |
}, | |
{ | |
"name": "hangul choseong sios-kiyeok", | |
"decimal": "4397", | |
"hex": "112D" | |
}, | |
{ | |
"name": "hangul choseong sios-nieun", | |
"decimal": "4398", | |
"hex": "112E" | |
}, | |
{ | |
"name": "hangul choseong sios-tikeut", | |
"decimal": "4399", | |
"hex": "112F" | |
}, | |
{ | |
"name": "hangul choseong sios-rieul", | |
"decimal": "4400", | |
"hex": "1130" | |
}, | |
{ | |
"name": "hangul choseong sios-mieum", | |
"decimal": "4401", | |
"hex": "1131" | |
}, | |
{ | |
"name": "hangul choseong sios-pieup", | |
"decimal": "4402", | |
"hex": "1132" | |
}, | |
{ | |
"name": "hangul choseong sios-pieup-kiyeok", | |
"decimal": "4403", | |
"hex": "1133" | |
}, | |
{ | |
"name": "hangul choseong sios-ssangsios", | |
"decimal": "4404", | |
"hex": "1134" | |
}, | |
{ | |
"name": "hangul choseong sios-ieung", | |
"decimal": "4405", | |
"hex": "1135" | |
}, | |
{ | |
"name": "hangul choseong sios-cieuc", | |
"decimal": "4406", | |
"hex": "1136" | |
}, | |
{ | |
"name": "hangul choseong sios-chieuch", | |
"decimal": "4407", | |
"hex": "1137" | |
}, | |
{ | |
"name": "hangul choseong sios-khieukh", | |
"decimal": "4408", | |
"hex": "1138" | |
}, | |
{ | |
"name": "hangul choseong sios-thieuth", | |
"decimal": "4409", | |
"hex": "1139" | |
}, | |
{ | |
"name": "hangul choseong sios-phieuph", | |
"decimal": "4410", | |
"hex": "113A" | |
}, | |
{ | |
"name": "hangul choseong sios-hieuh", | |
"decimal": "4411", | |
"hex": "113B" | |
}, | |
{ | |
"name": "hangul choseong chitueumsios", | |
"decimal": "4412", | |
"hex": "113C" | |
}, | |
{ | |
"name": "hangul choseong chitueumssangsios", | |
"decimal": "4413", | |
"hex": "113D" | |
}, | |
{ | |
"name": "hangul choseong ceongchieumsios", | |
"decimal": "4414", | |
"hex": "113E" | |
}, | |
{ | |
"name": "hangul choseong ceongchieumssangsios", | |
"decimal": "4415", | |
"hex": "113F" | |
}, | |
{ | |
"name": "hangul choseong pansios", | |
"decimal": "4416", | |
"hex": "1140" | |
}, | |
{ | |
"name": "hangul choseong ieung-kiyeok", | |
"decimal": "4417", | |
"hex": "1141" | |
}, | |
{ | |
"name": "hangul choseong ieung-tikeut", | |
"decimal": "4418", | |
"hex": "1142" | |
}, | |
{ | |
"name": "hangul choseong ieung-mieum", | |
"decimal": "4419", | |
"hex": "1143" | |
}, | |
{ | |
"name": "hangul choseong ieung-pieup", | |
"decimal": "4420", | |
"hex": "1144" | |
}, | |
{ | |
"name": "hangul choseong ieung-sios", | |
"decimal": "4421", | |
"hex": "1145" | |
}, | |
{ | |
"name": "hangul choseong ieung-pansios", | |
"decimal": "4422", | |
"hex": "1146" | |
}, | |
{ | |
"name": "hangul choseong ssangieung", | |
"decimal": "4423", | |
"hex": "1147" | |
}, | |
{ | |
"name": "hangul choseong ieung-cieuc", | |
"decimal": "4424", | |
"hex": "1148" | |
}, | |
{ | |
"name": "hangul choseong ieung-chieuch", | |
"decimal": "4425", | |
"hex": "1149" | |
}, | |
{ | |
"name": "hangul choseong ieung-thieuth", | |
"decimal": "4426", | |
"hex": "114A" | |
}, | |
{ | |
"name": "hangul choseong ieung-phieuph", | |
"decimal": "4427", | |
"hex": "114B" | |
}, | |
{ | |
"name": "hangul choseong yesieung", | |
"decimal": "4428", | |
"hex": "114C" | |
}, | |
{ | |
"name": "hangul choseong cieuc-ieung", | |
"decimal": "4429", | |
"hex": "114D" | |
}, | |
{ | |
"name": "hangul choseong chitueumcieuc", | |
"decimal": "4430", | |
"hex": "114E" | |
}, | |
{ | |
"name": "hangul choseong chitueumssangcieuc", | |
"decimal": "4431", | |
"hex": "114F" | |
}, | |
{ | |
"name": "hangul choseong ceongchieumcieuc", | |
"decimal": "4432", | |
"hex": "1150" | |
}, | |
{ | |
"name": "hangul choseong ceongchieumssangcieuc", | |
"decimal": "4433", | |
"hex": "1151" | |
}, | |
{ | |
"name": "hangul choseong chieuch-khieukh", | |
"decimal": "4434", | |
"hex": "1152" | |
}, | |
{ | |
"name": "hangul choseong chieuch-hieuh", | |
"decimal": "4435", | |
"hex": "1153" | |
}, | |
{ | |
"name": "hangul choseong chitueumchieuch", | |
"decimal": "4436", | |
"hex": "1154" | |
}, | |
{ | |
"name": "hangul choseong ceongchieumchieuch", | |
"decimal": "4437", | |
"hex": "1155" | |
}, | |
{ | |
"name": "hangul choseong phieuph-pieup", | |
"decimal": "4438", | |
"hex": "1156" | |
}, | |
{ | |
"name": "hangul choseong kapyeounphieuph", | |
"decimal": "4439", | |
"hex": "1157" | |
}, | |
{ | |
"name": "hangul choseong ssanghieuh", | |
"decimal": "4440", | |
"hex": "1158" | |
}, | |
{ | |
"name": "hangul choseong yeorinhieuh", | |
"decimal": "4441", | |
"hex": "1159" | |
}, | |
{ | |
"name": "hangul choseong filler", | |
"decimal": "4447", | |
"hex": "115F" | |
}, | |
{ | |
"name": "hangul jungseong filler", | |
"decimal": "4448", | |
"hex": "1160" | |
}, | |
{ | |
"name": "hangul jungseong a", | |
"decimal": "4449", | |
"hex": "1161" | |
}, | |
{ | |
"name": "hangul jungseong ae", | |
"decimal": "4450", | |
"hex": "1162" | |
}, | |
{ | |
"name": "hangul jungseong ya", | |
"decimal": "4451", | |
"hex": "1163" | |
}, | |
{ | |
"name": "hangul jungseong yae", | |
"decimal": "4452", | |
"hex": "1164" | |
}, | |
{ | |
"name": "hangul jungseong eo", | |
"decimal": "4453", | |
"hex": "1165" | |
}, | |
{ | |
"name": "hangul jungseong e", | |
"decimal": "4454", | |
"hex": "1166" | |
}, | |
{ | |
"name": "hangul jungseong yeo", | |
"decimal": "4455", | |
"hex": "1167" | |
}, | |
{ | |
"name": "hangul jungseong ye", | |
"decimal": "4456", | |
"hex": "1168" | |
}, | |
{ | |
"name": "hangul jungseong o", | |
"decimal": "4457", | |
"hex": "1169" | |
}, | |
{ | |
"name": "hangul jungseong wa", | |
"decimal": "4458", | |
"hex": "116A" | |
}, | |
{ | |
"name": "hangul jungseong wae", | |
"decimal": "4459", | |
"hex": "116B" | |
}, | |
{ | |
"name": "hangul jungseong oe", | |
"decimal": "4460", | |
"hex": "116C" | |
}, | |
{ | |
"name": "hangul jungseong yo", | |
"decimal": "4461", | |
"hex": "116D" | |
}, | |
{ | |
"name": "hangul jungseong u", | |
"decimal": "4462", | |
"hex": "116E" | |
}, | |
{ | |
"name": "hangul jungseong weo", | |
"decimal": "4463", | |
"hex": "116F" | |
}, | |
{ | |
"name": "hangul jungseong we", | |
"decimal": "4464", | |
"hex": "1170" | |
}, | |
{ | |
"name": "hangul jungseong wi", | |
"decimal": "4465", | |
"hex": "1171" | |
}, | |
{ | |
"name": "hangul jungseong yu", | |
"decimal": "4466", | |
"hex": "1172" | |
}, | |
{ | |
"name": "hangul jungseong eu", | |
"decimal": "4467", | |
"hex": "1173" | |
}, | |
{ | |
"name": "hangul jungseong yi", | |
"decimal": "4468", | |
"hex": "1174" | |
}, | |
{ | |
"name": "hangul jungseong i", | |
"decimal": "4469", | |
"hex": "1175" | |
}, | |
{ | |
"name": "hangul jungseong a-o", | |
"decimal": "4470", | |
"hex": "1176" | |
}, | |
{ | |
"name": "hangul jungseong a-u", | |
"decimal": "4471", | |
"hex": "1177" | |
}, | |
{ | |
"name": "hangul jungseong ya-o", | |
"decimal": "4472", | |
"hex": "1178" | |
}, | |
{ | |
"name": "hangul jungseong ya-yo", | |
"decimal": "4473", | |
"hex": "1179" | |
}, | |
{ | |
"name": "hangul jungseong eo-o", | |
"decimal": "4474", | |
"hex": "117A" | |
}, | |
{ | |
"name": "hangul jungseong eo-u", | |
"decimal": "4475", | |
"hex": "117B" | |
}, | |
{ | |
"name": "hangul jungseong eo-eu", | |
"decimal": "4476", | |
"hex": "117C" | |
}, | |
{ | |
"name": "hangul jungseong yeo-o", | |
"decimal": "4477", | |
"hex": "117D" | |
}, | |
{ | |
"name": "hangul jungseong yeo-u", | |
"decimal": "4478", | |
"hex": "117E" | |
}, | |
{ | |
"name": "hangul jungseong o-eo", | |
"decimal": "4479", | |
"hex": "117F" | |
}, | |
{ | |
"name": "hangul jungseong o-e", | |
"decimal": "4480", | |
"hex": "1180" | |
}, | |
{ | |
"name": "hangul jungseong o-ye", | |
"decimal": "4481", | |
"hex": "1181" | |
}, | |
{ | |
"name": "hangul jungseong o-o", | |
"decimal": "4482", | |
"hex": "1182" | |
}, | |
{ | |
"name": "hangul jungseong o-u", | |
"decimal": "4483", | |
"hex": "1183" | |
}, | |
{ | |
"name": "hangul jungseong yo-ya", | |
"decimal": "4484", | |
"hex": "1184" | |
}, | |
{ | |
"name": "hangul jungseong yo-yae", | |
"decimal": "4485", | |
"hex": "1185" | |
}, | |
{ | |
"name": "hangul jungseong yo-yeo", | |
"decimal": "4486", | |
"hex": "1186" | |
}, | |
{ | |
"name": "hangul jungseong yo-o", | |
"decimal": "4487", | |
"hex": "1187" | |
}, | |
{ | |
"name": "hangul jungseong yo-i", | |
"decimal": "4488", | |
"hex": "1188" | |
}, | |
{ | |
"name": "hangul jungseong u-a", | |
"decimal": "4489", | |
"hex": "1189" | |
}, | |
{ | |
"name": "hangul jungseong u-ae", | |
"decimal": "4490", | |
"hex": "118A" | |
}, | |
{ | |
"name": "hangul jungseong u-eo-eu", | |
"decimal": "4491", | |
"hex": "118B" | |
}, | |
{ | |
"name": "hangul jungseong u-ye", | |
"decimal": "4492", | |
"hex": "118C" | |
}, | |
{ | |
"name": "hangul jungseong u-u", | |
"decimal": "4493", | |
"hex": "118D" | |
}, | |
{ | |
"name": "hangul jungseong yu-a", | |
"decimal": "4494", | |
"hex": "118E" | |
}, | |
{ | |
"name": "hangul jungseong yu-eo", | |
"decimal": "4495", | |
"hex": "118F" | |
}, | |
{ | |
"name": "hangul jungseong yu-e", | |
"decimal": "4496", | |
"hex": "1190" | |
}, | |
{ | |
"name": "hangul jungseong yu-yeo", | |
"decimal": "4497", | |
"hex": "1191" | |
}, | |
{ | |
"name": "hangul jungseong yu-ye", | |
"decimal": "4498", | |
"hex": "1192" | |
}, | |
{ | |
"name": "hangul jungseong yu-u", | |
"decimal": "4499", | |
"hex": "1193" | |
}, | |
{ | |
"name": "hangul jungseong yu-i", | |
"decimal": "4500", | |
"hex": "1194" | |
}, | |
{ | |
"name": "hangul jungseong eu-u", | |
"decimal": "4501", | |
"hex": "1195" | |
}, | |
{ | |
"name": "hangul jungseong eu-eu", | |
"decimal": "4502", | |
"hex": "1196" | |
}, | |
{ | |
"name": "hangul jungseong yi-u", | |
"decimal": "4503", | |
"hex": "1197" | |
}, | |
{ | |
"name": "hangul jungseong i-a", | |
"decimal": "4504", | |
"hex": "1198" | |
}, | |
{ | |
"name": "hangul jungseong i-ya", | |
"decimal": "4505", | |
"hex": "1199" | |
}, | |
{ | |
"name": "hangul jungseong i-o", | |
"decimal": "4506", | |
"hex": "119A" | |
}, | |
{ | |
"name": "hangul jungseong i-u", | |
"decimal": "4507", | |
"hex": "119B" | |
}, | |
{ | |
"name": "hangul jungseong i-eu", | |
"decimal": "4508", | |
"hex": "119C" | |
}, | |
{ | |
"name": "hangul jungseong i-araea", | |
"decimal": "4509", | |
"hex": "119D" | |
}, | |
{ | |
"name": "hangul jungseong araea", | |
"decimal": "4510", | |
"hex": "119E" | |
}, | |
{ | |
"name": "hangul jungseong araea-eo", | |
"decimal": "4511", | |
"hex": "119F" | |
}, | |
{ | |
"name": "hangul jungseong araea-u", | |
"decimal": "4512", | |
"hex": "11A0" | |
}, | |
{ | |
"name": "hangul jungseong araea-i", | |
"decimal": "4513", | |
"hex": "11A1" | |
}, | |
{ | |
"name": "hangul jungseong ssangaraea", | |
"decimal": "4514", | |
"hex": "11A2" | |
}, | |
{ | |
"name": "hangul jongseong kiyeok", | |
"decimal": "4520", | |
"hex": "11A8" | |
}, | |
{ | |
"name": "hangul jongseong ssangkiyeok", | |
"decimal": "4521", | |
"hex": "11A9" | |
}, | |
{ | |
"name": "hangul jongseong kiyeok-sios", | |
"decimal": "4522", | |
"hex": "11AA" | |
}, | |
{ | |
"name": "hangul jongseong nieun", | |
"decimal": "4523", | |
"hex": "11AB" | |
}, | |
{ | |
"name": "hangul jongseong nieun-cieuc", | |
"decimal": "4524", | |
"hex": "11AC" | |
}, | |
{ | |
"name": "hangul jongseong nieun-hieuh", | |
"decimal": "4525", | |
"hex": "11AD" | |
}, | |
{ | |
"name": "hangul jongseong tikeut", | |
"decimal": "4526", | |
"hex": "11AE" | |
}, | |
{ | |
"name": "hangul jongseong rieul", | |
"decimal": "4527", | |
"hex": "11AF" | |
}, | |
{ | |
"name": "hangul jongseong rieul-kiyeok", | |
"decimal": "4528", | |
"hex": "11B0" | |
}, | |
{ | |
"name": "hangul jongseong rieul-mieum", | |
"decimal": "4529", | |
"hex": "11B1" | |
}, | |
{ | |
"name": "hangul jongseong rieul-pieup", | |
"decimal": "4530", | |
"hex": "11B2" | |
}, | |
{ | |
"name": "hangul jongseong rieul-sios", | |
"decimal": "4531", | |
"hex": "11B3" | |
}, | |
{ | |
"name": "hangul jongseong rieul-thieuth", | |
"decimal": "4532", | |
"hex": "11B4" | |
}, | |
{ | |
"name": "hangul jongseong rieul-phieuph", | |
"decimal": "4533", | |
"hex": "11B5" | |
}, | |
{ | |
"name": "hangul jongseong rieul-hieuh", | |
"decimal": "4534", | |
"hex": "11B6" | |
}, | |
{ | |
"name": "hangul jongseong mieum", | |
"decimal": "4535", | |
"hex": "11B7" | |
}, | |
{ | |
"name": "hangul jongseong pieup", | |
"decimal": "4536", | |
"hex": "11B8" | |
}, | |
{ | |
"name": "hangul jongseong pieup-sios", | |
"decimal": "4537", | |
"hex": "11B9" | |
}, | |
{ | |
"name": "hangul jongseong sios", | |
"decimal": "4538", | |
"hex": "11BA" | |
}, | |
{ | |
"name": "hangul jongseong ssangsios", | |
"decimal": "4539", | |
"hex": "11BB" | |
}, | |
{ | |
"name": "hangul jongseong ieung", | |
"decimal": "4540", | |
"hex": "11BC" | |
}, | |
{ | |
"name": "hangul jongseong cieuc", | |
"decimal": "4541", | |
"hex": "11BD" | |
}, | |
{ | |
"name": "hangul jongseong chieuch", | |
"decimal": "4542", | |
"hex": "11BE" | |
}, | |
{ | |
"name": "hangul jongseong khieukh", | |
"decimal": "4543", | |
"hex": "11BF" | |
}, | |
{ | |
"name": "hangul jongseong thieuth", | |
"decimal": "4544", | |
"hex": "11C0" | |
}, | |
{ | |
"name": "hangul jongseong phieuph", | |
"decimal": "4545", | |
"hex": "11C1" | |
}, | |
{ | |
"name": "hangul jongseong hieuh", | |
"decimal": "4546", | |
"hex": "11C2" | |
}, | |
{ | |
"name": "hangul jongseong kiyeok-rieul", | |
"decimal": "4547", | |
"hex": "11C3" | |
}, | |
{ | |
"name": "hangul jongseong kiyeok-sios-kiyeok", | |
"decimal": "4548", | |
"hex": "11C4" | |
}, | |
{ | |
"name": "hangul jongseong nieun-kiyeok", | |
"decimal": "4549", | |
"hex": "11C5" | |
}, | |
{ | |
"name": "hangul jongseong nieun-tikeut", | |
"decimal": "4550", | |
"hex": "11C6" | |
}, | |
{ | |
"name": "hangul jongseong nieun-sios", | |
"decimal": "4551", | |
"hex": "11C7" | |
}, | |
{ | |
"name": "hangul jongseong nieun-pansios", | |
"decimal": "4552", | |
"hex": "11C8" | |
}, | |
{ | |
"name": "hangul jongseong nieun-thieuth", | |
"decimal": "4553", | |
"hex": "11C9" | |
}, | |
{ | |
"name": "hangul jongseong tikeut-kiyeok", | |
"decimal": "4554", | |
"hex": "11CA" | |
}, | |
{ | |
"name": "hangul jongseong tikeut-rieul", | |
"decimal": "4555", | |
"hex": "11CB" | |
}, | |
{ | |
"name": "hangul jongseong rieul-kiyeok-sios", | |
"decimal": "4556", | |
"hex": "11CC" | |
}, | |
{ | |
"name": "hangul jongseong rieul-nieun", | |
"decimal": "4557", | |
"hex": "11CD" | |
}, | |
{ | |
"name": "hangul jongseong rieul-tikeut", | |
"decimal": "4558", | |
"hex": "11CE" | |
}, | |
{ | |
"name": "hangul jongseong rieul-tikeut-hieuh", | |
"decimal": "4559", | |
"hex": "11CF" | |
}, | |
{ | |
"name": "hangul jongseong ssangrieul", | |
"decimal": "4560", | |
"hex": "11D0" | |
}, | |
{ | |
"name": "hangul jongseong rieul-mieum-kiyeok", | |
"decimal": "4561", | |
"hex": "11D1" | |
}, | |
{ | |
"name": "hangul jongseong rieul-mieum-sios", | |
"decimal": "4562", | |
"hex": "11D2" | |
}, | |
{ | |
"name": "hangul jongseong rieul-pieup-sios", | |
"decimal": "4563", | |
"hex": "11D3" | |
}, | |
{ | |
"name": "hangul jongseong rieul-pieup-hieuh", | |
"decimal": "4564", | |
"hex": "11D4" | |
}, | |
{ | |
"name": "hangul jongseong rieul-kapyeounpieup", | |
"decimal": "4565", | |
"hex": "11D5" | |
}, | |
{ | |
"name": "hangul jongseong rieul-ssangsios", | |
"decimal": "4566", | |
"hex": "11D6" | |
}, | |
{ | |
"name": "hangul jongseong rieul-pansios", | |
"decimal": "4567", | |
"hex": "11D7" | |
}, | |
{ | |
"name": "hangul jongseong rieul-khieukh", | |
"decimal": "4568", | |
"hex": "11D8" | |
}, | |
{ | |
"name": "hangul jongseong rieul-yeorinhieuh", | |
"decimal": "4569", | |
"hex": "11D9" | |
}, | |
{ | |
"name": "hangul jongseong mieum-kiyeok", | |
"decimal": "4570", | |
"hex": "11DA" | |
}, | |
{ | |
"name": "hangul jongseong mieum-rieul", | |
"decimal": "4571", | |
"hex": "11DB" | |
}, | |
{ | |
"name": "hangul jongseong mieum-pieup", | |
"decimal": "4572", | |
"hex": "11DC" | |
}, | |
{ | |
"name": "hangul jongseong mieum-sios", | |
"decimal": "4573", | |
"hex": "11DD" | |
}, | |
{ | |
"name": "hangul jongseong mieum-ssangsios", | |
"decimal": "4574", | |
"hex": "11DE" | |
}, | |
{ | |
"name": "hangul jongseong mieum-pansios", | |
"decimal": "4575", | |
"hex": "11DF" | |
}, | |
{ | |
"name": "hangul jongseong mieum-chieuch", | |
"decimal": "4576", | |
"hex": "11E0" | |
}, | |
{ | |
"name": "hangul jongseong mieum-hieuh", | |
"decimal": "4577", | |
"hex": "11E1" | |
}, | |
{ | |
"name": "hangul jongseong kapyeounmieum", | |
"decimal": "4578", | |
"hex": "11E2" | |
}, | |
{ | |
"name": "hangul jongseong pieup-rieul", | |
"decimal": "4579", | |
"hex": "11E3" | |
}, | |
{ | |
"name": "hangul jongseong pieup-phieuph", | |
"decimal": "4580", | |
"hex": "11E4" | |
}, | |
{ | |
"name": "hangul jongseong pieup-hieuh", | |
"decimal": "4581", | |
"hex": "11E5" | |
}, | |
{ | |
"name": "hangul jongseong kapyeounpieup", | |
"decimal": "4582", | |
"hex": "11E6" | |
}, | |
{ | |
"name": "hangul jongseong sios-kiyeok", | |
"decimal": "4583", | |
"hex": "11E7" | |
}, | |
{ | |
"name": "hangul jongseong sios-tikeut", | |
"decimal": "4584", | |
"hex": "11E8" | |
}, | |
{ | |
"name": "hangul jongseong sios-rieul", | |
"decimal": "4585", | |
"hex": "11E9" | |
}, | |
{ | |
"name": "hangul jongseong sios-pieup", | |
"decimal": "4586", | |
"hex": "11EA" | |
}, | |
{ | |
"name": "hangul jongseong pansios", | |
"decimal": "4587", | |
"hex": "11EB" | |
}, | |
{ | |
"name": "hangul jongseong ieung-kiyeok", | |
"decimal": "4588", | |
"hex": "11EC" | |
}, | |
{ | |
"name": "hangul jongseong ieung-ssangkiyeok", | |
"decimal": "4589", | |
"hex": "11ED" | |
}, | |
{ | |
"name": "hangul jongseong ssangieung", | |
"decimal": "4590", | |
"hex": "11EE" | |
}, | |
{ | |
"name": "hangul jongseong ieung-khieukh", | |
"decimal": "4591", | |
"hex": "11EF" | |
}, | |
{ | |
"name": "hangul jongseong yesieung", | |
"decimal": "4592", | |
"hex": "11F0" | |
}, | |
{ | |
"name": "hangul jongseong yesieung-sios", | |
"decimal": "4593", | |
"hex": "11F1" | |
}, | |
{ | |
"name": "hangul jongseong yesieung-pansios", | |
"decimal": "4594", | |
"hex": "11F2" | |
}, | |
{ | |
"name": "hangul jongseong phieuph-pieup", | |
"decimal": "4595", | |
"hex": "11F3" | |
}, | |
{ | |
"name": "hangul jongseong kapyeounphieuph", | |
"decimal": "4596", | |
"hex": "11F4" | |
}, | |
{ | |
"name": "hangul jongseong hieuh-nieun", | |
"decimal": "4597", | |
"hex": "11F5" | |
}, | |
{ | |
"name": "hangul jongseong hieuh-rieul", | |
"decimal": "4598", | |
"hex": "11F6" | |
}, | |
{ | |
"name": "hangul jongseong hieuh-mieum", | |
"decimal": "4599", | |
"hex": "11F7" | |
}, | |
{ | |
"name": "hangul jongseong hieuh-pieup", | |
"decimal": "4600", | |
"hex": "11F8" | |
}, | |
{ | |
"name": "hangul jongseong yeorinhieuh", | |
"decimal": "4601", | |
"hex": "11F9" | |
} | |
], | |
"Ethiopic": [ | |
{ | |
"name": "ethiopic syllable ha", | |
"decimal": "4608", | |
"hex": "1200" | |
}, | |
{ | |
"name": "ethiopic syllable hu", | |
"decimal": "4609", | |
"hex": "1201" | |
}, | |
{ | |
"name": "ethiopic syllable hi", | |
"decimal": "4610", | |
"hex": "1202" | |
}, | |
{ | |
"name": "ethiopic syllable haa", | |
"decimal": "4611", | |
"hex": "1203" | |
}, | |
{ | |
"name": "ethiopic syllable hee", | |
"decimal": "4612", | |
"hex": "1204" | |
}, | |
{ | |
"name": "ethiopic syllable he", | |
"decimal": "4613", | |
"hex": "1205" | |
}, | |
{ | |
"name": "ethiopic syllable ho", | |
"decimal": "4614", | |
"hex": "1206" | |
}, | |
{ | |
"name": "ethiopic syllable la", | |
"decimal": "4616", | |
"hex": "1208" | |
}, | |
{ | |
"name": "ethiopic syllable lu", | |
"decimal": "4617", | |
"hex": "1209" | |
}, | |
{ | |
"name": "ethiopic syllable li", | |
"decimal": "4618", | |
"hex": "120A" | |
}, | |
{ | |
"name": "ethiopic syllable laa", | |
"decimal": "4619", | |
"hex": "120B" | |
}, | |
{ | |
"name": "ethiopic syllable lee", | |
"decimal": "4620", | |
"hex": "120C" | |
}, | |
{ | |
"name": "ethiopic syllable le", | |
"decimal": "4621", | |
"hex": "120D" | |
}, | |
{ | |
"name": "ethiopic syllable lo", | |
"decimal": "4622", | |
"hex": "120E" | |
}, | |
{ | |
"name": "ethiopic syllable lwa", | |
"decimal": "4623", | |
"hex": "120F" | |
}, | |
{ | |
"name": "ethiopic syllable hha", | |
"decimal": "4624", | |
"hex": "1210" | |
}, | |
{ | |
"name": "ethiopic syllable hhu", | |
"decimal": "4625", | |
"hex": "1211" | |
}, | |
{ | |
"name": "ethiopic syllable hhi", | |
"decimal": "4626", | |
"hex": "1212" | |
}, | |
{ | |
"name": "ethiopic syllable hhaa", | |
"decimal": "4627", | |
"hex": "1213" | |
}, | |
{ | |
"name": "ethiopic syllable hhee", | |
"decimal": "4628", | |
"hex": "1214" | |
}, | |
{ | |
"name": "ethiopic syllable hhe", | |
"decimal": "4629", | |
"hex": "1215" | |
}, | |
{ | |
"name": "ethiopic syllable hho", | |
"decimal": "4630", | |
"hex": "1216" | |
}, | |
{ | |
"name": "ethiopic syllable hhwa", | |
"decimal": "4631", | |
"hex": "1217" | |
}, | |
{ | |
"name": "ethiopic syllable ma", | |
"decimal": "4632", | |
"hex": "1218" | |
}, | |
{ | |
"name": "ethiopic syllable mu", | |
"decimal": "4633", | |
"hex": "1219" | |
}, | |
{ | |
"name": "ethiopic syllable mi", | |
"decimal": "4634", | |
"hex": "121A" | |
}, | |
{ | |
"name": "ethiopic syllable maa", | |
"decimal": "4635", | |
"hex": "121B" | |
}, | |
{ | |
"name": "ethiopic syllable mee", | |
"decimal": "4636", | |
"hex": "121C" | |
}, | |
{ | |
"name": "ethiopic syllable me", | |
"decimal": "4637", | |
"hex": "121D" | |
}, | |
{ | |
"name": "ethiopic syllable mo", | |
"decimal": "4638", | |
"hex": "121E" | |
}, | |
{ | |
"name": "ethiopic syllable mwa", | |
"decimal": "4639", | |
"hex": "121F" | |
}, | |
{ | |
"name": "ethiopic syllable sza", | |
"decimal": "4640", | |
"hex": "1220" | |
}, | |
{ | |
"name": "ethiopic syllable szu", | |
"decimal": "4641", | |
"hex": "1221" | |
}, | |
{ | |
"name": "ethiopic syllable szi", | |
"decimal": "4642", | |
"hex": "1222" | |
}, | |
{ | |
"name": "ethiopic syllable szaa", | |
"decimal": "4643", | |
"hex": "1223" | |
}, | |
{ | |
"name": "ethiopic syllable szee", | |
"decimal": "4644", | |
"hex": "1224" | |
}, | |
{ | |
"name": "ethiopic syllable sze", | |
"decimal": "4645", | |
"hex": "1225" | |
}, | |
{ | |
"name": "ethiopic syllable szo", | |
"decimal": "4646", | |
"hex": "1226" | |
}, | |
{ | |
"name": "ethiopic syllable szwa", | |
"decimal": "4647", | |
"hex": "1227" | |
}, | |
{ | |
"name": "ethiopic syllable ra", | |
"decimal": "4648", | |
"hex": "1228" | |
}, | |
{ | |
"name": "ethiopic syllable ru", | |
"decimal": "4649", | |
"hex": "1229" | |
}, | |
{ | |
"name": "ethiopic syllable ri", | |
"decimal": "4650", | |
"hex": "122A" | |
}, | |
{ | |
"name": "ethiopic syllable raa", | |
"decimal": "4651", | |
"hex": "122B" | |
}, | |
{ | |
"name": "ethiopic syllable ree", | |
"decimal": "4652", | |
"hex": "122C" | |
}, | |
{ | |
"name": "ethiopic syllable re", | |
"decimal": "4653", | |
"hex": "122D" | |
}, | |
{ | |
"name": "ethiopic syllable ro", | |
"decimal": "4654", | |
"hex": "122E" | |
}, | |
{ | |
"name": "ethiopic syllable rwa", | |
"decimal": "4655", | |
"hex": "122F" | |
}, | |
{ | |
"name": "ethiopic syllable sa", | |
"decimal": "4656", | |
"hex": "1230" | |
}, | |
{ | |
"name": "ethiopic syllable su", | |
"decimal": "4657", | |
"hex": "1231" | |
}, | |
{ | |
"name": "ethiopic syllable si", | |
"decimal": "4658", | |
"hex": "1232" | |
}, | |
{ | |
"name": "ethiopic syllable saa", | |
"decimal": "4659", | |
"hex": "1233" | |
}, | |
{ | |
"name": "ethiopic syllable see", | |
"decimal": "4660", | |
"hex": "1234" | |
}, | |
{ | |
"name": "ethiopic syllable se", | |
"decimal": "4661", | |
"hex": "1235" | |
}, | |
{ | |
"name": "ethiopic syllable so", | |
"decimal": "4662", | |
"hex": "1236" | |
}, | |
{ | |
"name": "ethiopic syllable swa", | |
"decimal": "4663", | |
"hex": "1237" | |
}, | |
{ | |
"name": "ethiopic syllable sha", | |
"decimal": "4664", | |
"hex": "1238" | |
}, | |
{ | |
"name": "ethiopic syllable shu", | |
"decimal": "4665", | |
"hex": "1239" | |
}, | |
{ | |
"name": "ethiopic syllable shi", | |
"decimal": "4666", | |
"hex": "123A" | |
}, | |
{ | |
"name": "ethiopic syllable shaa", | |
"decimal": "4667", | |
"hex": "123B" | |
}, | |
{ | |
"name": "ethiopic syllable shee", | |
"decimal": "4668", | |
"hex": "123C" | |
}, | |
{ | |
"name": "ethiopic syllable she", | |
"decimal": "4669", | |
"hex": "123D" | |
}, | |
{ | |
"name": "ethiopic syllable sho", | |
"decimal": "4670", | |
"hex": "123E" | |
}, | |
{ | |
"name": "ethiopic syllable shwa", | |
"decimal": "4671", | |
"hex": "123F" | |
}, | |
{ | |
"name": "ethiopic syllable qa", | |
"decimal": "4672", | |
"hex": "1240" | |
}, | |
{ | |
"name": "ethiopic syllable qu", | |
"decimal": "4673", | |
"hex": "1241" | |
}, | |
{ | |
"name": "ethiopic syllable qi", | |
"decimal": "4674", | |
"hex": "1242" | |
}, | |
{ | |
"name": "ethiopic syllable qaa", | |
"decimal": "4675", | |
"hex": "1243" | |
}, | |
{ | |
"name": "ethiopic syllable qee", | |
"decimal": "4676", | |
"hex": "1244" | |
}, | |
{ | |
"name": "ethiopic syllable qe", | |
"decimal": "4677", | |
"hex": "1245" | |
}, | |
{ | |
"name": "ethiopic syllable qo", | |
"decimal": "4678", | |
"hex": "1246" | |
}, | |
{ | |
"name": "ethiopic syllable qwa", | |
"decimal": "4680", | |
"hex": "1248" | |
}, | |
{ | |
"name": "ethiopic syllable qwi", | |
"decimal": "4682", | |
"hex": "124A" | |
}, | |
{ | |
"name": "ethiopic syllable qwaa", | |
"decimal": "4683", | |
"hex": "124B" | |
}, | |
{ | |
"name": "ethiopic syllable qwee", | |
"decimal": "4684", | |
"hex": "124C" | |
}, | |
{ | |
"name": "ethiopic syllable qwe", | |
"decimal": "4685", | |
"hex": "124D" | |
}, | |
{ | |
"name": "ethiopic syllable qha", | |
"decimal": "4688", | |
"hex": "1250" | |
}, | |
{ | |
"name": "ethiopic syllable qhu", | |
"decimal": "4689", | |
"hex": "1251" | |
}, | |
{ | |
"name": "ethiopic syllable qhi", | |
"decimal": "4690", | |
"hex": "1252" | |
}, | |
{ | |
"name": "ethiopic syllable qhaa", | |
"decimal": "4691", | |
"hex": "1253" | |
}, | |
{ | |
"name": "ethiopic syllable qhee", | |
"decimal": "4692", | |
"hex": "1254" | |
}, | |
{ | |
"name": "ethiopic syllable qhe", | |
"decimal": "4693", | |
"hex": "1255" | |
}, | |
{ | |
"name": "ethiopic syllable qho", | |
"decimal": "4694", | |
"hex": "1256" | |
}, | |
{ | |
"name": "ethiopic syllable qhwa", | |
"decimal": "4696", | |
"hex": "1258" | |
}, | |
{ | |
"name": "ethiopic syllable qhwi", | |
"decimal": "4698", | |
"hex": "125A" | |
}, | |
{ | |
"name": "ethiopic syllable qhwaa", | |
"decimal": "4699", | |
"hex": "125B" | |
}, | |
{ | |
"name": "ethiopic syllable qhwee", | |
"decimal": "4700", | |
"hex": "125C" | |
}, | |
{ | |
"name": "ethiopic syllable qhwe", | |
"decimal": "4701", | |
"hex": "125D" | |
}, | |
{ | |
"name": "ethiopic syllable ba", | |
"decimal": "4704", | |
"hex": "1260" | |
}, | |
{ | |
"name": "ethiopic syllable bu", | |
"decimal": "4705", | |
"hex": "1261" | |
}, | |
{ | |
"name": "ethiopic syllable bi", | |
"decimal": "4706", | |
"hex": "1262" | |
}, | |
{ | |
"name": "ethiopic syllable baa", | |
"decimal": "4707", | |
"hex": "1263" | |
}, | |
{ | |
"name": "ethiopic syllable bee", | |
"decimal": "4708", | |
"hex": "1264" | |
}, | |
{ | |
"name": "ethiopic syllable be", | |
"decimal": "4709", | |
"hex": "1265" | |
}, | |
{ | |
"name": "ethiopic syllable bo", | |
"decimal": "4710", | |
"hex": "1266" | |
}, | |
{ | |
"name": "ethiopic syllable bwa", | |
"decimal": "4711", | |
"hex": "1267" | |
}, | |
{ | |
"name": "ethiopic syllable va", | |
"decimal": "4712", | |
"hex": "1268" | |
}, | |
{ | |
"name": "ethiopic syllable vu", | |
"decimal": "4713", | |
"hex": "1269" | |
}, | |
{ | |
"name": "ethiopic syllable vi", | |
"decimal": "4714", | |
"hex": "126A" | |
}, | |
{ | |
"name": "ethiopic syllable vaa", | |
"decimal": "4715", | |
"hex": "126B" | |
}, | |
{ | |
"name": "ethiopic syllable vee", | |
"decimal": "4716", | |
"hex": "126C" | |
}, | |
{ | |
"name": "ethiopic syllable ve", | |
"decimal": "4717", | |
"hex": "126D" | |
}, | |
{ | |
"name": "ethiopic syllable vo", | |
"decimal": "4718", | |
"hex": "126E" | |
}, | |
{ | |
"name": "ethiopic syllable vwa", | |
"decimal": "4719", | |
"hex": "126F" | |
}, | |
{ | |
"name": "ethiopic syllable ta", | |
"decimal": "4720", | |
"hex": "1270" | |
}, | |
{ | |
"name": "ethiopic syllable tu", | |
"decimal": "4721", | |
"hex": "1271" | |
}, | |
{ | |
"name": "ethiopic syllable ti", | |
"decimal": "4722", | |
"hex": "1272" | |
}, | |
{ | |
"name": "ethiopic syllable taa", | |
"decimal": "4723", | |
"hex": "1273" | |
}, | |
{ | |
"name": "ethiopic syllable tee", | |
"decimal": "4724", | |
"hex": "1274" | |
}, | |
{ | |
"name": "ethiopic syllable te", | |
"decimal": "4725", | |
"hex": "1275" | |
}, | |
{ | |
"name": "ethiopic syllable to", | |
"decimal": "4726", | |
"hex": "1276" | |
}, | |
{ | |
"name": "ethiopic syllable twa", | |
"decimal": "4727", | |
"hex": "1277" | |
}, | |
{ | |
"name": "ethiopic syllable ca", | |
"decimal": "4728", | |
"hex": "1278" | |
}, | |
{ | |
"name": "ethiopic syllable cu", | |
"decimal": "4729", | |
"hex": "1279" | |
}, | |
{ | |
"name": "ethiopic syllable ci", | |
"decimal": "4730", | |
"hex": "127A" | |
}, | |
{ | |
"name": "ethiopic syllable caa", | |
"decimal": "4731", | |
"hex": "127B" | |
}, | |
{ | |
"name": "ethiopic syllable cee", | |
"decimal": "4732", | |
"hex": "127C" | |
}, | |
{ | |
"name": "ethiopic syllable ce", | |
"decimal": "4733", | |
"hex": "127D" | |
}, | |
{ | |
"name": "ethiopic syllable co", | |
"decimal": "4734", | |
"hex": "127E" | |
}, | |
{ | |
"name": "ethiopic syllable cwa", | |
"decimal": "4735", | |
"hex": "127F" | |
}, | |
{ | |
"name": "ethiopic syllable xa", | |
"decimal": "4736", | |
"hex": "1280" | |
}, | |
{ | |
"name": "ethiopic syllable xu", | |
"decimal": "4737", | |
"hex": "1281" | |
}, | |
{ | |
"name": "ethiopic syllable xi", | |
"decimal": "4738", | |
"hex": "1282" | |
}, | |
{ | |
"name": "ethiopic syllable xaa", | |
"decimal": "4739", | |
"hex": "1283" | |
}, | |
{ | |
"name": "ethiopic syllable xee", | |
"decimal": "4740", | |
"hex": "1284" | |
}, | |
{ | |
"name": "ethiopic syllable xe", | |
"decimal": "4741", | |
"hex": "1285" | |
}, | |
{ | |
"name": "ethiopic syllable xo", | |
"decimal": "4742", | |
"hex": "1286" | |
}, | |
{ | |
"name": "ethiopic syllable xwa", | |
"decimal": "4744", | |
"hex": "1288" | |
}, | |
{ | |
"name": "ethiopic syllable xwi", | |
"decimal": "4746", | |
"hex": "128A" | |
}, | |
{ | |
"name": "ethiopic syllable xwaa", | |
"decimal": "4747", | |
"hex": "128B" | |
}, | |
{ | |
"name": "ethiopic syllable xwee", | |
"decimal": "4748", | |
"hex": "128C" | |
}, | |
{ | |
"name": "ethiopic syllable xwe", | |
"decimal": "4749", | |
"hex": "128D" | |
}, | |
{ | |
"name": "ethiopic syllable na", | |
"decimal": "4752", | |
"hex": "1290" | |
}, | |
{ | |
"name": "ethiopic syllable nu", | |
"decimal": "4753", | |
"hex": "1291" | |
}, | |
{ | |
"name": "ethiopic syllable ni", | |
"decimal": "4754", | |
"hex": "1292" | |
}, | |
{ | |
"name": "ethiopic syllable naa", | |
"decimal": "4755", | |
"hex": "1293" | |
}, | |
{ | |
"name": "ethiopic syllable nee", | |
"decimal": "4756", | |
"hex": "1294" | |
}, | |
{ | |
"name": "ethiopic syllable ne", | |
"decimal": "4757", | |
"hex": "1295" | |
}, | |
{ | |
"name": "ethiopic syllable no", | |
"decimal": "4758", | |
"hex": "1296" | |
}, | |
{ | |
"name": "ethiopic syllable nwa", | |
"decimal": "4759", | |
"hex": "1297" | |
}, | |
{ | |
"name": "ethiopic syllable nya", | |
"decimal": "4760", | |
"hex": "1298" | |
}, | |
{ | |
"name": "ethiopic syllable nyu", | |
"decimal": "4761", | |
"hex": "1299" | |
}, | |
{ | |
"name": "ethiopic syllable nyi", | |
"decimal": "4762", | |
"hex": "129A" | |
}, | |
{ | |
"name": "ethiopic syllable nyaa", | |
"decimal": "4763", | |
"hex": "129B" | |
}, | |
{ | |
"name": "ethiopic syllable nyee", | |
"decimal": "4764", | |
"hex": "129C" | |
}, | |
{ | |
"name": "ethiopic syllable nye", | |
"decimal": "4765", | |
"hex": "129D" | |
}, | |
{ | |
"name": "ethiopic syllable nyo", | |
"decimal": "4766", | |
"hex": "129E" | |
}, | |
{ | |
"name": "ethiopic syllable nywa", | |
"decimal": "4767", | |
"hex": "129F" | |
}, | |
{ | |
"name": "ethiopic syllable glottal a", | |
"decimal": "4768", | |
"hex": "12A0" | |
}, | |
{ | |
"name": "ethiopic syllable glottal u", | |
"decimal": "4769", | |
"hex": "12A1" | |
}, | |
{ | |
"name": "ethiopic syllable glottal i", | |
"decimal": "4770", | |
"hex": "12A2" | |
}, | |
{ | |
"name": "ethiopic syllable glottal aa", | |
"decimal": "4771", | |
"hex": "12A3" | |
}, | |
{ | |
"name": "ethiopic syllable glottal ee", | |
"decimal": "4772", | |
"hex": "12A4" | |
}, | |
{ | |
"name": "ethiopic syllable glottal e", | |
"decimal": "4773", | |
"hex": "12A5" | |
}, | |
{ | |
"name": "ethiopic syllable glottal o", | |
"decimal": "4774", | |
"hex": "12A6" | |
}, | |
{ | |
"name": "ethiopic syllable glottal wa", | |
"decimal": "4775", | |
"hex": "12A7" | |
}, | |
{ | |
"name": "ethiopic syllable ka", | |
"decimal": "4776", | |
"hex": "12A8" | |
}, | |
{ | |
"name": "ethiopic syllable ku", | |
"decimal": "4777", | |
"hex": "12A9" | |
}, | |
{ | |
"name": "ethiopic syllable ki", | |
"decimal": "4778", | |
"hex": "12AA" | |
}, | |
{ | |
"name": "ethiopic syllable kaa", | |
"decimal": "4779", | |
"hex": "12AB" | |
}, | |
{ | |
"name": "ethiopic syllable kee", | |
"decimal": "4780", | |
"hex": "12AC" | |
}, | |
{ | |
"name": "ethiopic syllable ke", | |
"decimal": "4781", | |
"hex": "12AD" | |
}, | |
{ | |
"name": "ethiopic syllable ko", | |
"decimal": "4782", | |
"hex": "12AE" | |
}, | |
{ | |
"name": "ethiopic syllable kwa", | |
"decimal": "4784", | |
"hex": "12B0" | |
}, | |
{ | |
"name": "ethiopic syllable kwi", | |
"decimal": "4786", | |
"hex": "12B2" | |
}, | |
{ | |
"name": "ethiopic syllable kwaa", | |
"decimal": "4787", | |
"hex": "12B3" | |
}, | |
{ | |
"name": "ethiopic syllable kwee", | |
"decimal": "4788", | |
"hex": "12B4" | |
}, | |
{ | |
"name": "ethiopic syllable kwe", | |
"decimal": "4789", | |
"hex": "12B5" | |
}, | |
{ | |
"name": "ethiopic syllable kxa", | |
"decimal": "4792", | |
"hex": "12B8" | |
}, | |
{ | |
"name": "ethiopic syllable kxu", | |
"decimal": "4793", | |
"hex": "12B9" | |
}, | |
{ | |
"name": "ethiopic syllable kxi", | |
"decimal": "4794", | |
"hex": "12BA" | |
}, | |
{ | |
"name": "ethiopic syllable kxaa", | |
"decimal": "4795", | |
"hex": "12BB" | |
}, | |
{ | |
"name": "ethiopic syllable kxee", | |
"decimal": "4796", | |
"hex": "12BC" | |
}, | |
{ | |
"name": "ethiopic syllable kxe", | |
"decimal": "4797", | |
"hex": "12BD" | |
}, | |
{ | |
"name": "ethiopic syllable kxo", | |
"decimal": "4798", | |
"hex": "12BE" | |
}, | |
{ | |
"name": "ethiopic syllable kxwa", | |
"decimal": "4800", | |
"hex": "12C0" | |
}, | |
{ | |
"name": "ethiopic syllable kxwi", | |
"decimal": "4802", | |
"hex": "12C2" | |
}, | |
{ | |
"name": "ethiopic syllable kxwaa", | |
"decimal": "4803", | |
"hex": "12C3" | |
}, | |
{ | |
"name": "ethiopic syllable kxwee", | |
"decimal": "4804", | |
"hex": "12C4" | |
}, | |
{ | |
"name": "ethiopic syllable kxwe", | |
"decimal": "4805", | |
"hex": "12C5" | |
}, | |
{ | |
"name": "ethiopic syllable wa", | |
"decimal": "4808", | |
"hex": "12C8" | |
}, | |
{ | |
"name": "ethiopic syllable wu", | |
"decimal": "4809", | |
"hex": "12C9" | |
}, | |
{ | |
"name": "ethiopic syllable wi", | |
"decimal": "4810", | |
"hex": "12CA" | |
}, | |
{ | |
"name": "ethiopic syllable waa", | |
"decimal": "4811", | |
"hex": "12CB" | |
}, | |
{ | |
"name": "ethiopic syllable wee", | |
"decimal": "4812", | |
"hex": "12CC" | |
}, | |
{ | |
"name": "ethiopic syllable we", | |
"decimal": "4813", | |
"hex": "12CD" | |
}, | |
{ | |
"name": "ethiopic syllable wo", | |
"decimal": "4814", | |
"hex": "12CE" | |
}, | |
{ | |
"name": "ethiopic syllable pharyngeal a", | |
"decimal": "4816", | |
"hex": "12D0" | |
}, | |
{ | |
"name": "ethiopic syllable pharyngeal u", | |
"decimal": "4817", | |
"hex": "12D1" | |
}, | |
{ | |
"name": "ethiopic syllable pharyngeal i", | |
"decimal": "4818", | |
"hex": "12D2" | |
}, | |
{ | |
"name": "ethiopic syllable pharyngeal aa", | |
"decimal": "4819", | |
"hex": "12D3" | |
}, | |
{ | |
"name": "ethiopic syllable pharyngeal ee", | |
"decimal": "4820", | |
"hex": "12D4" | |
}, | |
{ | |
"name": "ethiopic syllable pharyngeal e", | |
"decimal": "4821", | |
"hex": "12D5" | |
}, | |
{ | |
"name": "ethiopic syllable pharyngeal o", | |
"decimal": "4822", | |
"hex": "12D6" | |
}, | |
{ | |
"name": "ethiopic syllable za", | |
"decimal": "4824", | |
"hex": "12D8" | |
}, | |
{ | |
"name": "ethiopic syllable zu", | |
"decimal": "4825", | |
"hex": "12D9" | |
}, | |
{ | |
"name": "ethiopic syllable zi", | |
"decimal": "4826", | |
"hex": "12DA" | |
}, | |
{ | |
"name": "ethiopic syllable zaa", | |
"decimal": "4827", | |
"hex": "12DB" | |
}, | |
{ | |
"name": "ethiopic syllable zee", | |
"decimal": "4828", | |
"hex": "12DC" | |
}, | |
{ | |
"name": "ethiopic syllable ze", | |
"decimal": "4829", | |
"hex": "12DD" | |
}, | |
{ | |
"name": "ethiopic syllable zo", | |
"decimal": "4830", | |
"hex": "12DE" | |
}, | |
{ | |
"name": "ethiopic syllable zwa", | |
"decimal": "4831", | |
"hex": "12DF" | |
}, | |
{ | |
"name": "ethiopic syllable zha", | |
"decimal": "4832", | |
"hex": "12E0" | |
}, | |
{ | |
"name": "ethiopic syllable zhu", | |
"decimal": "4833", | |
"hex": "12E1" | |
}, | |
{ | |
"name": "ethiopic syllable zhi", | |
"decimal": "4834", | |
"hex": "12E2" | |
}, | |
{ | |
"name": "ethiopic syllable zhaa", | |
"decimal": "4835", | |
"hex": "12E3" | |
}, | |
{ | |
"name": "ethiopic syllable zhee", | |
"decimal": "4836", | |
"hex": "12E4" | |
}, | |
{ | |
"name": "ethiopic syllable zhe", | |
"decimal": "4837", | |
"hex": "12E5" | |
}, | |
{ | |
"name": "ethiopic syllable zho", | |
"decimal": "4838", | |
"hex": "12E6" | |
}, | |
{ | |
"name": "ethiopic syllable zhwa", | |
"decimal": "4839", | |
"hex": "12E7" | |
}, | |
{ | |
"name": "ethiopic syllable ya", | |
"decimal": "4840", | |
"hex": "12E8" | |
}, | |
{ | |
"name": "ethiopic syllable yu", | |
"decimal": "4841", | |
"hex": "12E9" | |
}, | |
{ | |
"name": "ethiopic syllable yi", | |
"decimal": "4842", | |
"hex": "12EA" | |
}, | |
{ | |
"name": "ethiopic syllable yaa", | |
"decimal": "4843", | |
"hex": "12EB" | |
}, | |
{ | |
"name": "ethiopic syllable yee", | |
"decimal": "4844", | |
"hex": "12EC" | |
}, | |
{ | |
"name": "ethiopic syllable ye", | |
"decimal": "4845", | |
"hex": "12ED" | |
}, | |
{ | |
"name": "ethiopic syllable yo", | |
"decimal": "4846", | |
"hex": "12EE" | |
}, | |
{ | |
"name": "ethiopic syllable da", | |
"decimal": "4848", | |
"hex": "12F0" | |
}, | |
{ | |
"name": "ethiopic syllable du", | |
"decimal": "4849", | |
"hex": "12F1" | |
}, | |
{ | |
"name": "ethiopic syllable di", | |
"decimal": "4850", | |
"hex": "12F2" | |
}, | |
{ | |
"name": "ethiopic syllable daa", | |
"decimal": "4851", | |
"hex": "12F3" | |
}, | |
{ | |
"name": "ethiopic syllable dee", | |
"decimal": "4852", | |
"hex": "12F4" | |
}, | |
{ | |
"name": "ethiopic syllable de", | |
"decimal": "4853", | |
"hex": "12F5" | |
}, | |
{ | |
"name": "ethiopic syllable do", | |
"decimal": "4854", | |
"hex": "12F6" | |
}, | |
{ | |
"name": "ethiopic syllable dwa", | |
"decimal": "4855", | |
"hex": "12F7" | |
}, | |
{ | |
"name": "ethiopic syllable dda", | |
"decimal": "4856", | |
"hex": "12F8" | |
}, | |
{ | |
"name": "ethiopic syllable ddu", | |
"decimal": "4857", | |
"hex": "12F9" | |
}, | |
{ | |
"name": "ethiopic syllable ddi", | |
"decimal": "4858", | |
"hex": "12FA" | |
}, | |
{ | |
"name": "ethiopic syllable ddaa", | |
"decimal": "4859", | |
"hex": "12FB" | |
}, | |
{ | |
"name": "ethiopic syllable ddee", | |
"decimal": "4860", | |
"hex": "12FC" | |
}, | |
{ | |
"name": "ethiopic syllable dde", | |
"decimal": "4861", | |
"hex": "12FD" | |
}, | |
{ | |
"name": "ethiopic syllable ddo", | |
"decimal": "4862", | |
"hex": "12FE" | |
}, | |
{ | |
"name": "ethiopic syllable ddwa", | |
"decimal": "4863", | |
"hex": "12FF" | |
}, | |
{ | |
"name": "ethiopic syllable ja", | |
"decimal": "4864", | |
"hex": "1300" | |
}, | |
{ | |
"name": "ethiopic syllable ju", | |
"decimal": "4865", | |
"hex": "1301" | |
}, | |
{ | |
"name": "ethiopic syllable ji", | |
"decimal": "4866", | |
"hex": "1302" | |
}, | |
{ | |
"name": "ethiopic syllable jaa", | |
"decimal": "4867", | |
"hex": "1303" | |
}, | |
{ | |
"name": "ethiopic syllable jee", | |
"decimal": "4868", | |
"hex": "1304" | |
}, | |
{ | |
"name": "ethiopic syllable je", | |
"decimal": "4869", | |
"hex": "1305" | |
}, | |
{ | |
"name": "ethiopic syllable jo", | |
"decimal": "4870", | |
"hex": "1306" | |
}, | |
{ | |
"name": "ethiopic syllable jwa", | |
"decimal": "4871", | |
"hex": "1307" | |
}, | |
{ | |
"name": "ethiopic syllable ga", | |
"decimal": "4872", | |
"hex": "1308" | |
}, | |
{ | |
"name": "ethiopic syllable gu", | |
"decimal": "4873", | |
"hex": "1309" | |
}, | |
{ | |
"name": "ethiopic syllable gi", | |
"decimal": "4874", | |
"hex": "130A" | |
}, | |
{ | |
"name": "ethiopic syllable gaa", | |
"decimal": "4875", | |
"hex": "130B" | |
}, | |
{ | |
"name": "ethiopic syllable gee", | |
"decimal": "4876", | |
"hex": "130C" | |
}, | |
{ | |
"name": "ethiopic syllable ge", | |
"decimal": "4877", | |
"hex": "130D" | |
}, | |
{ | |
"name": "ethiopic syllable go", | |
"decimal": "4878", | |
"hex": "130E" | |
}, | |
{ | |
"name": "ethiopic syllable gwa", | |
"decimal": "4880", | |
"hex": "1310" | |
}, | |
{ | |
"name": "ethiopic syllable gwi", | |
"decimal": "4882", | |
"hex": "1312" | |
}, | |
{ | |
"name": "ethiopic syllable gwaa", | |
"decimal": "4883", | |
"hex": "1313" | |
}, | |
{ | |
"name": "ethiopic syllable gwee", | |
"decimal": "4884", | |
"hex": "1314" | |
}, | |
{ | |
"name": "ethiopic syllable gwe", | |
"decimal": "4885", | |
"hex": "1315" | |
}, | |
{ | |
"name": "ethiopic syllable gga", | |
"decimal": "4888", | |
"hex": "1318" | |
}, | |
{ | |
"name": "ethiopic syllable ggu", | |
"decimal": "4889", | |
"hex": "1319" | |
}, | |
{ | |
"name": "ethiopic syllable ggi", | |
"decimal": "4890", | |
"hex": "131A" | |
}, | |
{ | |
"name": "ethiopic syllable ggaa", | |
"decimal": "4891", | |
"hex": "131B" | |
}, | |
{ | |
"name": "ethiopic syllable ggee", | |
"decimal": "4892", | |
"hex": "131C" | |
}, | |
{ | |
"name": "ethiopic syllable gge", | |
"decimal": "4893", | |
"hex": "131D" | |
}, | |
{ | |
"name": "ethiopic syllable ggo", | |
"decimal": "4894", | |
"hex": "131E" | |
}, | |
{ | |
"name": "ethiopic syllable tha", | |
"decimal": "4896", | |
"hex": "1320" | |
}, | |
{ | |
"name": "ethiopic syllable thu", | |
"decimal": "4897", | |
"hex": "1321" | |
}, | |
{ | |
"name": "ethiopic syllable thi", | |
"decimal": "4898", | |
"hex": "1322" | |
}, | |
{ | |
"name": "ethiopic syllable thaa", | |
"decimal": "4899", | |
"hex": "1323" | |
}, | |
{ | |
"name": "ethiopic syllable thee", | |
"decimal": "4900", | |
"hex": "1324" | |
}, | |
{ | |
"name": "ethiopic syllable the", | |
"decimal": "4901", | |
"hex": "1325" | |
}, | |
{ | |
"name": "ethiopic syllable tho", | |
"decimal": "4902", | |
"hex": "1326" | |
}, | |
{ | |
"name": "ethiopic syllable thwa", | |
"decimal": "4903", | |
"hex": "1327" | |
}, | |
{ | |
"name": "ethiopic syllable cha", | |
"decimal": "4904", | |
"hex": "1328" | |
}, | |
{ | |
"name": "ethiopic syllable chu", | |
"decimal": "4905", | |
"hex": "1329" | |
}, | |
{ | |
"name": "ethiopic syllable chi", | |
"decimal": "4906", | |
"hex": "132A" | |
}, | |
{ | |
"name": "ethiopic syllable chaa", | |
"decimal": "4907", | |
"hex": "132B" | |
}, | |
{ | |
"name": "ethiopic syllable chee", | |
"decimal": "4908", | |
"hex": "132C" | |
}, | |
{ | |
"name": "ethiopic syllable che", | |
"decimal": "4909", | |
"hex": "132D" | |
}, | |
{ | |
"name": "ethiopic syllable cho", | |
"decimal": "4910", | |
"hex": "132E" | |
}, | |
{ | |
"name": "ethiopic syllable chwa", | |
"decimal": "4911", | |
"hex": "132F" | |
}, | |
{ | |
"name": "ethiopic syllable pha", | |
"decimal": "4912", | |
"hex": "1330" | |
}, | |
{ | |
"name": "ethiopic syllable phu", | |
"decimal": "4913", | |
"hex": "1331" | |
}, | |
{ | |
"name": "ethiopic syllable phi", | |
"decimal": "4914", | |
"hex": "1332" | |
}, | |
{ | |
"name": "ethiopic syllable phaa", | |
"decimal": "4915", | |
"hex": "1333" | |
}, | |
{ | |
"name": "ethiopic syllable phee", | |
"decimal": "4916", | |
"hex": "1334" | |
}, | |
{ | |
"name": "ethiopic syllable phe", | |
"decimal": "4917", | |
"hex": "1335" | |
}, | |
{ | |
"name": "ethiopic syllable pho", | |
"decimal": "4918", | |
"hex": "1336" | |
}, | |
{ | |
"name": "ethiopic syllable phwa", | |
"decimal": "4919", | |
"hex": "1337" | |
}, | |
{ | |
"name": "ethiopic syllable tsa", | |
"decimal": "4920", | |
"hex": "1338" | |
}, | |
{ | |
"name": "ethiopic syllable tsu", | |
"decimal": "4921", | |
"hex": "1339" | |
}, | |
{ | |
"name": "ethiopic syllable tsi", | |
"decimal": "4922", | |
"hex": "133A" | |
}, | |
{ | |
"name": "ethiopic syllable tsaa", | |
"decimal": "4923", | |
"hex": "133B" | |
}, | |
{ | |
"name": "ethiopic syllable tsee", | |
"decimal": "4924", | |
"hex": "133C" | |
}, | |
{ | |
"name": "ethiopic syllable tse", | |
"decimal": "4925", | |
"hex": "133D" | |
}, | |
{ | |
"name": "ethiopic syllable tso", | |
"decimal": "4926", | |
"hex": "133E" | |
}, | |
{ | |
"name": "ethiopic syllable tswa", | |
"decimal": "4927", | |
"hex": "133F" | |
}, | |
{ | |
"name": "ethiopic syllable tza", | |
"decimal": "4928", | |
"hex": "1340" | |
}, | |
{ | |
"name": "ethiopic syllable tzu", | |
"decimal": "4929", | |
"hex": "1341" | |
}, | |
{ | |
"name": "ethiopic syllable tzi", | |
"decimal": "4930", | |
"hex": "1342" | |
}, | |
{ | |
"name": "ethiopic syllable tzaa", | |
"decimal": "4931", | |
"hex": "1343" | |
}, | |
{ | |
"name": "ethiopic syllable tzee", | |
"decimal": "4932", | |
"hex": "1344" | |
}, | |
{ | |
"name": "ethiopic syllable tze", | |
"decimal": "4933", | |
"hex": "1345" | |
}, | |
{ | |
"name": "ethiopic syllable tzo", | |
"decimal": "4934", | |
"hex": "1346" | |
}, | |
{ | |
"name": "ethiopic syllable fa", | |
"decimal": "4936", | |
"hex": "1348" | |
}, | |
{ | |
"name": "ethiopic syllable fu", | |
"decimal": "4937", | |
"hex": "1349" | |
}, | |
{ | |
"name": "ethiopic syllable fi", | |
"decimal": "4938", | |
"hex": "134A" | |
}, | |
{ | |
"name": "ethiopic syllable faa", | |
"decimal": "4939", | |
"hex": "134B" | |
}, | |
{ | |
"name": "ethiopic syllable fee", | |
"decimal": "4940", | |
"hex": "134C" | |
}, | |
{ | |
"name": "ethiopic syllable fe", | |
"decimal": "4941", | |
"hex": "134D" | |
}, | |
{ | |
"name": "ethiopic syllable fo", | |
"decimal": "4942", | |
"hex": "134E" | |
}, | |
{ | |
"name": "ethiopic syllable fwa", | |
"decimal": "4943", | |
"hex": "134F" | |
}, | |
{ | |
"name": "ethiopic syllable pa", | |
"decimal": "4944", | |
"hex": "1350" | |
}, | |
{ | |
"name": "ethiopic syllable pu", | |
"decimal": "4945", | |
"hex": "1351" | |
}, | |
{ | |
"name": "ethiopic syllable pi", | |
"decimal": "4946", | |
"hex": "1352" | |
}, | |
{ | |
"name": "ethiopic syllable paa", | |
"decimal": "4947", | |
"hex": "1353" | |
}, | |
{ | |
"name": "ethiopic syllable pee", | |
"decimal": "4948", | |
"hex": "1354" | |
}, | |
{ | |
"name": "ethiopic syllable pe", | |
"decimal": "4949", | |
"hex": "1355" | |
}, | |
{ | |
"name": "ethiopic syllable po", | |
"decimal": "4950", | |
"hex": "1356" | |
}, | |
{ | |
"name": "ethiopic syllable pwa", | |
"decimal": "4951", | |
"hex": "1357" | |
}, | |
{ | |
"name": "ethiopic syllable rya", | |
"decimal": "4952", | |
"hex": "1358" | |
}, | |
{ | |
"name": "ethiopic syllable mya", | |
"decimal": "4953", | |
"hex": "1359" | |
}, | |
{ | |
"name": "ethiopic syllable fya", | |
"decimal": "4954", | |
"hex": "135A" | |
}, | |
{ | |
"name": "ethiopic wordspace", | |
"decimal": "4961", | |
"hex": "1361" | |
}, | |
{ | |
"name": "ethiopic full stop", | |
"decimal": "4962", | |
"hex": "1362" | |
}, | |
{ | |
"name": "ethiopic comma", | |
"decimal": "4963", | |
"hex": "1363" | |
}, | |
{ | |
"name": "ethiopic semicolon", | |
"decimal": "4964", | |
"hex": "1364" | |
}, | |
{ | |
"name": "ethiopic colon", | |
"decimal": "4965", | |
"hex": "1365" | |
}, | |
{ | |
"name": "ethiopic preface colon", | |
"decimal": "4966", | |
"hex": "1366" | |
}, | |
{ | |
"name": "ethiopic question mark", | |
"decimal": "4967", | |
"hex": "1367" | |
}, | |
{ | |
"name": "ethiopic paragraph separator", | |
"decimal": "4968", | |
"hex": "1368" | |
}, | |
{ | |
"name": "ethiopic digit one", | |
"decimal": "4969", | |
"hex": "1369" | |
}, | |
{ | |
"name": "ethiopic digit two", | |
"decimal": "4970", | |
"hex": "136A" | |
}, | |
{ | |
"name": "ethiopic digit three", | |
"decimal": "4971", | |
"hex": "136B" | |
}, | |
{ | |
"name": "ethiopic digit four", | |
"decimal": "4972", | |
"hex": "136C" | |
}, | |
{ | |
"name": "ethiopic digit five", | |
"decimal": "4973", | |
"hex": "136D" | |
}, | |
{ | |
"name": "ethiopic digit six", | |
"decimal": "4974", | |
"hex": "136E" | |
}, | |
{ | |
"name": "ethiopic digit seven", | |
"decimal": "4975", | |
"hex": "136F" | |
}, | |
{ | |
"name": "ethiopic digit eight", | |
"decimal": "4976", | |
"hex": "1370" | |
}, | |
{ | |
"name": "ethiopic digit nine", | |
"decimal": "4977", | |
"hex": "1371" | |
}, | |
{ | |
"name": "ethiopic number ten", | |
"decimal": "4978", | |
"hex": "1372" | |
}, | |
{ | |
"name": "ethiopic number twenty", | |
"decimal": "4979", | |
"hex": "1373" | |
}, | |
{ | |
"name": "ethiopic number thirty", | |
"decimal": "4980", | |
"hex": "1374" | |
}, | |
{ | |
"name": "ethiopic number forty", | |
"decimal": "4981", | |
"hex": "1375" | |
}, | |
{ | |
"name": "ethiopic number fifty", | |
"decimal": "4982", | |
"hex": "1376" | |
}, | |
{ | |
"name": "ethiopic number sixty", | |
"decimal": "4983", | |
"hex": "1377" | |
}, | |
{ | |
"name": "ethiopic number seventy", | |
"decimal": "4984", | |
"hex": "1378" | |
}, | |
{ | |
"name": "ethiopic number eighty", | |
"decimal": "4985", | |
"hex": "1379" | |
}, | |
{ | |
"name": "ethiopic number ninety", | |
"decimal": "4986", | |
"hex": "137A" | |
}, | |
{ | |
"name": "ethiopic number hundred", | |
"decimal": "4987", | |
"hex": "137B" | |
}, | |
{ | |
"name": "ethiopic number ten thousand", | |
"decimal": "4988", | |
"hex": "137C" | |
} | |
], | |
"Cherokee": [ | |
{ | |
"name": "cherokee letter a", | |
"decimal": "5024", | |
"hex": "13A0" | |
}, | |
{ | |
"name": "cherokee letter e", | |
"decimal": "5025", | |
"hex": "13A1" | |
}, | |
{ | |
"name": "cherokee letter i", | |
"decimal": "5026", | |
"hex": "13A2" | |
}, | |
{ | |
"name": "cherokee letter o", | |
"decimal": "5027", | |
"hex": "13A3" | |
}, | |
{ | |
"name": "cherokee letter u", | |
"decimal": "5028", | |
"hex": "13A4" | |
}, | |
{ | |
"name": "cherokee letter v", | |
"decimal": "5029", | |
"hex": "13A5" | |
}, | |
{ | |
"name": "cherokee letter ga", | |
"decimal": "5030", | |
"hex": "13A6" | |
}, | |
{ | |
"name": "cherokee letter ka", | |
"decimal": "5031", | |
"hex": "13A7" | |
}, | |
{ | |
"name": "cherokee letter ge", | |
"decimal": "5032", | |
"hex": "13A8" | |
}, | |
{ | |
"name": "cherokee letter gi", | |
"decimal": "5033", | |
"hex": "13A9" | |
}, | |
{ | |
"name": "cherokee letter go", | |
"decimal": "5034", | |
"hex": "13AA" | |
}, | |
{ | |
"name": "cherokee letter gu", | |
"decimal": "5035", | |
"hex": "13AB" | |
}, | |
{ | |
"name": "cherokee letter gv", | |
"decimal": "5036", | |
"hex": "13AC" | |
}, | |
{ | |
"name": "cherokee letter ha", | |
"decimal": "5037", | |
"hex": "13AD" | |
}, | |
{ | |
"name": "cherokee letter he", | |
"decimal": "5038", | |
"hex": "13AE" | |
}, | |
{ | |
"name": "cherokee letter hi", | |
"decimal": "5039", | |
"hex": "13AF" | |
}, | |
{ | |
"name": "cherokee letter ho", | |
"decimal": "5040", | |
"hex": "13B0" | |
}, | |
{ | |
"name": "cherokee letter hu", | |
"decimal": "5041", | |
"hex": "13B1" | |
}, | |
{ | |
"name": "cherokee letter hv", | |
"decimal": "5042", | |
"hex": "13B2" | |
}, | |
{ | |
"name": "cherokee letter la", | |
"decimal": "5043", | |
"hex": "13B3" | |
}, | |
{ | |
"name": "cherokee letter le", | |
"decimal": "5044", | |
"hex": "13B4" | |
}, | |
{ | |
"name": "cherokee letter li", | |
"decimal": "5045", | |
"hex": "13B5" | |
}, | |
{ | |
"name": "cherokee letter lo", | |
"decimal": "5046", | |
"hex": "13B6" | |
}, | |
{ | |
"name": "cherokee letter lu", | |
"decimal": "5047", | |
"hex": "13B7" | |
}, | |
{ | |
"name": "cherokee letter lv", | |
"decimal": "5048", | |
"hex": "13B8" | |
}, | |
{ | |
"name": "cherokee letter ma", | |
"decimal": "5049", | |
"hex": "13B9" | |
}, | |
{ | |
"name": "cherokee letter me", | |
"decimal": "5050", | |
"hex": "13BA" | |
}, | |
{ | |
"name": "cherokee letter mi", | |
"decimal": "5051", | |
"hex": "13BB" | |
}, | |
{ | |
"name": "cherokee letter mo", | |
"decimal": "5052", | |
"hex": "13BC" | |
}, | |
{ | |
"name": "cherokee letter mu", | |
"decimal": "5053", | |
"hex": "13BD" | |
}, | |
{ | |
"name": "cherokee letter na", | |
"decimal": "5054", | |
"hex": "13BE" | |
}, | |
{ | |
"name": "cherokee letter hna", | |
"decimal": "5055", | |
"hex": "13BF" | |
}, | |
{ | |
"name": "cherokee letter nah", | |
"decimal": "5056", | |
"hex": "13C0" | |
}, | |
{ | |
"name": "cherokee letter ne", | |
"decimal": "5057", | |
"hex": "13C1" | |
}, | |
{ | |
"name": "cherokee letter ni", | |
"decimal": "5058", | |
"hex": "13C2" | |
}, | |
{ | |
"name": "cherokee letter no", | |
"decimal": "5059", | |
"hex": "13C3" | |
}, | |
{ | |
"name": "cherokee letter nu", | |
"decimal": "5060", | |
"hex": "13C4" | |
}, | |
{ | |
"name": "cherokee letter nv", | |
"decimal": "5061", | |
"hex": "13C5" | |
}, | |
{ | |
"name": "cherokee letter qua", | |
"decimal": "5062", | |
"hex": "13C6" | |
}, | |
{ | |
"name": "cherokee letter que", | |
"decimal": "5063", | |
"hex": "13C7" | |
}, | |
{ | |
"name": "cherokee letter qui", | |
"decimal": "5064", | |
"hex": "13C8" | |
}, | |
{ | |
"name": "cherokee letter quo", | |
"decimal": "5065", | |
"hex": "13C9" | |
}, | |
{ | |
"name": "cherokee letter quu", | |
"decimal": "5066", | |
"hex": "13CA" | |
}, | |
{ | |
"name": "cherokee letter quv", | |
"decimal": "5067", | |
"hex": "13CB" | |
}, | |
{ | |
"name": "cherokee letter sa", | |
"decimal": "5068", | |
"hex": "13CC" | |
}, | |
{ | |
"name": "cherokee letter s", | |
"decimal": "5069", | |
"hex": "13CD" | |
}, | |
{ | |
"name": "cherokee letter se", | |
"decimal": "5070", | |
"hex": "13CE" | |
}, | |
{ | |
"name": "cherokee letter si", | |
"decimal": "5071", | |
"hex": "13CF" | |
}, | |
{ | |
"name": "cherokee letter so", | |
"decimal": "5072", | |
"hex": "13D0" | |
}, | |
{ | |
"name": "cherokee letter su", | |
"decimal": "5073", | |
"hex": "13D1" | |
}, | |
{ | |
"name": "cherokee letter sv", | |
"decimal": "5074", | |
"hex": "13D2" | |
}, | |
{ | |
"name": "cherokee letter da", | |
"decimal": "5075", | |
"hex": "13D3" | |
}, | |
{ | |
"name": "cherokee letter ta", | |
"decimal": "5076", | |
"hex": "13D4" | |
}, | |
{ | |
"name": "cherokee letter de", | |
"decimal": "5077", | |
"hex": "13D5" | |
}, | |
{ | |
"name": "cherokee letter te", | |
"decimal": "5078", | |
"hex": "13D6" | |
}, | |
{ | |
"name": "cherokee letter di", | |
"decimal": "5079", | |
"hex": "13D7" | |
}, | |
{ | |
"name": "cherokee letter ti", | |
"decimal": "5080", | |
"hex": "13D8" | |
}, | |
{ | |
"name": "cherokee letter do", | |
"decimal": "5081", | |
"hex": "13D9" | |
}, | |
{ | |
"name": "cherokee letter du", | |
"decimal": "5082", | |
"hex": "13DA" | |
}, | |
{ | |
"name": "cherokee letter dv", | |
"decimal": "5083", | |
"hex": "13DB" | |
}, | |
{ | |
"name": "cherokee letter dla", | |
"decimal": "5084", | |
"hex": "13DC" | |
}, | |
{ | |
"name": "cherokee letter tla", | |
"decimal": "5085", | |
"hex": "13DD" | |
}, | |
{ | |
"name": "cherokee letter tle", | |
"decimal": "5086", | |
"hex": "13DE" | |
}, | |
{ | |
"name": "cherokee letter tli", | |
"decimal": "5087", | |
"hex": "13DF" | |
}, | |
{ | |
"name": "cherokee letter tlo", | |
"decimal": "5088", | |
"hex": "13E0" | |
}, | |
{ | |
"name": "cherokee letter tlu", | |
"decimal": "5089", | |
"hex": "13E1" | |
}, | |
{ | |
"name": "cherokee letter tlv", | |
"decimal": "5090", | |
"hex": "13E2" | |
}, | |
{ | |
"name": "cherokee letter tsa", | |
"decimal": "5091", | |
"hex": "13E3" | |
}, | |
{ | |
"name": "cherokee letter tse", | |
"decimal": "5092", | |
"hex": "13E4" | |
}, | |
{ | |
"name": "cherokee letter tsi", | |
"decimal": "5093", | |
"hex": "13E5" | |
}, | |
{ | |
"name": "cherokee letter tso", | |
"decimal": "5094", | |
"hex": "13E6" | |
}, | |
{ | |
"name": "cherokee letter tsu", | |
"decimal": "5095", | |
"hex": "13E7" | |
}, | |
{ | |
"name": "cherokee letter tsv", | |
"decimal": "5096", | |
"hex": "13E8" | |
}, | |
{ | |
"name": "cherokee letter wa", | |
"decimal": "5097", | |
"hex": "13E9" | |
}, | |
{ | |
"name": "cherokee letter we", | |
"decimal": "5098", | |
"hex": "13EA" | |
}, | |
{ | |
"name": "cherokee letter wi", | |
"decimal": "5099", | |
"hex": "13EB" | |
}, | |
{ | |
"name": "cherokee letter wo", | |
"decimal": "5100", | |
"hex": "13EC" | |
}, | |
{ | |
"name": "cherokee letter wu", | |
"decimal": "5101", | |
"hex": "13ED" | |
}, | |
{ | |
"name": "cherokee letter wv", | |
"decimal": "5102", | |
"hex": "13EE" | |
}, | |
{ | |
"name": "cherokee letter ya", | |
"decimal": "5103", | |
"hex": "13EF" | |
}, | |
{ | |
"name": "cherokee letter ye", | |
"decimal": "5104", | |
"hex": "13F0" | |
}, | |
{ | |
"name": "cherokee letter yi", | |
"decimal": "5105", | |
"hex": "13F1" | |
}, | |
{ | |
"name": "cherokee letter yo", | |
"decimal": "5106", | |
"hex": "13F2" | |
}, | |
{ | |
"name": "cherokee letter yu", | |
"decimal": "5107", | |
"hex": "13F3" | |
}, | |
{ | |
"name": "cherokee letter yv", | |
"decimal": "5108", | |
"hex": "13F4" | |
} | |
], | |
"Unified Canadian Aboriginal Syllabics": [ | |
{ | |
"name": "canadian syllabics e", | |
"decimal": "5121", | |
"hex": "1401" | |
}, | |
{ | |
"name": "canadian syllabics aai", | |
"decimal": "5122", | |
"hex": "1402" | |
}, | |
{ | |
"name": "canadian syllabics i", | |
"decimal": "5123", | |
"hex": "1403" | |
}, | |
{ | |
"name": "canadian syllabics ii", | |
"decimal": "5124", | |
"hex": "1404" | |
}, | |
{ | |
"name": "canadian syllabics o", | |
"decimal": "5125", | |
"hex": "1405" | |
}, | |
{ | |
"name": "canadian syllabics oo", | |
"decimal": "5126", | |
"hex": "1406" | |
}, | |
{ | |
"name": "canadian syllabics y-cree oo", | |
"decimal": "5127", | |
"hex": "1407" | |
}, | |
{ | |
"name": "canadian syllabics carrier ee", | |
"decimal": "5128", | |
"hex": "1408" | |
}, | |
{ | |
"name": "canadian syllabics carrier i", | |
"decimal": "5129", | |
"hex": "1409" | |
}, | |
{ | |
"name": "canadian syllabics a", | |
"decimal": "5130", | |
"hex": "140A" | |
}, | |
{ | |
"name": "canadian syllabics aa", | |
"decimal": "5131", | |
"hex": "140B" | |
}, | |
{ | |
"name": "canadian syllabics we", | |
"decimal": "5132", | |
"hex": "140C" | |
}, | |
{ | |
"name": "canadian syllabics west-cree we", | |
"decimal": "5133", | |
"hex": "140D" | |
}, | |
{ | |
"name": "canadian syllabics wi", | |
"decimal": "5134", | |
"hex": "140E" | |
}, | |
{ | |
"name": "canadian syllabics west-cree wi", | |
"decimal": "5135", | |
"hex": "140F" | |
}, | |
{ | |
"name": "canadian syllabics wii", | |
"decimal": "5136", | |
"hex": "1410" | |
}, | |
{ | |
"name": "canadian syllabics west-cree wii", | |
"decimal": "5137", | |
"hex": "1411" | |
}, | |
{ | |
"name": "canadian syllabics wo", | |
"decimal": "5138", | |
"hex": "1412" | |
}, | |
{ | |
"name": "canadian syllabics west-cree wo", | |
"decimal": "5139", | |
"hex": "1413" | |
}, | |
{ | |
"name": "canadian syllabics woo", | |
"decimal": "5140", | |
"hex": "1414" | |
}, | |
{ | |
"name": "canadian syllabics west-cree woo", | |
"decimal": "5141", | |
"hex": "1415" | |
}, | |
{ | |
"name": "canadian syllabics naskapi woo", | |
"decimal": "5142", | |
"hex": "1416" | |
}, | |
{ | |
"name": "canadian syllabics wa", | |
"decimal": "5143", | |
"hex": "1417" | |
}, | |
{ | |
"name": "canadian syllabics west-cree wa", | |
"decimal": "5144", | |
"hex": "1418" | |
}, | |
{ | |
"name": "canadian syllabics waa", | |
"decimal": "5145", | |
"hex": "1419" | |
}, | |
{ | |
"name": "canadian syllabics west-cree waa", | |
"decimal": "5146", | |
"hex": "141A" | |
}, | |
{ | |
"name": "canadian syllabics naskapi waa", | |
"decimal": "5147", | |
"hex": "141B" | |
}, | |
{ | |
"name": "canadian syllabics ai", | |
"decimal": "5148", | |
"hex": "141C" | |
}, | |
{ | |
"name": "canadian syllabics y-cree w", | |
"decimal": "5149", | |
"hex": "141D" | |
}, | |
{ | |
"name": "canadian syllabics glottal stop", | |
"decimal": "5150", | |
"hex": "141E" | |
}, | |
{ | |
"name": "canadian syllabics final acute", | |
"decimal": "5151", | |
"hex": "141F" | |
}, | |
{ | |
"name": "canadian syllabics final grave", | |
"decimal": "5152", | |
"hex": "1420" | |
}, | |
{ | |
"name": "canadian syllabics final bottom half ring", | |
"decimal": "5153", | |
"hex": "1421" | |
}, | |
{ | |
"name": "canadian syllabics final top half ring", | |
"decimal": "5154", | |
"hex": "1422" | |
}, | |
{ | |
"name": "canadian syllabics final right half ring", | |
"decimal": "5155", | |
"hex": "1423" | |
}, | |
{ | |
"name": "canadian syllabics final ring", | |
"decimal": "5156", | |
"hex": "1424" | |
}, | |
{ | |
"name": "canadian syllabics final double acute", | |
"decimal": "5157", | |
"hex": "1425" | |
}, | |
{ | |
"name": "canadian syllabics final double short vertical strokes", | |
"decimal": "5158", | |
"hex": "1426" | |
}, | |
{ | |
"name": "canadian syllabics final middle dot", | |
"decimal": "5159", | |
"hex": "1427" | |
}, | |
{ | |
"name": "canadian syllabics final short horizontal stroke", | |
"decimal": "5160", | |
"hex": "1428" | |
}, | |
{ | |
"name": "canadian syllabics final plus", | |
"decimal": "5161", | |
"hex": "1429" | |
}, | |
{ | |
"name": "canadian syllabics final down tack", | |
"decimal": "5162", | |
"hex": "142A" | |
}, | |
{ | |
"name": "canadian syllabics en", | |
"decimal": "5163", | |
"hex": "142B" | |
}, | |
{ | |
"name": "canadian syllabics in", | |
"decimal": "5164", | |
"hex": "142C" | |
}, | |
{ | |
"name": "canadian syllabics on", | |
"decimal": "5165", | |
"hex": "142D" | |
}, | |
{ | |
"name": "canadian syllabics an", | |
"decimal": "5166", | |
"hex": "142E" | |
}, | |
{ | |
"name": "canadian syllabics pe", | |
"decimal": "5167", | |
"hex": "142F" | |
}, | |
{ | |
"name": "canadian syllabics paai", | |
"decimal": "5168", | |
"hex": "1430" | |
}, | |
{ | |
"name": "canadian syllabics pi", | |
"decimal": "5169", | |
"hex": "1431" | |
}, | |
{ | |
"name": "canadian syllabics pii", | |
"decimal": "5170", | |
"hex": "1432" | |
}, | |
{ | |
"name": "canadian syllabics po", | |
"decimal": "5171", | |
"hex": "1433" | |
}, | |
{ | |
"name": "canadian syllabics poo", | |
"decimal": "5172", | |
"hex": "1434" | |
}, | |
{ | |
"name": "canadian syllabics y-cree poo", | |
"decimal": "5173", | |
"hex": "1435" | |
}, | |
{ | |
"name": "canadian syllabics carrier hee", | |
"decimal": "5174", | |
"hex": "1436" | |
}, | |
{ | |
"name": "canadian syllabics carrier hi", | |
"decimal": "5175", | |
"hex": "1437" | |
}, | |
{ | |
"name": "canadian syllabics pa", | |
"decimal": "5176", | |
"hex": "1438" | |
}, | |
{ | |
"name": "canadian syllabics paa", | |
"decimal": "5177", | |
"hex": "1439" | |
}, | |
{ | |
"name": "canadian syllabics pwe", | |
"decimal": "5178", | |
"hex": "143A" | |
}, | |
{ | |
"name": "canadian syllabics west-cree pwe", | |
"decimal": "5179", | |
"hex": "143B" | |
}, | |
{ | |
"name": "canadian syllabics pwi", | |
"decimal": "5180", | |
"hex": "143C" | |
}, | |
{ | |
"name": "canadian syllabics west-cree pwi", | |
"decimal": "5181", | |
"hex": "143D" | |
}, | |
{ | |
"name": "canadian syllabics pwii", | |
"decimal": "5182", | |
"hex": "143E" | |
}, | |
{ | |
"name": "canadian syllabics west-cree pwii", | |
"decimal": "5183", | |
"hex": "143F" | |
}, | |
{ | |
"name": "canadian syllabics pwo", | |
"decimal": "5184", | |
"hex": "1440" | |
}, | |
{ | |
"name": "canadian syllabics west-cree pwo", | |
"decimal": "5185", | |
"hex": "1441" | |
}, | |
{ | |
"name": "canadian syllabics pwoo", | |
"decimal": "5186", | |
"hex": "1442" | |
}, | |
{ | |
"name": "canadian syllabics west-cree pwoo", | |
"decimal": "5187", | |
"hex": "1443" | |
}, | |
{ | |
"name": "canadian syllabics pwa", | |
"decimal": "5188", | |
"hex": "1444" | |
}, | |
{ | |
"name": "canadian syllabics west-cree pwa", | |
"decimal": "5189", | |
"hex": "1445" | |
}, | |
{ | |
"name": "canadian syllabics pwaa", | |
"decimal": "5190", | |
"hex": "1446" | |
}, | |
{ | |
"name": "canadian syllabics west-cree pwaa", | |
"decimal": "5191", | |
"hex": "1447" | |
}, | |
{ | |
"name": "canadian syllabics y-cree pwaa", | |
"decimal": "5192", | |
"hex": "1448" | |
}, | |
{ | |
"name": "canadian syllabics p", | |
"decimal": "5193", | |
"hex": "1449" | |
}, | |
{ | |
"name": "canadian syllabics west-cree p", | |
"decimal": "5194", | |
"hex": "144A" | |
}, | |
{ | |
"name": "canadian syllabics carrier h", | |
"decimal": "5195", | |
"hex": "144B" | |
}, | |
{ | |
"name": "canadian syllabics te", | |
"decimal": "5196", | |
"hex": "144C" | |
}, | |
{ | |
"name": "canadian syllabics taai", | |
"decimal": "5197", | |
"hex": "144D" | |
}, | |
{ | |
"name": "canadian syllabics ti", | |
"decimal": "5198", | |
"hex": "144E" | |
}, | |
{ | |
"name": "canadian syllabics tii", | |
"decimal": "5199", | |
"hex": "144F" | |
}, | |
{ | |
"name": "canadian syllabics to", | |
"decimal": "5200", | |
"hex": "1450" | |
}, | |
{ | |
"name": "canadian syllabics too", | |
"decimal": "5201", | |
"hex": "1451" | |
}, | |
{ | |
"name": "canadian syllabics y-cree too", | |
"decimal": "5202", | |
"hex": "1452" | |
}, | |
{ | |
"name": "canadian syllabics carrier dee", | |
"decimal": "5203", | |
"hex": "1453" | |
}, | |
{ | |
"name": "canadian syllabics carrier di", | |
"decimal": "5204", | |
"hex": "1454" | |
}, | |
{ | |
"name": "canadian syllabics ta", | |
"decimal": "5205", | |
"hex": "1455" | |
}, | |
{ | |
"name": "canadian syllabics taa", | |
"decimal": "5206", | |
"hex": "1456" | |
}, | |
{ | |
"name": "canadian syllabics twe", | |
"decimal": "5207", | |
"hex": "1457" | |
}, | |
{ | |
"name": "canadian syllabics west-cree twe", | |
"decimal": "5208", | |
"hex": "1458" | |
}, | |
{ | |
"name": "canadian syllabics twi", | |
"decimal": "5209", | |
"hex": "1459" | |
}, | |
{ | |
"name": "canadian syllabics west-cree twi", | |
"decimal": "5210", | |
"hex": "145A" | |
}, | |
{ | |
"name": "canadian syllabics twii", | |
"decimal": "5211", | |
"hex": "145B" | |
}, | |
{ | |
"name": "canadian syllabics west-cree twii", | |
"decimal": "5212", | |
"hex": "145C" | |
}, | |
{ | |
"name": "canadian syllabics two", | |
"decimal": "5213", | |
"hex": "145D" | |
}, | |
{ | |
"name": "canadian syllabics west-cree two", | |
"decimal": "5214", | |
"hex": "145E" | |
}, | |
{ | |
"name": "canadian syllabics twoo", | |
"decimal": "5215", | |
"hex": "145F" | |
}, | |
{ | |
"name": "canadian syllabics west-cree twoo", | |
"decimal": "5216", | |
"hex": "1460" | |
}, | |
{ | |
"name": "canadian syllabics twa", | |
"decimal": "5217", | |
"hex": "1461" | |
}, | |
{ | |
"name": "canadian syllabics west-cree twa", | |
"decimal": "5218", | |
"hex": "1462" | |
}, | |
{ | |
"name": "canadian syllabics twaa", | |
"decimal": "5219", | |
"hex": "1463" | |
}, | |
{ | |
"name": "canadian syllabics west-cree twaa", | |
"decimal": "5220", | |
"hex": "1464" | |
}, | |
{ | |
"name": "canadian syllabics naskapi twaa", | |
"decimal": "5221", | |
"hex": "1465" | |
}, | |
{ | |
"name": "canadian syllabics t", | |
"decimal": "5222", | |
"hex": "1466" | |
}, | |
{ | |
"name": "canadian syllabics tte", | |
"decimal": "5223", | |
"hex": "1467" | |
}, | |
{ | |
"name": "canadian syllabics tti", | |
"decimal": "5224", | |
"hex": "1468" | |
}, | |
{ | |
"name": "canadian syllabics tto", | |
"decimal": "5225", | |
"hex": "1469" | |
}, | |
{ | |
"name": "canadian syllabics tta", | |
"decimal": "5226", | |
"hex": "146A" | |
}, | |
{ | |
"name": "canadian syllabics ke", | |
"decimal": "5227", | |
"hex": "146B" | |
}, | |
{ | |
"name": "canadian syllabics kaai", | |
"decimal": "5228", | |
"hex": "146C" | |
}, | |
{ | |
"name": "canadian syllabics ki", | |
"decimal": "5229", | |
"hex": "146D" | |
}, | |
{ | |
"name": "canadian syllabics kii", | |
"decimal": "5230", | |
"hex": "146E" | |
}, | |
{ | |
"name": "canadian syllabics ko", | |
"decimal": "5231", | |
"hex": "146F" | |
}, | |
{ | |
"name": "canadian syllabics koo", | |
"decimal": "5232", | |
"hex": "1470" | |
}, | |
{ | |
"name": "canadian syllabics y-cree koo", | |
"decimal": "5233", | |
"hex": "1471" | |
}, | |
{ | |
"name": "canadian syllabics ka", | |
"decimal": "5234", | |
"hex": "1472" | |
}, | |
{ | |
"name": "canadian syllabics kaa", | |
"decimal": "5235", | |
"hex": "1473" | |
}, | |
{ | |
"name": "canadian syllabics kwe", | |
"decimal": "5236", | |
"hex": "1474" | |
}, | |
{ | |
"name": "canadian syllabics west-cree kwe", | |
"decimal": "5237", | |
"hex": "1475" | |
}, | |
{ | |
"name": "canadian syllabics kwi", | |
"decimal": "5238", | |
"hex": "1476" | |
}, | |
{ | |
"name": "canadian syllabics west-cree kwi", | |
"decimal": "5239", | |
"hex": "1477" | |
}, | |
{ | |
"name": "canadian syllabics kwii", | |
"decimal": "5240", | |
"hex": "1478" | |
}, | |
{ | |
"name": "canadian syllabics west-cree kwii", | |
"decimal": "5241", | |
"hex": "1479" | |
}, | |
{ | |
"name": "canadian syllabics kwo", | |
"decimal": "5242", | |
"hex": "147A" | |
}, | |
{ | |
"name": "canadian syllabics west-cree kwo", | |
"decimal": "5243", | |
"hex": "147B" | |
}, | |
{ | |
"name": "canadian syllabics kwoo", | |
"decimal": "5244", | |
"hex": "147C" | |
}, | |
{ | |
"name": "canadian syllabics west-cree kwoo", | |
"decimal": "5245", | |
"hex": "147D" | |
}, | |
{ | |
"name": "canadian syllabics kwa", | |
"decimal": "5246", | |
"hex": "147E" | |
}, | |
{ | |
"name": "canadian syllabics west-cree kwa", | |
"decimal": "5247", | |
"hex": "147F" | |
}, | |
{ | |
"name": "canadian syllabics kwaa", | |
"decimal": "5248", | |
"hex": "1480" | |
}, | |
{ | |
"name": "canadian syllabics west-cree kwaa", | |
"decimal": "5249", | |
"hex": "1481" | |
}, | |
{ | |
"name": "canadian syllabics naskapi kwaa", | |
"decimal": "5250", | |
"hex": "1482" | |
}, | |
{ | |
"name": "canadian syllabics k", | |
"decimal": "5251", | |
"hex": "1483" | |
}, | |
{ | |
"name": "canadian syllabics kw", | |
"decimal": "5252", | |
"hex": "1484" | |
}, | |
{ | |
"name": "canadian syllabics south-slavey keh", | |
"decimal": "5253", | |
"hex": "1485" | |
}, | |
{ | |
"name": "canadian syllabics south-slavey kih", | |
"decimal": "5254", | |
"hex": "1486" | |
}, | |
{ | |
"name": "canadian syllabics south-slavey koh", | |
"decimal": "5255", | |
"hex": "1487" | |
}, | |
{ | |
"name": "canadian syllabics south-slavey kah", | |
"decimal": "5256", | |
"hex": "1488" | |
}, | |
{ | |
"name": "canadian syllabics ce", | |
"decimal": "5257", | |
"hex": "1489" | |
}, | |
{ | |
"name": "canadian syllabics caai", | |
"decimal": "5258", | |
"hex": "148A" | |
}, | |
{ | |
"name": "canadian syllabics ci", | |
"decimal": "5259", | |
"hex": "148B" | |
}, | |
{ | |
"name": "canadian syllabics cii", | |
"decimal": "5260", | |
"hex": "148C" | |
}, | |
{ | |
"name": "canadian syllabics co", | |
"decimal": "5261", | |
"hex": "148D" | |
}, | |
{ | |
"name": "canadian syllabics coo", | |
"decimal": "5262", | |
"hex": "148E" | |
}, | |
{ | |
"name": "canadian syllabics y-cree coo", | |
"decimal": "5263", | |
"hex": "148F" | |
}, | |
{ | |
"name": "canadian syllabics ca", | |
"decimal": "5264", | |
"hex": "1490" | |
}, | |
{ | |
"name": "canadian syllabics caa", | |
"decimal": "5265", | |
"hex": "1491" | |
}, | |
{ | |
"name": "canadian syllabics cwe", | |
"decimal": "5266", | |
"hex": "1492" | |
}, | |
{ | |
"name": "canadian syllabics west-cree cwe", | |
"decimal": "5267", | |
"hex": "1493" | |
}, | |
{ | |
"name": "canadian syllabics cwi", | |
"decimal": "5268", | |
"hex": "1494" | |
}, | |
{ | |
"name": "canadian syllabics west-cree cwi", | |
"decimal": "5269", | |
"hex": "1495" | |
}, | |
{ | |
"name": "canadian syllabics cwii", | |
"decimal": "5270", | |
"hex": "1496" | |
}, | |
{ | |
"name": "canadian syllabics west-cree cwii", | |
"decimal": "5271", | |
"hex": "1497" | |
}, | |
{ | |
"name": "canadian syllabics cwo", | |
"decimal": "5272", | |
"hex": "1498" | |
}, | |
{ | |
"name": "canadian syllabics west-cree cwo", | |
"decimal": "5273", | |
"hex": "1499" | |
}, | |
{ | |
"name": "canadian syllabics cwoo", | |
"decimal": "5274", | |
"hex": "149A" | |
}, | |
{ | |
"name": "canadian syllabics west-cree cwoo", | |
"decimal": "5275", | |
"hex": "149B" | |
}, | |
{ | |
"name": "canadian syllabics cwa", | |
"decimal": "5276", | |
"hex": "149C" | |
}, | |
{ | |
"name": "canadian syllabics west-cree cwa", | |
"decimal": "5277", | |
"hex": "149D" | |
}, | |
{ | |
"name": "canadian syllabics cwaa", | |
"decimal": "5278", | |
"hex": "149E" | |
}, | |
{ | |
"name": "canadian syllabics west-cree cwaa", | |
"decimal": "5279", | |
"hex": "149F" | |
}, | |
{ | |
"name": "canadian syllabics naskapi cwaa", | |
"decimal": "5280", | |
"hex": "14A0" | |
}, | |
{ | |
"name": "canadian syllabics c", | |
"decimal": "5281", | |
"hex": "14A1" | |
}, | |
{ | |
"name": "canadian syllabics sayisi th", | |
"decimal": "5282", | |
"hex": "14A2" | |
}, | |
{ | |
"name": "canadian syllabics me", | |
"decimal": "5283", | |
"hex": "14A3" | |
}, | |
{ | |
"name": "canadian syllabics maai", | |
"decimal": "5284", | |
"hex": "14A4" | |
}, | |
{ | |
"name": "canadian syllabics mi", | |
"decimal": "5285", | |
"hex": "14A5" | |
}, | |
{ | |
"name": "canadian syllabics mii", | |
"decimal": "5286", | |
"hex": "14A6" | |
}, | |
{ | |
"name": "canadian syllabics mo", | |
"decimal": "5287", | |
"hex": "14A7" | |
}, | |
{ | |
"name": "canadian syllabics moo", | |
"decimal": "5288", | |
"hex": "14A8" | |
}, | |
{ | |
"name": "canadian syllabics y-cree moo", | |
"decimal": "5289", | |
"hex": "14A9" | |
}, | |
{ | |
"name": "canadian syllabics ma", | |
"decimal": "5290", | |
"hex": "14AA" | |
}, | |
{ | |
"name": "canadian syllabics maa", | |
"decimal": "5291", | |
"hex": "14AB" | |
}, | |
{ | |
"name": "canadian syllabics mwe", | |
"decimal": "5292", | |
"hex": "14AC" | |
}, | |
{ | |
"name": "canadian syllabics west-cree mwe", | |
"decimal": "5293", | |
"hex": "14AD" | |
}, | |
{ | |
"name": "canadian syllabics mwi", | |
"decimal": "5294", | |
"hex": "14AE" | |
}, | |
{ | |
"name": "canadian syllabics west-cree mwi", | |
"decimal": "5295", | |
"hex": "14AF" | |
}, | |
{ | |
"name": "canadian syllabics mwii", | |
"decimal": "5296", | |
"hex": "14B0" | |
}, | |
{ | |
"name": "canadian syllabics west-cree mwii", | |
"decimal": "5297", | |
"hex": "14B1" | |
}, | |
{ | |
"name": "canadian syllabics mwo", | |
"decimal": "5298", | |
"hex": "14B2" | |
}, | |
{ | |
"name": "canadian syllabics west-cree mwo", | |
"decimal": "5299", | |
"hex": "14B3" | |
}, | |
{ | |
"name": "canadian syllabics mwoo", | |
"decimal": "5300", | |
"hex": "14B4" | |
}, | |
{ | |
"name": "canadian syllabics west-cree mwoo", | |
"decimal": "5301", | |
"hex": "14B5" | |
}, | |
{ | |
"name": "canadian syllabics mwa", | |
"decimal": "5302", | |
"hex": "14B6" | |
}, | |
{ | |
"name": "canadian syllabics west-cree mwa", | |
"decimal": "5303", | |
"hex": "14B7" | |
}, | |
{ | |
"name": "canadian syllabics mwaa", | |
"decimal": "5304", | |
"hex": "14B8" | |
}, | |
{ | |
"name": "canadian syllabics west-cree mwaa", | |
"decimal": "5305", | |
"hex": "14B9" | |
}, | |
{ | |
"name": "canadian syllabics naskapi mwaa", | |
"decimal": "5306", | |
"hex": "14BA" | |
}, | |
{ | |
"name": "canadian syllabics m", | |
"decimal": "5307", | |
"hex": "14BB" | |
}, | |
{ | |
"name": "canadian syllabics west-cree m", | |
"decimal": "5308", | |
"hex": "14BC" | |
}, | |
{ | |
"name": "canadian syllabics mh", | |
"decimal": "5309", | |
"hex": "14BD" | |
}, | |
{ | |
"name": "canadian syllabics athapascan m", | |
"decimal": "5310", | |
"hex": "14BE" | |
}, | |
{ | |
"name": "canadian syllabics sayisi m", | |
"decimal": "5311", | |
"hex": "14BF" | |
}, | |
{ | |
"name": "canadian syllabics ne", | |
"decimal": "5312", | |
"hex": "14C0" | |
}, | |
{ | |
"name": "canadian syllabics naai", | |
"decimal": "5313", | |
"hex": "14C1" | |
}, | |
{ | |
"name": "canadian syllabics ni", | |
"decimal": "5314", | |
"hex": "14C2" | |
}, | |
{ | |
"name": "canadian syllabics nii", | |
"decimal": "5315", | |
"hex": "14C3" | |
}, | |
{ | |
"name": "canadian syllabics no", | |
"decimal": "5316", | |
"hex": "14C4" | |
}, | |
{ | |
"name": "canadian syllabics noo", | |
"decimal": "5317", | |
"hex": "14C5" | |
}, | |
{ | |
"name": "canadian syllabics y-cree noo", | |
"decimal": "5318", | |
"hex": "14C6" | |
}, | |
{ | |
"name": "canadian syllabics na", | |
"decimal": "5319", | |
"hex": "14C7" | |
}, | |
{ | |
"name": "canadian syllabics naa", | |
"decimal": "5320", | |
"hex": "14C8" | |
}, | |
{ | |
"name": "canadian syllabics nwe", | |
"decimal": "5321", | |
"hex": "14C9" | |
}, | |
{ | |
"name": "canadian syllabics west-cree nwe", | |
"decimal": "5322", | |
"hex": "14CA" | |
}, | |
{ | |
"name": "canadian syllabics nwa", | |
"decimal": "5323", | |
"hex": "14CB" | |
}, | |
{ | |
"name": "canadian syllabics west-cree nwa", | |
"decimal": "5324", | |
"hex": "14CC" | |
}, | |
{ | |
"name": "canadian syllabics nwaa", | |
"decimal": "5325", | |
"hex": "14CD" | |
}, | |
{ | |
"name": "canadian syllabics west-cree nwaa", | |
"decimal": "5326", | |
"hex": "14CE" | |
}, | |
{ | |
"name": "canadian syllabics naskapi nwaa", | |
"decimal": "5327", | |
"hex": "14CF" | |
}, | |
{ | |
"name": "canadian syllabics n", | |
"decimal": "5328", | |
"hex": "14D0" | |
}, | |
{ | |
"name": "canadian syllabics carrier ng", | |
"decimal": "5329", | |
"hex": "14D1" | |
}, | |
{ | |
"name": "canadian syllabics nh", | |
"decimal": "5330", | |
"hex": "14D2" | |
}, | |
{ | |
"name": "canadian syllabics le", | |
"decimal": "5331", | |
"hex": "14D3" | |
}, | |
{ | |
"name": "canadian syllabics laai", | |
"decimal": "5332", | |
"hex": "14D4" | |
}, | |
{ | |
"name": "canadian syllabics li", | |
"decimal": "5333", | |
"hex": "14D5" | |
}, | |
{ | |
"name": "canadian syllabics lii", | |
"decimal": "5334", | |
"hex": "14D6" | |
}, | |
{ | |
"name": "canadian syllabics lo", | |
"decimal": "5335", | |
"hex": "14D7" | |
}, | |
{ | |
"name": "canadian syllabics loo", | |
"decimal": "5336", | |
"hex": "14D8" | |
}, | |
{ | |
"name": "canadian syllabics y-cree loo", | |
"decimal": "5337", | |
"hex": "14D9" | |
}, | |
{ | |
"name": "canadian syllabics la", | |
"decimal": "5338", | |
"hex": "14DA" | |
}, | |
{ | |
"name": "canadian syllabics laa", | |
"decimal": "5339", | |
"hex": "14DB" | |
}, | |
{ | |
"name": "canadian syllabics lwe", | |
"decimal": "5340", | |
"hex": "14DC" | |
}, | |
{ | |
"name": "canadian syllabics west-cree lwe", | |
"decimal": "5341", | |
"hex": "14DD" | |
}, | |
{ | |
"name": "canadian syllabics lwi", | |
"decimal": "5342", | |
"hex": "14DE" | |
}, | |
{ | |
"name": "canadian syllabics west-cree lwi", | |
"decimal": "5343", | |
"hex": "14DF" | |
}, | |
{ | |
"name": "canadian syllabics lwii", | |
"decimal": "5344", | |
"hex": "14E0" | |
}, | |
{ | |
"name": "canadian syllabics west-cree lwii", | |
"decimal": "5345", | |
"hex": "14E1" | |
}, | |
{ | |
"name": "canadian syllabics lwo", | |
"decimal": "5346", | |
"hex": "14E2" | |
}, | |
{ | |
"name": "canadian syllabics west-cree lwo", | |
"decimal": "5347", | |
"hex": "14E3" | |
}, | |
{ | |
"name": "canadian syllabics lwoo", | |
"decimal": "5348", | |
"hex": "14E4" | |
}, | |
{ | |
"name": "canadian syllabics west-cree lwoo", | |
"decimal": "5349", | |
"hex": "14E5" | |
}, | |
{ | |
"name": "canadian syllabics lwa", | |
"decimal": "5350", | |
"hex": "14E6" | |
}, | |
{ | |
"name": "canadian syllabics west-cree lwa", | |
"decimal": "5351", | |
"hex": "14E7" | |
}, | |
{ | |
"name": "canadian syllabics lwaa", | |
"decimal": "5352", | |
"hex": "14E8" | |
}, | |
{ | |
"name": "canadian syllabics west-cree lwaa", | |
"decimal": "5353", | |
"hex": "14E9" | |
}, | |
{ | |
"name": "canadian syllabics l", | |
"decimal": "5354", | |
"hex": "14EA" | |
}, | |
{ | |
"name": "canadian syllabics west-cree l", | |
"decimal": "5355", | |
"hex": "14EB" | |
}, | |
{ | |
"name": "canadian syllabics medial l", | |
"decimal": "5356", | |
"hex": "14EC" | |
}, | |
{ | |
"name": "canadian syllabics se", | |
"decimal": "5357", | |
"hex": "14ED" | |
}, | |
{ | |
"name": "canadian syllabics saai", | |
"decimal": "5358", | |
"hex": "14EE" | |
}, | |
{ | |
"name": "canadian syllabics si", | |
"decimal": "5359", | |
"hex": "14EF" | |
}, | |
{ | |
"name": "canadian syllabics sii", | |
"decimal": "5360", | |
"hex": "14F0" | |
}, | |
{ | |
"name": "canadian syllabics so", | |
"decimal": "5361", | |
"hex": "14F1" | |
}, | |
{ | |
"name": "canadian syllabics soo", | |
"decimal": "5362", | |
"hex": "14F2" | |
}, | |
{ | |
"name": "canadian syllabics y-cree soo", | |
"decimal": "5363", | |
"hex": "14F3" | |
}, | |
{ | |
"name": "canadian syllabics sa", | |
"decimal": "5364", | |
"hex": "14F4" | |
}, | |
{ | |
"name": "canadian syllabics saa", | |
"decimal": "5365", | |
"hex": "14F5" | |
}, | |
{ | |
"name": "canadian syllabics swe", | |
"decimal": "5366", | |
"hex": "14F6" | |
}, | |
{ | |
"name": "canadian syllabics west-cree swe", | |
"decimal": "5367", | |
"hex": "14F7" | |
}, | |
{ | |
"name": "canadian syllabics swi", | |
"decimal": "5368", | |
"hex": "14F8" | |
}, | |
{ | |
"name": "canadian syllabics west-cree swi", | |
"decimal": "5369", | |
"hex": "14F9" | |
}, | |
{ | |
"name": "canadian syllabics swii", | |
"decimal": "5370", | |
"hex": "14FA" | |
}, | |
{ | |
"name": "canadian syllabics west-cree swii", | |
"decimal": "5371", | |
"hex": "14FB" | |
}, | |
{ | |
"name": "canadian syllabics swo", | |
"decimal": "5372", | |
"hex": "14FC" | |
}, | |
{ | |
"name": "canadian syllabics west-cree swo", | |
"decimal": "5373", | |
"hex": "14FD" | |
}, | |
{ | |
"name": "canadian syllabics swoo", | |
"decimal": "5374", | |
"hex": "14FE" | |
}, | |
{ | |
"name": "canadian syllabics west-cree swoo", | |
"decimal": "5375", | |
"hex": "14FF" | |
}, | |
{ | |
"name": "canadian syllabics swa", | |
"decimal": "5376", | |
"hex": "1500" | |
}, | |
{ | |
"name": "canadian syllabics west-cree swa", | |
"decimal": "5377", | |
"hex": "1501" | |
}, | |
{ | |
"name": "canadian syllabics swaa", | |
"decimal": "5378", | |
"hex": "1502" | |
}, | |
{ | |
"name": "canadian syllabics west-cree swaa", | |
"decimal": "5379", | |
"hex": "1503" | |
}, | |
{ | |
"name": "canadian syllabics naskapi swaa", | |
"decimal": "5380", | |
"hex": "1504" | |
}, | |
{ | |
"name": "canadian syllabics s", | |
"decimal": "5381", | |
"hex": "1505" | |
}, | |
{ | |
"name": "canadian syllabics athapascan s", | |
"decimal": "5382", | |
"hex": "1506" | |
}, | |
{ | |
"name": "canadian syllabics sw", | |
"decimal": "5383", | |
"hex": "1507" | |
}, | |
{ | |
"name": "canadian syllabics blackfoot s", | |
"decimal": "5384", | |
"hex": "1508" | |
}, | |
{ | |
"name": "canadian syllabics moose-cree sk", | |
"decimal": "5385", | |
"hex": "1509" | |
}, | |
{ | |
"name": "canadian syllabics naskapi skw", | |
"decimal": "5386", | |
"hex": "150A" | |
}, | |
{ | |
"name": "canadian syllabics naskapi s-w", | |
"decimal": "5387", | |
"hex": "150B" | |
}, | |
{ | |
"name": "canadian syllabics naskapi spwa", | |
"decimal": "5388", | |
"hex": "150C" | |
}, | |
{ | |
"name": "canadian syllabics naskapi stwa", | |
"decimal": "5389", | |
"hex": "150D" | |
}, | |
{ | |
"name": "canadian syllabics naskapi skwa", | |
"decimal": "5390", | |
"hex": "150E" | |
}, | |
{ | |
"name": "canadian syllabics naskapi scwa", | |
"decimal": "5391", | |
"hex": "150F" | |
}, | |
{ | |
"name": "canadian syllabics she", | |
"decimal": "5392", | |
"hex": "1510" | |
}, | |
{ | |
"name": "canadian syllabics shi", | |
"decimal": "5393", | |
"hex": "1511" | |
}, | |
{ | |
"name": "canadian syllabics shii", | |
"decimal": "5394", | |
"hex": "1512" | |
}, | |
{ | |
"name": "canadian syllabics sho", | |
"decimal": "5395", | |
"hex": "1513" | |
}, | |
{ | |
"name": "canadian syllabics shoo", | |
"decimal": "5396", | |
"hex": "1514" | |
}, | |
{ | |
"name": "canadian syllabics sha", | |
"decimal": "5397", | |
"hex": "1515" | |
}, | |
{ | |
"name": "canadian syllabics shaa", | |
"decimal": "5398", | |
"hex": "1516" | |
}, | |
{ | |
"name": "canadian syllabics shwe", | |
"decimal": "5399", | |
"hex": "1517" | |
}, | |
{ | |
"name": "canadian syllabics west-cree shwe", | |
"decimal": "5400", | |
"hex": "1518" | |
}, | |
{ | |
"name": "canadian syllabics shwi", | |
"decimal": "5401", | |
"hex": "1519" | |
}, | |
{ | |
"name": "canadian syllabics west-cree shwi", | |
"decimal": "5402", | |
"hex": "151A" | |
}, | |
{ | |
"name": "canadian syllabics shwii", | |
"decimal": "5403", | |
"hex": "151B" | |
}, | |
{ | |
"name": "canadian syllabics west-cree shwii", | |
"decimal": "5404", | |
"hex": "151C" | |
}, | |
{ | |
"name": "canadian syllabics shwo", | |
"decimal": "5405", | |
"hex": "151D" | |
}, | |
{ | |
"name": "canadian syllabics west-cree shwo", | |
"decimal": "5406", | |
"hex": "151E" | |
}, | |
{ | |
"name": "canadian syllabics shwoo", | |
"decimal": "5407", | |
"hex": "151F" | |
}, | |
{ | |
"name": "canadian syllabics west-cree shwoo", | |
"decimal": "5408", | |
"hex": "1520" | |
}, | |
{ | |
"name": "canadian syllabics shwa", | |
"decimal": "5409", | |
"hex": "1521" | |
}, | |
{ | |
"name": "canadian syllabics west-cree shwa", | |
"decimal": "5410", | |
"hex": "1522" | |
}, | |
{ | |
"name": "canadian syllabics shwaa", | |
"decimal": "5411", | |
"hex": "1523" | |
}, | |
{ | |
"name": "canadian syllabics west-cree shwaa", | |
"decimal": "5412", | |
"hex": "1524" | |
}, | |
{ | |
"name": "canadian syllabics sh", | |
"decimal": "5413", | |
"hex": "1525" | |
}, | |
{ | |
"name": "canadian syllabics ye", | |
"decimal": "5414", | |
"hex": "1526" | |
}, | |
{ | |
"name": "canadian syllabics yaai", | |
"decimal": "5415", | |
"hex": "1527" | |
}, | |
{ | |
"name": "canadian syllabics yi", | |
"decimal": "5416", | |
"hex": "1528" | |
}, | |
{ | |
"name": "canadian syllabics yii", | |
"decimal": "5417", | |
"hex": "1529" | |
}, | |
{ | |
"name": "canadian syllabics yo", | |
"decimal": "5418", | |
"hex": "152A" | |
}, | |
{ | |
"name": "canadian syllabics yoo", | |
"decimal": "5419", | |
"hex": "152B" | |
}, | |
{ | |
"name": "canadian syllabics y-cree yoo", | |
"decimal": "5420", | |
"hex": "152C" | |
}, | |
{ | |
"name": "canadian syllabics ya", | |
"decimal": "5421", | |
"hex": "152D" | |
}, | |
{ | |
"name": "canadian syllabics yaa", | |
"decimal": "5422", | |
"hex": "152E" | |
}, | |
{ | |
"name": "canadian syllabics ywe", | |
"decimal": "5423", | |
"hex": "152F" | |
}, | |
{ | |
"name": "canadian syllabics west-cree ywe", | |
"decimal": "5424", | |
"hex": "1530" | |
}, | |
{ | |
"name": "canadian syllabics ywi", | |
"decimal": "5425", | |
"hex": "1531" | |
}, | |
{ | |
"name": "canadian syllabics west-cree ywi", | |
"decimal": "5426", | |
"hex": "1532" | |
}, | |
{ | |
"name": "canadian syllabics ywii", | |
"decimal": "5427", | |
"hex": "1533" | |
}, | |
{ | |
"name": "canadian syllabics west-cree ywii", | |
"decimal": "5428", | |
"hex": "1534" | |
}, | |
{ | |
"name": "canadian syllabics ywo", | |
"decimal": "5429", | |
"hex": "1535" | |
}, | |
{ | |
"name": "canadian syllabics west-cree ywo", | |
"decimal": "5430", | |
"hex": "1536" | |
}, | |
{ | |
"name": "canadian syllabics ywoo", | |
"decimal": "5431", | |
"hex": "1537" | |
}, | |
{ | |
"name": "canadian syllabics west-cree ywoo", | |
"decimal": "5432", | |
"hex": "1538" | |
}, | |
{ | |
"name": "canadian syllabics ywa", | |
"decimal": "5433", | |
"hex": "1539" | |
}, | |
{ | |
"name": "canadian syllabics west-cree ywa", | |
"decimal": "5434", | |
"hex": "153A" | |
}, | |
{ | |
"name": "canadian syllabics ywaa", | |
"decimal": "5435", | |
"hex": "153B" | |
}, | |
{ | |
"name": "canadian syllabics west-cree ywaa", | |
"decimal": "5436", | |
"hex": "153C" | |
}, | |
{ | |
"name": "canadian syllabics naskapi ywaa", | |
"decimal": "5437", | |
"hex": "153D" | |
}, | |
{ | |
"name": "canadian syllabics y", | |
"decimal": "5438", | |
"hex": "153E" | |
}, | |
{ | |
"name": "canadian syllabics bible-cree y", | |
"decimal": "5439", | |
"hex": "153F" | |
}, | |
{ | |
"name": "canadian syllabics west-cree y", | |
"decimal": "5440", | |
"hex": "1540" | |
}, | |
{ | |
"name": "canadian syllabics sayisi yi", | |
"decimal": "5441", | |
"hex": "1541" | |
}, | |
{ | |
"name": "canadian syllabics re", | |
"decimal": "5442", | |
"hex": "1542" | |
}, | |
{ | |
"name": "canadian syllabics r-cree re", | |
"decimal": "5443", | |
"hex": "1543" | |
}, | |
{ | |
"name": "canadian syllabics west-cree le", | |
"decimal": "5444", | |
"hex": "1544" | |
}, | |
{ | |
"name": "canadian syllabics raai", | |
"decimal": "5445", | |
"hex": "1545" | |
}, | |
{ | |
"name": "canadian syllabics ri", | |
"decimal": "5446", | |
"hex": "1546" | |
}, | |
{ | |
"name": "canadian syllabics rii", | |
"decimal": "5447", | |
"hex": "1547" | |
}, | |
{ | |
"name": "canadian syllabics ro", | |
"decimal": "5448", | |
"hex": "1548" | |
}, | |
{ | |
"name": "canadian syllabics roo", | |
"decimal": "5449", | |
"hex": "1549" | |
}, | |
{ | |
"name": "canadian syllabics west-cree lo", | |
"decimal": "5450", | |
"hex": "154A" | |
}, | |
{ | |
"name": "canadian syllabics ra", | |
"decimal": "5451", | |
"hex": "154B" | |
}, | |
{ | |
"name": "canadian syllabics raa", | |
"decimal": "5452", | |
"hex": "154C" | |
}, | |
{ | |
"name": "canadian syllabics west-cree la", | |
"decimal": "5453", | |
"hex": "154D" | |
}, | |
{ | |
"name": "canadian syllabics rwaa", | |
"decimal": "5454", | |
"hex": "154E" | |
}, | |
{ | |
"name": "canadian syllabics west-cree rwaa", | |
"decimal": "5455", | |
"hex": "154F" | |
}, | |
{ | |
"name": "canadian syllabics r", | |
"decimal": "5456", | |
"hex": "1550" | |
}, | |
{ | |
"name": "canadian syllabics west-cree r", | |
"decimal": "5457", | |
"hex": "1551" | |
}, | |
{ | |
"name": "canadian syllabics medial r", | |
"decimal": "5458", | |
"hex": "1552" | |
}, | |
{ | |
"name": "canadian syllabics fe", | |
"decimal": "5459", | |
"hex": "1553" | |
}, | |
{ | |
"name": "canadian syllabics faai", | |
"decimal": "5460", | |
"hex": "1554" | |
}, | |
{ | |
"name": "canadian syllabics fi", | |
"decimal": "5461", | |
"hex": "1555" | |
}, | |
{ | |
"name": "canadian syllabics fii", | |
"decimal": "5462", | |
"hex": "1556" | |
}, | |
{ | |
"name": "canadian syllabics fo", | |
"decimal": "5463", | |
"hex": "1557" | |
}, | |
{ | |
"name": "canadian syllabics foo", | |
"decimal": "5464", | |
"hex": "1558" | |
}, | |
{ | |
"name": "canadian syllabics fa", | |
"decimal": "5465", | |
"hex": "1559" | |
}, | |
{ | |
"name": "canadian syllabics faa", | |
"decimal": "5466", | |
"hex": "155A" | |
}, | |
{ | |
"name": "canadian syllabics fwaa", | |
"decimal": "5467", | |
"hex": "155B" | |
}, | |
{ | |
"name": "canadian syllabics west-cree fwaa", | |
"decimal": "5468", | |
"hex": "155C" | |
}, | |
{ | |
"name": "canadian syllabics f", | |
"decimal": "5469", | |
"hex": "155D" | |
}, | |
{ | |
"name": "canadian syllabics the", | |
"decimal": "5470", | |
"hex": "155E" | |
}, | |
{ | |
"name": "canadian syllabics n-cree the", | |
"decimal": "5471", | |
"hex": "155F" | |
}, | |
{ | |
"name": "canadian syllabics thi", | |
"decimal": "5472", | |
"hex": "1560" | |
}, | |
{ | |
"name": "canadian syllabics n-cree thi", | |
"decimal": "5473", | |
"hex": "1561" | |
}, | |
{ | |
"name": "canadian syllabics thii", | |
"decimal": "5474", | |
"hex": "1562" | |
}, | |
{ | |
"name": "canadian syllabics n-cree thii", | |
"decimal": "5475", | |
"hex": "1563" | |
}, | |
{ | |
"name": "canadian syllabics tho", | |
"decimal": "5476", | |
"hex": "1564" | |
}, | |
{ | |
"name": "canadian syllabics thoo", | |
"decimal": "5477", | |
"hex": "1565" | |
}, | |
{ | |
"name": "canadian syllabics tha", | |
"decimal": "5478", | |
"hex": "1566" | |
}, | |
{ | |
"name": "canadian syllabics thaa", | |
"decimal": "5479", | |
"hex": "1567" | |
}, | |
{ | |
"name": "canadian syllabics thwaa", | |
"decimal": "5480", | |
"hex": "1568" | |
}, | |
{ | |
"name": "canadian syllabics west-cree thwaa", | |
"decimal": "5481", | |
"hex": "1569" | |
}, | |
{ | |
"name": "canadian syllabics th", | |
"decimal": "5482", | |
"hex": "156A" | |
}, | |
{ | |
"name": "canadian syllabics tthe", | |
"decimal": "5483", | |
"hex": "156B" | |
}, | |
{ | |
"name": "canadian syllabics tthi", | |
"decimal": "5484", | |
"hex": "156C" | |
}, | |
{ | |
"name": "canadian syllabics ttho", | |
"decimal": "5485", | |
"hex": "156D" | |
}, | |
{ | |
"name": "canadian syllabics ttha", | |
"decimal": "5486", | |
"hex": "156E" | |
}, | |
{ | |
"name": "canadian syllabics tth", | |
"decimal": "5487", | |
"hex": "156F" | |
}, | |
{ | |
"name": "canadian syllabics tye", | |
"decimal": "5488", | |
"hex": "1570" | |
}, | |
{ | |
"name": "canadian syllabics tyi", | |
"decimal": "5489", | |
"hex": "1571" | |
}, | |
{ | |
"name": "canadian syllabics tyo", | |
"decimal": "5490", | |
"hex": "1572" | |
}, | |
{ | |
"name": "canadian syllabics tya", | |
"decimal": "5491", | |
"hex": "1573" | |
}, | |
{ | |
"name": "canadian syllabics nunavik he", | |
"decimal": "5492", | |
"hex": "1574" | |
}, | |
{ | |
"name": "canadian syllabics nunavik hi", | |
"decimal": "5493", | |
"hex": "1575" | |
}, | |
{ | |
"name": "canadian syllabics nunavik hii", | |
"decimal": "5494", | |
"hex": "1576" | |
}, | |
{ | |
"name": "canadian syllabics nunavik ho", | |
"decimal": "5495", | |
"hex": "1577" | |
}, | |
{ | |
"name": "canadian syllabics nunavik hoo", | |
"decimal": "5496", | |
"hex": "1578" | |
}, | |
{ | |
"name": "canadian syllabics nunavik ha", | |
"decimal": "5497", | |
"hex": "1579" | |
}, | |
{ | |
"name": "canadian syllabics nunavik haa", | |
"decimal": "5498", | |
"hex": "157A" | |
}, | |
{ | |
"name": "canadian syllabics nunavik h", | |
"decimal": "5499", | |
"hex": "157B" | |
}, | |
{ | |
"name": "canadian syllabics nunavut h", | |
"decimal": "5500", | |
"hex": "157C" | |
}, | |
{ | |
"name": "canadian syllabics hk", | |
"decimal": "5501", | |
"hex": "157D" | |
}, | |
{ | |
"name": "canadian syllabics qaai", | |
"decimal": "5502", | |
"hex": "157E" | |
}, | |
{ | |
"name": "canadian syllabics qi", | |
"decimal": "5503", | |
"hex": "157F" | |
}, | |
{ | |
"name": "canadian syllabics qii", | |
"decimal": "5504", | |
"hex": "1580" | |
}, | |
{ | |
"name": "canadian syllabics qo", | |
"decimal": "5505", | |
"hex": "1581" | |
}, | |
{ | |
"name": "canadian syllabics qoo", | |
"decimal": "5506", | |
"hex": "1582" | |
}, | |
{ | |
"name": "canadian syllabics qa", | |
"decimal": "5507", | |
"hex": "1583" | |
}, | |
{ | |
"name": "canadian syllabics qaa", | |
"decimal": "5508", | |
"hex": "1584" | |
}, | |
{ | |
"name": "canadian syllabics q", | |
"decimal": "5509", | |
"hex": "1585" | |
}, | |
{ | |
"name": "canadian syllabics tlhe", | |
"decimal": "5510", | |
"hex": "1586" | |
}, | |
{ | |
"name": "canadian syllabics tlhi", | |
"decimal": "5511", | |
"hex": "1587" | |
}, | |
{ | |
"name": "canadian syllabics tlho", | |
"decimal": "5512", | |
"hex": "1588" | |
}, | |
{ | |
"name": "canadian syllabics tlha", | |
"decimal": "5513", | |
"hex": "1589" | |
}, | |
{ | |
"name": "canadian syllabics west-cree re", | |
"decimal": "5514", | |
"hex": "158A" | |
}, | |
{ | |
"name": "canadian syllabics west-cree ri", | |
"decimal": "5515", | |
"hex": "158B" | |
}, | |
{ | |
"name": "canadian syllabics west-cree ro", | |
"decimal": "5516", | |
"hex": "158C" | |
}, | |
{ | |
"name": "canadian syllabics west-cree ra", | |
"decimal": "5517", | |
"hex": "158D" | |
}, | |
{ | |
"name": "canadian syllabics ngaai", | |
"decimal": "5518", | |
"hex": "158E" | |
}, | |
{ | |
"name": "canadian syllabics ngi", | |
"decimal": "5519", | |
"hex": "158F" | |
}, | |
{ | |
"name": "canadian syllabics ngii", | |
"decimal": "5520", | |
"hex": "1590" | |
}, | |
{ | |
"name": "canadian syllabics ngo", | |
"decimal": "5521", | |
"hex": "1591" | |
}, | |
{ | |
"name": "canadian syllabics ngoo", | |
"decimal": "5522", | |
"hex": "1592" | |
}, | |
{ | |
"name": "canadian syllabics nga", | |
"decimal": "5523", | |
"hex": "1593" | |
}, | |
{ | |
"name": "canadian syllabics ngaa", | |
"decimal": "5524", | |
"hex": "1594" | |
}, | |
{ | |
"name": "canadian syllabics ng", | |
"decimal": "5525", | |
"hex": "1595" | |
}, | |
{ | |
"name": "canadian syllabics nng", | |
"decimal": "5526", | |
"hex": "1596" | |
}, | |
{ | |
"name": "canadian syllabics sayisi she", | |
"decimal": "5527", | |
"hex": "1597" | |
}, | |
{ | |
"name": "canadian syllabics sayisi shi", | |
"decimal": "5528", | |
"hex": "1598" | |
}, | |
{ | |
"name": "canadian syllabics sayisi sho", | |
"decimal": "5529", | |
"hex": "1599" | |
}, | |
{ | |
"name": "canadian syllabics sayisi sha", | |
"decimal": "5530", | |
"hex": "159A" | |
}, | |
{ | |
"name": "canadian syllabics woods-cree the", | |
"decimal": "5531", | |
"hex": "159B" | |
}, | |
{ | |
"name": "canadian syllabics woods-cree thi", | |
"decimal": "5532", | |
"hex": "159C" | |
}, | |
{ | |
"name": "canadian syllabics woods-cree tho", | |
"decimal": "5533", | |
"hex": "159D" | |
}, | |
{ | |
"name": "canadian syllabics woods-cree tha", | |
"decimal": "5534", | |
"hex": "159E" | |
}, | |
{ | |
"name": "canadian syllabics woods-cree th", | |
"decimal": "5535", | |
"hex": "159F" | |
}, | |
{ | |
"name": "canadian syllabics lhi", | |
"decimal": "5536", | |
"hex": "15A0" | |
}, | |
{ | |
"name": "canadian syllabics lhii", | |
"decimal": "5537", | |
"hex": "15A1" | |
}, | |
{ | |
"name": "canadian syllabics lho", | |
"decimal": "5538", | |
"hex": "15A2" | |
}, | |
{ | |
"name": "canadian syllabics lhoo", | |
"decimal": "5539", | |
"hex": "15A3" | |
}, | |
{ | |
"name": "canadian syllabics lha", | |
"decimal": "5540", | |
"hex": "15A4" | |
}, | |
{ | |
"name": "canadian syllabics lhaa", | |
"decimal": "5541", | |
"hex": "15A5" | |
}, | |
{ | |
"name": "canadian syllabics lh", | |
"decimal": "5542", | |
"hex": "15A6" | |
}, | |
{ | |
"name": "canadian syllabics th-cree the", | |
"decimal": "5543", | |
"hex": "15A7" | |
}, | |
{ | |
"name": "canadian syllabics th-cree thi", | |
"decimal": "5544", | |
"hex": "15A8" | |
}, | |
{ | |
"name": "canadian syllabics th-cree thii", | |
"decimal": "5545", | |
"hex": "15A9" | |
}, | |
{ | |
"name": "canadian syllabics th-cree tho", | |
"decimal": "5546", | |
"hex": "15AA" | |
}, | |
{ | |
"name": "canadian syllabics th-cree thoo", | |
"decimal": "5547", | |
"hex": "15AB" | |
}, | |
{ | |
"name": "canadian syllabics th-cree tha", | |
"decimal": "5548", | |
"hex": "15AC" | |
}, | |
{ | |
"name": "canadian syllabics th-cree thaa", | |
"decimal": "5549", | |
"hex": "15AD" | |
}, | |
{ | |
"name": "canadian syllabics th-cree th", | |
"decimal": "5550", | |
"hex": "15AE" | |
}, | |
{ | |
"name": "canadian syllabics aivilik b", | |
"decimal": "5551", | |
"hex": "15AF" | |
}, | |
{ | |
"name": "canadian syllabics blackfoot e", | |
"decimal": "5552", | |
"hex": "15B0" | |
}, | |
{ | |
"name": "canadian syllabics blackfoot i", | |
"decimal": "5553", | |
"hex": "15B1" | |
}, | |
{ | |
"name": "canadian syllabics blackfoot o", | |
"decimal": "5554", | |
"hex": "15B2" | |
}, | |
{ | |
"name": "canadian syllabics blackfoot a", | |
"decimal": "5555", | |
"hex": "15B3" | |
}, | |
{ | |
"name": "canadian syllabics blackfoot we", | |
"decimal": "5556", | |
"hex": "15B4" | |
}, | |
{ | |
"name": "canadian syllabics blackfoot wi", | |
"decimal": "5557", | |
"hex": "15B5" | |
}, | |
{ | |
"name": "canadian syllabics blackfoot wo", | |
"decimal": "5558", | |
"hex": "15B6" | |
}, | |
{ | |
"name": "canadian syllabics blackfoot wa", | |
"decimal": "5559", | |
"hex": "15B7" | |
}, | |
{ | |
"name": "canadian syllabics blackfoot ne", | |
"decimal": "5560", | |
"hex": "15B8" | |
}, | |
{ | |
"name": "canadian syllabics blackfoot ni", | |
"decimal": "5561", | |
"hex": "15B9" | |
}, | |
{ | |
"name": "canadian syllabics blackfoot no", | |
"decimal": "5562", | |
"hex": "15BA" | |
}, | |
{ | |
"name": "canadian syllabics blackfoot na", | |
"decimal": "5563", | |
"hex": "15BB" | |
}, | |
{ | |
"name": "canadian syllabics blackfoot ke", | |
"decimal": "5564", | |
"hex": "15BC" | |
}, | |
{ | |
"name": "canadian syllabics blackfoot ki", | |
"decimal": "5565", | |
"hex": "15BD" | |
}, | |
{ | |
"name": "canadian syllabics blackfoot ko", | |
"decimal": "5566", | |
"hex": "15BE" | |
}, | |
{ | |
"name": "canadian syllabics blackfoot ka", | |
"decimal": "5567", | |
"hex": "15BF" | |
}, | |
{ | |
"name": "canadian syllabics sayisi he", | |
"decimal": "5568", | |
"hex": "15C0" | |
}, | |
{ | |
"name": "canadian syllabics sayisi hi", | |
"decimal": "5569", | |
"hex": "15C1" | |
}, | |
{ | |
"name": "canadian syllabics sayisi ho", | |
"decimal": "5570", | |
"hex": "15C2" | |
}, | |
{ | |
"name": "canadian syllabics sayisi ha", | |
"decimal": "5571", | |
"hex": "15C3" | |
}, | |
{ | |
"name": "canadian syllabics carrier ghu", | |
"decimal": "5572", | |
"hex": "15C4" | |
}, | |
{ | |
"name": "canadian syllabics carrier gho", | |
"decimal": "5573", | |
"hex": "15C5" | |
}, | |
{ | |
"name": "canadian syllabics carrier ghe", | |
"decimal": "5574", | |
"hex": "15C6" | |
}, | |
{ | |
"name": "canadian syllabics carrier ghee", | |
"decimal": "5575", | |
"hex": "15C7" | |
}, | |
{ | |
"name": "canadian syllabics carrier ghi", | |
"decimal": "5576", | |
"hex": "15C8" | |
}, | |
{ | |
"name": "canadian syllabics carrier gha", | |
"decimal": "5577", | |
"hex": "15C9" | |
}, | |
{ | |
"name": "canadian syllabics carrier ru", | |
"decimal": "5578", | |
"hex": "15CA" | |
}, | |
{ | |
"name": "canadian syllabics carrier ro", | |
"decimal": "5579", | |
"hex": "15CB" | |
}, | |
{ | |
"name": "canadian syllabics carrier re", | |
"decimal": "5580", | |
"hex": "15CC" | |
}, | |
{ | |
"name": "canadian syllabics carrier ree", | |
"decimal": "5581", | |
"hex": "15CD" | |
}, | |
{ | |
"name": "canadian syllabics carrier ri", | |
"decimal": "5582", | |
"hex": "15CE" | |
}, | |
{ | |
"name": "canadian syllabics carrier ra", | |
"decimal": "5583", | |
"hex": "15CF" | |
}, | |
{ | |
"name": "canadian syllabics carrier wu", | |
"decimal": "5584", | |
"hex": "15D0" | |
}, | |
{ | |
"name": "canadian syllabics carrier wo", | |
"decimal": "5585", | |
"hex": "15D1" | |
}, | |
{ | |
"name": "canadian syllabics carrier we", | |
"decimal": "5586", | |
"hex": "15D2" | |
}, | |
{ | |
"name": "canadian syllabics carrier wee", | |
"decimal": "5587", | |
"hex": "15D3" | |
}, | |
{ | |
"name": "canadian syllabics carrier wi", | |
"decimal": "5588", | |
"hex": "15D4" | |
}, | |
{ | |
"name": "canadian syllabics carrier wa", | |
"decimal": "5589", | |
"hex": "15D5" | |
}, | |
{ | |
"name": "canadian syllabics carrier hwu", | |
"decimal": "5590", | |
"hex": "15D6" | |
}, | |
{ | |
"name": "canadian syllabics carrier hwo", | |
"decimal": "5591", | |
"hex": "15D7" | |
}, | |
{ | |
"name": "canadian syllabics carrier hwe", | |
"decimal": "5592", | |
"hex": "15D8" | |
}, | |
{ | |
"name": "canadian syllabics carrier hwee", | |
"decimal": "5593", | |
"hex": "15D9" | |
}, | |
{ | |
"name": "canadian syllabics carrier hwi", | |
"decimal": "5594", | |
"hex": "15DA" | |
}, | |
{ | |
"name": "canadian syllabics carrier hwa", | |
"decimal": "5595", | |
"hex": "15DB" | |
}, | |
{ | |
"name": "canadian syllabics carrier thu", | |
"decimal": "5596", | |
"hex": "15DC" | |
}, | |
{ | |
"name": "canadian syllabics carrier tho", | |
"decimal": "5597", | |
"hex": "15DD" | |
}, | |
{ | |
"name": "canadian syllabics carrier the", | |
"decimal": "5598", | |
"hex": "15DE" | |
}, | |
{ | |
"name": "canadian syllabics carrier thee", | |
"decimal": "5599", | |
"hex": "15DF" | |
}, | |
{ | |
"name": "canadian syllabics carrier thi", | |
"decimal": "5600", | |
"hex": "15E0" | |
}, | |
{ | |
"name": "canadian syllabics carrier tha", | |
"decimal": "5601", | |
"hex": "15E1" | |
}, | |
{ | |
"name": "canadian syllabics carrier ttu", | |
"decimal": "5602", | |
"hex": "15E2" | |
}, | |
{ | |
"name": "canadian syllabics carrier tto", | |
"decimal": "5603", | |
"hex": "15E3" | |
}, | |
{ | |
"name": "canadian syllabics carrier tte", | |
"decimal": "5604", | |
"hex": "15E4" | |
}, | |
{ | |
"name": "canadian syllabics carrier ttee", | |
"decimal": "5605", | |
"hex": "15E5" | |
}, | |
{ | |
"name": "canadian syllabics carrier tti", | |
"decimal": "5606", | |
"hex": "15E6" | |
}, | |
{ | |
"name": "canadian syllabics carrier tta", | |
"decimal": "5607", | |
"hex": "15E7" | |
}, | |
{ | |
"name": "canadian syllabics carrier pu", | |
"decimal": "5608", | |
"hex": "15E8" | |
}, | |
{ | |
"name": "canadian syllabics carrier po", | |
"decimal": "5609", | |
"hex": "15E9" | |
}, | |
{ | |
"name": "canadian syllabics carrier pe", | |
"decimal": "5610", | |
"hex": "15EA" | |
}, | |
{ | |
"name": "canadian syllabics carrier pee", | |
"decimal": "5611", | |
"hex": "15EB" | |
}, | |
{ | |
"name": "canadian syllabics carrier pi", | |
"decimal": "5612", | |
"hex": "15EC" | |
}, | |
{ | |
"name": "canadian syllabics carrier pa", | |
"decimal": "5613", | |
"hex": "15ED" | |
}, | |
{ | |
"name": "canadian syllabics carrier p", | |
"decimal": "5614", | |
"hex": "15EE" | |
}, | |
{ | |
"name": "canadian syllabics carrier gu", | |
"decimal": "5615", | |
"hex": "15EF" | |
}, | |
{ | |
"name": "canadian syllabics carrier go", | |
"decimal": "5616", | |
"hex": "15F0" | |
}, | |
{ | |
"name": "canadian syllabics carrier ge", | |
"decimal": "5617", | |
"hex": "15F1" | |
}, | |
{ | |
"name": "canadian syllabics carrier gee", | |
"decimal": "5618", | |
"hex": "15F2" | |
}, | |
{ | |
"name": "canadian syllabics carrier gi", | |
"decimal": "5619", | |
"hex": "15F3" | |
}, | |
{ | |
"name": "canadian syllabics carrier ga", | |
"decimal": "5620", | |
"hex": "15F4" | |
}, | |
{ | |
"name": "canadian syllabics carrier khu", | |
"decimal": "5621", | |
"hex": "15F5" | |
}, | |
{ | |
"name": "canadian syllabics carrier kho", | |
"decimal": "5622", | |
"hex": "15F6" | |
}, | |
{ | |
"name": "canadian syllabics carrier khe", | |
"decimal": "5623", | |
"hex": "15F7" | |
}, | |
{ | |
"name": "canadian syllabics carrier khee", | |
"decimal": "5624", | |
"hex": "15F8" | |
}, | |
{ | |
"name": "canadian syllabics carrier khi", | |
"decimal": "5625", | |
"hex": "15F9" | |
}, | |
{ | |
"name": "canadian syllabics carrier kha", | |
"decimal": "5626", | |
"hex": "15FA" | |
}, | |
{ | |
"name": "canadian syllabics carrier kku", | |
"decimal": "5627", | |
"hex": "15FB" | |
}, | |
{ | |
"name": "canadian syllabics carrier kko", | |
"decimal": "5628", | |
"hex": "15FC" | |
}, | |
{ | |
"name": "canadian syllabics carrier kke", | |
"decimal": "5629", | |
"hex": "15FD" | |
}, | |
{ | |
"name": "canadian syllabics carrier kkee", | |
"decimal": "5630", | |
"hex": "15FE" | |
}, | |
{ | |
"name": "canadian syllabics carrier kki", | |
"decimal": "5631", | |
"hex": "15FF" | |
}, | |
{ | |
"name": "canadian syllabics carrier kka", | |
"decimal": "5632", | |
"hex": "1600" | |
}, | |
{ | |
"name": "canadian syllabics carrier kk", | |
"decimal": "5633", | |
"hex": "1601" | |
}, | |
{ | |
"name": "canadian syllabics carrier nu", | |
"decimal": "5634", | |
"hex": "1602" | |
}, | |
{ | |
"name": "canadian syllabics carrier no", | |
"decimal": "5635", | |
"hex": "1603" | |
}, | |
{ | |
"name": "canadian syllabics carrier ne", | |
"decimal": "5636", | |
"hex": "1604" | |
}, | |
{ | |
"name": "canadian syllabics carrier nee", | |
"decimal": "5637", | |
"hex": "1605" | |
}, | |
{ | |
"name": "canadian syllabics carrier ni", | |
"decimal": "5638", | |
"hex": "1606" | |
}, | |
{ | |
"name": "canadian syllabics carrier na", | |
"decimal": "5639", | |
"hex": "1607" | |
}, | |
{ | |
"name": "canadian syllabics carrier mu", | |
"decimal": "5640", | |
"hex": "1608" | |
}, | |
{ | |
"name": "canadian syllabics carrier mo", | |
"decimal": "5641", | |
"hex": "1609" | |
}, | |
{ | |
"name": "canadian syllabics carrier me", | |
"decimal": "5642", | |
"hex": "160A" | |
}, | |
{ | |
"name": "canadian syllabics carrier mee", | |
"decimal": "5643", | |
"hex": "160B" | |
}, | |
{ | |
"name": "canadian syllabics carrier mi", | |
"decimal": "5644", | |
"hex": "160C" | |
}, | |
{ | |
"name": "canadian syllabics carrier ma", | |
"decimal": "5645", | |
"hex": "160D" | |
}, | |
{ | |
"name": "canadian syllabics carrier yu", | |
"decimal": "5646", | |
"hex": "160E" | |
}, | |
{ | |
"name": "canadian syllabics carrier yo", | |
"decimal": "5647", | |
"hex": "160F" | |
}, | |
{ | |
"name": "canadian syllabics carrier ye", | |
"decimal": "5648", | |
"hex": "1610" | |
}, | |
{ | |
"name": "canadian syllabics carrier yee", | |
"decimal": "5649", | |
"hex": "1611" | |
}, | |
{ | |
"name": "canadian syllabics carrier yi", | |
"decimal": "5650", | |
"hex": "1612" | |
}, | |
{ | |
"name": "canadian syllabics carrier ya", | |
"decimal": "5651", | |
"hex": "1613" | |
}, | |
{ | |
"name": "canadian syllabics carrier ju", | |
"decimal": "5652", | |
"hex": "1614" | |
}, | |
{ | |
"name": "canadian syllabics sayisi ju", | |
"decimal": "5653", | |
"hex": "1615" | |
}, | |
{ | |
"name": "canadian syllabics carrier jo", | |
"decimal": "5654", | |
"hex": "1616" | |
}, | |
{ | |
"name": "canadian syllabics carrier je", | |
"decimal": "5655", | |
"hex": "1617" | |
}, | |
{ | |
"name": "canadian syllabics carrier jee", | |
"decimal": "5656", | |
"hex": "1618" | |
}, | |
{ | |
"name": "canadian syllabics carrier ji", | |
"decimal": "5657", | |
"hex": "1619" | |
}, | |
{ | |
"name": "canadian syllabics sayisi ji", | |
"decimal": "5658", | |
"hex": "161A" | |
}, | |
{ | |
"name": "canadian syllabics carrier ja", | |
"decimal": "5659", | |
"hex": "161B" | |
}, | |
{ | |
"name": "canadian syllabics carrier jju", | |
"decimal": "5660", | |
"hex": "161C" | |
}, | |
{ | |
"name": "canadian syllabics carrier jjo", | |
"decimal": "5661", | |
"hex": "161D" | |
}, | |
{ | |
"name": "canadian syllabics carrier jje", | |
"decimal": "5662", | |
"hex": "161E" | |
}, | |
{ | |
"name": "canadian syllabics carrier jjee", | |
"decimal": "5663", | |
"hex": "161F" | |
}, | |
{ | |
"name": "canadian syllabics carrier jji", | |
"decimal": "5664", | |
"hex": "1620" | |
}, | |
{ | |
"name": "canadian syllabics carrier jja", | |
"decimal": "5665", | |
"hex": "1621" | |
}, | |
{ | |
"name": "canadian syllabics carrier lu", | |
"decimal": "5666", | |
"hex": "1622" | |
}, | |
{ | |
"name": "canadian syllabics carrier lo", | |
"decimal": "5667", | |
"hex": "1623" | |
}, | |
{ | |
"name": "canadian syllabics carrier le", | |
"decimal": "5668", | |
"hex": "1624" | |
}, | |
{ | |
"name": "canadian syllabics carrier lee", | |
"decimal": "5669", | |
"hex": "1625" | |
}, | |
{ | |
"name": "canadian syllabics carrier li", | |
"decimal": "5670", | |
"hex": "1626" | |
}, | |
{ | |
"name": "canadian syllabics carrier la", | |
"decimal": "5671", | |
"hex": "1627" | |
}, | |
{ | |
"name": "canadian syllabics carrier dlu", | |
"decimal": "5672", | |
"hex": "1628" | |
}, | |
{ | |
"name": "canadian syllabics carrier dlo", | |
"decimal": "5673", | |
"hex": "1629" | |
}, | |
{ | |
"name": "canadian syllabics carrier dle", | |
"decimal": "5674", | |
"hex": "162A" | |
}, | |
{ | |
"name": "canadian syllabics carrier dlee", | |
"decimal": "5675", | |
"hex": "162B" | |
}, | |
{ | |
"name": "canadian syllabics carrier dli", | |
"decimal": "5676", | |
"hex": "162C" | |
}, | |
{ | |
"name": "canadian syllabics carrier dla", | |
"decimal": "5677", | |
"hex": "162D" | |
}, | |
{ | |
"name": "canadian syllabics carrier lhu", | |
"decimal": "5678", | |
"hex": "162E" | |
}, | |
{ | |
"name": "canadian syllabics carrier lho", | |
"decimal": "5679", | |
"hex": "162F" | |
}, | |
{ | |
"name": "canadian syllabics carrier lhe", | |
"decimal": "5680", | |
"hex": "1630" | |
}, | |
{ | |
"name": "canadian syllabics carrier lhee", | |
"decimal": "5681", | |
"hex": "1631" | |
}, | |
{ | |
"name": "canadian syllabics carrier lhi", | |
"decimal": "5682", | |
"hex": "1632" | |
}, | |
{ | |
"name": "canadian syllabics carrier lha", | |
"decimal": "5683", | |
"hex": "1633" | |
}, | |
{ | |
"name": "canadian syllabics carrier tlhu", | |
"decimal": "5684", | |
"hex": "1634" | |
}, | |
{ | |
"name": "canadian syllabics carrier tlho", | |
"decimal": "5685", | |
"hex": "1635" | |
}, | |
{ | |
"name": "canadian syllabics carrier tlhe", | |
"decimal": "5686", | |
"hex": "1636" | |
}, | |
{ | |
"name": "canadian syllabics carrier tlhee", | |
"decimal": "5687", | |
"hex": "1637" | |
}, | |
{ | |
"name": "canadian syllabics carrier tlhi", | |
"decimal": "5688", | |
"hex": "1638" | |
}, | |
{ | |
"name": "canadian syllabics carrier tlha", | |
"decimal": "5689", | |
"hex": "1639" | |
}, | |
{ | |
"name": "canadian syllabics carrier tlu", | |
"decimal": "5690", | |
"hex": "163A" | |
}, | |
{ | |
"name": "canadian syllabics carrier tlo", | |
"decimal": "5691", | |
"hex": "163B" | |
}, | |
{ | |
"name": "canadian syllabics carrier tle", | |
"decimal": "5692", | |
"hex": "163C" | |
}, | |
{ | |
"name": "canadian syllabics carrier tlee", | |
"decimal": "5693", | |
"hex": "163D" | |
}, | |
{ | |
"name": "canadian syllabics carrier tli", | |
"decimal": "5694", | |
"hex": "163E" | |
}, | |
{ | |
"name": "canadian syllabics carrier tla", | |
"decimal": "5695", | |
"hex": "163F" | |
}, | |
{ | |
"name": "canadian syllabics carrier zu", | |
"decimal": "5696", | |
"hex": "1640" | |
}, | |
{ | |
"name": "canadian syllabics carrier zo", | |
"decimal": "5697", | |
"hex": "1641" | |
}, | |
{ | |
"name": "canadian syllabics carrier ze", | |
"decimal": "5698", | |
"hex": "1642" | |
}, | |
{ | |
"name": "canadian syllabics carrier zee", | |
"decimal": "5699", | |
"hex": "1643" | |
}, | |
{ | |
"name": "canadian syllabics carrier zi", | |
"decimal": "5700", | |
"hex": "1644" | |
}, | |
{ | |
"name": "canadian syllabics carrier za", | |
"decimal": "5701", | |
"hex": "1645" | |
}, | |
{ | |
"name": "canadian syllabics carrier z", | |
"decimal": "5702", | |
"hex": "1646" | |
}, | |
{ | |
"name": "canadian syllabics carrier initial z", | |
"decimal": "5703", | |
"hex": "1647" | |
}, | |
{ | |
"name": "canadian syllabics carrier dzu", | |
"decimal": "5704", | |
"hex": "1648" | |
}, | |
{ | |
"name": "canadian syllabics carrier dzo", | |
"decimal": "5705", | |
"hex": "1649" | |
}, | |
{ | |
"name": "canadian syllabics carrier dze", | |
"decimal": "5706", | |
"hex": "164A" | |
}, | |
{ | |
"name": "canadian syllabics carrier dzee", | |
"decimal": "5707", | |
"hex": "164B" | |
}, | |
{ | |
"name": "canadian syllabics carrier dzi", | |
"decimal": "5708", | |
"hex": "164C" | |
}, | |
{ | |
"name": "canadian syllabics carrier dza", | |
"decimal": "5709", | |
"hex": "164D" | |
}, | |
{ | |
"name": "canadian syllabics carrier su", | |
"decimal": "5710", | |
"hex": "164E" | |
}, | |
{ | |
"name": "canadian syllabics carrier so", | |
"decimal": "5711", | |
"hex": "164F" | |
}, | |
{ | |
"name": "canadian syllabics carrier se", | |
"decimal": "5712", | |
"hex": "1650" | |
}, | |
{ | |
"name": "canadian syllabics carrier see", | |
"decimal": "5713", | |
"hex": "1651" | |
}, | |
{ | |
"name": "canadian syllabics carrier si", | |
"decimal": "5714", | |
"hex": "1652" | |
}, | |
{ | |
"name": "canadian syllabics carrier sa", | |
"decimal": "5715", | |
"hex": "1653" | |
}, | |
{ | |
"name": "canadian syllabics carrier shu", | |
"decimal": "5716", | |
"hex": "1654" | |
}, | |
{ | |
"name": "canadian syllabics carrier sho", | |
"decimal": "5717", | |
"hex": "1655" | |
}, | |
{ | |
"name": "canadian syllabics carrier she", | |
"decimal": "5718", | |
"hex": "1656" | |
}, | |
{ | |
"name": "canadian syllabics carrier shee", | |
"decimal": "5719", | |
"hex": "1657" | |
}, | |
{ | |
"name": "canadian syllabics carrier shi", | |
"decimal": "5720", | |
"hex": "1658" | |
}, | |
{ | |
"name": "canadian syllabics carrier sha", | |
"decimal": "5721", | |
"hex": "1659" | |
}, | |
{ | |
"name": "canadian syllabics carrier sh", | |
"decimal": "5722", | |
"hex": "165A" | |
}, | |
{ | |
"name": "canadian syllabics carrier tsu", | |
"decimal": "5723", | |
"hex": "165B" | |
}, | |
{ | |
"name": "canadian syllabics carrier tso", | |
"decimal": "5724", | |
"hex": "165C" | |
}, | |
{ | |
"name": "canadian syllabics carrier tse", | |
"decimal": "5725", | |
"hex": "165D" | |
}, | |
{ | |
"name": "canadian syllabics carrier tsee", | |
"decimal": "5726", | |
"hex": "165E" | |
}, | |
{ | |
"name": "canadian syllabics carrier tsi", | |
"decimal": "5727", | |
"hex": "165F" | |
}, | |
{ | |
"name": "canadian syllabics carrier tsa", | |
"decimal": "5728", | |
"hex": "1660" | |
}, | |
{ | |
"name": "canadian syllabics carrier chu", | |
"decimal": "5729", | |
"hex": "1661" | |
}, | |
{ | |
"name": "canadian syllabics carrier cho", | |
"decimal": "5730", | |
"hex": "1662" | |
}, | |
{ | |
"name": "canadian syllabics carrier che", | |
"decimal": "5731", | |
"hex": "1663" | |
}, | |
{ | |
"name": "canadian syllabics carrier chee", | |
"decimal": "5732", | |
"hex": "1664" | |
}, | |
{ | |
"name": "canadian syllabics carrier chi", | |
"decimal": "5733", | |
"hex": "1665" | |
}, | |
{ | |
"name": "canadian syllabics carrier cha", | |
"decimal": "5734", | |
"hex": "1666" | |
}, | |
{ | |
"name": "canadian syllabics carrier ttsu", | |
"decimal": "5735", | |
"hex": "1667" | |
}, | |
{ | |
"name": "canadian syllabics carrier ttso", | |
"decimal": "5736", | |
"hex": "1668" | |
}, | |
{ | |
"name": "canadian syllabics carrier ttse", | |
"decimal": "5737", | |
"hex": "1669" | |
}, | |
{ | |
"name": "canadian syllabics carrier ttsee", | |
"decimal": "5738", | |
"hex": "166A" | |
}, | |
{ | |
"name": "canadian syllabics carrier ttsi", | |
"decimal": "5739", | |
"hex": "166B" | |
}, | |
{ | |
"name": "canadian syllabics carrier ttsa", | |
"decimal": "5740", | |
"hex": "166C" | |
}, | |
{ | |
"name": "canadian syllabics chi sign", | |
"decimal": "5741", | |
"hex": "166D" | |
}, | |
{ | |
"name": "canadian syllabics full stop", | |
"decimal": "5742", | |
"hex": "166E" | |
}, | |
{ | |
"name": "canadian syllabics qai", | |
"decimal": "5743", | |
"hex": "166F" | |
}, | |
{ | |
"name": "canadian syllabics ngai", | |
"decimal": "5744", | |
"hex": "1670" | |
}, | |
{ | |
"name": "canadian syllabics nngi", | |
"decimal": "5745", | |
"hex": "1671" | |
}, | |
{ | |
"name": "canadian syllabics nngii", | |
"decimal": "5746", | |
"hex": "1672" | |
}, | |
{ | |
"name": "canadian syllabics nngo", | |
"decimal": "5747", | |
"hex": "1673" | |
}, | |
{ | |
"name": "canadian syllabics nngoo", | |
"decimal": "5748", | |
"hex": "1674" | |
}, | |
{ | |
"name": "canadian syllabics nnga", | |
"decimal": "5749", | |
"hex": "1675" | |
}, | |
{ | |
"name": "canadian syllabics nngaa", | |
"decimal": "5750", | |
"hex": "1676" | |
} | |
], | |
"Ogham": [ | |
{ | |
"name": "ogham space mark", | |
"decimal": "5760", | |
"hex": "1680" | |
}, | |
{ | |
"name": "ogham letter beith", | |
"decimal": "5761", | |
"hex": "1681" | |
}, | |
{ | |
"name": "ogham letter luis", | |
"decimal": "5762", | |
"hex": "1682" | |
}, | |
{ | |
"name": "ogham letter fearn", | |
"decimal": "5763", | |
"hex": "1683" | |
}, | |
{ | |
"name": "ogham letter sail", | |
"decimal": "5764", | |
"hex": "1684" | |
}, | |
{ | |
"name": "ogham letter nion", | |
"decimal": "5765", | |
"hex": "1685" | |
}, | |
{ | |
"name": "ogham letter uath", | |
"decimal": "5766", | |
"hex": "1686" | |
}, | |
{ | |
"name": "ogham letter dair", | |
"decimal": "5767", | |
"hex": "1687" | |
}, | |
{ | |
"name": "ogham letter tinne", | |
"decimal": "5768", | |
"hex": "1688" | |
}, | |
{ | |
"name": "ogham letter coll", | |
"decimal": "5769", | |
"hex": "1689" | |
}, | |
{ | |
"name": "ogham letter ceirt", | |
"decimal": "5770", | |
"hex": "168A" | |
}, | |
{ | |
"name": "ogham letter muin", | |
"decimal": "5771", | |
"hex": "168B" | |
}, | |
{ | |
"name": "ogham letter gort", | |
"decimal": "5772", | |
"hex": "168C" | |
}, | |
{ | |
"name": "ogham letter ngeadal", | |
"decimal": "5773", | |
"hex": "168D" | |
}, | |
{ | |
"name": "ogham letter straif", | |
"decimal": "5774", | |
"hex": "168E" | |
}, | |
{ | |
"name": "ogham letter ruis", | |
"decimal": "5775", | |
"hex": "168F" | |
}, | |
{ | |
"name": "ogham letter ailm", | |
"decimal": "5776", | |
"hex": "1690" | |
}, | |
{ | |
"name": "ogham letter onn", | |
"decimal": "5777", | |
"hex": "1691" | |
}, | |
{ | |
"name": "ogham letter ur", | |
"decimal": "5778", | |
"hex": "1692" | |
}, | |
{ | |
"name": "ogham letter eadhadh", | |
"decimal": "5779", | |
"hex": "1693" | |
}, | |
{ | |
"name": "ogham letter iodhadh", | |
"decimal": "5780", | |
"hex": "1694" | |
}, | |
{ | |
"name": "ogham letter eabhadh", | |
"decimal": "5781", | |
"hex": "1695" | |
}, | |
{ | |
"name": "ogham letter or", | |
"decimal": "5782", | |
"hex": "1696" | |
}, | |
{ | |
"name": "ogham letter uilleann", | |
"decimal": "5783", | |
"hex": "1697" | |
}, | |
{ | |
"name": "ogham letter ifin", | |
"decimal": "5784", | |
"hex": "1698" | |
}, | |
{ | |
"name": "ogham letter eamhancholl", | |
"decimal": "5785", | |
"hex": "1699" | |
}, | |
{ | |
"name": "ogham letter peith", | |
"decimal": "5786", | |
"hex": "169A" | |
}, | |
{ | |
"name": "ogham feather mark", | |
"decimal": "5787", | |
"hex": "169B" | |
}, | |
{ | |
"name": "ogham reversed feather mark", | |
"decimal": "5788", | |
"hex": "169C" | |
} | |
], | |
"Runic": [ | |
{ | |
"name": "runic letter fehu feoh fe f", | |
"decimal": "5792", | |
"hex": "16A0" | |
}, | |
{ | |
"name": "runic letter v", | |
"decimal": "5793", | |
"hex": "16A1" | |
}, | |
{ | |
"name": "runic letter uruz ur u", | |
"decimal": "5794", | |
"hex": "16A2" | |
}, | |
{ | |
"name": "runic letter yr", | |
"decimal": "5795", | |
"hex": "16A3" | |
}, | |
{ | |
"name": "runic letter y", | |
"decimal": "5796", | |
"hex": "16A4" | |
}, | |
{ | |
"name": "runic letter w", | |
"decimal": "5797", | |
"hex": "16A5" | |
}, | |
{ | |
"name": "runic letter thurisaz thurs thorn", | |
"decimal": "5798", | |
"hex": "16A6" | |
}, | |
{ | |
"name": "runic letter eth", | |
"decimal": "5799", | |
"hex": "16A7" | |
}, | |
{ | |
"name": "runic letter ansuz a", | |
"decimal": "5800", | |
"hex": "16A8" | |
}, | |
{ | |
"name": "runic letter os o", | |
"decimal": "5801", | |
"hex": "16A9" | |
}, | |
{ | |
"name": "runic letter ac a", | |
"decimal": "5802", | |
"hex": "16AA" | |
}, | |
{ | |
"name": "runic letter aesc", | |
"decimal": "5803", | |
"hex": "16AB" | |
}, | |
{ | |
"name": "runic letter long-branch-oss o", | |
"decimal": "5804", | |
"hex": "16AC" | |
}, | |
{ | |
"name": "runic letter short-twig-oss o", | |
"decimal": "5805", | |
"hex": "16AD" | |
}, | |
{ | |
"name": "runic letter o", | |
"decimal": "5806", | |
"hex": "16AE" | |
}, | |
{ | |
"name": "runic letter oe", | |
"decimal": "5807", | |
"hex": "16AF" | |
}, | |
{ | |
"name": "runic letter on", | |
"decimal": "5808", | |
"hex": "16B0" | |
}, | |
{ | |
"name": "runic letter raido rad reid r", | |
"decimal": "5809", | |
"hex": "16B1" | |
}, | |
{ | |
"name": "runic letter kauna", | |
"decimal": "5810", | |
"hex": "16B2" | |
}, | |
{ | |
"name": "runic letter cen", | |
"decimal": "5811", | |
"hex": "16B3" | |
}, | |
{ | |
"name": "runic letter kaun k", | |
"decimal": "5812", | |
"hex": "16B4" | |
}, | |
{ | |
"name": "runic letter g", | |
"decimal": "5813", | |
"hex": "16B5" | |
}, | |
{ | |
"name": "runic letter eng", | |
"decimal": "5814", | |
"hex": "16B6" | |
}, | |
{ | |
"name": "runic letter gebo gyfu g", | |
"decimal": "5815", | |
"hex": "16B7" | |
}, | |
{ | |
"name": "runic letter gar", | |
"decimal": "5816", | |
"hex": "16B8" | |
}, | |
{ | |
"name": "runic letter wunjo wynn w", | |
"decimal": "5817", | |
"hex": "16B9" | |
}, | |
{ | |
"name": "runic letter haglaz h", | |
"decimal": "5818", | |
"hex": "16BA" | |
}, | |
{ | |
"name": "runic letter haegl h", | |
"decimal": "5819", | |
"hex": "16BB" | |
}, | |
{ | |
"name": "runic letter long-branch-hagall h", | |
"decimal": "5820", | |
"hex": "16BC" | |
}, | |
{ | |
"name": "runic letter short-twig-hagall h", | |
"decimal": "5821", | |
"hex": "16BD" | |
}, | |
{ | |
"name": "runic letter naudiz nyd naud n", | |
"decimal": "5822", | |
"hex": "16BE" | |
}, | |
{ | |
"name": "runic letter short-twig-naud n", | |
"decimal": "5823", | |
"hex": "16BF" | |
}, | |
{ | |
"name": "runic letter dotted-n", | |
"decimal": "5824", | |
"hex": "16C0" | |
}, | |
{ | |
"name": "runic letter isaz is iss i", | |
"decimal": "5825", | |
"hex": "16C1" | |
}, | |
{ | |
"name": "runic letter e", | |
"decimal": "5826", | |
"hex": "16C2" | |
}, | |
{ | |
"name": "runic letter jeran j", | |
"decimal": "5827", | |
"hex": "16C3" | |
}, | |
{ | |
"name": "runic letter ger", | |
"decimal": "5828", | |
"hex": "16C4" | |
}, | |
{ | |
"name": "runic letter long-branch-ar ae", | |
"decimal": "5829", | |
"hex": "16C5" | |
}, | |
{ | |
"name": "runic letter short-twig-ar a", | |
"decimal": "5830", | |
"hex": "16C6" | |
}, | |
{ | |
"name": "runic letter iwaz eoh", | |
"decimal": "5831", | |
"hex": "16C7" | |
}, | |
{ | |
"name": "runic letter pertho peorth p", | |
"decimal": "5832", | |
"hex": "16C8" | |
}, | |
{ | |
"name": "runic letter algiz eolhx", | |
"decimal": "5833", | |
"hex": "16C9" | |
}, | |
{ | |
"name": "runic letter sowilo s", | |
"decimal": "5834", | |
"hex": "16CA" | |
}, | |
{ | |
"name": "runic letter sigel long-branch-sol s", | |
"decimal": "5835", | |
"hex": "16CB" | |
}, | |
{ | |
"name": "runic letter short-twig-sol s", | |
"decimal": "5836", | |
"hex": "16CC" | |
}, | |
{ | |
"name": "runic letter c", | |
"decimal": "5837", | |
"hex": "16CD" | |
}, | |
{ | |
"name": "runic letter z", | |
"decimal": "5838", | |
"hex": "16CE" | |
}, | |
{ | |
"name": "runic letter tiwaz tir tyr t", | |
"decimal": "5839", | |
"hex": "16CF" | |
}, | |
{ | |
"name": "runic letter short-twig-tyr t", | |
"decimal": "5840", | |
"hex": "16D0" | |
}, | |
{ | |
"name": "runic letter d", | |
"decimal": "5841", | |
"hex": "16D1" | |
}, | |
{ | |
"name": "runic letter berkanan beorc bjarkan b", | |
"decimal": "5842", | |
"hex": "16D2" | |
}, | |
{ | |
"name": "runic letter short-twig-bjarkan b", | |
"decimal": "5843", | |
"hex": "16D3" | |
}, | |
{ | |
"name": "runic letter dotted-p", | |
"decimal": "5844", | |
"hex": "16D4" | |
}, | |
{ | |
"name": "runic letter open-p", | |
"decimal": "5845", | |
"hex": "16D5" | |
}, | |
{ | |
"name": "runic letter ehwaz eh e", | |
"decimal": "5846", | |
"hex": "16D6" | |
}, | |
{ | |
"name": "runic letter mannaz man m", | |
"decimal": "5847", | |
"hex": "16D7" | |
}, | |
{ | |
"name": "runic letter long-branch-madr m", | |
"decimal": "5848", | |
"hex": "16D8" | |
}, | |
{ | |
"name": "runic letter short-twig-madr m", | |
"decimal": "5849", | |
"hex": "16D9" | |
}, | |
{ | |
"name": "runic letter laukaz lagu logr l", | |
"decimal": "5850", | |
"hex": "16DA" | |
}, | |
{ | |
"name": "runic letter dotted-l", | |
"decimal": "5851", | |
"hex": "16DB" | |
}, | |
{ | |
"name": "runic letter ingwaz", | |
"decimal": "5852", | |
"hex": "16DC" | |
}, | |
{ | |
"name": "runic letter ing", | |
"decimal": "5853", | |
"hex": "16DD" | |
}, | |
{ | |
"name": "runic letter dagaz daeg d", | |
"decimal": "5854", | |
"hex": "16DE" | |
}, | |
{ | |
"name": "runic letter othalan ethel o", | |
"decimal": "5855", | |
"hex": "16DF" | |
}, | |
{ | |
"name": "runic letter ear", | |
"decimal": "5856", | |
"hex": "16E0" | |
}, | |
{ | |
"name": "runic letter ior", | |
"decimal": "5857", | |
"hex": "16E1" | |
}, | |
{ | |
"name": "runic letter cweorth", | |
"decimal": "5858", | |
"hex": "16E2" | |
}, | |
{ | |
"name": "runic letter calc", | |
"decimal": "5859", | |
"hex": "16E3" | |
}, | |
{ | |
"name": "runic letter cealc", | |
"decimal": "5860", | |
"hex": "16E4" | |
}, | |
{ | |
"name": "runic letter stan", | |
"decimal": "5861", | |
"hex": "16E5" | |
}, | |
{ | |
"name": "runic letter long-branch-yr", | |
"decimal": "5862", | |
"hex": "16E6" | |
}, | |
{ | |
"name": "runic letter short-twig-yr", | |
"decimal": "5863", | |
"hex": "16E7" | |
}, | |
{ | |
"name": "runic letter icelandic-yr", | |
"decimal": "5864", | |
"hex": "16E8" | |
}, | |
{ | |
"name": "runic letter q", | |
"decimal": "5865", | |
"hex": "16E9" | |
}, | |
{ | |
"name": "runic letter x", | |
"decimal": "5866", | |
"hex": "16EA" | |
}, | |
{ | |
"name": "runic single punctuation", | |
"decimal": "5867", | |
"hex": "16EB" | |
}, | |
{ | |
"name": "runic multiple punctuation", | |
"decimal": "5868", | |
"hex": "16EC" | |
}, | |
{ | |
"name": "runic cross punctuation", | |
"decimal": "5869", | |
"hex": "16ED" | |
}, | |
{ | |
"name": "runic arlaug symbol", | |
"decimal": "5870", | |
"hex": "16EE" | |
}, | |
{ | |
"name": "runic tvimadur symbol", | |
"decimal": "5871", | |
"hex": "16EF" | |
}, | |
{ | |
"name": "runic belgthor symbol", | |
"decimal": "5872", | |
"hex": "16F0" | |
} | |
], | |
"Khmer": [ | |
{ | |
"name": "khmer letter ka", | |
"decimal": "6016", | |
"hex": "1780" | |
}, | |
{ | |
"name": "khmer letter kha", | |
"decimal": "6017", | |
"hex": "1781" | |
}, | |
{ | |
"name": "khmer letter ko", | |
"decimal": "6018", | |
"hex": "1782" | |
}, | |
{ | |
"name": "khmer letter kho", | |
"decimal": "6019", | |
"hex": "1783" | |
}, | |
{ | |
"name": "khmer letter ngo", | |
"decimal": "6020", | |
"hex": "1784" | |
}, | |
{ | |
"name": "khmer letter ca", | |
"decimal": "6021", | |
"hex": "1785" | |
}, | |
{ | |
"name": "khmer letter cha", | |
"decimal": "6022", | |
"hex": "1786" | |
}, | |
{ | |
"name": "khmer letter co", | |
"decimal": "6023", | |
"hex": "1787" | |
}, | |
{ | |
"name": "khmer letter cho", | |
"decimal": "6024", | |
"hex": "1788" | |
}, | |
{ | |
"name": "khmer letter nyo", | |
"decimal": "6025", | |
"hex": "1789" | |
}, | |
{ | |
"name": "khmer letter da", | |
"decimal": "6026", | |
"hex": "178A" | |
}, | |
{ | |
"name": "khmer letter ttha", | |
"decimal": "6027", | |
"hex": "178B" | |
}, | |
{ | |
"name": "khmer letter do", | |
"decimal": "6028", | |
"hex": "178C" | |
}, | |
{ | |
"name": "khmer letter ttho", | |
"decimal": "6029", | |
"hex": "178D" | |
}, | |
{ | |
"name": "khmer letter nno", | |
"decimal": "6030", | |
"hex": "178E" | |
}, | |
{ | |
"name": "khmer letter ta", | |
"decimal": "6031", | |
"hex": "178F" | |
}, | |
{ | |
"name": "khmer letter tha", | |
"decimal": "6032", | |
"hex": "1790" | |
}, | |
{ | |
"name": "khmer letter to", | |
"decimal": "6033", | |
"hex": "1791" | |
}, | |
{ | |
"name": "khmer letter tho", | |
"decimal": "6034", | |
"hex": "1792" | |
}, | |
{ | |
"name": "khmer letter no", | |
"decimal": "6035", | |
"hex": "1793" | |
}, | |
{ | |
"name": "khmer letter ba", | |
"decimal": "6036", | |
"hex": "1794" | |
}, | |
{ | |
"name": "khmer letter pha", | |
"decimal": "6037", | |
"hex": "1795" | |
}, | |
{ | |
"name": "khmer letter po", | |
"decimal": "6038", | |
"hex": "1796" | |
}, | |
{ | |
"name": "khmer letter pho", | |
"decimal": "6039", | |
"hex": "1797" | |
}, | |
{ | |
"name": "khmer letter mo", | |
"decimal": "6040", | |
"hex": "1798" | |
}, | |
{ | |
"name": "khmer letter yo", | |
"decimal": "6041", | |
"hex": "1799" | |
}, | |
{ | |
"name": "khmer letter ro", | |
"decimal": "6042", | |
"hex": "179A" | |
}, | |
{ | |
"name": "khmer letter lo", | |
"decimal": "6043", | |
"hex": "179B" | |
}, | |
{ | |
"name": "khmer letter vo", | |
"decimal": "6044", | |
"hex": "179C" | |
}, | |
{ | |
"name": "khmer letter sha", | |
"decimal": "6045", | |
"hex": "179D" | |
}, | |
{ | |
"name": "khmer letter sso", | |
"decimal": "6046", | |
"hex": "179E" | |
}, | |
{ | |
"name": "khmer letter sa", | |
"decimal": "6047", | |
"hex": "179F" | |
}, | |
{ | |
"name": "khmer letter ha", | |
"decimal": "6048", | |
"hex": "17A0" | |
}, | |
{ | |
"name": "khmer letter la", | |
"decimal": "6049", | |
"hex": "17A1" | |
}, | |
{ | |
"name": "khmer letter qa", | |
"decimal": "6050", | |
"hex": "17A2" | |
}, | |
{ | |
"name": "khmer independent vowel qaq", | |
"decimal": "6051", | |
"hex": "17A3" | |
}, | |
{ | |
"name": "khmer independent vowel qaa", | |
"decimal": "6052", | |
"hex": "17A4" | |
}, | |
{ | |
"name": "khmer independent vowel qi", | |
"decimal": "6053", | |
"hex": "17A5" | |
}, | |
{ | |
"name": "khmer independent vowel qii", | |
"decimal": "6054", | |
"hex": "17A6" | |
}, | |
{ | |
"name": "khmer independent vowel qu", | |
"decimal": "6055", | |
"hex": "17A7" | |
}, | |
{ | |
"name": "khmer independent vowel quk", | |
"decimal": "6056", | |
"hex": "17A8" | |
}, | |
{ | |
"name": "khmer independent vowel quu", | |
"decimal": "6057", | |
"hex": "17A9" | |
}, | |
{ | |
"name": "khmer independent vowel quuv", | |
"decimal": "6058", | |
"hex": "17AA" | |
}, | |
{ | |
"name": "khmer independent vowel ry", | |
"decimal": "6059", | |
"hex": "17AB" | |
}, | |
{ | |
"name": "khmer independent vowel ryy", | |
"decimal": "6060", | |
"hex": "17AC" | |
}, | |
{ | |
"name": "khmer independent vowel ly", | |
"decimal": "6061", | |
"hex": "17AD" | |
}, | |
{ | |
"name": "khmer independent vowel lyy", | |
"decimal": "6062", | |
"hex": "17AE" | |
}, | |
{ | |
"name": "khmer independent vowel qe", | |
"decimal": "6063", | |
"hex": "17AF" | |
}, | |
{ | |
"name": "khmer independent vowel qai", | |
"decimal": "6064", | |
"hex": "17B0" | |
}, | |
{ | |
"name": "khmer independent vowel qoo type one", | |
"decimal": "6065", | |
"hex": "17B1" | |
}, | |
{ | |
"name": "khmer independent vowel qoo type two", | |
"decimal": "6066", | |
"hex": "17B2" | |
}, | |
{ | |
"name": "khmer independent vowel qau", | |
"decimal": "6067", | |
"hex": "17B3" | |
}, | |
{ | |
"name": "khmer vowel inherent aq", | |
"decimal": "6068", | |
"hex": "17B4" | |
}, | |
{ | |
"name": "khmer vowel inherent aa", | |
"decimal": "6069", | |
"hex": "17B5" | |
}, | |
{ | |
"name": "khmer vowel sign aa", | |
"decimal": "6070", | |
"hex": "17B6" | |
}, | |
{ | |
"name": "khmer vowel sign i", | |
"decimal": "6071", | |
"hex": "17B7" | |
}, | |
{ | |
"name": "khmer vowel sign ii", | |
"decimal": "6072", | |
"hex": "17B8" | |
}, | |
{ | |
"name": "khmer vowel sign y", | |
"decimal": "6073", | |
"hex": "17B9" | |
}, | |
{ | |
"name": "khmer vowel sign yy", | |
"decimal": "6074", | |
"hex": "17BA" | |
}, | |
{ | |
"name": "khmer vowel sign u", | |
"decimal": "6075", | |
"hex": "17BB" | |
}, | |
{ | |
"name": "khmer vowel sign uu", | |
"decimal": "6076", | |
"hex": "17BC" | |
}, | |
{ | |
"name": "khmer vowel sign ua", | |
"decimal": "6077", | |
"hex": "17BD" | |
}, | |
{ | |
"name": "khmer vowel sign oe", | |
"decimal": "6078", | |
"hex": "17BE" | |
}, | |
{ | |
"name": "khmer vowel sign ya", | |
"decimal": "6079", | |
"hex": "17BF" | |
}, | |
{ | |
"name": "khmer vowel sign ie", | |
"decimal": "6080", | |
"hex": "17C0" | |
}, | |
{ | |
"name": "khmer vowel sign e", | |
"decimal": "6081", | |
"hex": "17C1" | |
}, | |
{ | |
"name": "khmer vowel sign ae", | |
"decimal": "6082", | |
"hex": "17C2" | |
}, | |
{ | |
"name": "khmer vowel sign ai", | |
"decimal": "6083", | |
"hex": "17C3" | |
}, | |
{ | |
"name": "khmer vowel sign oo", | |
"decimal": "6084", | |
"hex": "17C4" | |
}, | |
{ | |
"name": "khmer vowel sign au", | |
"decimal": "6085", | |
"hex": "17C5" | |
}, | |
{ | |
"name": "khmer sign nikahit", | |
"decimal": "6086", | |
"hex": "17C6" | |
}, | |
{ | |
"name": "khmer sign reahmuk", | |
"decimal": "6087", | |
"hex": "17C7" | |
}, | |
{ | |
"name": "khmer sign yuukaleapintu", | |
"decimal": "6088", | |
"hex": "17C8" | |
}, | |
{ | |
"name": "khmer sign muusikatoan", | |
"decimal": "6089", | |
"hex": "17C9" | |
}, | |
{ | |
"name": "khmer sign triisap", | |
"decimal": "6090", | |
"hex": "17CA" | |
}, | |
{ | |
"name": "khmer sign bantoc", | |
"decimal": "6091", | |
"hex": "17CB" | |
}, | |
{ | |
"name": "khmer sign robat", | |
"decimal": "6092", | |
"hex": "17CC" | |
}, | |
{ | |
"name": "khmer sign toandakhiat", | |
"decimal": "6093", | |
"hex": "17CD" | |
}, | |
{ | |
"name": "khmer sign kakabat", | |
"decimal": "6094", | |
"hex": "17CE" | |
}, | |
{ | |
"name": "khmer sign ahsda", | |
"decimal": "6095", | |
"hex": "17CF" | |
}, | |
{ | |
"name": "khmer sign samyok sannya", | |
"decimal": "6096", | |
"hex": "17D0" | |
}, | |
{ | |
"name": "khmer sign viriam", | |
"decimal": "6097", | |
"hex": "17D1" | |
}, | |
{ | |
"name": "khmer sign coeng", | |
"decimal": "6098", | |
"hex": "17D2" | |
}, | |
{ | |
"name": "khmer sign bathamasat", | |
"decimal": "6099", | |
"hex": "17D3" | |
}, | |
{ | |
"name": "khmer sign khan", | |
"decimal": "6100", | |
"hex": "17D4" | |
}, | |
{ | |
"name": "khmer sign bariyoosan", | |
"decimal": "6101", | |
"hex": "17D5" | |
}, | |
{ | |
"name": "khmer sign camnuc pii kuuh", | |
"decimal": "6102", | |
"hex": "17D6" | |
}, | |
{ | |
"name": "khmer sign lek too", | |
"decimal": "6103", | |
"hex": "17D7" | |
}, | |
{ | |
"name": "khmer sign beyyal", | |
"decimal": "6104", | |
"hex": "17D8" | |
}, | |
{ | |
"name": "khmer sign phnaek muan", | |
"decimal": "6105", | |
"hex": "17D9" | |
}, | |
{ | |
"name": "khmer sign koomuut", | |
"decimal": "6106", | |
"hex": "17DA" | |
}, | |
{ | |
"name": "khmer currency symbol riel", | |
"decimal": "6107", | |
"hex": "17DB" | |
}, | |
{ | |
"name": "khmer sign avakrahasanya", | |
"decimal": "6108", | |
"hex": "17DC" | |
}, | |
{ | |
"name": "khmer digit zero", | |
"decimal": "6112", | |
"hex": "17E0" | |
}, | |
{ | |
"name": "khmer digit one", | |
"decimal": "6113", | |
"hex": "17E1" | |
}, | |
{ | |
"name": "khmer digit two", | |
"decimal": "6114", | |
"hex": "17E2" | |
}, | |
{ | |
"name": "khmer digit three", | |
"decimal": "6115", | |
"hex": "17E3" | |
}, | |
{ | |
"name": "khmer digit four", | |
"decimal": "6116", | |
"hex": "17E4" | |
}, | |
{ | |
"name": "khmer digit five", | |
"decimal": "6117", | |
"hex": "17E5" | |
}, | |
{ | |
"name": "khmer digit six", | |
"decimal": "6118", | |
"hex": "17E6" | |
}, | |
{ | |
"name": "khmer digit seven", | |
"decimal": "6119", | |
"hex": "17E7" | |
}, | |
{ | |
"name": "khmer digit eight", | |
"decimal": "6120", | |
"hex": "17E8" | |
}, | |
{ | |
"name": "khmer digit nine", | |
"decimal": "6121", | |
"hex": "17E9" | |
} | |
], | |
"Mongolian": [ | |
{ | |
"name": "mongolian birga", | |
"decimal": "6144", | |
"hex": "1800" | |
}, | |
{ | |
"name": "mongolian ellipsis", | |
"decimal": "6145", | |
"hex": "1801" | |
}, | |
{ | |
"name": "mongolian comma", | |
"decimal": "6146", | |
"hex": "1802" | |
}, | |
{ | |
"name": "mongolian full stop", | |
"decimal": "6147", | |
"hex": "1803" | |
}, | |
{ | |
"name": "mongolian colon", | |
"decimal": "6148", | |
"hex": "1804" | |
}, | |
{ | |
"name": "mongolian four dots", | |
"decimal": "6149", | |
"hex": "1805" | |
}, | |
{ | |
"name": "mongolian todo soft hyphen", | |
"decimal": "6150", | |
"hex": "1806" | |
}, | |
{ | |
"name": "mongolian sibe syllable boundary marker", | |
"decimal": "6151", | |
"hex": "1807" | |
}, | |
{ | |
"name": "mongolian manchu comma", | |
"decimal": "6152", | |
"hex": "1808" | |
}, | |
{ | |
"name": "mongolian manchu full stop", | |
"decimal": "6153", | |
"hex": "1809" | |
}, | |
{ | |
"name": "mongolian nirugu", | |
"decimal": "6154", | |
"hex": "180A" | |
}, | |
{ | |
"name": "mongolian free variation selector one", | |
"decimal": "6155", | |
"hex": "180B" | |
}, | |
{ | |
"name": "mongolian free variation selector two", | |
"decimal": "6156", | |
"hex": "180C" | |
}, | |
{ | |
"name": "mongolian free variation selector three", | |
"decimal": "6157", | |
"hex": "180D" | |
}, | |
{ | |
"name": "mongolian vowel separator", | |
"decimal": "6158", | |
"hex": "180E" | |
}, | |
{ | |
"name": "mongolian digit zero", | |
"decimal": "6160", | |
"hex": "1810" | |
}, | |
{ | |
"name": "mongolian digit one", | |
"decimal": "6161", | |
"hex": "1811" | |
}, | |
{ | |
"name": "mongolian digit two", | |
"decimal": "6162", | |
"hex": "1812" | |
}, | |
{ | |
"name": "mongolian digit three", | |
"decimal": "6163", | |
"hex": "1813" | |
}, | |
{ | |
"name": "mongolian digit four", | |
"decimal": "6164", | |
"hex": "1814" | |
}, | |
{ | |
"name": "mongolian digit five", | |
"decimal": "6165", | |
"hex": "1815" | |
}, | |
{ | |
"name": "mongolian digit six", | |
"decimal": "6166", | |
"hex": "1816" | |
}, | |
{ | |
"name": "mongolian digit seven", | |
"decimal": "6167", | |
"hex": "1817" | |
}, | |
{ | |
"name": "mongolian digit eight", | |
"decimal": "6168", | |
"hex": "1818" | |
}, | |
{ | |
"name": "mongolian digit nine", | |
"decimal": "6169", | |
"hex": "1819" | |
}, | |
{ | |
"name": "mongolian letter a", | |
"decimal": "6176", | |
"hex": "1820" | |
}, | |
{ | |
"name": "mongolian letter e", | |
"decimal": "6177", | |
"hex": "1821" | |
}, | |
{ | |
"name": "mongolian letter i", | |
"decimal": "6178", | |
"hex": "1822" | |
}, | |
{ | |
"name": "mongolian letter o", | |
"decimal": "6179", | |
"hex": "1823" | |
}, | |
{ | |
"name": "mongolian letter u", | |
"decimal": "6180", | |
"hex": "1824" | |
}, | |
{ | |
"name": "mongolian letter oe", | |
"decimal": "6181", | |
"hex": "1825" | |
}, | |
{ | |
"name": "mongolian letter ue", | |
"decimal": "6182", | |
"hex": "1826" | |
}, | |
{ | |
"name": "mongolian letter ee", | |
"decimal": "6183", | |
"hex": "1827" | |
}, | |
{ | |
"name": "mongolian letter na", | |
"decimal": "6184", | |
"hex": "1828" | |
}, | |
{ | |
"name": "mongolian letter ang", | |
"decimal": "6185", | |
"hex": "1829" | |
}, | |
{ | |
"name": "mongolian letter ba", | |
"decimal": "6186", | |
"hex": "182A" | |
}, | |
{ | |
"name": "mongolian letter pa", | |
"decimal": "6187", | |
"hex": "182B" | |
}, | |
{ | |
"name": "mongolian letter qa", | |
"decimal": "6188", | |
"hex": "182C" | |
}, | |
{ | |
"name": "mongolian letter ga", | |
"decimal": "6189", | |
"hex": "182D" | |
}, | |
{ | |
"name": "mongolian letter ma", | |
"decimal": "6190", | |
"hex": "182E" | |
}, | |
{ | |
"name": "mongolian letter la", | |
"decimal": "6191", | |
"hex": "182F" | |
}, | |
{ | |
"name": "mongolian letter sa", | |
"decimal": "6192", | |
"hex": "1830" | |
}, | |
{ | |
"name": "mongolian letter sha", | |
"decimal": "6193", | |
"hex": "1831" | |
}, | |
{ | |
"name": "mongolian letter ta", | |
"decimal": "6194", | |
"hex": "1832" | |
}, | |
{ | |
"name": "mongolian letter da", | |
"decimal": "6195", | |
"hex": "1833" | |
}, | |
{ | |
"name": "mongolian letter cha", | |
"decimal": "6196", | |
"hex": "1834" | |
}, | |
{ | |
"name": "mongolian letter ja", | |
"decimal": "6197", | |
"hex": "1835" | |
}, | |
{ | |
"name": "mongolian letter ya", | |
"decimal": "6198", | |
"hex": "1836" | |
}, | |
{ | |
"name": "mongolian letter ra", | |
"decimal": "6199", | |
"hex": "1837" | |
}, | |
{ | |
"name": "mongolian letter wa", | |
"decimal": "6200", | |
"hex": "1838" | |
}, | |
{ | |
"name": "mongolian letter fa", | |
"decimal": "6201", | |
"hex": "1839" | |
}, | |
{ | |
"name": "mongolian letter ka", | |
"decimal": "6202", | |
"hex": "183A" | |
}, | |
{ | |
"name": "mongolian letter kha", | |
"decimal": "6203", | |
"hex": "183B" | |
}, | |
{ | |
"name": "mongolian letter tsa", | |
"decimal": "6204", | |
"hex": "183C" | |
}, | |
{ | |
"name": "mongolian letter za", | |
"decimal": "6205", | |
"hex": "183D" | |
}, | |
{ | |
"name": "mongolian letter haa", | |
"decimal": "6206", | |
"hex": "183E" | |
}, | |
{ | |
"name": "mongolian letter zra", | |
"decimal": "6207", | |
"hex": "183F" | |
}, | |
{ | |
"name": "mongolian letter lha", | |
"decimal": "6208", | |
"hex": "1840" | |
}, | |
{ | |
"name": "mongolian letter zhi", | |
"decimal": "6209", | |
"hex": "1841" | |
}, | |
{ | |
"name": "mongolian letter chi", | |
"decimal": "6210", | |
"hex": "1842" | |
}, | |
{ | |
"name": "mongolian letter todo long vowel sign", | |
"decimal": "6211", | |
"hex": "1843" | |
}, | |
{ | |
"name": "mongolian letter todo e", | |
"decimal": "6212", | |
"hex": "1844" | |
}, | |
{ | |
"name": "mongolian letter todo i", | |
"decimal": "6213", | |
"hex": "1845" | |
}, | |
{ | |
"name": "mongolian letter todo o", | |
"decimal": "6214", | |
"hex": "1846" | |
}, | |
{ | |
"name": "mongolian letter todo u", | |
"decimal": "6215", | |
"hex": "1847" | |
}, | |
{ | |
"name": "mongolian letter todo oe", | |
"decimal": "6216", | |
"hex": "1848" | |
}, | |
{ | |
"name": "mongolian letter todo ue", | |
"decimal": "6217", | |
"hex": "1849" | |
}, | |
{ | |
"name": "mongolian letter todo ang", | |
"decimal": "6218", | |
"hex": "184A" | |
}, | |
{ | |
"name": "mongolian letter todo ba", | |
"decimal": "6219", | |
"hex": "184B" | |
}, | |
{ | |
"name": "mongolian letter todo pa", | |
"decimal": "6220", | |
"hex": "184C" | |
}, | |
{ | |
"name": "mongolian letter todo qa", | |
"decimal": "6221", | |
"hex": "184D" | |
}, | |
{ | |
"name": "mongolian letter todo ga", | |
"decimal": "6222", | |
"hex": "184E" | |
}, | |
{ | |
"name": "mongolian letter todo ma", | |
"decimal": "6223", | |
"hex": "184F" | |
}, | |
{ | |
"name": "mongolian letter todo ta", | |
"decimal": "6224", | |
"hex": "1850" | |
}, | |
{ | |
"name": "mongolian letter todo da", | |
"decimal": "6225", | |
"hex": "1851" | |
}, | |
{ | |
"name": "mongolian letter todo cha", | |
"decimal": "6226", | |
"hex": "1852" | |
}, | |
{ | |
"name": "mongolian letter todo ja", | |
"decimal": "6227", | |
"hex": "1853" | |
}, | |
{ | |
"name": "mongolian letter todo tsa", | |
"decimal": "6228", | |
"hex": "1854" | |
}, | |
{ | |
"name": "mongolian letter todo ya", | |
"decimal": "6229", | |
"hex": "1855" | |
}, | |
{ | |
"name": "mongolian letter todo wa", | |
"decimal": "6230", | |
"hex": "1856" | |
}, | |
{ | |
"name": "mongolian letter todo ka", | |
"decimal": "6231", | |
"hex": "1857" | |
}, | |
{ | |
"name": "mongolian letter todo gaa", | |
"decimal": "6232", | |
"hex": "1858" | |
}, | |
{ | |
"name": "mongolian letter todo haa", | |
"decimal": "6233", | |
"hex": "1859" | |
}, | |
{ | |
"name": "mongolian letter todo jia", | |
"decimal": "6234", | |
"hex": "185A" | |
}, | |
{ | |
"name": "mongolian letter todo nia", | |
"decimal": "6235", | |
"hex": "185B" | |
}, | |
{ | |
"name": "mongolian letter todo dza", | |
"decimal": "6236", | |
"hex": "185C" | |
}, | |
{ | |
"name": "mongolian letter sibe e", | |
"decimal": "6237", | |
"hex": "185D" | |
}, | |
{ | |
"name": "mongolian letter sibe i", | |
"decimal": "6238", | |
"hex": "185E" | |
}, | |
{ | |
"name": "mongolian letter sibe iy", | |
"decimal": "6239", | |
"hex": "185F" | |
}, | |
{ | |
"name": "mongolian letter sibe ue", | |
"decimal": "6240", | |
"hex": "1860" | |
}, | |
{ | |
"name": "mongolian letter sibe u", | |
"decimal": "6241", | |
"hex": "1861" | |
}, | |
{ | |
"name": "mongolian letter sibe ang", | |
"decimal": "6242", | |
"hex": "1862" | |
}, | |
{ | |
"name": "mongolian letter sibe ka", | |
"decimal": "6243", | |
"hex": "1863" | |
}, | |
{ | |
"name": "mongolian letter sibe ga", | |
"decimal": "6244", | |
"hex": "1864" | |
}, | |
{ | |
"name": "mongolian letter sibe ha", | |
"decimal": "6245", | |
"hex": "1865" | |
}, | |
{ | |
"name": "mongolian letter sibe pa", | |
"decimal": "6246", | |
"hex": "1866" | |
}, | |
{ | |
"name": "mongolian letter sibe sha", | |
"decimal": "6247", | |
"hex": "1867" | |
}, | |
{ | |
"name": "mongolian letter sibe ta", | |
"decimal": "6248", | |
"hex": "1868" | |
}, | |
{ | |
"name": "mongolian letter sibe da", | |
"decimal": "6249", | |
"hex": "1869" | |
}, | |
{ | |
"name": "mongolian letter sibe ja", | |
"decimal": "6250", | |
"hex": "186A" | |
}, | |
{ | |
"name": "mongolian letter sibe fa", | |
"decimal": "6251", | |
"hex": "186B" | |
}, | |
{ | |
"name": "mongolian letter sibe gaa", | |
"decimal": "6252", | |
"hex": "186C" | |
}, | |
{ | |
"name": "mongolian letter sibe haa", | |
"decimal": "6253", | |
"hex": "186D" | |
}, | |
{ | |
"name": "mongolian letter sibe tsa", | |
"decimal": "6254", | |
"hex": "186E" | |
}, | |
{ | |
"name": "mongolian letter sibe za", | |
"decimal": "6255", | |
"hex": "186F" | |
}, | |
{ | |
"name": "mongolian letter sibe raa", | |
"decimal": "6256", | |
"hex": "1870" | |
}, | |
{ | |
"name": "mongolian letter sibe cha", | |
"decimal": "6257", | |
"hex": "1871" | |
}, | |
{ | |
"name": "mongolian letter sibe zha", | |
"decimal": "6258", | |
"hex": "1872" | |
}, | |
{ | |
"name": "mongolian letter manchu i", | |
"decimal": "6259", | |
"hex": "1873" | |
}, | |
{ | |
"name": "mongolian letter manchu ka", | |
"decimal": "6260", | |
"hex": "1874" | |
}, | |
{ | |
"name": "mongolian letter manchu ra", | |
"decimal": "6261", | |
"hex": "1875" | |
}, | |
{ | |
"name": "mongolian letter manchu fa", | |
"decimal": "6262", | |
"hex": "1876" | |
}, | |
{ | |
"name": "mongolian letter manchu zha", | |
"decimal": "6263", | |
"hex": "1877" | |
}, | |
{ | |
"name": "mongolian letter ali gali anusvara one", | |
"decimal": "6272", | |
"hex": "1880" | |
}, | |
{ | |
"name": "mongolian letter ali gali visarga one", | |
"decimal": "6273", | |
"hex": "1881" | |
}, | |
{ | |
"name": "mongolian letter ali gali damaru", | |
"decimal": "6274", | |
"hex": "1882" | |
}, | |
{ | |
"name": "mongolian letter ali gali ubadama", | |
"decimal": "6275", | |
"hex": "1883" | |
}, | |
{ | |
"name": "mongolian letter ali gali inverted ubadama", | |
"decimal": "6276", | |
"hex": "1884" | |
}, | |
{ | |
"name": "mongolian letter ali gali baluda", | |
"decimal": "6277", | |
"hex": "1885" | |
}, | |
{ | |
"name": "mongolian letter ali gali three baluda", | |
"decimal": "6278", | |
"hex": "1886" | |
}, | |
{ | |
"name": "mongolian letter ali gali a", | |
"decimal": "6279", | |
"hex": "1887" | |
}, | |
{ | |
"name": "mongolian letter ali gali i", | |
"decimal": "6280", | |
"hex": "1888" | |
}, | |
{ | |
"name": "mongolian letter ali gali ka", | |
"decimal": "6281", | |
"hex": "1889" | |
}, | |
{ | |
"name": "mongolian letter ali gali nga", | |
"decimal": "6282", | |
"hex": "188A" | |
}, | |
{ | |
"name": "mongolian letter ali gali ca", | |
"decimal": "6283", | |
"hex": "188B" | |
}, | |
{ | |
"name": "mongolian letter ali gali tta", | |
"decimal": "6284", | |
"hex": "188C" | |
}, | |
{ | |
"name": "mongolian letter ali gali ttha", | |
"decimal": "6285", | |
"hex": "188D" | |
}, | |
{ | |
"name": "mongolian letter ali gali dda", | |
"decimal": "6286", | |
"hex": "188E" | |
}, | |
{ | |
"name": "mongolian letter ali gali nna", | |
"decimal": "6287", | |
"hex": "188F" | |
}, | |
{ | |
"name": "mongolian letter ali gali ta", | |
"decimal": "6288", | |
"hex": "1890" | |
}, | |
{ | |
"name": "mongolian letter ali gali da", | |
"decimal": "6289", | |
"hex": "1891" | |
}, | |
{ | |
"name": "mongolian letter ali gali pa", | |
"decimal": "6290", | |
"hex": "1892" | |
}, | |
{ | |
"name": "mongolian letter ali gali pha", | |
"decimal": "6291", | |
"hex": "1893" | |
}, | |
{ | |
"name": "mongolian letter ali gali ssa", | |
"decimal": "6292", | |
"hex": "1894" | |
}, | |
{ | |
"name": "mongolian letter ali gali zha", | |
"decimal": "6293", | |
"hex": "1895" | |
}, | |
{ | |
"name": "mongolian letter ali gali za", | |
"decimal": "6294", | |
"hex": "1896" | |
}, | |
{ | |
"name": "mongolian letter ali gali ah", | |
"decimal": "6295", | |
"hex": "1897" | |
}, | |
{ | |
"name": "mongolian letter todo ali gali ta", | |
"decimal": "6296", | |
"hex": "1898" | |
}, | |
{ | |
"name": "mongolian letter todo ali gali zha", | |
"decimal": "6297", | |
"hex": "1899" | |
}, | |
{ | |
"name": "mongolian letter manchu ali gali gha", | |
"decimal": "6298", | |
"hex": "189A" | |
}, | |
{ | |
"name": "mongolian letter manchu ali gali nga", | |
"decimal": "6299", | |
"hex": "189B" | |
}, | |
{ | |
"name": "mongolian letter manchu ali gali ca", | |
"decimal": "6300", | |
"hex": "189C" | |
}, | |
{ | |
"name": "mongolian letter manchu ali gali jha", | |
"decimal": "6301", | |
"hex": "189D" | |
}, | |
{ | |
"name": "mongolian letter manchu ali gali tta", | |
"decimal": "6302", | |
"hex": "189E" | |
}, | |
{ | |
"name": "mongolian letter manchu ali gali ddha", | |
"decimal": "6303", | |
"hex": "189F" | |
}, | |
{ | |
"name": "mongolian letter manchu ali gali ta", | |
"decimal": "6304", | |
"hex": "18A0" | |
}, | |
{ | |
"name": "mongolian letter manchu ali gali dha", | |
"decimal": "6305", | |
"hex": "18A1" | |
}, | |
{ | |
"name": "mongolian letter manchu ali gali ssa", | |
"decimal": "6306", | |
"hex": "18A2" | |
}, | |
{ | |
"name": "mongolian letter manchu ali gali cya", | |
"decimal": "6307", | |
"hex": "18A3" | |
}, | |
{ | |
"name": "mongolian letter manchu ali gali zha", | |
"decimal": "6308", | |
"hex": "18A4" | |
}, | |
{ | |
"name": "mongolian letter manchu ali gali za", | |
"decimal": "6309", | |
"hex": "18A5" | |
}, | |
{ | |
"name": "mongolian letter ali gali half u", | |
"decimal": "6310", | |
"hex": "18A6" | |
}, | |
{ | |
"name": "mongolian letter ali gali half ya", | |
"decimal": "6311", | |
"hex": "18A7" | |
}, | |
{ | |
"name": "mongolian letter manchu ali gali bha", | |
"decimal": "6312", | |
"hex": "18A8" | |
}, | |
{ | |
"name": "mongolian letter ali gali dagalga", | |
"decimal": "6313", | |
"hex": "18A9" | |
} | |
], | |
"Latin Extended Additional": [ | |
{ | |
"name": "latin capital letter a with ring below", | |
"decimal": "7680", | |
"hex": "1E00" | |
}, | |
{ | |
"name": "latin small letter a with ring below", | |
"decimal": "7681", | |
"hex": "1E01" | |
}, | |
{ | |
"name": "latin capital letter b with dot above", | |
"decimal": "7682", | |
"hex": "1E02" | |
}, | |
{ | |
"name": "latin small letter b with dot above", | |
"decimal": "7683", | |
"hex": "1E03" | |
}, | |
{ | |
"name": "latin capital letter b with dot below", | |
"decimal": "7684", | |
"hex": "1E04" | |
}, | |
{ | |
"name": "latin small letter b with dot below", | |
"decimal": "7685", | |
"hex": "1E05" | |
}, | |
{ | |
"name": "latin capital letter b with line below", | |
"decimal": "7686", | |
"hex": "1E06" | |
}, | |
{ | |
"name": "latin small letter b with line below", | |
"decimal": "7687", | |
"hex": "1E07" | |
}, | |
{ | |
"name": "latin capital letter c with cedilla and acute", | |
"decimal": "7688", | |
"hex": "1E08" | |
}, | |
{ | |
"name": "latin small letter c with cedilla and acute", | |
"decimal": "7689", | |
"hex": "1E09" | |
}, | |
{ | |
"name": "latin capital letter d with dot above", | |
"decimal": "7690", | |
"hex": "1E0A" | |
}, | |
{ | |
"name": "latin small letter d with dot above", | |
"decimal": "7691", | |
"hex": "1E0B" | |
}, | |
{ | |
"name": "latin capital letter d with dot below", | |
"decimal": "7692", | |
"hex": "1E0C" | |
}, | |
{ | |
"name": "latin small letter d with dot below", | |
"decimal": "7693", | |
"hex": "1E0D" | |
}, | |
{ | |
"name": "latin capital letter d with line below", | |
"decimal": "7694", | |
"hex": "1E0E" | |
}, | |
{ | |
"name": "latin small letter d with line below", | |
"decimal": "7695", | |
"hex": "1E0F" | |
}, | |
{ | |
"name": "latin capital letter d with cedilla", | |
"decimal": "7696", | |
"hex": "1E10" | |
}, | |
{ | |
"name": "latin small letter d with cedilla", | |
"decimal": "7697", | |
"hex": "1E11" | |
}, | |
{ | |
"name": "latin capital letter d with circumflex below", | |
"decimal": "7698", | |
"hex": "1E12" | |
}, | |
{ | |
"name": "latin small letter d with circumflex below", | |
"decimal": "7699", | |
"hex": "1E13" | |
}, | |
{ | |
"name": "latin capital letter e with macron and grave", | |
"decimal": "7700", | |
"hex": "1E14" | |
}, | |
{ | |
"name": "latin small letter e with macron and grave", | |
"decimal": "7701", | |
"hex": "1E15" | |
}, | |
{ | |
"name": "latin capital letter e with macron and acute", | |
"decimal": "7702", | |
"hex": "1E16" | |
}, | |
{ | |
"name": "latin small letter e with macron and acute", | |
"decimal": "7703", | |
"hex": "1E17" | |
}, | |
{ | |
"name": "latin capital letter e with circumflex below", | |
"decimal": "7704", | |
"hex": "1E18" | |
}, | |
{ | |
"name": "latin small letter e with circumflex below", | |
"decimal": "7705", | |
"hex": "1E19" | |
}, | |
{ | |
"name": "latin capital letter e with tilde below", | |
"decimal": "7706", | |
"hex": "1E1A" | |
}, | |
{ | |
"name": "latin small letter e with tilde below", | |
"decimal": "7707", | |
"hex": "1E1B" | |
}, | |
{ | |
"name": "latin capital letter e with cedilla and breve", | |
"decimal": "7708", | |
"hex": "1E1C" | |
}, | |
{ | |
"name": "latin small letter e with cedilla and breve", | |
"decimal": "7709", | |
"hex": "1E1D" | |
}, | |
{ | |
"name": "latin capital letter f with dot above", | |
"decimal": "7710", | |
"hex": "1E1E" | |
}, | |
{ | |
"name": "latin small letter f with dot above", | |
"decimal": "7711", | |
"hex": "1E1F" | |
}, | |
{ | |
"name": "latin capital letter g with macron", | |
"decimal": "7712", | |
"hex": "1E20" | |
}, | |
{ | |
"name": "latin small letter g with macron", | |
"decimal": "7713", | |
"hex": "1E21" | |
}, | |
{ | |
"name": "latin capital letter h with dot above", | |
"decimal": "7714", | |
"hex": "1E22" | |
}, | |
{ | |
"name": "latin small letter h with dot above", | |
"decimal": "7715", | |
"hex": "1E23" | |
}, | |
{ | |
"name": "latin capital letter h with dot below", | |
"decimal": "7716", | |
"hex": "1E24" | |
}, | |
{ | |
"name": "latin small letter h with dot below", | |
"decimal": "7717", | |
"hex": "1E25" | |
}, | |
{ | |
"name": "latin capital letter h with diaeresis", | |
"decimal": "7718", | |
"hex": "1E26" | |
}, | |
{ | |
"name": "latin small letter h with diaeresis", | |
"decimal": "7719", | |
"hex": "1E27" | |
}, | |
{ | |
"name": "latin capital letter h with cedilla", | |
"decimal": "7720", | |
"hex": "1E28" | |
}, | |
{ | |
"name": "latin small letter h with cedilla", | |
"decimal": "7721", | |
"hex": "1E29" | |
}, | |
{ | |
"name": "latin capital letter h with breve below", | |
"decimal": "7722", | |
"hex": "1E2A" | |
}, | |
{ | |
"name": "latin small letter h with breve below", | |
"decimal": "7723", | |
"hex": "1E2B" | |
}, | |
{ | |
"name": "latin capital letter i with tilde below", | |
"decimal": "7724", | |
"hex": "1E2C" | |
}, | |
{ | |
"name": "latin small letter i with tilde below", | |
"decimal": "7725", | |
"hex": "1E2D" | |
}, | |
{ | |
"name": "latin capital letter i with diaeresis and acute", | |
"decimal": "7726", | |
"hex": "1E2E" | |
}, | |
{ | |
"name": "latin small letter i with diaeresis and acute", | |
"decimal": "7727", | |
"hex": "1E2F" | |
}, | |
{ | |
"name": "latin capital letter k with acute", | |
"decimal": "7728", | |
"hex": "1E30" | |
}, | |
{ | |
"name": "latin small letter k with acute", | |
"decimal": "7729", | |
"hex": "1E31" | |
}, | |
{ | |
"name": "latin capital letter k with dot below", | |
"decimal": "7730", | |
"hex": "1E32" | |
}, | |
{ | |
"name": "latin small letter k with dot below", | |
"decimal": "7731", | |
"hex": "1E33" | |
}, | |
{ | |
"name": "latin capital letter k with line below", | |
"decimal": "7732", | |
"hex": "1E34" | |
}, | |
{ | |
"name": "latin small letter k with line below", | |
"decimal": "7733", | |
"hex": "1E35" | |
}, | |
{ | |
"name": "latin capital letter l with dot below", | |
"decimal": "7734", | |
"hex": "1E36" | |
}, | |
{ | |
"name": "latin small letter l with dot below", | |
"decimal": "7735", | |
"hex": "1E37" | |
}, | |
{ | |
"name": "latin capital letter l with dot below and macron", | |
"decimal": "7736", | |
"hex": "1E38" | |
}, | |
{ | |
"name": "latin small letter l with dot below and macron", | |
"decimal": "7737", | |
"hex": "1E39" | |
}, | |
{ | |
"name": "latin capital letter l with line below", | |
"decimal": "7738", | |
"hex": "1E3A" | |
}, | |
{ | |
"name": "latin small letter l with line below", | |
"decimal": "7739", | |
"hex": "1E3B" | |
}, | |
{ | |
"name": "latin capital letter l with circumflex below", | |
"decimal": "7740", | |
"hex": "1E3C" | |
}, | |
{ | |
"name": "latin small letter l with circumflex below", | |
"decimal": "7741", | |
"hex": "1E3D" | |
}, | |
{ | |
"name": "latin capital letter m with acute", | |
"decimal": "7742", | |
"hex": "1E3E" | |
}, | |
{ | |
"name": "latin small letter m with acute", | |
"decimal": "7743", | |
"hex": "1E3F" | |
}, | |
{ | |
"name": "latin capital letter m with dot above", | |
"decimal": "7744", | |
"hex": "1E40" | |
}, | |
{ | |
"name": "latin small letter m with dot above", | |
"decimal": "7745", | |
"hex": "1E41" | |
}, | |
{ | |
"name": "latin capital letter m with dot below", | |
"decimal": "7746", | |
"hex": "1E42" | |
}, | |
{ | |
"name": "latin small letter m with dot below", | |
"decimal": "7747", | |
"hex": "1E43" | |
}, | |
{ | |
"name": "latin capital letter n with dot above", | |
"decimal": "7748", | |
"hex": "1E44" | |
}, | |
{ | |
"name": "latin small letter n with dot above", | |
"decimal": "7749", | |
"hex": "1E45" | |
}, | |
{ | |
"name": "latin capital letter n with dot below", | |
"decimal": "7750", | |
"hex": "1E46" | |
}, | |
{ | |
"name": "latin small letter n with dot below", | |
"decimal": "7751", | |
"hex": "1E47" | |
}, | |
{ | |
"name": "latin capital letter n with line below", | |
"decimal": "7752", | |
"hex": "1E48" | |
}, | |
{ | |
"name": "latin small letter n with line below", | |
"decimal": "7753", | |
"hex": "1E49" | |
}, | |
{ | |
"name": "latin capital letter n with circumflex below", | |
"decimal": "7754", | |
"hex": "1E4A" | |
}, | |
{ | |
"name": "latin small letter n with circumflex below", | |
"decimal": "7755", | |
"hex": "1E4B" | |
}, | |
{ | |
"name": "latin capital letter o with tilde and acute", | |
"decimal": "7756", | |
"hex": "1E4C" | |
}, | |
{ | |
"name": "latin small letter o with tilde and acute", | |
"decimal": "7757", | |
"hex": "1E4D" | |
}, | |
{ | |
"name": "latin capital letter o with tilde and diaeresis", | |
"decimal": "7758", | |
"hex": "1E4E" | |
}, | |
{ | |
"name": "latin small letter o with tilde and diaeresis", | |
"decimal": "7759", | |
"hex": "1E4F" | |
}, | |
{ | |
"name": "latin capital letter o with macron and grave", | |
"decimal": "7760", | |
"hex": "1E50" | |
}, | |
{ | |
"name": "latin small letter o with macron and grave", | |
"decimal": "7761", | |
"hex": "1E51" | |
}, | |
{ | |
"name": "latin capital letter o with macron and acute", | |
"decimal": "7762", | |
"hex": "1E52" | |
}, | |
{ | |
"name": "latin small letter o with macron and acute", | |
"decimal": "7763", | |
"hex": "1E53" | |
}, | |
{ | |
"name": "latin capital letter p with acute", | |
"decimal": "7764", | |
"hex": "1E54" | |
}, | |
{ | |
"name": "latin small letter p with acute", | |
"decimal": "7765", | |
"hex": "1E55" | |
}, | |
{ | |
"name": "latin capital letter p with dot above", | |
"decimal": "7766", | |
"hex": "1E56" | |
}, | |
{ | |
"name": "latin small letter p with dot above", | |
"decimal": "7767", | |
"hex": "1E57" | |
}, | |
{ | |
"name": "latin capital letter r with dot above", | |
"decimal": "7768", | |
"hex": "1E58" | |
}, | |
{ | |
"name": "latin small letter r with dot above", | |
"decimal": "7769", | |
"hex": "1E59" | |
}, | |
{ | |
"name": "latin capital letter r with dot below", | |
"decimal": "7770", | |
"hex": "1E5A" | |
}, | |
{ | |
"name": "latin small letter r with dot below", | |
"decimal": "7771", | |
"hex": "1E5B" | |
}, | |
{ | |
"name": "latin capital letter r with dot below and macron", | |
"decimal": "7772", | |
"hex": "1E5C" | |
}, | |
{ | |
"name": "latin small letter r with dot below and macron", | |
"decimal": "7773", | |
"hex": "1E5D" | |
}, | |
{ | |
"name": "latin capital letter r with line below", | |
"decimal": "7774", | |
"hex": "1E5E" | |
}, | |
{ | |
"name": "latin small letter r with line below", | |
"decimal": "7775", | |
"hex": "1E5F" | |
}, | |
{ | |
"name": "latin capital letter s with dot above", | |
"decimal": "7776", | |
"hex": "1E60" | |
}, | |
{ | |
"name": "latin small letter s with dot above", | |
"decimal": "7777", | |
"hex": "1E61" | |
}, | |
{ | |
"name": "latin capital letter s with dot below", | |
"decimal": "7778", | |
"hex": "1E62" | |
}, | |
{ | |
"name": "latin small letter s with dot below", | |
"decimal": "7779", | |
"hex": "1E63" | |
}, | |
{ | |
"name": "latin capital letter s with acute and dot above", | |
"decimal": "7780", | |
"hex": "1E64" | |
}, | |
{ | |
"name": "latin small letter s with acute and dot above", | |
"decimal": "7781", | |
"hex": "1E65" | |
}, | |
{ | |
"name": "latin capital letter s with caron and dot above", | |
"decimal": "7782", | |
"hex": "1E66" | |
}, | |
{ | |
"name": "latin small letter s with caron and dot above", | |
"decimal": "7783", | |
"hex": "1E67" | |
}, | |
{ | |
"name": "latin capital letter s with dot below and dot above", | |
"decimal": "7784", | |
"hex": "1E68" | |
}, | |
{ | |
"name": "latin small letter s with dot below and dot above", | |
"decimal": "7785", | |
"hex": "1E69" | |
}, | |
{ | |
"name": "latin capital letter t with dot above", | |
"decimal": "7786", | |
"hex": "1E6A" | |
}, | |
{ | |
"name": "latin small letter t with dot above", | |
"decimal": "7787", | |
"hex": "1E6B" | |
}, | |
{ | |
"name": "latin capital letter t with dot below", | |
"decimal": "7788", | |
"hex": "1E6C" | |
}, | |
{ | |
"name": "latin small letter t with dot below", | |
"decimal": "7789", | |
"hex": "1E6D" | |
}, | |
{ | |
"name": "latin capital letter t with line below", | |
"decimal": "7790", | |
"hex": "1E6E" | |
}, | |
{ | |
"name": "latin small letter t with line below", | |
"decimal": "7791", | |
"hex": "1E6F" | |
}, | |
{ | |
"name": "latin capital letter t with circumflex below", | |
"decimal": "7792", | |
"hex": "1E70" | |
}, | |
{ | |
"name": "latin small letter t with circumflex below", | |
"decimal": "7793", | |
"hex": "1E71" | |
}, | |
{ | |
"name": "latin capital letter u with diaeresis below", | |
"decimal": "7794", | |
"hex": "1E72" | |
}, | |
{ | |
"name": "latin small letter u with diaeresis below", | |
"decimal": "7795", | |
"hex": "1E73" | |
}, | |
{ | |
"name": "latin capital letter u with tilde below", | |
"decimal": "7796", | |
"hex": "1E74" | |
}, | |
{ | |
"name": "latin small letter u with tilde below", | |
"decimal": "7797", | |
"hex": "1E75" | |
}, | |
{ | |
"name": "latin capital letter u with circumflex below", | |
"decimal": "7798", | |
"hex": "1E76" | |
}, | |
{ | |
"name": "latin small letter u with circumflex below", | |
"decimal": "7799", | |
"hex": "1E77" | |
}, | |
{ | |
"name": "latin capital letter u with tilde and acute", | |
"decimal": "7800", | |
"hex": "1E78" | |
}, | |
{ | |
"name": "latin small letter u with tilde and acute", | |
"decimal": "7801", | |
"hex": "1E79" | |
}, | |
{ | |
"name": "latin capital letter u with macron and diaeresis", | |
"decimal": "7802", | |
"hex": "1E7A" | |
}, | |
{ | |
"name": "latin small letter u with macron and diaeresis", | |
"decimal": "7803", | |
"hex": "1E7B" | |
}, | |
{ | |
"name": "latin capital letter v with tilde", | |
"decimal": "7804", | |
"hex": "1E7C" | |
}, | |
{ | |
"name": "latin small letter v with tilde", | |
"decimal": "7805", | |
"hex": "1E7D" | |
}, | |
{ | |
"name": "latin capital letter v with dot below", | |
"decimal": "7806", | |
"hex": "1E7E" | |
}, | |
{ | |
"name": "latin small letter v with dot below", | |
"decimal": "7807", | |
"hex": "1E7F" | |
}, | |
{ | |
"name": "latin capital letter w with grave", | |
"decimal": "7808", | |
"hex": "1E80" | |
}, | |
{ | |
"name": "latin small letter w with grave", | |
"decimal": "7809", | |
"hex": "1E81" | |
}, | |
{ | |
"name": "latin capital letter w with acute", | |
"decimal": "7810", | |
"hex": "1E82" | |
}, | |
{ | |
"name": "latin small letter w with acute", | |
"decimal": "7811", | |
"hex": "1E83" | |
}, | |
{ | |
"name": "latin capital letter w with diaeresis", | |
"decimal": "7812", | |
"hex": "1E84" | |
}, | |
{ | |
"name": "latin small letter w with diaeresis", | |
"decimal": "7813", | |
"hex": "1E85" | |
}, | |
{ | |
"name": "latin capital letter w with dot above", | |
"decimal": "7814", | |
"hex": "1E86" | |
}, | |
{ | |
"name": "latin small letter w with dot above", | |
"decimal": "7815", | |
"hex": "1E87" | |
}, | |
{ | |
"name": "latin capital letter w with dot below", | |
"decimal": "7816", | |
"hex": "1E88" | |
}, | |
{ | |
"name": "latin small letter w with dot below", | |
"decimal": "7817", | |
"hex": "1E89" | |
}, | |
{ | |
"name": "latin capital letter x with dot above", | |
"decimal": "7818", | |
"hex": "1E8A" | |
}, | |
{ | |
"name": "latin small letter x with dot above", | |
"decimal": "7819", | |
"hex": "1E8B" | |
}, | |
{ | |
"name": "latin capital letter x with diaeresis", | |
"decimal": "7820", | |
"hex": "1E8C" | |
}, | |
{ | |
"name": "latin small letter x with diaeresis", | |
"decimal": "7821", | |
"hex": "1E8D" | |
}, | |
{ | |
"name": "latin capital letter y with dot above", | |
"decimal": "7822", | |
"hex": "1E8E" | |
}, | |
{ | |
"name": "latin small letter y with dot above", | |
"decimal": "7823", | |
"hex": "1E8F" | |
}, | |
{ | |
"name": "latin capital letter z with circumflex", | |
"decimal": "7824", | |
"hex": "1E90" | |
}, | |
{ | |
"name": "latin small letter z with circumflex", | |
"decimal": "7825", | |
"hex": "1E91" | |
}, | |
{ | |
"name": "latin capital letter z with dot below", | |
"decimal": "7826", | |
"hex": "1E92" | |
}, | |
{ | |
"name": "latin small letter z with dot below", | |
"decimal": "7827", | |
"hex": "1E93" | |
}, | |
{ | |
"name": "latin capital letter z with line below", | |
"decimal": "7828", | |
"hex": "1E94" | |
}, | |
{ | |
"name": "latin small letter z with line below", | |
"decimal": "7829", | |
"hex": "1E95" | |
}, | |
{ | |
"name": "latin small letter h with line below", | |
"decimal": "7830", | |
"hex": "1E96" | |
}, | |
{ | |
"name": "latin small letter t with diaeresis", | |
"decimal": "7831", | |
"hex": "1E97" | |
}, | |
{ | |
"name": "latin small letter w with ring above", | |
"decimal": "7832", | |
"hex": "1E98" | |
}, | |
{ | |
"name": "latin small letter y with ring above", | |
"decimal": "7833", | |
"hex": "1E99" | |
}, | |
{ | |
"name": "latin small letter a with right half ring", | |
"decimal": "7834", | |
"hex": "1E9A" | |
}, | |
{ | |
"name": "latin small letter long s with dot above", | |
"decimal": "7835", | |
"hex": "1E9B" | |
}, | |
{ | |
"name": "latin capital letter a with dot below", | |
"decimal": "7840", | |
"hex": "1EA0" | |
}, | |
{ | |
"name": "latin small letter a with dot below", | |
"decimal": "7841", | |
"hex": "1EA1" | |
}, | |
{ | |
"name": "latin capital letter a with hook above", | |
"decimal": "7842", | |
"hex": "1EA2" | |
}, | |
{ | |
"name": "latin small letter a with hook above", | |
"decimal": "7843", | |
"hex": "1EA3" | |
}, | |
{ | |
"name": "latin capital letter a with circumflex and acute", | |
"decimal": "7844", | |
"hex": "1EA4" | |
}, | |
{ | |
"name": "latin small letter a with circumflex and acute", | |
"decimal": "7845", | |
"hex": "1EA5" | |
}, | |
{ | |
"name": "latin capital letter a with circumflex and grave", | |
"decimal": "7846", | |
"hex": "1EA6" | |
}, | |
{ | |
"name": "latin small letter a with circumflex and grave", | |
"decimal": "7847", | |
"hex": "1EA7" | |
}, | |
{ | |
"name": "latin capital letter a with circumflex and hook above", | |
"decimal": "7848", | |
"hex": "1EA8" | |
}, | |
{ | |
"name": "latin small letter a with circumflex and hook above", | |
"decimal": "7849", | |
"hex": "1EA9" | |
}, | |
{ | |
"name": "latin capital letter a with circumflex and tilde", | |
"decimal": "7850", | |
"hex": "1EAA" | |
}, | |
{ | |
"name": "latin small letter a with circumflex and tilde", | |
"decimal": "7851", | |
"hex": "1EAB" | |
}, | |
{ | |
"name": "latin capital letter a with circumflex and dot below", | |
"decimal": "7852", | |
"hex": "1EAC" | |
}, | |
{ | |
"name": "latin small letter a with circumflex and dot below", | |
"decimal": "7853", | |
"hex": "1EAD" | |
}, | |
{ | |
"name": "latin capital letter a with breve and acute", | |
"decimal": "7854", | |
"hex": "1EAE" | |
}, | |
{ | |
"name": "latin small letter a with breve and acute", | |
"decimal": "7855", | |
"hex": "1EAF" | |
}, | |
{ | |
"name": "latin capital letter a with breve and grave", | |
"decimal": "7856", | |
"hex": "1EB0" | |
}, | |
{ | |
"name": "latin small letter a with breve and grave", | |
"decimal": "7857", | |
"hex": "1EB1" | |
}, | |
{ | |
"name": "latin capital letter a with breve and hook above", | |
"decimal": "7858", | |
"hex": "1EB2" | |
}, | |
{ | |
"name": "latin small letter a with breve and hook above", | |
"decimal": "7859", | |
"hex": "1EB3" | |
}, | |
{ | |
"name": "latin capital letter a with breve and tilde", | |
"decimal": "7860", | |
"hex": "1EB4" | |
}, | |
{ | |
"name": "latin small letter a with breve and tilde", | |
"decimal": "7861", | |
"hex": "1EB5" | |
}, | |
{ | |
"name": "latin capital letter a with breve and dot below", | |
"decimal": "7862", | |
"hex": "1EB6" | |
}, | |
{ | |
"name": "latin small letter a with breve and dot below", | |
"decimal": "7863", | |
"hex": "1EB7" | |
}, | |
{ | |
"name": "latin capital letter e with dot below", | |
"decimal": "7864", | |
"hex": "1EB8" | |
}, | |
{ | |
"name": "latin small letter e with dot below", | |
"decimal": "7865", | |
"hex": "1EB9" | |
}, | |
{ | |
"name": "latin capital letter e with hook above", | |
"decimal": "7866", | |
"hex": "1EBA" | |
}, | |
{ | |
"name": "latin small letter e with hook above", | |
"decimal": "7867", | |
"hex": "1EBB" | |
}, | |
{ | |
"name": "latin capital letter e with tilde", | |
"decimal": "7868", | |
"hex": "1EBC" | |
}, | |
{ | |
"name": "latin small letter e with tilde", | |
"decimal": "7869", | |
"hex": "1EBD" | |
}, | |
{ | |
"name": "latin capital letter e with circumflex and acute", | |
"decimal": "7870", | |
"hex": "1EBE" | |
}, | |
{ | |
"name": "latin small letter e with circumflex and acute", | |
"decimal": "7871", | |
"hex": "1EBF" | |
}, | |
{ | |
"name": "latin capital letter e with circumflex and grave", | |
"decimal": "7872", | |
"hex": "1EC0" | |
}, | |
{ | |
"name": "latin small letter e with circumflex and grave", | |
"decimal": "7873", | |
"hex": "1EC1" | |
}, | |
{ | |
"name": "latin capital letter e with circumflex and hook above", | |
"decimal": "7874", | |
"hex": "1EC2" | |
}, | |
{ | |
"name": "latin small letter e with circumflex and hook above", | |
"decimal": "7875", | |
"hex": "1EC3" | |
}, | |
{ | |
"name": "latin capital letter e with circumflex and tilde", | |
"decimal": "7876", | |
"hex": "1EC4" | |
}, | |
{ | |
"name": "latin small letter e with circumflex and tilde", | |
"decimal": "7877", | |
"hex": "1EC5" | |
}, | |
{ | |
"name": "latin capital letter e with circumflex and dot below", | |
"decimal": "7878", | |
"hex": "1EC6" | |
}, | |
{ | |
"name": "latin small letter e with circumflex and dot below", | |
"decimal": "7879", | |
"hex": "1EC7" | |
}, | |
{ | |
"name": "latin capital letter i with hook above", | |
"decimal": "7880", | |
"hex": "1EC8" | |
}, | |
{ | |
"name": "latin small letter i with hook above", | |
"decimal": "7881", | |
"hex": "1EC9" | |
}, | |
{ | |
"name": "latin capital letter i with dot below", | |
"decimal": "7882", | |
"hex": "1ECA" | |
}, | |
{ | |
"name": "latin small letter i with dot below", | |
"decimal": "7883", | |
"hex": "1ECB" | |
}, | |
{ | |
"name": "latin capital letter o with dot below", | |
"decimal": "7884", | |
"hex": "1ECC" | |
}, | |
{ | |
"name": "latin small letter o with dot below", | |
"decimal": "7885", | |
"hex": "1ECD" | |
}, | |
{ | |
"name": "latin capital letter o with hook above", | |
"decimal": "7886", | |
"hex": "1ECE" | |
}, | |
{ | |
"name": "latin small letter o with hook above", | |
"decimal": "7887", | |
"hex": "1ECF" | |
}, | |
{ | |
"name": "latin capital letter o with circumflex and acute", | |
"decimal": "7888", | |
"hex": "1ED0" | |
}, | |
{ | |
"name": "latin small letter o with circumflex and acute", | |
"decimal": "7889", | |
"hex": "1ED1" | |
}, | |
{ | |
"name": "latin capital letter o with circumflex and grave", | |
"decimal": "7890", | |
"hex": "1ED2" | |
}, | |
{ | |
"name": "latin small letter o with circumflex and grave", | |
"decimal": "7891", | |
"hex": "1ED3" | |
}, | |
{ | |
"name": "latin capital letter o with circumflex and hook above", | |
"decimal": "7892", | |
"hex": "1ED4" | |
}, | |
{ | |
"name": "latin small letter o with circumflex and hook above", | |
"decimal": "7893", | |
"hex": "1ED5" | |
}, | |
{ | |
"name": "latin capital letter o with circumflex and tilde", | |
"decimal": "7894", | |
"hex": "1ED6" | |
}, | |
{ | |
"name": "latin small letter o with circumflex and tilde", | |
"decimal": "7895", | |
"hex": "1ED7" | |
}, | |
{ | |
"name": "latin capital letter o with circumflex and dot below", | |
"decimal": "7896", | |
"hex": "1ED8" | |
}, | |
{ | |
"name": "latin small letter o with circumflex and dot below", | |
"decimal": "7897", | |
"hex": "1ED9" | |
}, | |
{ | |
"name": "latin capital letter o with horn and acute", | |
"decimal": "7898", | |
"hex": "1EDA" | |
}, | |
{ | |
"name": "latin small letter o with horn and acute", | |
"decimal": "7899", | |
"hex": "1EDB" | |
}, | |
{ | |
"name": "latin capital letter o with horn and grave", | |
"decimal": "7900", | |
"hex": "1EDC" | |
}, | |
{ | |
"name": "latin small letter o with horn and grave", | |
"decimal": "7901", | |
"hex": "1EDD" | |
}, | |
{ | |
"name": "latin capital letter o with horn and hook above", | |
"decimal": "7902", | |
"hex": "1EDE" | |
}, | |
{ | |
"name": "latin small letter o with horn and hook above", | |
"decimal": "7903", | |
"hex": "1EDF" | |
}, | |
{ | |
"name": "latin capital letter o with horn and tilde", | |
"decimal": "7904", | |
"hex": "1EE0" | |
}, | |
{ | |
"name": "latin small letter o with horn and tilde", | |
"decimal": "7905", | |
"hex": "1EE1" | |
}, | |
{ | |
"name": "latin capital letter o with horn and dot below", | |
"decimal": "7906", | |
"hex": "1EE2" | |
}, | |
{ | |
"name": "latin small letter o with horn and dot below", | |
"decimal": "7907", | |
"hex": "1EE3" | |
}, | |
{ | |
"name": "latin capital letter u with dot below", | |
"decimal": "7908", | |
"hex": "1EE4" | |
}, | |
{ | |
"name": "latin small letter u with dot below", | |
"decimal": "7909", | |
"hex": "1EE5" | |
}, | |
{ | |
"name": "latin capital letter u with hook above", | |
"decimal": "7910", | |
"hex": "1EE6" | |
}, | |
{ | |
"name": "latin small letter u with hook above", | |
"decimal": "7911", | |
"hex": "1EE7" | |
}, | |
{ | |
"name": "latin capital letter u with horn and acute", | |
"decimal": "7912", | |
"hex": "1EE8" | |
}, | |
{ | |
"name": "latin small letter u with horn and acute", | |
"decimal": "7913", | |
"hex": "1EE9" | |
}, | |
{ | |
"name": "latin capital letter u with horn and grave", | |
"decimal": "7914", | |
"hex": "1EEA" | |
}, | |
{ | |
"name": "latin small letter u with horn and grave", | |
"decimal": "7915", | |
"hex": "1EEB" | |
}, | |
{ | |
"name": "latin capital letter u with horn and hook above", | |
"decimal": "7916", | |
"hex": "1EEC" | |
}, | |
{ | |
"name": "latin small letter u with horn and hook above", | |
"decimal": "7917", | |
"hex": "1EED" | |
}, | |
{ | |
"name": "latin capital letter u with horn and tilde", | |
"decimal": "7918", | |
"hex": "1EEE" | |
}, | |
{ | |
"name": "latin small letter u with horn and tilde", | |
"decimal": "7919", | |
"hex": "1EEF" | |
}, | |
{ | |
"name": "latin capital letter u with horn and dot below", | |
"decimal": "7920", | |
"hex": "1EF0" | |
}, | |
{ | |
"name": "latin small letter u with horn and dot below", | |
"decimal": "7921", | |
"hex": "1EF1" | |
}, | |
{ | |
"name": "latin capital letter y with grave", | |
"decimal": "7922", | |
"hex": "1EF2" | |
}, | |
{ | |
"name": "latin small letter y with grave", | |
"decimal": "7923", | |
"hex": "1EF3" | |
}, | |
{ | |
"name": "latin capital letter y with dot below", | |
"decimal": "7924", | |
"hex": "1EF4" | |
}, | |
{ | |
"name": "latin small letter y with dot below", | |
"decimal": "7925", | |
"hex": "1EF5" | |
}, | |
{ | |
"name": "latin capital letter y with hook above", | |
"decimal": "7926", | |
"hex": "1EF6" | |
}, | |
{ | |
"name": "latin small letter y with hook above", | |
"decimal": "7927", | |
"hex": "1EF7" | |
}, | |
{ | |
"name": "latin capital letter y with tilde", | |
"decimal": "7928", | |
"hex": "1EF8" | |
}, | |
{ | |
"name": "latin small letter y with tilde", | |
"decimal": "7929", | |
"hex": "1EF9" | |
} | |
], | |
"Greek Extended": [ | |
{ | |
"name": "greek small letter alpha with psili", | |
"decimal": "7936", | |
"hex": "1F00" | |
}, | |
{ | |
"name": "greek small letter alpha with dasia", | |
"decimal": "7937", | |
"hex": "1F01" | |
}, | |
{ | |
"name": "greek small letter alpha with psili and varia", | |
"decimal": "7938", | |
"hex": "1F02" | |
}, | |
{ | |
"name": "greek small letter alpha with dasia and varia", | |
"decimal": "7939", | |
"hex": "1F03" | |
}, | |
{ | |
"name": "greek small letter alpha with psili and oxia", | |
"decimal": "7940", | |
"hex": "1F04" | |
}, | |
{ | |
"name": "greek small letter alpha with dasia and oxia", | |
"decimal": "7941", | |
"hex": "1F05" | |
}, | |
{ | |
"name": "greek small letter alpha with psili and perispomeni", | |
"decimal": "7942", | |
"hex": "1F06" | |
}, | |
{ | |
"name": "greek small letter alpha with dasia and perispomeni", | |
"decimal": "7943", | |
"hex": "1F07" | |
}, | |
{ | |
"name": "greek capital letter alpha with psili", | |
"decimal": "7944", | |
"hex": "1F08" | |
}, | |
{ | |
"name": "greek capital letter alpha with dasia", | |
"decimal": "7945", | |
"hex": "1F09" | |
}, | |
{ | |
"name": "greek capital letter alpha with psili and varia", | |
"decimal": "7946", | |
"hex": "1F0A" | |
}, | |
{ | |
"name": "greek capital letter alpha with dasia and varia", | |
"decimal": "7947", | |
"hex": "1F0B" | |
}, | |
{ | |
"name": "greek capital letter alpha with psili and oxia", | |
"decimal": "7948", | |
"hex": "1F0C" | |
}, | |
{ | |
"name": "greek capital letter alpha with dasia and oxia", | |
"decimal": "7949", | |
"hex": "1F0D" | |
}, | |
{ | |
"name": "greek capital letter alpha with psili and perispomeni", | |
"decimal": "7950", | |
"hex": "1F0E" | |
}, | |
{ | |
"name": "greek capital letter alpha with dasia and perispomeni", | |
"decimal": "7951", | |
"hex": "1F0F" | |
}, | |
{ | |
"name": "greek small letter epsilon with psili", | |
"decimal": "7952", | |
"hex": "1F10" | |
}, | |
{ | |
"name": "greek small letter epsilon with dasia", | |
"decimal": "7953", | |
"hex": "1F11" | |
}, | |
{ | |
"name": "greek small letter epsilon with psili and varia", | |
"decimal": "7954", | |
"hex": "1F12" | |
}, | |
{ | |
"name": "greek small letter epsilon with dasia and varia", | |
"decimal": "7955", | |
"hex": "1F13" | |
}, | |
{ | |
"name": "greek small letter epsilon with psili and oxia", | |
"decimal": "7956", | |
"hex": "1F14" | |
}, | |
{ | |
"name": "greek small letter epsilon with dasia and oxia", | |
"decimal": "7957", | |
"hex": "1F15" | |
}, | |
{ | |
"name": "greek capital letter epsilon with psili", | |
"decimal": "7960", | |
"hex": "1F18" | |
}, | |
{ | |
"name": "greek capital letter epsilon with dasia", | |
"decimal": "7961", | |
"hex": "1F19" | |
}, | |
{ | |
"name": "greek capital letter epsilon with psili and varia", | |
"decimal": "7962", | |
"hex": "1F1A" | |
}, | |
{ | |
"name": "greek capital letter epsilon with dasia and varia", | |
"decimal": "7963", | |
"hex": "1F1B" | |
}, | |
{ | |
"name": "greek capital letter epsilon with psili and oxia", | |
"decimal": "7964", | |
"hex": "1F1C" | |
}, | |
{ | |
"name": "greek capital letter epsilon with dasia and oxia", | |
"decimal": "7965", | |
"hex": "1F1D" | |
}, | |
{ | |
"name": "greek small letter eta with psili", | |
"decimal": "7968", | |
"hex": "1F20" | |
}, | |
{ | |
"name": "greek small letter eta with dasia", | |
"decimal": "7969", | |
"hex": "1F21" | |
}, | |
{ | |
"name": "greek small letter eta with psili and varia", | |
"decimal": "7970", | |
"hex": "1F22" | |
}, | |
{ | |
"name": "greek small letter eta with dasia and varia", | |
"decimal": "7971", | |
"hex": "1F23" | |
}, | |
{ | |
"name": "greek small letter eta with psili and oxia", | |
"decimal": "7972", | |
"hex": "1F24" | |
}, | |
{ | |
"name": "greek small letter eta with dasia and oxia", | |
"decimal": "7973", | |
"hex": "1F25" | |
}, | |
{ | |
"name": "greek small letter eta with psili and perispomeni", | |
"decimal": "7974", | |
"hex": "1F26" | |
}, | |
{ | |
"name": "greek small letter eta with dasia and perispomeni", | |
"decimal": "7975", | |
"hex": "1F27" | |
}, | |
{ | |
"name": "greek capital letter eta with psili", | |
"decimal": "7976", | |
"hex": "1F28" | |
}, | |
{ | |
"name": "greek capital letter eta with dasia", | |
"decimal": "7977", | |
"hex": "1F29" | |
}, | |
{ | |
"name": "greek capital letter eta with psili and varia", | |
"decimal": "7978", | |
"hex": "1F2A" | |
}, | |
{ | |
"name": "greek capital letter eta with dasia and varia", | |
"decimal": "7979", | |
"hex": "1F2B" | |
}, | |
{ | |
"name": "greek capital letter eta with psili and oxia", | |
"decimal": "7980", | |
"hex": "1F2C" | |
}, | |
{ | |
"name": "greek capital letter eta with dasia and oxia", | |
"decimal": "7981", | |
"hex": "1F2D" | |
}, | |
{ | |
"name": "greek capital letter eta with psili and perispomeni", | |
"decimal": "7982", | |
"hex": "1F2E" | |
}, | |
{ | |
"name": "greek capital letter eta with dasia and perispomeni", | |
"decimal": "7983", | |
"hex": "1F2F" | |
}, | |
{ | |
"name": "greek small letter iota with psili", | |
"decimal": "7984", | |
"hex": "1F30" | |
}, | |
{ | |
"name": "greek small letter iota with dasia", | |
"decimal": "7985", | |
"hex": "1F31" | |
}, | |
{ | |
"name": "greek small letter iota with psili and varia", | |
"decimal": "7986", | |
"hex": "1F32" | |
}, | |
{ | |
"name": "greek small letter iota with dasia and varia", | |
"decimal": "7987", | |
"hex": "1F33" | |
}, | |
{ | |
"name": "greek small letter iota with psili and oxia", | |
"decimal": "7988", | |
"hex": "1F34" | |
}, | |
{ | |
"name": "greek small letter iota with dasia and oxia", | |
"decimal": "7989", | |
"hex": "1F35" | |
}, | |
{ | |
"name": "greek small letter iota with psili and perispomeni", | |
"decimal": "7990", | |
"hex": "1F36" | |
}, | |
{ | |
"name": "greek small letter iota with dasia and perispomeni", | |
"decimal": "7991", | |
"hex": "1F37" | |
}, | |
{ | |
"name": "greek capital letter iota with psili", | |
"decimal": "7992", | |
"hex": "1F38" | |
}, | |
{ | |
"name": "greek capital letter iota with dasia", | |
"decimal": "7993", | |
"hex": "1F39" | |
}, | |
{ | |
"name": "greek capital letter iota with psili and varia", | |
"decimal": "7994", | |
"hex": "1F3A" | |
}, | |
{ | |
"name": "greek capital letter iota with dasia and varia", | |
"decimal": "7995", | |
"hex": "1F3B" | |
}, | |
{ | |
"name": "greek capital letter iota with psili and oxia", | |
"decimal": "7996", | |
"hex": "1F3C" | |
}, | |
{ | |
"name": "greek capital letter iota with dasia and oxia", | |
"decimal": "7997", | |
"hex": "1F3D" | |
}, | |
{ | |
"name": "greek capital letter iota with psili and perispomeni", | |
"decimal": "7998", | |
"hex": "1F3E" | |
}, | |
{ | |
"name": "greek capital letter iota with dasia and perispomeni", | |
"decimal": "7999", | |
"hex": "1F3F" | |
}, | |
{ | |
"name": "greek small letter omicron with psili", | |
"decimal": "8000", | |
"hex": "1F40" | |
}, | |
{ | |
"name": "greek small letter omicron with dasia", | |
"decimal": "8001", | |
"hex": "1F41" | |
}, | |
{ | |
"name": "greek small letter omicron with psili and varia", | |
"decimal": "8002", | |
"hex": "1F42" | |
}, | |
{ | |
"name": "greek small letter omicron with dasia and varia", | |
"decimal": "8003", | |
"hex": "1F43" | |
}, | |
{ | |
"name": "greek small letter omicron with psili and oxia", | |
"decimal": "8004", | |
"hex": "1F44" | |
}, | |
{ | |
"name": "greek small letter omicron with dasia and oxia", | |
"decimal": "8005", | |
"hex": "1F45" | |
}, | |
{ | |
"name": "greek capital letter omicron with psili", | |
"decimal": "8008", | |
"hex": "1F48" | |
}, | |
{ | |
"name": "greek capital letter omicron with dasia", | |
"decimal": "8009", | |
"hex": "1F49" | |
}, | |
{ | |
"name": "greek capital letter omicron with psili and varia", | |
"decimal": "8010", | |
"hex": "1F4A" | |
}, | |
{ | |
"name": "greek capital letter omicron with dasia and varia", | |
"decimal": "8011", | |
"hex": "1F4B" | |
}, | |
{ | |
"name": "greek capital letter omicron with psili and oxia", | |
"decimal": "8012", | |
"hex": "1F4C" | |
}, | |
{ | |
"name": "greek capital letter omicron with dasia and oxia", | |
"decimal": "8013", | |
"hex": "1F4D" | |
}, | |
{ | |
"name": "greek small letter upsilon with psili", | |
"decimal": "8016", | |
"hex": "1F50" | |
}, | |
{ | |
"name": "greek small letter upsilon with dasia", | |
"decimal": "8017", | |
"hex": "1F51" | |
}, | |
{ | |
"name": "greek small letter upsilon with psili and varia", | |
"decimal": "8018", | |
"hex": "1F52" | |
}, | |
{ | |
"name": "greek small letter upsilon with dasia and varia", | |
"decimal": "8019", | |
"hex": "1F53" | |
}, | |
{ | |
"name": "greek small letter upsilon with psili and oxia", | |
"decimal": "8020", | |
"hex": "1F54" | |
}, | |
{ | |
"name": "greek small letter upsilon with dasia and oxia", | |
"decimal": "8021", | |
"hex": "1F55" | |
}, | |
{ | |
"name": "greek small letter upsilon with psili and perispomeni", | |
"decimal": "8022", | |
"hex": "1F56" | |
}, | |
{ | |
"name": "greek small letter upsilon with dasia and perispomeni", | |
"decimal": "8023", | |
"hex": "1F57" | |
}, | |
{ | |
"name": "greek capital letter upsilon with dasia", | |
"decimal": "8025", | |
"hex": "1F59" | |
}, | |
{ | |
"name": "greek capital letter upsilon with dasia and varia", | |
"decimal": "8027", | |
"hex": "1F5B" | |
}, | |
{ | |
"name": "greek capital letter upsilon with dasia and oxia", | |
"decimal": "8029", | |
"hex": "1F5D" | |
}, | |
{ | |
"name": "greek capital letter upsilon with dasia and perispomeni", | |
"decimal": "8031", | |
"hex": "1F5F" | |
}, | |
{ | |
"name": "greek small letter omega with psili", | |
"decimal": "8032", | |
"hex": "1F60" | |
}, | |
{ | |
"name": "greek small letter omega with dasia", | |
"decimal": "8033", | |
"hex": "1F61" | |
}, | |
{ | |
"name": "greek small letter omega with psili and varia", | |
"decimal": "8034", | |
"hex": "1F62" | |
}, | |
{ | |
"name": "greek small letter omega with dasia and varia", | |
"decimal": "8035", | |
"hex": "1F63" | |
}, | |
{ | |
"name": "greek small letter omega with psili and oxia", | |
"decimal": "8036", | |
"hex": "1F64" | |
}, | |
{ | |
"name": "greek small letter omega with dasia and oxia", | |
"decimal": "8037", | |
"hex": "1F65" | |
}, | |
{ | |
"name": "greek small letter omega with psili and perispomeni", | |
"decimal": "8038", | |
"hex": "1F66" | |
}, | |
{ | |
"name": "greek small letter omega with dasia and perispomeni", | |
"decimal": "8039", | |
"hex": "1F67" | |
}, | |
{ | |
"name": "greek capital letter omega with psili", | |
"decimal": "8040", | |
"hex": "1F68" | |
}, | |
{ | |
"name": "greek capital letter omega with dasia", | |
"decimal": "8041", | |
"hex": "1F69" | |
}, | |
{ | |
"name": "greek capital letter omega with psili and varia", | |
"decimal": "8042", | |
"hex": "1F6A" | |
}, | |
{ | |
"name": "greek capital letter omega with dasia and varia", | |
"decimal": "8043", | |
"hex": "1F6B" | |
}, | |
{ | |
"name": "greek capital letter omega with psili and oxia", | |
"decimal": "8044", | |
"hex": "1F6C" | |
}, | |
{ | |
"name": "greek capital letter omega with dasia and oxia", | |
"decimal": "8045", | |
"hex": "1F6D" | |
}, | |
{ | |
"name": "greek capital letter omega with psili and perispomeni", | |
"decimal": "8046", | |
"hex": "1F6E" | |
}, | |
{ | |
"name": "greek capital letter omega with dasia and perispomeni", | |
"decimal": "8047", | |
"hex": "1F6F" | |
}, | |
{ | |
"name": "greek small letter alpha with varia", | |
"decimal": "8048", | |
"hex": "1F70" | |
}, | |
{ | |
"name": "greek small letter alpha with oxia", | |
"decimal": "8049", | |
"hex": "1F71" | |
}, | |
{ | |
"name": "greek small letter epsilon with varia", | |
"decimal": "8050", | |
"hex": "1F72" | |
}, | |
{ | |
"name": "greek small letter epsilon with oxia", | |
"decimal": "8051", | |
"hex": "1F73" | |
}, | |
{ | |
"name": "greek small letter eta with varia", | |
"decimal": "8052", | |
"hex": "1F74" | |
}, | |
{ | |
"name": "greek small letter eta with oxia", | |
"decimal": "8053", | |
"hex": "1F75" | |
}, | |
{ | |
"name": "greek small letter iota with varia", | |
"decimal": "8054", | |
"hex": "1F76" | |
}, | |
{ | |
"name": "greek small letter iota with oxia", | |
"decimal": "8055", | |
"hex": "1F77" | |
}, | |
{ | |
"name": "greek small letter omicron with varia", | |
"decimal": "8056", | |
"hex": "1F78" | |
}, | |
{ | |
"name": "greek small letter omicron with oxia", | |
"decimal": "8057", | |
"hex": "1F79" | |
}, | |
{ | |
"name": "greek small letter upsilon with varia", | |
"decimal": "8058", | |
"hex": "1F7A" | |
}, | |
{ | |
"name": "greek small letter upsilon with oxia", | |
"decimal": "8059", | |
"hex": "1F7B" | |
}, | |
{ | |
"name": "greek small letter omega with varia", | |
"decimal": "8060", | |
"hex": "1F7C" | |
}, | |
{ | |
"name": "greek small letter omega with oxia", | |
"decimal": "8061", | |
"hex": "1F7D" | |
}, | |
{ | |
"name": "greek small letter alpha with psili and ypogegrammeni", | |
"decimal": "8064", | |
"hex": "1F80" | |
}, | |
{ | |
"name": "greek small letter alpha with dasia and ypogegrammeni", | |
"decimal": "8065", | |
"hex": "1F81" | |
}, | |
{ | |
"name": "greek small letter alpha with psili and varia and ypogegrammeni", | |
"decimal": "8066", | |
"hex": "1F82" | |
}, | |
{ | |
"name": "greek small letter alpha with dasia and varia and ypogegrammeni", | |
"decimal": "8067", | |
"hex": "1F83" | |
}, | |
{ | |
"name": "greek small letter alpha with psili and oxia and ypogegrammeni", | |
"decimal": "8068", | |
"hex": "1F84" | |
}, | |
{ | |
"name": "greek small letter alpha with dasia and oxia and ypogegrammeni", | |
"decimal": "8069", | |
"hex": "1F85" | |
}, | |
{ | |
"name": "greek small letter alpha with psili and perispomeni and ypogegrammeni", | |
"decimal": "8070", | |
"hex": "1F86" | |
}, | |
{ | |
"name": "greek small letter alpha with dasia and perispomeni and ypogegrammeni", | |
"decimal": "8071", | |
"hex": "1F87" | |
}, | |
{ | |
"name": "greek capital letter alpha with psili and prosgegrammeni", | |
"decimal": "8072", | |
"hex": "1F88" | |
}, | |
{ | |
"name": "greek capital letter alpha with dasia and prosgegrammeni", | |
"decimal": "8073", | |
"hex": "1F89" | |
}, | |
{ | |
"name": "greek capital letter alpha with psili and varia and prosgegrammeni", | |
"decimal": "8074", | |
"hex": "1F8A" | |
}, | |
{ | |
"name": "greek capital letter alpha with dasia and varia and prosgegrammeni", | |
"decimal": "8075", | |
"hex": "1F8B" | |
}, | |
{ | |
"name": "greek capital letter alpha with psili and oxia and prosgegrammeni", | |
"decimal": "8076", | |
"hex": "1F8C" | |
}, | |
{ | |
"name": "greek capital letter alpha with dasia and oxia and prosgegrammeni", | |
"decimal": "8077", | |
"hex": "1F8D" | |
}, | |
{ | |
"name": "greek capital letter alpha with psili and perispomeni and prosgegrammeni", | |
"decimal": "8078", | |
"hex": "1F8E" | |
}, | |
{ | |
"name": "greek capital letter alpha with dasia and perispomeni and prosgegrammeni", | |
"decimal": "8079", | |
"hex": "1F8F" | |
}, | |
{ | |
"name": "greek small letter eta with psili and ypogegrammeni", | |
"decimal": "8080", | |
"hex": "1F90" | |
}, | |
{ | |
"name": "greek small letter eta with dasia and ypogegrammeni", | |
"decimal": "8081", | |
"hex": "1F91" | |
}, | |
{ | |
"name": "greek small letter eta with psili and varia and ypogegrammeni", | |
"decimal": "8082", | |
"hex": "1F92" | |
}, | |
{ | |
"name": "greek small letter eta with dasia and varia and ypogegrammeni", | |
"decimal": "8083", | |
"hex": "1F93" | |
}, | |
{ | |
"name": "greek small letter eta with psili and oxia and ypogegrammeni", | |
"decimal": "8084", | |
"hex": "1F94" | |
}, | |
{ | |
"name": "greek small letter eta with dasia and oxia and ypogegrammeni", | |
"decimal": "8085", | |
"hex": "1F95" | |
}, | |
{ | |
"name": "greek small letter eta with psili and perispomeni and ypogegrammeni", | |
"decimal": "8086", | |
"hex": "1F96" | |
}, | |
{ | |
"name": "greek small letter eta with dasia and perispomeni and ypogegrammeni", | |
"decimal": "8087", | |
"hex": "1F97" | |
}, | |
{ | |
"name": "greek capital letter eta with psili and prosgegrammeni", | |
"decimal": "8088", | |
"hex": "1F98" | |
}, | |
{ | |
"name": "greek capital letter eta with dasia and prosgegrammeni", | |
"decimal": "8089", | |
"hex": "1F99" | |
}, | |
{ | |
"name": "greek capital letter eta with psili and varia and prosgegrammeni", | |
"decimal": "8090", | |
"hex": "1F9A" | |
}, | |
{ | |
"name": "greek capital letter eta with dasia and varia and prosgegrammeni", | |
"decimal": "8091", | |
"hex": "1F9B" | |
}, | |
{ | |
"name": "greek capital letter eta with psili and oxia and prosgegrammeni", | |
"decimal": "8092", | |
"hex": "1F9C" | |
}, | |
{ | |
"name": "greek capital letter eta with dasia and oxia and prosgegrammeni", | |
"decimal": "8093", | |
"hex": "1F9D" | |
}, | |
{ | |
"name": "greek capital letter eta with psili and perispomeni and prosgegrammeni", | |
"decimal": "8094", | |
"hex": "1F9E" | |
}, | |
{ | |
"name": "greek capital letter eta with dasia and perispomeni and prosgegrammeni", | |
"decimal": "8095", | |
"hex": "1F9F" | |
}, | |
{ | |
"name": "greek small letter omega with psili and ypogegrammeni", | |
"decimal": "8096", | |
"hex": "1FA0" | |
}, | |
{ | |
"name": "greek small letter omega with dasia and ypogegrammeni", | |
"decimal": "8097", | |
"hex": "1FA1" | |
}, | |
{ | |
"name": "greek small letter omega with psili and varia and ypogegrammeni", | |
"decimal": "8098", | |
"hex": "1FA2" | |
}, | |
{ | |
"name": "greek small letter omega with dasia and varia and ypogegrammeni", | |
"decimal": "8099", | |
"hex": "1FA3" | |
}, | |
{ | |
"name": "greek small letter omega with psili and oxia and ypogegrammeni", | |
"decimal": "8100", | |
"hex": "1FA4" | |
}, | |
{ | |
"name": "greek small letter omega with dasia and oxia and ypogegrammeni", | |
"decimal": "8101", | |
"hex": "1FA5" | |
}, | |
{ | |
"name": "greek small letter omega with psili and perispomeni and ypogegrammeni", | |
"decimal": "8102", | |
"hex": "1FA6" | |
}, | |
{ | |
"name": "greek small letter omega with dasia and perispomeni and ypogegrammeni", | |
"decimal": "8103", | |
"hex": "1FA7" | |
}, | |
{ | |
"name": "greek capital letter omega with psili and prosgegrammeni", | |
"decimal": "8104", | |
"hex": "1FA8" | |
}, | |
{ | |
"name": "greek capital letter omega with dasia and prosgegrammeni", | |
"decimal": "8105", | |
"hex": "1FA9" | |
}, | |
{ | |
"name": "greek capital letter omega with psili and varia and prosgegrammeni", | |
"decimal": "8106", | |
"hex": "1FAA" | |
}, | |
{ | |
"name": "greek capital letter omega with dasia and varia and prosgegrammeni", | |
"decimal": "8107", | |
"hex": "1FAB" | |
}, | |
{ | |
"name": "greek capital letter omega with psili and oxia and prosgegrammeni", | |
"decimal": "8108", | |
"hex": "1FAC" | |
}, | |
{ | |
"name": "greek capital letter omega with dasia and oxia and prosgegrammeni", | |
"decimal": "8109", | |
"hex": "1FAD" | |
}, | |
{ | |
"name": "greek capital letter omega with psili and perispomeni and prosgegrammeni", | |
"decimal": "8110", | |
"hex": "1FAE" | |
}, | |
{ | |
"name": "greek capital letter omega with dasia and perispomeni and prosgegrammeni", | |
"decimal": "8111", | |
"hex": "1FAF" | |
}, | |
{ | |
"name": "greek small letter alpha with vrachy", | |
"decimal": "8112", | |
"hex": "1FB0" | |
}, | |
{ | |
"name": "greek small letter alpha with macron", | |
"decimal": "8113", | |
"hex": "1FB1" | |
}, | |
{ | |
"name": "greek small letter alpha with varia and ypogegrammeni", | |
"decimal": "8114", | |
"hex": "1FB2" | |
}, | |
{ | |
"name": "greek small letter alpha with ypogegrammeni", | |
"decimal": "8115", | |
"hex": "1FB3" | |
}, | |
{ | |
"name": "greek small letter alpha with oxia and ypogegrammeni", | |
"decimal": "8116", | |
"hex": "1FB4" | |
}, | |
{ | |
"name": "greek small letter alpha with perispomeni", | |
"decimal": "8118", | |
"hex": "1FB6" | |
}, | |
{ | |
"name": "greek small letter alpha with perispomeni and ypogegrammeni", | |
"decimal": "8119", | |
"hex": "1FB7" | |
}, | |
{ | |
"name": "greek capital letter alpha with vrachy", | |
"decimal": "8120", | |
"hex": "1FB8" | |
}, | |
{ | |
"name": "greek capital letter alpha with macron", | |
"decimal": "8121", | |
"hex": "1FB9" | |
}, | |
{ | |
"name": "greek capital letter alpha with varia", | |
"decimal": "8122", | |
"hex": "1FBA" | |
}, | |
{ | |
"name": "greek capital letter alpha with oxia", | |
"decimal": "8123", | |
"hex": "1FBB" | |
}, | |
{ | |
"name": "greek capital letter alpha with prosgegrammeni", | |
"decimal": "8124", | |
"hex": "1FBC" | |
}, | |
{ | |
"name": "greek koronis", | |
"decimal": "8125", | |
"hex": "1FBD" | |
}, | |
{ | |
"name": "greek prosgegrammeni", | |
"decimal": "8126", | |
"hex": "1FBE" | |
}, | |
{ | |
"name": "greek psili", | |
"decimal": "8127", | |
"hex": "1FBF" | |
}, | |
{ | |
"name": "greek perispomeni", | |
"decimal": "8128", | |
"hex": "1FC0" | |
}, | |
{ | |
"name": "greek dialytika and perispomeni", | |
"decimal": "8129", | |
"hex": "1FC1" | |
}, | |
{ | |
"name": "greek small letter eta with varia and ypogegrammeni", | |
"decimal": "8130", | |
"hex": "1FC2" | |
}, | |
{ | |
"name": "greek small letter eta with ypogegrammeni", | |
"decimal": "8131", | |
"hex": "1FC3" | |
}, | |
{ | |
"name": "greek small letter eta with oxia and ypogegrammeni", | |
"decimal": "8132", | |
"hex": "1FC4" | |
}, | |
{ | |
"name": "greek small letter eta with perispomeni", | |
"decimal": "8134", | |
"hex": "1FC6" | |
}, | |
{ | |
"name": "greek small letter eta with perispomeni and ypogegrammeni", | |
"decimal": "8135", | |
"hex": "1FC7" | |
}, | |
{ | |
"name": "greek capital letter epsilon with varia", | |
"decimal": "8136", | |
"hex": "1FC8" | |
}, | |
{ | |
"name": "greek capital letter epsilon with oxia", | |
"decimal": "8137", | |
"hex": "1FC9" | |
}, | |
{ | |
"name": "greek capital letter eta with varia", | |
"decimal": "8138", | |
"hex": "1FCA" | |
}, | |
{ | |
"name": "greek capital letter eta with oxia", | |
"decimal": "8139", | |
"hex": "1FCB" | |
}, | |
{ | |
"name": "greek capital letter eta with prosgegrammeni", | |
"decimal": "8140", | |
"hex": "1FCC" | |
}, | |
{ | |
"name": "greek psili and varia", | |
"decimal": "8141", | |
"hex": "1FCD" | |
}, | |
{ | |
"name": "greek psili and oxia", | |
"decimal": "8142", | |
"hex": "1FCE" | |
}, | |
{ | |
"name": "greek psili and perispomeni", | |
"decimal": "8143", | |
"hex": "1FCF" | |
}, | |
{ | |
"name": "greek small letter iota with vrachy", | |
"decimal": "8144", | |
"hex": "1FD0" | |
}, | |
{ | |
"name": "greek small letter iota with macron", | |
"decimal": "8145", | |
"hex": "1FD1" | |
}, | |
{ | |
"name": "greek small letter iota with dialytika and varia", | |
"decimal": "8146", | |
"hex": "1FD2" | |
}, | |
{ | |
"name": "greek small letter iota with dialytika and oxia", | |
"decimal": "8147", | |
"hex": "1FD3" | |
}, | |
{ | |
"name": "greek small letter iota with perispomeni", | |
"decimal": "8150", | |
"hex": "1FD6" | |
}, | |
{ | |
"name": "greek small letter iota with dialytika and perispomeni", | |
"decimal": "8151", | |
"hex": "1FD7" | |
}, | |
{ | |
"name": "greek capital letter iota with vrachy", | |
"decimal": "8152", | |
"hex": "1FD8" | |
}, | |
{ | |
"name": "greek capital letter iota with macron", | |
"decimal": "8153", | |
"hex": "1FD9" | |
}, | |
{ | |
"name": "greek capital letter iota with varia", | |
"decimal": "8154", | |
"hex": "1FDA" | |
}, | |
{ | |
"name": "greek capital letter iota with oxia", | |
"decimal": "8155", | |
"hex": "1FDB" | |
}, | |
{ | |
"name": "greek dasia and varia", | |
"decimal": "8157", | |
"hex": "1FDD" | |
}, | |
{ | |
"name": "greek dasia and oxia", | |
"decimal": "8158", | |
"hex": "1FDE" | |
}, | |
{ | |
"name": "greek dasia and perispomeni", | |
"decimal": "8159", | |
"hex": "1FDF" | |
}, | |
{ | |
"name": "greek small letter upsilon with vrachy", | |
"decimal": "8160", | |
"hex": "1FE0" | |
}, | |
{ | |
"name": "greek small letter upsilon with macron", | |
"decimal": "8161", | |
"hex": "1FE1" | |
}, | |
{ | |
"name": "greek small letter upsilon with dialytika and varia", | |
"decimal": "8162", | |
"hex": "1FE2" | |
}, | |
{ | |
"name": "greek small letter upsilon with dialytika and oxia", | |
"decimal": "8163", | |
"hex": "1FE3" | |
}, | |
{ | |
"name": "greek small letter rho with psili", | |
"decimal": "8164", | |
"hex": "1FE4" | |
}, | |
{ | |
"name": "greek small letter rho with dasia", | |
"decimal": "8165", | |
"hex": "1FE5" | |
}, | |
{ | |
"name": "greek small letter upsilon with perispomeni", | |
"decimal": "8166", | |
"hex": "1FE6" | |
}, | |
{ | |
"name": "greek small letter upsilon with dialytika and perispomeni", | |
"decimal": "8167", | |
"hex": "1FE7" | |
}, | |
{ | |
"name": "greek capital letter upsilon with vrachy", | |
"decimal": "8168", | |
"hex": "1FE8" | |
}, | |
{ | |
"name": "greek capital letter upsilon with macron", | |
"decimal": "8169", | |
"hex": "1FE9" | |
}, | |
{ | |
"name": "greek capital letter upsilon with varia", | |
"decimal": "8170", | |
"hex": "1FEA" | |
}, | |
{ | |
"name": "greek capital letter upsilon with oxia", | |
"decimal": "8171", | |
"hex": "1FEB" | |
}, | |
{ | |
"name": "greek capital letter rho with dasia", | |
"decimal": "8172", | |
"hex": "1FEC" | |
}, | |
{ | |
"name": "greek dialytika and varia", | |
"decimal": "8173", | |
"hex": "1FED" | |
}, | |
{ | |
"name": "greek dialytika and oxia", | |
"decimal": "8174", | |
"hex": "1FEE" | |
}, | |
{ | |
"name": "greek varia", | |
"decimal": "8175", | |
"hex": "1FEF" | |
}, | |
{ | |
"name": "greek small letter omega with varia and ypogegrammeni", | |
"decimal": "8178", | |
"hex": "1FF2" | |
}, | |
{ | |
"name": "greek small letter omega with ypogegrammeni", | |
"decimal": "8179", | |
"hex": "1FF3" | |
}, | |
{ | |
"name": "greek small letter omega with oxia and ypogegrammeni", | |
"decimal": "8180", | |
"hex": "1FF4" | |
}, | |
{ | |
"name": "greek small letter omega with perispomeni", | |
"decimal": "8182", | |
"hex": "1FF6" | |
}, | |
{ | |
"name": "greek small letter omega with perispomeni and ypogegrammeni", | |
"decimal": "8183", | |
"hex": "1FF7" | |
}, | |
{ | |
"name": "greek capital letter omicron with varia", | |
"decimal": "8184", | |
"hex": "1FF8" | |
}, | |
{ | |
"name": "greek capital letter omicron with oxia", | |
"decimal": "8185", | |
"hex": "1FF9" | |
}, | |
{ | |
"name": "greek capital letter omega with varia", | |
"decimal": "8186", | |
"hex": "1FFA" | |
}, | |
{ | |
"name": "greek capital letter omega with oxia", | |
"decimal": "8187", | |
"hex": "1FFB" | |
}, | |
{ | |
"name": "greek capital letter omega with prosgegrammeni", | |
"decimal": "8188", | |
"hex": "1FFC" | |
}, | |
{ | |
"name": "greek oxia", | |
"decimal": "8189", | |
"hex": "1FFD" | |
}, | |
{ | |
"name": "greek dasia", | |
"decimal": "8190", | |
"hex": "1FFE" | |
} | |
], | |
"General Punctuation": [ | |
{ | |
"name": "en quad", | |
"decimal": "8192", | |
"hex": "2000" | |
}, | |
{ | |
"name": "em quad", | |
"decimal": "8193", | |
"hex": "2001" | |
}, | |
{ | |
"name": "en space", | |
"decimal": "8194", | |
"hex": "2002" | |
}, | |
{ | |
"name": "em space", | |
"decimal": "8195", | |
"hex": "2003" | |
}, | |
{ | |
"name": "three-per-em space", | |
"decimal": "8196", | |
"hex": "2004" | |
}, | |
{ | |
"name": "four-per-em space", | |
"decimal": "8197", | |
"hex": "2005" | |
}, | |
{ | |
"name": "six-per-em space", | |
"decimal": "8198", | |
"hex": "2006" | |
}, | |
{ | |
"name": "figure space", | |
"decimal": "8199", | |
"hex": "2007" | |
}, | |
{ | |
"name": "punctuation space", | |
"decimal": "8200", | |
"hex": "2008" | |
}, | |
{ | |
"name": "thin space", | |
"decimal": "8201", | |
"hex": "2009" | |
}, | |
{ | |
"name": "hair space", | |
"decimal": "8202", | |
"hex": "200A" | |
}, | |
{ | |
"name": "zero width space", | |
"decimal": "8203", | |
"hex": "200B" | |
}, | |
{ | |
"name": "zero width non-joiner", | |
"decimal": "8204", | |
"hex": "200C" | |
}, | |
{ | |
"name": "zero width joiner", | |
"decimal": "8205", | |
"hex": "200D" | |
}, | |
{ | |
"name": "left-to-right mark", | |
"decimal": "8206", | |
"hex": "200E" | |
}, | |
{ | |
"name": "right-to-left mark", | |
"decimal": "8207", | |
"hex": "200F" | |
}, | |
{ | |
"name": "hyphen", | |
"decimal": "8208", | |
"hex": "2010" | |
}, | |
{ | |
"name": "non-breaking hyphen", | |
"decimal": "8209", | |
"hex": "2011" | |
}, | |
{ | |
"name": "figure dash", | |
"decimal": "8210", | |
"hex": "2012" | |
}, | |
{ | |
"name": "en dash", | |
"decimal": "8211", | |
"hex": "2013" | |
}, | |
{ | |
"name": "em dash", | |
"decimal": "8212", | |
"hex": "2014" | |
}, | |
{ | |
"name": "horizontal bar", | |
"decimal": "8213", | |
"hex": "2015" | |
}, | |
{ | |
"name": "double vertical line", | |
"decimal": "8214", | |
"hex": "2016" | |
}, | |
{ | |
"name": "double low line", | |
"decimal": "8215", | |
"hex": "2017" | |
}, | |
{ | |
"name": "left single quotation mark", | |
"decimal": "8216", | |
"hex": "2018" | |
}, | |
{ | |
"name": "right single quotation mark", | |
"decimal": "8217", | |
"hex": "2019" | |
}, | |
{ | |
"name": "single low-9 quotation mark", | |
"decimal": "8218", | |
"hex": "201A" | |
}, | |
{ | |
"name": "single high-reversed-9 quotation mark", | |
"decimal": "8219", | |
"hex": "201B" | |
}, | |
{ | |
"name": "left double quotation mark", | |
"decimal": "8220", | |
"hex": "201C" | |
}, | |
{ | |
"name": "right double quotation mark", | |
"decimal": "8221", | |
"hex": "201D" | |
}, | |
{ | |
"name": "double low-9 quotation mark", | |
"decimal": "8222", | |
"hex": "201E" | |
}, | |
{ | |
"name": "double high-reversed-9 quotation mark", | |
"decimal": "8223", | |
"hex": "201F" | |
}, | |
{ | |
"name": "dagger", | |
"decimal": "8224", | |
"hex": "2020" | |
}, | |
{ | |
"name": "double dagger", | |
"decimal": "8225", | |
"hex": "2021" | |
}, | |
{ | |
"name": "bullet", | |
"decimal": "8226", | |
"hex": "2022" | |
}, | |
{ | |
"name": "triangular bullet", | |
"decimal": "8227", | |
"hex": "2023" | |
}, | |
{ | |
"name": "one dot leader", | |
"decimal": "8228", | |
"hex": "2024" | |
}, | |
{ | |
"name": "two dot leader", | |
"decimal": "8229", | |
"hex": "2025" | |
}, | |
{ | |
"name": "horizontal ellipsis", | |
"decimal": "8230", | |
"hex": "2026" | |
}, | |
{ | |
"name": "hyphenation point", | |
"decimal": "8231", | |
"hex": "2027" | |
}, | |
{ | |
"name": "line separator", | |
"decimal": "8232", | |
"hex": "2028" | |
}, | |
{ | |
"name": "paragraph separator", | |
"decimal": "8233", | |
"hex": "2029" | |
}, | |
{ | |
"name": "left-to-right embedding", | |
"decimal": "8234", | |
"hex": "202A" | |
}, | |
{ | |
"name": "right-to-left embedding", | |
"decimal": "8235", | |
"hex": "202B" | |
}, | |
{ | |
"name": "pop directional formatting", | |
"decimal": "8236", | |
"hex": "202C" | |
}, | |
{ | |
"name": "left-to-right override", | |
"decimal": "8237", | |
"hex": "202D" | |
}, | |
{ | |
"name": "right-to-left override", | |
"decimal": "8238", | |
"hex": "202E" | |
}, | |
{ | |
"name": "narrow no-break space", | |
"decimal": "8239", | |
"hex": "202F" | |
}, | |
{ | |
"name": "per mille sign", | |
"decimal": "8240", | |
"hex": "2030" | |
}, | |
{ | |
"name": "per ten thousand sign", | |
"decimal": "8241", | |
"hex": "2031" | |
}, | |
{ | |
"name": "prime", | |
"decimal": "8242", | |
"hex": "2032" | |
}, | |
{ | |
"name": "double prime", | |
"decimal": "8243", | |
"hex": "2033" | |
}, | |
{ | |
"name": "triple prime", | |
"decimal": "8244", | |
"hex": "2034" | |
}, | |
{ | |
"name": "reversed prime", | |
"decimal": "8245", | |
"hex": "2035" | |
}, | |
{ | |
"name": "reversed double prime", | |
"decimal": "8246", | |
"hex": "2036" | |
}, | |
{ | |
"name": "reversed triple prime", | |
"decimal": "8247", | |
"hex": "2037" | |
}, | |
{ | |
"name": "caret", | |
"decimal": "8248", | |
"hex": "2038" | |
}, | |
{ | |
"name": "single left-pointing angle quotation mark", | |
"decimal": "8249", | |
"hex": "2039" | |
}, | |
{ | |
"name": "single right-pointing angle quotation mark", | |
"decimal": "8250", | |
"hex": "203A" | |
}, | |
{ | |
"name": "reference mark", | |
"decimal": "8251", | |
"hex": "203B" | |
}, | |
{ | |
"name": "double exclamation mark", | |
"decimal": "8252", | |
"hex": "203C" | |
}, | |
{ | |
"name": "interrobang", | |
"decimal": "8253", | |
"hex": "203D" | |
}, | |
{ | |
"name": "overline", | |
"decimal": "8254", | |
"hex": "203E" | |
}, | |
{ | |
"name": "undertie", | |
"decimal": "8255", | |
"hex": "203F" | |
}, | |
{ | |
"name": "character tie", | |
"decimal": "8256", | |
"hex": "2040" | |
}, | |
{ | |
"name": "caret insertion point", | |
"decimal": "8257", | |
"hex": "2041" | |
}, | |
{ | |
"name": "asterism", | |
"decimal": "8258", | |
"hex": "2042" | |
}, | |
{ | |
"name": "hyphen bullet", | |
"decimal": "8259", | |
"hex": "2043" | |
}, | |
{ | |
"name": "fraction slash", | |
"decimal": "8260", | |
"hex": "2044" | |
}, | |
{ | |
"name": "left square bracket with quill", | |
"decimal": "8261", | |
"hex": "2045" | |
}, | |
{ | |
"name": "right square bracket with quill", | |
"decimal": "8262", | |
"hex": "2046" | |
}, | |
{ | |
"name": "question exclamation mark", | |
"decimal": "8264", | |
"hex": "2048" | |
}, | |
{ | |
"name": "exclamation question mark", | |
"decimal": "8265", | |
"hex": "2049" | |
}, | |
{ | |
"name": "tironian sign et", | |
"decimal": "8266", | |
"hex": "204A" | |
}, | |
{ | |
"name": "reversed pilcrow sign", | |
"decimal": "8267", | |
"hex": "204B" | |
}, | |
{ | |
"name": "black leftwards bullet", | |
"decimal": "8268", | |
"hex": "204C" | |
}, | |
{ | |
"name": "black rightwards bullet", | |
"decimal": "8269", | |
"hex": "204D" | |
}, | |
{ | |
"name": "inhibit symmetric swapping", | |
"decimal": "8298", | |
"hex": "206A" | |
}, | |
{ | |
"name": "activate symmetric swapping", | |
"decimal": "8299", | |
"hex": "206B" | |
}, | |
{ | |
"name": "inhibit arabic form shaping", | |
"decimal": "8300", | |
"hex": "206C" | |
}, | |
{ | |
"name": "activate arabic form shaping", | |
"decimal": "8301", | |
"hex": "206D" | |
}, | |
{ | |
"name": "national digit shapes", | |
"decimal": "8302", | |
"hex": "206E" | |
}, | |
{ | |
"name": "nominal digit shapes", | |
"decimal": "8303", | |
"hex": "206F" | |
} | |
], | |
"Superscripts and Subscripts": [ | |
{ | |
"name": "superscript zero", | |
"decimal": "8304", | |
"hex": "2070" | |
}, | |
{ | |
"name": "superscript four", | |
"decimal": "8308", | |
"hex": "2074" | |
}, | |
{ | |
"name": "superscript five", | |
"decimal": "8309", | |
"hex": "2075" | |
}, | |
{ | |
"name": "superscript six", | |
"decimal": "8310", | |
"hex": "2076" | |
}, | |
{ | |
"name": "superscript seven", | |
"decimal": "8311", | |
"hex": "2077" | |
}, | |
{ | |
"name": "superscript eight", | |
"decimal": "8312", | |
"hex": "2078" | |
}, | |
{ | |
"name": "superscript nine", | |
"decimal": "8313", | |
"hex": "2079" | |
}, | |
{ | |
"name": "superscript plus sign", | |
"decimal": "8314", | |
"hex": "207A" | |
}, | |
{ | |
"name": "superscript minus", | |
"decimal": "8315", | |
"hex": "207B" | |
}, | |
{ | |
"name": "superscript equals sign", | |
"decimal": "8316", | |
"hex": "207C" | |
}, | |
{ | |
"name": "superscript left parenthesis", | |
"decimal": "8317", | |
"hex": "207D" | |
}, | |
{ | |
"name": "superscript right parenthesis", | |
"decimal": "8318", | |
"hex": "207E" | |
}, | |
{ | |
"name": "superscript latin small letter n", | |
"decimal": "8319", | |
"hex": "207F" | |
}, | |
{ | |
"name": "subscript zero", | |
"decimal": "8320", | |
"hex": "2080" | |
}, | |
{ | |
"name": "subscript one", | |
"decimal": "8321", | |
"hex": "2081" | |
}, | |
{ | |
"name": "subscript two", | |
"decimal": "8322", | |
"hex": "2082" | |
}, | |
{ | |
"name": "subscript three", | |
"decimal": "8323", | |
"hex": "2083" | |
}, | |
{ | |
"name": "subscript four", | |
"decimal": "8324", | |
"hex": "2084" | |
}, | |
{ | |
"name": "subscript five", | |
"decimal": "8325", | |
"hex": "2085" | |
}, | |
{ | |
"name": "subscript six", | |
"decimal": "8326", | |
"hex": "2086" | |
}, | |
{ | |
"name": "subscript seven", | |
"decimal": "8327", | |
"hex": "2087" | |
}, | |
{ | |
"name": "subscript eight", | |
"decimal": "8328", | |
"hex": "2088" | |
}, | |
{ | |
"name": "subscript nine", | |
"decimal": "8329", | |
"hex": "2089" | |
}, | |
{ | |
"name": "subscript plus sign", | |
"decimal": "8330", | |
"hex": "208A" | |
}, | |
{ | |
"name": "subscript minus", | |
"decimal": "8331", | |
"hex": "208B" | |
}, | |
{ | |
"name": "subscript equals sign", | |
"decimal": "8332", | |
"hex": "208C" | |
}, | |
{ | |
"name": "subscript left parenthesis", | |
"decimal": "8333", | |
"hex": "208D" | |
}, | |
{ | |
"name": "subscript right parenthesis", | |
"decimal": "8334", | |
"hex": "208E" | |
} | |
], | |
"Currency Symbols": [ | |
{ | |
"name": "euro-currency sign", | |
"decimal": "8352", | |
"hex": "20A0" | |
}, | |
{ | |
"name": "colon sign", | |
"decimal": "8353", | |
"hex": "20A1" | |
}, | |
{ | |
"name": "cruzeiro sign", | |
"decimal": "8354", | |
"hex": "20A2" | |
}, | |
{ | |
"name": "french franc sign", | |
"decimal": "8355", | |
"hex": "20A3" | |
}, | |
{ | |
"name": "lira sign", | |
"decimal": "8356", | |
"hex": "20A4" | |
}, | |
{ | |
"name": "mill sign", | |
"decimal": "8357", | |
"hex": "20A5" | |
}, | |
{ | |
"name": "naira sign", | |
"decimal": "8358", | |
"hex": "20A6" | |
}, | |
{ | |
"name": "peseta sign", | |
"decimal": "8359", | |
"hex": "20A7" | |
}, | |
{ | |
"name": "rupee sign", | |
"decimal": "8360", | |
"hex": "20A8" | |
}, | |
{ | |
"name": "won sign", | |
"decimal": "8361", | |
"hex": "20A9" | |
}, | |
{ | |
"name": "new sheqel sign", | |
"decimal": "8362", | |
"hex": "20AA" | |
}, | |
{ | |
"name": "dong sign", | |
"decimal": "8363", | |
"hex": "20AB" | |
}, | |
{ | |
"name": "euro sign", | |
"decimal": "8364", | |
"hex": "20AC" | |
}, | |
{ | |
"name": "kip sign", | |
"decimal": "8365", | |
"hex": "20AD" | |
}, | |
{ | |
"name": "tugrik sign", | |
"decimal": "8366", | |
"hex": "20AE" | |
}, | |
{ | |
"name": "drachma sign", | |
"decimal": "8367", | |
"hex": "20AF" | |
} | |
], | |
"Combining Marks for Symbols": [ | |
{ | |
"name": "combining left harpoon above", | |
"decimal": "8400", | |
"hex": "20D0" | |
}, | |
{ | |
"name": "combining right harpoon above", | |
"decimal": "8401", | |
"hex": "20D1" | |
}, | |
{ | |
"name": "combining long vertical line overlay", | |
"decimal": "8402", | |
"hex": "20D2" | |
}, | |
{ | |
"name": "combining short vertical line overlay", | |
"decimal": "8403", | |
"hex": "20D3" | |
}, | |
{ | |
"name": "combining anticlockwise arrow above", | |
"decimal": "8404", | |
"hex": "20D4" | |
}, | |
{ | |
"name": "combining clockwise arrow above", | |
"decimal": "8405", | |
"hex": "20D5" | |
}, | |
{ | |
"name": "combining left arrow above", | |
"decimal": "8406", | |
"hex": "20D6" | |
}, | |
{ | |
"name": "combining right arrow above", | |
"decimal": "8407", | |
"hex": "20D7" | |
}, | |
{ | |
"name": "combining ring overlay", | |
"decimal": "8408", | |
"hex": "20D8" | |
}, | |
{ | |
"name": "combining clockwise ring overlay", | |
"decimal": "8409", | |
"hex": "20D9" | |
}, | |
{ | |
"name": "combining anticlockwise ring overlay", | |
"decimal": "8410", | |
"hex": "20DA" | |
}, | |
{ | |
"name": "combining three dots above", | |
"decimal": "8411", | |
"hex": "20DB" | |
}, | |
{ | |
"name": "combining four dots above", | |
"decimal": "8412", | |
"hex": "20DC" | |
}, | |
{ | |
"name": "combining enclosing circle", | |
"decimal": "8413", | |
"hex": "20DD" | |
}, | |
{ | |
"name": "combining enclosing square", | |
"decimal": "8414", | |
"hex": "20DE" | |
}, | |
{ | |
"name": "combining enclosing diamond", | |
"decimal": "8415", | |
"hex": "20DF" | |
}, | |
{ | |
"name": "combining enclosing circle backslash", | |
"decimal": "8416", | |
"hex": "20E0" | |
}, | |
{ | |
"name": "combining left right arrow above", | |
"decimal": "8417", | |
"hex": "20E1" | |
}, | |
{ | |
"name": "combining enclosing screen", | |
"decimal": "8418", | |
"hex": "20E2" | |
}, | |
{ | |
"name": "combining enclosing keycap", | |
"decimal": "8419", | |
"hex": "20E3" | |
} | |
], | |
"Letterlike Symbols": [ | |
{ | |
"name": "account of", | |
"decimal": "8448", | |
"hex": "2100" | |
}, | |
{ | |
"name": "addressed to the subject", | |
"decimal": "8449", | |
"hex": "2101" | |
}, | |
{ | |
"name": "double-struck capital c", | |
"decimal": "8450", | |
"hex": "2102" | |
}, | |
{ | |
"name": "degree celsius", | |
"decimal": "8451", | |
"hex": "2103" | |
}, | |
{ | |
"name": "centre line symbol", | |
"decimal": "8452", | |
"hex": "2104" | |
}, | |
{ | |
"name": "care of", | |
"decimal": "8453", | |
"hex": "2105" | |
}, | |
{ | |
"name": "cada una", | |
"decimal": "8454", | |
"hex": "2106" | |
}, | |
{ | |
"name": "euler constant", | |
"decimal": "8455", | |
"hex": "2107" | |
}, | |
{ | |
"name": "scruple", | |
"decimal": "8456", | |
"hex": "2108" | |
}, | |
{ | |
"name": "degree fahrenheit", | |
"decimal": "8457", | |
"hex": "2109" | |
}, | |
{ | |
"name": "script small g", | |
"decimal": "8458", | |
"hex": "210A" | |
}, | |
{ | |
"name": "script capital h", | |
"decimal": "8459", | |
"hex": "210B" | |
}, | |
{ | |
"name": "black-letter capital h", | |
"decimal": "8460", | |
"hex": "210C" | |
}, | |
{ | |
"name": "double-struck capital h", | |
"decimal": "8461", | |
"hex": "210D" | |
}, | |
{ | |
"name": "planck constant", | |
"decimal": "8462", | |
"hex": "210E" | |
}, | |
{ | |
"name": "planck constant over two pi", | |
"decimal": "8463", | |
"hex": "210F" | |
}, | |
{ | |
"name": "script capital i", | |
"decimal": "8464", | |
"hex": "2110" | |
}, | |
{ | |
"name": "black-letter capital i", | |
"decimal": "8465", | |
"hex": "2111" | |
}, | |
{ | |
"name": "script capital l", | |
"decimal": "8466", | |
"hex": "2112" | |
}, | |
{ | |
"name": "script small l", | |
"decimal": "8467", | |
"hex": "2113" | |
}, | |
{ | |
"name": "l b bar symbol", | |
"decimal": "8468", | |
"hex": "2114" | |
}, | |
{ | |
"name": "double-struck capital n", | |
"decimal": "8469", | |
"hex": "2115" | |
}, | |
{ | |
"name": "numero sign", | |
"decimal": "8470", | |
"hex": "2116" | |
}, | |
{ | |
"name": "sound recording copyright", | |
"decimal": "8471", | |
"hex": "2117" | |
}, | |
{ | |
"name": "script capital p", | |
"decimal": "8472", | |
"hex": "2118" | |
}, | |
{ | |
"name": "double-struck capital p", | |
"decimal": "8473", | |
"hex": "2119" | |
}, | |
{ | |
"name": "double-struck capital q", | |
"decimal": "8474", | |
"hex": "211A" | |
}, | |
{ | |
"name": "script capital r", | |
"decimal": "8475", | |
"hex": "211B" | |
}, | |
{ | |
"name": "black-letter capital r", | |
"decimal": "8476", | |
"hex": "211C" | |
}, | |
{ | |
"name": "double-struck capital r", | |
"decimal": "8477", | |
"hex": "211D" | |
}, | |
{ | |
"name": "prescription take", | |
"decimal": "8478", | |
"hex": "211E" | |
}, | |
{ | |
"name": "response", | |
"decimal": "8479", | |
"hex": "211F" | |
}, | |
{ | |
"name": "service mark", | |
"decimal": "8480", | |
"hex": "2120" | |
}, | |
{ | |
"name": "telephone sign", | |
"decimal": "8481", | |
"hex": "2121" | |
}, | |
{ | |
"name": "trade mark sign", | |
"decimal": "8482", | |
"hex": "2122" | |
}, | |
{ | |
"name": "versicle", | |
"decimal": "8483", | |
"hex": "2123" | |
}, | |
{ | |
"name": "double-struck capital z", | |
"decimal": "8484", | |
"hex": "2124" | |
}, | |
{ | |
"name": "ounce sign", | |
"decimal": "8485", | |
"hex": "2125" | |
}, | |
{ | |
"name": "ohm sign", | |
"decimal": "8486", | |
"hex": "2126" | |
}, | |
{ | |
"name": "inverted ohm sign", | |
"decimal": "8487", | |
"hex": "2127" | |
}, | |
{ | |
"name": "black-letter capital z", | |
"decimal": "8488", | |
"hex": "2128" | |
}, | |
{ | |
"name": "turned greek small letter iota", | |
"decimal": "8489", | |
"hex": "2129" | |
}, | |
{ | |
"name": "kelvin sign", | |
"decimal": "8490", | |
"hex": "212A" | |
}, | |
{ | |
"name": "angstrom sign", | |
"decimal": "8491", | |
"hex": "212B" | |
}, | |
{ | |
"name": "script capital b", | |
"decimal": "8492", | |
"hex": "212C" | |
}, | |
{ | |
"name": "black-letter capital c", | |
"decimal": "8493", | |
"hex": "212D" | |
}, | |
{ | |
"name": "estimated symbol", | |
"decimal": "8494", | |
"hex": "212E" | |
}, | |
{ | |
"name": "script small e", | |
"decimal": "8495", | |
"hex": "212F" | |
}, | |
{ | |
"name": "script capital e", | |
"decimal": "8496", | |
"hex": "2130" | |
}, | |
{ | |
"name": "script capital f", | |
"decimal": "8497", | |
"hex": "2131" | |
}, | |
{ | |
"name": "turned capital f", | |
"decimal": "8498", | |
"hex": "2132" | |
}, | |
{ | |
"name": "script capital m", | |
"decimal": "8499", | |
"hex": "2133" | |
}, | |
{ | |
"name": "script small o", | |
"decimal": "8500", | |
"hex": "2134" | |
}, | |
{ | |
"name": "alef symbol", | |
"decimal": "8501", | |
"hex": "2135" | |
}, | |
{ | |
"name": "bet symbol", | |
"decimal": "8502", | |
"hex": "2136" | |
}, | |
{ | |
"name": "gimel symbol", | |
"decimal": "8503", | |
"hex": "2137" | |
}, | |
{ | |
"name": "dalet symbol", | |
"decimal": "8504", | |
"hex": "2138" | |
}, | |
{ | |
"name": "information source", | |
"decimal": "8505", | |
"hex": "2139" | |
}, | |
{ | |
"name": "rotated capital q", | |
"decimal": "8506", | |
"hex": "213A" | |
} | |
], | |
"Number Forms": [ | |
{ | |
"name": "vulgar fraction one third", | |
"decimal": "8531", | |
"hex": "2153" | |
}, | |
{ | |
"name": "vulgar fraction two thirds", | |
"decimal": "8532", | |
"hex": "2154" | |
}, | |
{ | |
"name": "vulgar fraction one fifth", | |
"decimal": "8533", | |
"hex": "2155" | |
}, | |
{ | |
"name": "vulgar fraction two fifths", | |
"decimal": "8534", | |
"hex": "2156" | |
}, | |
{ | |
"name": "vulgar fraction three fifths", | |
"decimal": "8535", | |
"hex": "2157" | |
}, | |
{ | |
"name": "vulgar fraction four fifths", | |
"decimal": "8536", | |
"hex": "2158" | |
}, | |
{ | |
"name": "vulgar fraction one sixth", | |
"decimal": "8537", | |
"hex": "2159" | |
}, | |
{ | |
"name": "vulgar fraction five sixths", | |
"decimal": "8538", | |
"hex": "215A" | |
}, | |
{ | |
"name": "vulgar fraction one eighth", | |
"decimal": "8539", | |
"hex": "215B" | |
}, | |
{ | |
"name": "vulgar fraction three eighths", | |
"decimal": "8540", | |
"hex": "215C" | |
}, | |
{ | |
"name": "vulgar fraction five eighths", | |
"decimal": "8541", | |
"hex": "215D" | |
}, | |
{ | |
"name": "vulgar fraction seven eighths", | |
"decimal": "8542", | |
"hex": "215E" | |
}, | |
{ | |
"name": "fraction numerator one", | |
"decimal": "8543", | |
"hex": "215F" | |
}, | |
{ | |
"name": "roman numeral one", | |
"decimal": "8544", | |
"hex": "2160" | |
}, | |
{ | |
"name": "roman numeral two", | |
"decimal": "8545", | |
"hex": "2161" | |
}, | |
{ | |
"name": "roman numeral three", | |
"decimal": "8546", | |
"hex": "2162" | |
}, | |
{ | |
"name": "roman numeral four", | |
"decimal": "8547", | |
"hex": "2163" | |
}, | |
{ | |
"name": "roman numeral five", | |
"decimal": "8548", | |
"hex": "2164" | |
}, | |
{ | |
"name": "roman numeral six", | |
"decimal": "8549", | |
"hex": "2165" | |
}, | |
{ | |
"name": "roman numeral seven", | |
"decimal": "8550", | |
"hex": "2166" | |
}, | |
{ | |
"name": "roman numeral eight", | |
"decimal": "8551", | |
"hex": "2167" | |
}, | |
{ | |
"name": "roman numeral nine", | |
"decimal": "8552", | |
"hex": "2168" | |
}, | |
{ | |
"name": "roman numeral ten", | |
"decimal": "8553", | |
"hex": "2169" | |
}, | |
{ | |
"name": "roman numeral eleven", | |
"decimal": "8554", | |
"hex": "216A" | |
}, | |
{ | |
"name": "roman numeral twelve", | |
"decimal": "8555", | |
"hex": "216B" | |
}, | |
{ | |
"name": "roman numeral fifty", | |
"decimal": "8556", | |
"hex": "216C" | |
}, | |
{ | |
"name": "roman numeral one hundred", | |
"decimal": "8557", | |
"hex": "216D" | |
}, | |
{ | |
"name": "roman numeral five hundred", | |
"decimal": "8558", | |
"hex": "216E" | |
}, | |
{ | |
"name": "roman numeral one thousand", | |
"decimal": "8559", | |
"hex": "216F" | |
}, | |
{ | |
"name": "small roman numeral one", | |
"decimal": "8560", | |
"hex": "2170" | |
}, | |
{ | |
"name": "small roman numeral two", | |
"decimal": "8561", | |
"hex": "2171" | |
}, | |
{ | |
"name": "small roman numeral three", | |
"decimal": "8562", | |
"hex": "2172" | |
}, | |
{ | |
"name": "small roman numeral four", | |
"decimal": "8563", | |
"hex": "2173" | |
}, | |
{ | |
"name": "small roman numeral five", | |
"decimal": "8564", | |
"hex": "2174" | |
}, | |
{ | |
"name": "small roman numeral six", | |
"decimal": "8565", | |
"hex": "2175" | |
}, | |
{ | |
"name": "small roman numeral seven", | |
"decimal": "8566", | |
"hex": "2176" | |
}, | |
{ | |
"name": "small roman numeral eight", | |
"decimal": "8567", | |
"hex": "2177" | |
}, | |
{ | |
"name": "small roman numeral nine", | |
"decimal": "8568", | |
"hex": "2178" | |
}, | |
{ | |
"name": "small roman numeral ten", | |
"decimal": "8569", | |
"hex": "2179" | |
}, | |
{ | |
"name": "small roman numeral eleven", | |
"decimal": "8570", | |
"hex": "217A" | |
}, | |
{ | |
"name": "small roman numeral twelve", | |
"decimal": "8571", | |
"hex": "217B" | |
}, | |
{ | |
"name": "small roman numeral fifty", | |
"decimal": "8572", | |
"hex": "217C" | |
}, | |
{ | |
"name": "small roman numeral one hundred", | |
"decimal": "8573", | |
"hex": "217D" | |
}, | |
{ | |
"name": "small roman numeral five hundred", | |
"decimal": "8574", | |
"hex": "217E" | |
}, | |
{ | |
"name": "small roman numeral one thousand", | |
"decimal": "8575", | |
"hex": "217F" | |
}, | |
{ | |
"name": "roman numeral one thousand c d", | |
"decimal": "8576", | |
"hex": "2180" | |
}, | |
{ | |
"name": "roman numeral five thousand", | |
"decimal": "8577", | |
"hex": "2181" | |
}, | |
{ | |
"name": "roman numeral ten thousand", | |
"decimal": "8578", | |
"hex": "2182" | |
}, | |
{ | |
"name": "roman numeral reversed one hundred", | |
"decimal": "8579", | |
"hex": "2183" | |
} | |
], | |
"Arrows": [ | |
{ | |
"name": "leftwards arrow", | |
"decimal": "8592", | |
"hex": "2190" | |
}, | |
{ | |
"name": "upwards arrow", | |
"decimal": "8593", | |
"hex": "2191" | |
}, | |
{ | |
"name": "rightwards arrow", | |
"decimal": "8594", | |
"hex": "2192" | |
}, | |
{ | |
"name": "downwards arrow", | |
"decimal": "8595", | |
"hex": "2193" | |
}, | |
{ | |
"name": "left right arrow", | |
"decimal": "8596", | |
"hex": "2194" | |
}, | |
{ | |
"name": "up down arrow", | |
"decimal": "8597", | |
"hex": "2195" | |
}, | |
{ | |
"name": "north west arrow", | |
"decimal": "8598", | |
"hex": "2196" | |
}, | |
{ | |
"name": "north east arrow", | |
"decimal": "8599", | |
"hex": "2197" | |
}, | |
{ | |
"name": "south east arrow", | |
"decimal": "8600", | |
"hex": "2198" | |
}, | |
{ | |
"name": "south west arrow", | |
"decimal": "8601", | |
"hex": "2199" | |
}, | |
{ | |
"name": "leftwards arrow with stroke", | |
"decimal": "8602", | |
"hex": "219A" | |
}, | |
{ | |
"name": "rightwards arrow with stroke", | |
"decimal": "8603", | |
"hex": "219B" | |
}, | |
{ | |
"name": "leftwards wave arrow", | |
"decimal": "8604", | |
"hex": "219C" | |
}, | |
{ | |
"name": "rightwards wave arrow", | |
"decimal": "8605", | |
"hex": "219D" | |
}, | |
{ | |
"name": "leftwards two headed arrow", | |
"decimal": "8606", | |
"hex": "219E" | |
}, | |
{ | |
"name": "upwards two headed arrow", | |
"decimal": "8607", | |
"hex": "219F" | |
}, | |
{ | |
"name": "rightwards two headed arrow", | |
"decimal": "8608", | |
"hex": "21A0" | |
}, | |
{ | |
"name": "downwards two headed arrow", | |
"decimal": "8609", | |
"hex": "21A1" | |
}, | |
{ | |
"name": "leftwards arrow with tail", | |
"decimal": "8610", | |
"hex": "21A2" | |
}, | |
{ | |
"name": "rightwards arrow with tail", | |
"decimal": "8611", | |
"hex": "21A3" | |
}, | |
{ | |
"name": "leftwards arrow from bar", | |
"decimal": "8612", | |
"hex": "21A4" | |
}, | |
{ | |
"name": "upwards arrow from bar", | |
"decimal": "8613", | |
"hex": "21A5" | |
}, | |
{ | |
"name": "rightwards arrow from bar", | |
"decimal": "8614", | |
"hex": "21A6" | |
}, | |
{ | |
"name": "downwards arrow from bar", | |
"decimal": "8615", | |
"hex": "21A7" | |
}, | |
{ | |
"name": "up down arrow with base", | |
"decimal": "8616", | |
"hex": "21A8" | |
}, | |
{ | |
"name": "leftwards arrow with hook", | |
"decimal": "8617", | |
"hex": "21A9" | |
}, | |
{ | |
"name": "rightwards arrow with hook", | |
"decimal": "8618", | |
"hex": "21AA" | |
}, | |
{ | |
"name": "leftwards arrow with loop", | |
"decimal": "8619", | |
"hex": "21AB" | |
}, | |
{ | |
"name": "rightwards arrow with loop", | |
"decimal": "8620", | |
"hex": "21AC" | |
}, | |
{ | |
"name": "left right wave arrow", | |
"decimal": "8621", | |
"hex": "21AD" | |
}, | |
{ | |
"name": "left right arrow with stroke", | |
"decimal": "8622", | |
"hex": "21AE" | |
}, | |
{ | |
"name": "downwards zigzag arrow", | |
"decimal": "8623", | |
"hex": "21AF" | |
}, | |
{ | |
"name": "upwards arrow with tip leftwards", | |
"decimal": "8624", | |
"hex": "21B0" | |
}, | |
{ | |
"name": "upwards arrow with tip rightwards", | |
"decimal": "8625", | |
"hex": "21B1" | |
}, | |
{ | |
"name": "downwards arrow with tip leftwards", | |
"decimal": "8626", | |
"hex": "21B2" | |
}, | |
{ | |
"name": "downwards arrow with tip rightwards", | |
"decimal": "8627", | |
"hex": "21B3" | |
}, | |
{ | |
"name": "rightwards arrow with corner downwards", | |
"decimal": "8628", | |
"hex": "21B4" | |
}, | |
{ | |
"name": "downwards arrow with corner leftwards", | |
"decimal": "8629", | |
"hex": "21B5" | |
}, | |
{ | |
"name": "anticlockwise top semicircle arrow", | |
"decimal": "8630", | |
"hex": "21B6" | |
}, | |
{ | |
"name": "clockwise top semicircle arrow", | |
"decimal": "8631", | |
"hex": "21B7" | |
}, | |
{ | |
"name": "north west arrow to long bar", | |
"decimal": "8632", | |
"hex": "21B8" | |
}, | |
{ | |
"name": "leftwards arrow to bar over rightwards arrow to bar", | |
"decimal": "8633", | |
"hex": "21B9" | |
}, | |
{ | |
"name": "anticlockwise open circle arrow", | |
"decimal": "8634", | |
"hex": "21BA" | |
}, | |
{ | |
"name": "clockwise open circle arrow", | |
"decimal": "8635", | |
"hex": "21BB" | |
}, | |
{ | |
"name": "leftwards harpoon with barb upwards", | |
"decimal": "8636", | |
"hex": "21BC" | |
}, | |
{ | |
"name": "leftwards harpoon with barb downwards", | |
"decimal": "8637", | |
"hex": "21BD" | |
}, | |
{ | |
"name": "upwards harpoon with barb rightwards", | |
"decimal": "8638", | |
"hex": "21BE" | |
}, | |
{ | |
"name": "upwards harpoon with barb leftwards", | |
"decimal": "8639", | |
"hex": "21BF" | |
}, | |
{ | |
"name": "rightwards harpoon with barb upwards", | |
"decimal": "8640", | |
"hex": "21C0" | |
}, | |
{ | |
"name": "rightwards harpoon with barb downwards", | |
"decimal": "8641", | |
"hex": "21C1" | |
}, | |
{ | |
"name": "downwards harpoon with barb rightwards", | |
"decimal": "8642", | |
"hex": "21C2" | |
}, | |
{ | |
"name": "downwards harpoon with barb leftwards", | |
"decimal": "8643", | |
"hex": "21C3" | |
}, | |
{ | |
"name": "rightwards arrow over leftwards arrow", | |
"decimal": "8644", | |
"hex": "21C4" | |
}, | |
{ | |
"name": "upwards arrow leftwards of downwards arrow", | |
"decimal": "8645", | |
"hex": "21C5" | |
}, | |
{ | |
"name": "leftwards arrow over rightwards arrow", | |
"decimal": "8646", | |
"hex": "21C6" | |
}, | |
{ | |
"name": "leftwards paired arrows", | |
"decimal": "8647", | |
"hex": "21C7" | |
}, | |
{ | |
"name": "upwards paired arrows", | |
"decimal": "8648", | |
"hex": "21C8" | |
}, | |
{ | |
"name": "rightwards paired arrows", | |
"decimal": "8649", | |
"hex": "21C9" | |
}, | |
{ | |
"name": "downwards paired arrows", | |
"decimal": "8650", | |
"hex": "21CA" | |
}, | |
{ | |
"name": "leftwards harpoon over rightwards harpoon", | |
"decimal": "8651", | |
"hex": "21CB" | |
}, | |
{ | |
"name": "rightwards harpoon over leftwards harpoon", | |
"decimal": "8652", | |
"hex": "21CC" | |
}, | |
{ | |
"name": "leftwards double arrow with stroke", | |
"decimal": "8653", | |
"hex": "21CD" | |
}, | |
{ | |
"name": "left right double arrow with stroke", | |
"decimal": "8654", | |
"hex": "21CE" | |
}, | |
{ | |
"name": "rightwards double arrow with stroke", | |
"decimal": "8655", | |
"hex": "21CF" | |
}, | |
{ | |
"name": "leftwards double arrow", | |
"decimal": "8656", | |
"hex": "21D0" | |
}, | |
{ | |
"name": "upwards double arrow", | |
"decimal": "8657", | |
"hex": "21D1" | |
}, | |
{ | |
"name": "rightwards double arrow", | |
"decimal": "8658", | |
"hex": "21D2" | |
}, | |
{ | |
"name": "downwards double arrow", | |
"decimal": "8659", | |
"hex": "21D3" | |
}, | |
{ | |
"name": "left right double arrow", | |
"decimal": "8660", | |
"hex": "21D4" | |
}, | |
{ | |
"name": "up down double arrow", | |
"decimal": "8661", | |
"hex": "21D5" | |
}, | |
{ | |
"name": "north west double arrow", | |
"decimal": "8662", | |
"hex": "21D6" | |
}, | |
{ | |
"name": "north east double arrow", | |
"decimal": "8663", | |
"hex": "21D7" | |
}, | |
{ | |
"name": "south east double arrow", | |
"decimal": "8664", | |
"hex": "21D8" | |
}, | |
{ | |
"name": "south west double arrow", | |
"decimal": "8665", | |
"hex": "21D9" | |
}, | |
{ | |
"name": "leftwards triple arrow", | |
"decimal": "8666", | |
"hex": "21DA" | |
}, | |
{ | |
"name": "rightwards triple arrow", | |
"decimal": "8667", | |
"hex": "21DB" | |
}, | |
{ | |
"name": "leftwards squiggle arrow", | |
"decimal": "8668", | |
"hex": "21DC" | |
}, | |
{ | |
"name": "rightwards squiggle arrow", | |
"decimal": "8669", | |
"hex": "21DD" | |
}, | |
{ | |
"name": "upwards arrow with double stroke", | |
"decimal": "8670", | |
"hex": "21DE" | |
}, | |
{ | |
"name": "downwards arrow with double stroke", | |
"decimal": "8671", | |
"hex": "21DF" | |
}, | |
{ | |
"name": "leftwards dashed arrow", | |
"decimal": "8672", | |
"hex": "21E0" | |
}, | |
{ | |
"name": "upwards dashed arrow", | |
"decimal": "8673", | |
"hex": "21E1" | |
}, | |
{ | |
"name": "rightwards dashed arrow", | |
"decimal": "8674", | |
"hex": "21E2" | |
}, | |
{ | |
"name": "downwards dashed arrow", | |
"decimal": "8675", | |
"hex": "21E3" | |
}, | |
{ | |
"name": "leftwards arrow to bar", | |
"decimal": "8676", | |
"hex": "21E4" | |
}, | |
{ | |
"name": "rightwards arrow to bar", | |
"decimal": "8677", | |
"hex": "21E5" | |
}, | |
{ | |
"name": "leftwards white arrow", | |
"decimal": "8678", | |
"hex": "21E6" | |
}, | |
{ | |
"name": "upwards white arrow", | |
"decimal": "8679", | |
"hex": "21E7" | |
}, | |
{ | |
"name": "rightwards white arrow", | |
"decimal": "8680", | |
"hex": "21E8" | |
}, | |
{ | |
"name": "downwards white arrow", | |
"decimal": "8681", | |
"hex": "21E9" | |
}, | |
{ | |
"name": "upwards white arrow from bar", | |
"decimal": "8682", | |
"hex": "21EA" | |
}, | |
{ | |
"name": "upwards white arrow on pedestal", | |
"decimal": "8683", | |
"hex": "21EB" | |
}, | |
{ | |
"name": "upwards white arrow on pedestal with horizontal bar", | |
"decimal": "8684", | |
"hex": "21EC" | |
}, | |
{ | |
"name": "upwards white arrow on pedestal with vertical bar", | |
"decimal": "8685", | |
"hex": "21ED" | |
}, | |
{ | |
"name": "upwards white double arrow", | |
"decimal": "8686", | |
"hex": "21EE" | |
}, | |
{ | |
"name": "upwards white double arrow on pedestal", | |
"decimal": "8687", | |
"hex": "21EF" | |
}, | |
{ | |
"name": "rightwards white arrow from wall", | |
"decimal": "8688", | |
"hex": "21F0" | |
}, | |
{ | |
"name": "north west arrow to corner", | |
"decimal": "8689", | |
"hex": "21F1" | |
}, | |
{ | |
"name": "south east arrow to corner", | |
"decimal": "8690", | |
"hex": "21F2" | |
}, | |
{ | |
"name": "up down white arrow", | |
"decimal": "8691", | |
"hex": "21F3" | |
} | |
], | |
"Mathematical Operators": [ | |
{ | |
"name": "for all", | |
"decimal": "8704", | |
"hex": "2200" | |
}, | |
{ | |
"name": "complement", | |
"decimal": "8705", | |
"hex": "2201" | |
}, | |
{ | |
"name": "partial differential", | |
"decimal": "8706", | |
"hex": "2202" | |
}, | |
{ | |
"name": "there exists", | |
"decimal": "8707", | |
"hex": "2203" | |
}, | |
{ | |
"name": "there does not exist", | |
"decimal": "8708", | |
"hex": "2204" | |
}, | |
{ | |
"name": "empty set", | |
"decimal": "8709", | |
"hex": "2205" | |
}, | |
{ | |
"name": "increment", | |
"decimal": "8710", | |
"hex": "2206" | |
}, | |
{ | |
"name": "nabla", | |
"decimal": "8711", | |
"hex": "2207" | |
}, | |
{ | |
"name": "element of", | |
"decimal": "8712", | |
"hex": "2208" | |
}, | |
{ | |
"name": "not an element of", | |
"decimal": "8713", | |
"hex": "2209" | |
}, | |
{ | |
"name": "small element of", | |
"decimal": "8714", | |
"hex": "220A" | |
}, | |
{ | |
"name": "contains as member", | |
"decimal": "8715", | |
"hex": "220B" | |
}, | |
{ | |
"name": "does not contain as member", | |
"decimal": "8716", | |
"hex": "220C" | |
}, | |
{ | |
"name": "small contains as member", | |
"decimal": "8717", | |
"hex": "220D" | |
}, | |
{ | |
"name": "end of proof", | |
"decimal": "8718", | |
"hex": "220E" | |
}, | |
{ | |
"name": "n-ary product", | |
"decimal": "8719", | |
"hex": "220F" | |
}, | |
{ | |
"name": "n-ary coproduct", | |
"decimal": "8720", | |
"hex": "2210" | |
}, | |
{ | |
"name": "n-ary summation", | |
"decimal": "8721", | |
"hex": "2211" | |
}, | |
{ | |
"name": "minus sign", | |
"decimal": "8722", | |
"hex": "2212" | |
}, | |
{ | |
"name": "minus-or-plus sign", | |
"decimal": "8723", | |
"hex": "2213" | |
}, | |
{ | |
"name": "dot plus", | |
"decimal": "8724", | |
"hex": "2214" | |
}, | |
{ | |
"name": "division slash", | |
"decimal": "8725", | |
"hex": "2215" | |
}, | |
{ | |
"name": "set minus", | |
"decimal": "8726", | |
"hex": "2216" | |
}, | |
{ | |
"name": "asterisk operator", | |
"decimal": "8727", | |
"hex": "2217" | |
}, | |
{ | |
"name": "ring operator", | |
"decimal": "8728", | |
"hex": "2218" | |
}, | |
{ | |
"name": "bullet operator", | |
"decimal": "8729", | |
"hex": "2219" | |
}, | |
{ | |
"name": "square root", | |
"decimal": "8730", | |
"hex": "221A" | |
}, | |
{ | |
"name": "cube root", | |
"decimal": "8731", | |
"hex": "221B" | |
}, | |
{ | |
"name": "fourth root", | |
"decimal": "8732", | |
"hex": "221C" | |
}, | |
{ | |
"name": "proportional to", | |
"decimal": "8733", | |
"hex": "221D" | |
}, | |
{ | |
"name": "infinity", | |
"decimal": "8734", | |
"hex": "221E" | |
}, | |
{ | |
"name": "right angle", | |
"decimal": "8735", | |
"hex": "221F" | |
}, | |
{ | |
"name": "angle", | |
"decimal": "8736", | |
"hex": "2220" | |
}, | |
{ | |
"name": "measured angle", | |
"decimal": "8737", | |
"hex": "2221" | |
}, | |
{ | |
"name": "spherical angle", | |
"decimal": "8738", | |
"hex": "2222" | |
}, | |
{ | |
"name": "divides", | |
"decimal": "8739", | |
"hex": "2223" | |
}, | |
{ | |
"name": "does not divide", | |
"decimal": "8740", | |
"hex": "2224" | |
}, | |
{ | |
"name": "parallel to", | |
"decimal": "8741", | |
"hex": "2225" | |
}, | |
{ | |
"name": "not parallel to", | |
"decimal": "8742", | |
"hex": "2226" | |
}, | |
{ | |
"name": "logical and", | |
"decimal": "8743", | |
"hex": "2227" | |
}, | |
{ | |
"name": "logical or", | |
"decimal": "8744", | |
"hex": "2228" | |
}, | |
{ | |
"name": "intersection", | |
"decimal": "8745", | |
"hex": "2229" | |
}, | |
{ | |
"name": "union", | |
"decimal": "8746", | |
"hex": "222A" | |
}, | |
{ | |
"name": "integral", | |
"decimal": "8747", | |
"hex": "222B" | |
}, | |
{ | |
"name": "double integral", | |
"decimal": "8748", | |
"hex": "222C" | |
}, | |
{ | |
"name": "triple integral", | |
"decimal": "8749", | |
"hex": "222D" | |
}, | |
{ | |
"name": "contour integral", | |
"decimal": "8750", | |
"hex": "222E" | |
}, | |
{ | |
"name": "surface integral", | |
"decimal": "8751", | |
"hex": "222F" | |
}, | |
{ | |
"name": "volume integral", | |
"decimal": "8752", | |
"hex": "2230" | |
}, | |
{ | |
"name": "clockwise integral", | |
"decimal": "8753", | |
"hex": "2231" | |
}, | |
{ | |
"name": "clockwise contour integral", | |
"decimal": "8754", | |
"hex": "2232" | |
}, | |
{ | |
"name": "anticlockwise contour integral", | |
"decimal": "8755", | |
"hex": "2233" | |
}, | |
{ | |
"name": "therefore", | |
"decimal": "8756", | |
"hex": "2234" | |
}, | |
{ | |
"name": "because", | |
"decimal": "8757", | |
"hex": "2235" | |
}, | |
{ | |
"name": "ratio", | |
"decimal": "8758", | |
"hex": "2236" | |
}, | |
{ | |
"name": "proportion", | |
"decimal": "8759", | |
"hex": "2237" | |
}, | |
{ | |
"name": "dot minus", | |
"decimal": "8760", | |
"hex": "2238" | |
}, | |
{ | |
"name": "excess", | |
"decimal": "8761", | |
"hex": "2239" | |
}, | |
{ | |
"name": "geometric proportion", | |
"decimal": "8762", | |
"hex": "223A" | |
}, | |
{ | |
"name": "homothetic", | |
"decimal": "8763", | |
"hex": "223B" | |
}, | |
{ | |
"name": "tilde operator", | |
"decimal": "8764", | |
"hex": "223C" | |
}, | |
{ | |
"name": "reversed tilde", | |
"decimal": "8765", | |
"hex": "223D" | |
}, | |
{ | |
"name": "inverted lazy s", | |
"decimal": "8766", | |
"hex": "223E" | |
}, | |
{ | |
"name": "sine wave", | |
"decimal": "8767", | |
"hex": "223F" | |
}, | |
{ | |
"name": "wreath product", | |
"decimal": "8768", | |
"hex": "2240" | |
}, | |
{ | |
"name": "not tilde", | |
"decimal": "8769", | |
"hex": "2241" | |
}, | |
{ | |
"name": "minus tilde", | |
"decimal": "8770", | |
"hex": "2242" | |
}, | |
{ | |
"name": "asymptotically equal to", | |
"decimal": "8771", | |
"hex": "2243" | |
}, | |
{ | |
"name": "not asymptotically equal to", | |
"decimal": "8772", | |
"hex": "2244" | |
}, | |
{ | |
"name": "approximately equal to", | |
"decimal": "8773", | |
"hex": "2245" | |
}, | |
{ | |
"name": "approximately but not actually equal to", | |
"decimal": "8774", | |
"hex": "2246" | |
}, | |
{ | |
"name": "neither approximately nor actually equal to", | |
"decimal": "8775", | |
"hex": "2247" | |
}, | |
{ | |
"name": "almost equal to", | |
"decimal": "8776", | |
"hex": "2248" | |
}, | |
{ | |
"name": "not almost equal to", | |
"decimal": "8777", | |
"hex": "2249" | |
}, | |
{ | |
"name": "almost equal or equal to", | |
"decimal": "8778", | |
"hex": "224A" | |
}, | |
{ | |
"name": "triple tilde", | |
"decimal": "8779", | |
"hex": "224B" | |
}, | |
{ | |
"name": "all equal to", | |
"decimal": "8780", | |
"hex": "224C" | |
}, | |
{ | |
"name": "equivalent to", | |
"decimal": "8781", | |
"hex": "224D" | |
}, | |
{ | |
"name": "geometrically equivalent to", | |
"decimal": "8782", | |
"hex": "224E" | |
}, | |
{ | |
"name": "difference between", | |
"decimal": "8783", | |
"hex": "224F" | |
}, | |
{ | |
"name": "approaches the limit", | |
"decimal": "8784", | |
"hex": "2250" | |
}, | |
{ | |
"name": "geometrically equal to", | |
"decimal": "8785", | |
"hex": "2251" | |
}, | |
{ | |
"name": "approximately equal to or the image of", | |
"decimal": "8786", | |
"hex": "2252" | |
}, | |
{ | |
"name": "image of or approximately equal to", | |
"decimal": "8787", | |
"hex": "2253" | |
}, | |
{ | |
"name": "colon equals", | |
"decimal": "8788", | |
"hex": "2254" | |
}, | |
{ | |
"name": "equals colon", | |
"decimal": "8789", | |
"hex": "2255" | |
}, | |
{ | |
"name": "ring in equal to", | |
"decimal": "8790", | |
"hex": "2256" | |
}, | |
{ | |
"name": "ring equal to", | |
"decimal": "8791", | |
"hex": "2257" | |
}, | |
{ | |
"name": "corresponds to", | |
"decimal": "8792", | |
"hex": "2258" | |
}, | |
{ | |
"name": "estimates", | |
"decimal": "8793", | |
"hex": "2259" | |
}, | |
{ | |
"name": "equiangular to", | |
"decimal": "8794", | |
"hex": "225A" | |
}, | |
{ | |
"name": "star equals", | |
"decimal": "8795", | |
"hex": "225B" | |
}, | |
{ | |
"name": "delta equal to", | |
"decimal": "8796", | |
"hex": "225C" | |
}, | |
{ | |
"name": "equal to by definition", | |
"decimal": "8797", | |
"hex": "225D" | |
}, | |
{ | |
"name": "measured by", | |
"decimal": "8798", | |
"hex": "225E" | |
}, | |
{ | |
"name": "questioned equal to", | |
"decimal": "8799", | |
"hex": "225F" | |
}, | |
{ | |
"name": "not equal to", | |
"decimal": "8800", | |
"hex": "2260" | |
}, | |
{ | |
"name": "identical to", | |
"decimal": "8801", | |
"hex": "2261" | |
}, | |
{ | |
"name": "not identical to", | |
"decimal": "8802", | |
"hex": "2262" | |
}, | |
{ | |
"name": "strictly equivalent to", | |
"decimal": "8803", | |
"hex": "2263" | |
}, | |
{ | |
"name": "less-than or equal to", | |
"decimal": "8804", | |
"hex": "2264" | |
}, | |
{ | |
"name": "greater-than or equal to", | |
"decimal": "8805", | |
"hex": "2265" | |
}, | |
{ | |
"name": "less-than over equal to", | |
"decimal": "8806", | |
"hex": "2266" | |
}, | |
{ | |
"name": "greater-than over equal to", | |
"decimal": "8807", | |
"hex": "2267" | |
}, | |
{ | |
"name": "less-than but not equal to", | |
"decimal": "8808", | |
"hex": "2268" | |
}, | |
{ | |
"name": "greater-than but not equal to", | |
"decimal": "8809", | |
"hex": "2269" | |
}, | |
{ | |
"name": "much less-than", | |
"decimal": "8810", | |
"hex": "226A" | |
}, | |
{ | |
"name": "much greater-than", | |
"decimal": "8811", | |
"hex": "226B" | |
}, | |
{ | |
"name": "between", | |
"decimal": "8812", | |
"hex": "226C" | |
}, | |
{ | |
"name": "not equivalent to", | |
"decimal": "8813", | |
"hex": "226D" | |
}, | |
{ | |
"name": "not less-than", | |
"decimal": "8814", | |
"hex": "226E" | |
}, | |
{ | |
"name": "not greater-than", | |
"decimal": "8815", | |
"hex": "226F" | |
}, | |
{ | |
"name": "neither less-than nor equal to", | |
"decimal": "8816", | |
"hex": "2270" | |
}, | |
{ | |
"name": "neither greater-than nor equal to", | |
"decimal": "8817", | |
"hex": "2271" | |
}, | |
{ | |
"name": "less-than or equivalent to", | |
"decimal": "8818", | |
"hex": "2272" | |
}, | |
{ | |
"name": "greater-than or equivalent to", | |
"decimal": "8819", | |
"hex": "2273" | |
}, | |
{ | |
"name": "neither less-than nor equivalent to", | |
"decimal": "8820", | |
"hex": "2274" | |
}, | |
{ | |
"name": "neither greater-than nor equivalent to", | |
"decimal": "8821", | |
"hex": "2275" | |
}, | |
{ | |
"name": "less-than or greater-than", | |
"decimal": "8822", | |
"hex": "2276" | |
}, | |
{ | |
"name": "greater-than or less-than", | |
"decimal": "8823", | |
"hex": "2277" | |
}, | |
{ | |
"name": "neither less-than nor greater-than", | |
"decimal": "8824", | |
"hex": "2278" | |
}, | |
{ | |
"name": "neither greater-than nor less-than", | |
"decimal": "8825", | |
"hex": "2279" | |
}, | |
{ | |
"name": "precedes", | |
"decimal": "8826", | |
"hex": "227A" | |
}, | |
{ | |
"name": "succeeds", | |
"decimal": "8827", | |
"hex": "227B" | |
}, | |
{ | |
"name": "precedes or equal to", | |
"decimal": "8828", | |
"hex": "227C" | |
}, | |
{ | |
"name": "succeeds or equal to", | |
"decimal": "8829", | |
"hex": "227D" | |
}, | |
{ | |
"name": "precedes or equivalent to", | |
"decimal": "8830", | |
"hex": "227E" | |
}, | |
{ | |
"name": "succeeds or equivalent to", | |
"decimal": "8831", | |
"hex": "227F" | |
}, | |
{ | |
"name": "does not precede", | |
"decimal": "8832", | |
"hex": "2280" | |
}, | |
{ | |
"name": "does not succeed", | |
"decimal": "8833", | |
"hex": "2281" | |
}, | |
{ | |
"name": "subset of", | |
"decimal": "8834", | |
"hex": "2282" | |
}, | |
{ | |
"name": "superset of", | |
"decimal": "8835", | |
"hex": "2283" | |
}, | |
{ | |
"name": "not a subset of", | |
"decimal": "8836", | |
"hex": "2284" | |
}, | |
{ | |
"name": "not a superset of", | |
"decimal": "8837", | |
"hex": "2285" | |
}, | |
{ | |
"name": "subset of or equal to", | |
"decimal": "8838", | |
"hex": "2286" | |
}, | |
{ | |
"name": "superset of or equal to", | |
"decimal": "8839", | |
"hex": "2287" | |
}, | |
{ | |
"name": "neither a subset of nor equal to", | |
"decimal": "8840", | |
"hex": "2288" | |
}, | |
{ | |
"name": "neither a superset of nor equal to", | |
"decimal": "8841", | |
"hex": "2289" | |
}, | |
{ | |
"name": "subset of with not equal to", | |
"decimal": "8842", | |
"hex": "228A" | |
}, | |
{ | |
"name": "superset of with not equal to", | |
"decimal": "8843", | |
"hex": "228B" | |
}, | |
{ | |
"name": "multiset", | |
"decimal": "8844", | |
"hex": "228C" | |
}, | |
{ | |
"name": "multiset multiplication", | |
"decimal": "8845", | |
"hex": "228D" | |
}, | |
{ | |
"name": "multiset union", | |
"decimal": "8846", | |
"hex": "228E" | |
}, | |
{ | |
"name": "square image of", | |
"decimal": "8847", | |
"hex": "228F" | |
}, | |
{ | |
"name": "square original of", | |
"decimal": "8848", | |
"hex": "2290" | |
}, | |
{ | |
"name": "square image of or equal to", | |
"decimal": "8849", | |
"hex": "2291" | |
}, | |
{ | |
"name": "square original of or equal to", | |
"decimal": "8850", | |
"hex": "2292" | |
}, | |
{ | |
"name": "square cap", | |
"decimal": "8851", | |
"hex": "2293" | |
}, | |
{ | |
"name": "square cup", | |
"decimal": "8852", | |
"hex": "2294" | |
}, | |
{ | |
"name": "circled plus", | |
"decimal": "8853", | |
"hex": "2295" | |
}, | |
{ | |
"name": "circled minus", | |
"decimal": "8854", | |
"hex": "2296" | |
}, | |
{ | |
"name": "circled times", | |
"decimal": "8855", | |
"hex": "2297" | |
}, | |
{ | |
"name": "circled division slash", | |
"decimal": "8856", | |
"hex": "2298" | |
}, | |
{ | |
"name": "circled dot operator", | |
"decimal": "8857", | |
"hex": "2299" | |
}, | |
{ | |
"name": "circled ring operator", | |
"decimal": "8858", | |
"hex": "229A" | |
}, | |
{ | |
"name": "circled asterisk operator", | |
"decimal": "8859", | |
"hex": "229B" | |
}, | |
{ | |
"name": "circled equals", | |
"decimal": "8860", | |
"hex": "229C" | |
}, | |
{ | |
"name": "circled dash", | |
"decimal": "8861", | |
"hex": "229D" | |
}, | |
{ | |
"name": "squared plus", | |
"decimal": "8862", | |
"hex": "229E" | |
}, | |
{ | |
"name": "squared minus", | |
"decimal": "8863", | |
"hex": "229F" | |
}, | |
{ | |
"name": "squared times", | |
"decimal": "8864", | |
"hex": "22A0" | |
}, | |
{ | |
"name": "squared dot operator", | |
"decimal": "8865", | |
"hex": "22A1" | |
}, | |
{ | |
"name": "right tack", | |
"decimal": "8866", | |
"hex": "22A2" | |
}, | |
{ | |
"name": "left tack", | |
"decimal": "8867", | |
"hex": "22A3" | |
}, | |
{ | |
"name": "down tack", | |
"decimal": "8868", | |
"hex": "22A4" | |
}, | |
{ | |
"name": "up tack", | |
"decimal": "8869", | |
"hex": "22A5" | |
}, | |
{ | |
"name": "assertion", | |
"decimal": "8870", | |
"hex": "22A6" | |
}, | |
{ | |
"name": "models", | |
"decimal": "8871", | |
"hex": "22A7" | |
}, | |
{ | |
"name": "true", | |
"decimal": "8872", | |
"hex": "22A8" | |
}, | |
{ | |
"name": "forces", | |
"decimal": "8873", | |
"hex": "22A9" | |
}, | |
{ | |
"name": "triple vertical bar right turnstile", | |
"decimal": "8874", | |
"hex": "22AA" | |
}, | |
{ | |
"name": "double vertical bar double right turnstile", | |
"decimal": "8875", | |
"hex": "22AB" | |
}, | |
{ | |
"name": "does not prove", | |
"decimal": "8876", | |
"hex": "22AC" | |
}, | |
{ | |
"name": "not true", | |
"decimal": "8877", | |
"hex": "22AD" | |
}, | |
{ | |
"name": "does not force", | |
"decimal": "8878", | |
"hex": "22AE" | |
}, | |
{ | |
"name": "negated double vertical bar double right turnstile", | |
"decimal": "8879", | |
"hex": "22AF" | |
}, | |
{ | |
"name": "precedes under relation", | |
"decimal": "8880", | |
"hex": "22B0" | |
}, | |
{ | |
"name": "succeeds under relation", | |
"decimal": "8881", | |
"hex": "22B1" | |
}, | |
{ | |
"name": "normal subgroup of", | |
"decimal": "8882", | |
"hex": "22B2" | |
}, | |
{ | |
"name": "contains as normal subgroup", | |
"decimal": "8883", | |
"hex": "22B3" | |
}, | |
{ | |
"name": "normal subgroup of or equal to", | |
"decimal": "8884", | |
"hex": "22B4" | |
}, | |
{ | |
"name": "contains as normal subgroup or equal to", | |
"decimal": "8885", | |
"hex": "22B5" | |
}, | |
{ | |
"name": "original of", | |
"decimal": "8886", | |
"hex": "22B6" | |
}, | |
{ | |
"name": "image of", | |
"decimal": "8887", | |
"hex": "22B7" | |
}, | |
{ | |
"name": "multimap", | |
"decimal": "8888", | |
"hex": "22B8" | |
}, | |
{ | |
"name": "hermitian conjugate matrix", | |
"decimal": "8889", | |
"hex": "22B9" | |
}, | |
{ | |
"name": "intercalate", | |
"decimal": "8890", | |
"hex": "22BA" | |
}, | |
{ | |
"name": "xor", | |
"decimal": "8891", | |
"hex": "22BB" | |
}, | |
{ | |
"name": "nand", | |
"decimal": "8892", | |
"hex": "22BC" | |
}, | |
{ | |
"name": "nor", | |
"decimal": "8893", | |
"hex": "22BD" | |
}, | |
{ | |
"name": "right angle with arc", | |
"decimal": "8894", | |
"hex": "22BE" | |
}, | |
{ | |
"name": "right triangle", | |
"decimal": "8895", | |
"hex": "22BF" | |
}, | |
{ | |
"name": "n-ary logical and", | |
"decimal": "8896", | |
"hex": "22C0" | |
}, | |
{ | |
"name": "n-ary logical or", | |
"decimal": "8897", | |
"hex": "22C1" | |
}, | |
{ | |
"name": "n-ary intersection", | |
"decimal": "8898", | |
"hex": "22C2" | |
}, | |
{ | |
"name": "n-ary union", | |
"decimal": "8899", | |
"hex": "22C3" | |
}, | |
{ | |
"name": "diamond operator", | |
"decimal": "8900", | |
"hex": "22C4" | |
}, | |
{ | |
"name": "dot operator", | |
"decimal": "8901", | |
"hex": "22C5" | |
}, | |
{ | |
"name": "star operator", | |
"decimal": "8902", | |
"hex": "22C6" | |
}, | |
{ | |
"name": "division times", | |
"decimal": "8903", | |
"hex": "22C7" | |
}, | |
{ | |
"name": "bowtie", | |
"decimal": "8904", | |
"hex": "22C8" | |
}, | |
{ | |
"name": "left normal factor semidirect product", | |
"decimal": "8905", | |
"hex": "22C9" | |
}, | |
{ | |
"name": "right normal factor semidirect product", | |
"decimal": "8906", | |
"hex": "22CA" | |
}, | |
{ | |
"name": "left semidirect product", | |
"decimal": "8907", | |
"hex": "22CB" | |
}, | |
{ | |
"name": "right semidirect product", | |
"decimal": "8908", | |
"hex": "22CC" | |
}, | |
{ | |
"name": "reversed tilde equals", | |
"decimal": "8909", | |
"hex": "22CD" | |
}, | |
{ | |
"name": "curly logical or", | |
"decimal": "8910", | |
"hex": "22CE" | |
}, | |
{ | |
"name": "curly logical and", | |
"decimal": "8911", | |
"hex": "22CF" | |
}, | |
{ | |
"name": "double subset", | |
"decimal": "8912", | |
"hex": "22D0" | |
}, | |
{ | |
"name": "double superset", | |
"decimal": "8913", | |
"hex": "22D1" | |
}, | |
{ | |
"name": "double intersection", | |
"decimal": "8914", | |
"hex": "22D2" | |
}, | |
{ | |
"name": "double union", | |
"decimal": "8915", | |
"hex": "22D3" | |
}, | |
{ | |
"name": "pitchfork", | |
"decimal": "8916", | |
"hex": "22D4" | |
}, | |
{ | |
"name": "equal and parallel to", | |
"decimal": "8917", | |
"hex": "22D5" | |
}, | |
{ | |
"name": "less-than with dot", | |
"decimal": "8918", | |
"hex": "22D6" | |
}, | |
{ | |
"name": "greater-than with dot", | |
"decimal": "8919", | |
"hex": "22D7" | |
}, | |
{ | |
"name": "very much less-than", | |
"decimal": "8920", | |
"hex": "22D8" | |
}, | |
{ | |
"name": "very much greater-than", | |
"decimal": "8921", | |
"hex": "22D9" | |
}, | |
{ | |
"name": "less-than equal to or greater-than", | |
"decimal": "8922", | |
"hex": "22DA" | |
}, | |
{ | |
"name": "greater-than equal to or less-than", | |
"decimal": "8923", | |
"hex": "22DB" | |
}, | |
{ | |
"name": "equal to or less-than", | |
"decimal": "8924", | |
"hex": "22DC" | |
}, | |
{ | |
"name": "equal to or greater-than", | |
"decimal": "8925", | |
"hex": "22DD" | |
}, | |
{ | |
"name": "equal to or precedes", | |
"decimal": "8926", | |
"hex": "22DE" | |
}, | |
{ | |
"name": "equal to or succeeds", | |
"decimal": "8927", | |
"hex": "22DF" | |
}, | |
{ | |
"name": "does not precede or equal", | |
"decimal": "8928", | |
"hex": "22E0" | |
}, | |
{ | |
"name": "does not succeed or equal", | |
"decimal": "8929", | |
"hex": "22E1" | |
}, | |
{ | |
"name": "not square image of or equal to", | |
"decimal": "8930", | |
"hex": "22E2" | |
}, | |
{ | |
"name": "not square original of or equal to", | |
"decimal": "8931", | |
"hex": "22E3" | |
}, | |
{ | |
"name": "square image of or not equal to", | |
"decimal": "8932", | |
"hex": "22E4" | |
}, | |
{ | |
"name": "square original of or not equal to", | |
"decimal": "8933", | |
"hex": "22E5" | |
}, | |
{ | |
"name": "less-than but not equivalent to", | |
"decimal": "8934", | |
"hex": "22E6" | |
}, | |
{ | |
"name": "greater-than but not equivalent to", | |
"decimal": "8935", | |
"hex": "22E7" | |
}, | |
{ | |
"name": "precedes but not equivalent to", | |
"decimal": "8936", | |
"hex": "22E8" | |
}, | |
{ | |
"name": "succeeds but not equivalent to", | |
"decimal": "8937", | |
"hex": "22E9" | |
}, | |
{ | |
"name": "not normal subgroup of", | |
"decimal": "8938", | |
"hex": "22EA" | |
}, | |
{ | |
"name": "does not contain as normal subgroup", | |
"decimal": "8939", | |
"hex": "22EB" | |
}, | |
{ | |
"name": "not normal subgroup of or equal to", | |
"decimal": "8940", | |
"hex": "22EC" | |
}, | |
{ | |
"name": "does not contain as normal subgroup or equal", | |
"decimal": "8941", | |
"hex": "22ED" | |
}, | |
{ | |
"name": "vertical ellipsis", | |
"decimal": "8942", | |
"hex": "22EE" | |
}, | |
{ | |
"name": "midline horizontal ellipsis", | |
"decimal": "8943", | |
"hex": "22EF" | |
}, | |
{ | |
"name": "up right diagonal ellipsis", | |
"decimal": "8944", | |
"hex": "22F0" | |
}, | |
{ | |
"name": "down right diagonal ellipsis", | |
"decimal": "8945", | |
"hex": "22F1" | |
} | |
], | |
"Miscellaneous Technical": [ | |
{ | |
"name": "diameter sign", | |
"decimal": "8960", | |
"hex": "2300" | |
}, | |
{ | |
"name": "electric arrow", | |
"decimal": "8961", | |
"hex": "2301" | |
}, | |
{ | |
"name": "house", | |
"decimal": "8962", | |
"hex": "2302" | |
}, | |
{ | |
"name": "up arrowhead", | |
"decimal": "8963", | |
"hex": "2303" | |
}, | |
{ | |
"name": "down arrowhead", | |
"decimal": "8964", | |
"hex": "2304" | |
}, | |
{ | |
"name": "projective", | |
"decimal": "8965", | |
"hex": "2305" | |
}, | |
{ | |
"name": "perspective", | |
"decimal": "8966", | |
"hex": "2306" | |
}, | |
{ | |
"name": "wavy line", | |
"decimal": "8967", | |
"hex": "2307" | |
}, | |
{ | |
"name": "left ceiling", | |
"decimal": "8968", | |
"hex": "2308" | |
}, | |
{ | |
"name": "right ceiling", | |
"decimal": "8969", | |
"hex": "2309" | |
}, | |
{ | |
"name": "left floor", | |
"decimal": "8970", | |
"hex": "230A" | |
}, | |
{ | |
"name": "right floor", | |
"decimal": "8971", | |
"hex": "230B" | |
}, | |
{ | |
"name": "bottom right crop", | |
"decimal": "8972", | |
"hex": "230C" | |
}, | |
{ | |
"name": "bottom left crop", | |
"decimal": "8973", | |
"hex": "230D" | |
}, | |
{ | |
"name": "top right crop", | |
"decimal": "8974", | |
"hex": "230E" | |
}, | |
{ | |
"name": "top left crop", | |
"decimal": "8975", | |
"hex": "230F" | |
}, | |
{ | |
"name": "reversed not sign", | |
"decimal": "8976", | |
"hex": "2310" | |
}, | |
{ | |
"name": "square lozenge", | |
"decimal": "8977", | |
"hex": "2311" | |
}, | |
{ | |
"name": "arc", | |
"decimal": "8978", | |
"hex": "2312" | |
}, | |
{ | |
"name": "segment", | |
"decimal": "8979", | |
"hex": "2313" | |
}, | |
{ | |
"name": "sector", | |
"decimal": "8980", | |
"hex": "2314" | |
}, | |
{ | |
"name": "telephone recorder", | |
"decimal": "8981", | |
"hex": "2315" | |
}, | |
{ | |
"name": "position indicator", | |
"decimal": "8982", | |
"hex": "2316" | |
}, | |
{ | |
"name": "viewdata square", | |
"decimal": "8983", | |
"hex": "2317" | |
}, | |
{ | |
"name": "place of interest sign", | |
"decimal": "8984", | |
"hex": "2318" | |
}, | |
{ | |
"name": "turned not sign", | |
"decimal": "8985", | |
"hex": "2319" | |
}, | |
{ | |
"name": "watch", | |
"decimal": "8986", | |
"hex": "231A" | |
}, | |
{ | |
"name": "hourglass", | |
"decimal": "8987", | |
"hex": "231B" | |
}, | |
{ | |
"name": "top left corner", | |
"decimal": "8988", | |
"hex": "231C" | |
}, | |
{ | |
"name": "top right corner", | |
"decimal": "8989", | |
"hex": "231D" | |
}, | |
{ | |
"name": "bottom left corner", | |
"decimal": "8990", | |
"hex": "231E" | |
}, | |
{ | |
"name": "bottom right corner", | |
"decimal": "8991", | |
"hex": "231F" | |
}, | |
{ | |
"name": "top half integral", | |
"decimal": "8992", | |
"hex": "2320" | |
}, | |
{ | |
"name": "bottom half integral", | |
"decimal": "8993", | |
"hex": "2321" | |
}, | |
{ | |
"name": "frown", | |
"decimal": "8994", | |
"hex": "2322" | |
}, | |
{ | |
"name": "smile", | |
"decimal": "8995", | |
"hex": "2323" | |
}, | |
{ | |
"name": "up arrowhead between two horizontal bars", | |
"decimal": "8996", | |
"hex": "2324" | |
}, | |
{ | |
"name": "option key", | |
"decimal": "8997", | |
"hex": "2325" | |
}, | |
{ | |
"name": "erase to the right", | |
"decimal": "8998", | |
"hex": "2326" | |
}, | |
{ | |
"name": "x in a rectangle box", | |
"decimal": "8999", | |
"hex": "2327" | |
}, | |
{ | |
"name": "keyboard", | |
"decimal": "9000", | |
"hex": "2328" | |
}, | |
{ | |
"name": "left-pointing angle bracket", | |
"decimal": "9001", | |
"hex": "2329" | |
}, | |
{ | |
"name": "right-pointing angle bracket", | |
"decimal": "9002", | |
"hex": "232A" | |
}, | |
{ | |
"name": "erase to the left", | |
"decimal": "9003", | |
"hex": "232B" | |
}, | |
{ | |
"name": "benzene ring", | |
"decimal": "9004", | |
"hex": "232C" | |
}, | |
{ | |
"name": "cylindricity", | |
"decimal": "9005", | |
"hex": "232D" | |
}, | |
{ | |
"name": "all around-profile", | |
"decimal": "9006", | |
"hex": "232E" | |
}, | |
{ | |
"name": "symmetry", | |
"decimal": "9007", | |
"hex": "232F" | |
}, | |
{ | |
"name": "total runout", | |
"decimal": "9008", | |
"hex": "2330" | |
}, | |
{ | |
"name": "dimension origin", | |
"decimal": "9009", | |
"hex": "2331" | |
}, | |
{ | |
"name": "conical taper", | |
"decimal": "9010", | |
"hex": "2332" | |
}, | |
{ | |
"name": "slope", | |
"decimal": "9011", | |
"hex": "2333" | |
}, | |
{ | |
"name": "counterbore", | |
"decimal": "9012", | |
"hex": "2334" | |
}, | |
{ | |
"name": "countersink", | |
"decimal": "9013", | |
"hex": "2335" | |
}, | |
{ | |
"name": "apl functional symbol i-beam", | |
"decimal": "9014", | |
"hex": "2336" | |
}, | |
{ | |
"name": "apl functional symbol squish quad", | |
"decimal": "9015", | |
"hex": "2337" | |
}, | |
{ | |
"name": "apl functional symbol quad equal", | |
"decimal": "9016", | |
"hex": "2338" | |
}, | |
{ | |
"name": "apl functional symbol quad divide", | |
"decimal": "9017", | |
"hex": "2339" | |
}, | |
{ | |
"name": "apl functional symbol quad diamond", | |
"decimal": "9018", | |
"hex": "233A" | |
}, | |
{ | |
"name": "apl functional symbol quad jot", | |
"decimal": "9019", | |
"hex": "233B" | |
}, | |
{ | |
"name": "apl functional symbol quad circle", | |
"decimal": "9020", | |
"hex": "233C" | |
}, | |
{ | |
"name": "apl functional symbol circle stile", | |
"decimal": "9021", | |
"hex": "233D" | |
}, | |
{ | |
"name": "apl functional symbol circle jot", | |
"decimal": "9022", | |
"hex": "233E" | |
}, | |
{ | |
"name": "apl functional symbol slash bar", | |
"decimal": "9023", | |
"hex": "233F" | |
}, | |
{ | |
"name": "apl functional symbol backslash bar", | |
"decimal": "9024", | |
"hex": "2340" | |
}, | |
{ | |
"name": "apl functional symbol quad slash", | |
"decimal": "9025", | |
"hex": "2341" | |
}, | |
{ | |
"name": "apl functional symbol quad backslash", | |
"decimal": "9026", | |
"hex": "2342" | |
}, | |
{ | |
"name": "apl functional symbol quad less-than", | |
"decimal": "9027", | |
"hex": "2343" | |
}, | |
{ | |
"name": "apl functional symbol quad greater-than", | |
"decimal": "9028", | |
"hex": "2344" | |
}, | |
{ | |
"name": "apl functional symbol leftwards vane", | |
"decimal": "9029", | |
"hex": "2345" | |
}, | |
{ | |
"name": "apl functional symbol rightwards vane", | |
"decimal": "9030", | |
"hex": "2346" | |
}, | |
{ | |
"name": "apl functional symbol quad leftwards arrow", | |
"decimal": "9031", | |
"hex": "2347" | |
}, | |
{ | |
"name": "apl functional symbol quad rightwards arrow", | |
"decimal": "9032", | |
"hex": "2348" | |
}, | |
{ | |
"name": "apl functional symbol circle backslash", | |
"decimal": "9033", | |
"hex": "2349" | |
}, | |
{ | |
"name": "apl functional symbol down tack underbar", | |
"decimal": "9034", | |
"hex": "234A" | |
}, | |
{ | |
"name": "apl functional symbol delta stile", | |
"decimal": "9035", | |
"hex": "234B" | |
}, | |
{ | |
"name": "apl functional symbol quad down caret", | |
"decimal": "9036", | |
"hex": "234C" | |
}, | |
{ | |
"name": "apl functional symbol quad delta", | |
"decimal": "9037", | |
"hex": "234D" | |
}, | |
{ | |
"name": "apl functional symbol down tack jot", | |
"decimal": "9038", | |
"hex": "234E" | |
}, | |
{ | |
"name": "apl functional symbol upwards vane", | |
"decimal": "9039", | |
"hex": "234F" | |
}, | |
{ | |
"name": "apl functional symbol quad upwards arrow", | |
"decimal": "9040", | |
"hex": "2350" | |
}, | |
{ | |
"name": "apl functional symbol up tack overbar", | |
"decimal": "9041", | |
"hex": "2351" | |
}, | |
{ | |
"name": "apl functional symbol del stile", | |
"decimal": "9042", | |
"hex": "2352" | |
}, | |
{ | |
"name": "apl functional symbol quad up caret", | |
"decimal": "9043", | |
"hex": "2353" | |
}, | |
{ | |
"name": "apl functional symbol quad del", | |
"decimal": "9044", | |
"hex": "2354" | |
}, | |
{ | |
"name": "apl functional symbol up tack jot", | |
"decimal": "9045", | |
"hex": "2355" | |
}, | |
{ | |
"name": "apl functional symbol downwards vane", | |
"decimal": "9046", | |
"hex": "2356" | |
}, | |
{ | |
"name": "apl functional symbol quad downwards arrow", | |
"decimal": "9047", | |
"hex": "2357" | |
}, | |
{ | |
"name": "apl functional symbol quote underbar", | |
"decimal": "9048", | |
"hex": "2358" | |
}, | |
{ | |
"name": "apl functional symbol delta underbar", | |
"decimal": "9049", | |
"hex": "2359" | |
}, | |
{ | |
"name": "apl functional symbol diamond underbar", | |
"decimal": "9050", | |
"hex": "235A" | |
}, | |
{ | |
"name": "apl functional symbol jot underbar", | |
"decimal": "9051", | |
"hex": "235B" | |
}, | |
{ | |
"name": "apl functional symbol circle underbar", | |
"decimal": "9052", | |
"hex": "235C" | |
}, | |
{ | |
"name": "apl functional symbol up shoe jot", | |
"decimal": "9053", | |
"hex": "235D" | |
}, | |
{ | |
"name": "apl functional symbol quote quad", | |
"decimal": "9054", | |
"hex": "235E" | |
}, | |
{ | |
"name": "apl functional symbol circle star", | |
"decimal": "9055", | |
"hex": "235F" | |
}, | |
{ | |
"name": "apl functional symbol quad colon", | |
"decimal": "9056", | |
"hex": "2360" | |
}, | |
{ | |
"name": "apl functional symbol up tack diaeresis", | |
"decimal": "9057", | |
"hex": "2361" | |
}, | |
{ | |
"name": "apl functional symbol del diaeresis", | |
"decimal": "9058", | |
"hex": "2362" | |
}, | |
{ | |
"name": "apl functional symbol star diaeresis", | |
"decimal": "9059", | |
"hex": "2363" | |
}, | |
{ | |
"name": "apl functional symbol jot diaeresis", | |
"decimal": "9060", | |
"hex": "2364" | |
}, | |
{ | |
"name": "apl functional symbol circle diaeresis", | |
"decimal": "9061", | |
"hex": "2365" | |
}, | |
{ | |
"name": "apl functional symbol down shoe stile", | |
"decimal": "9062", | |
"hex": "2366" | |
}, | |
{ | |
"name": "apl functional symbol left shoe stile", | |
"decimal": "9063", | |
"hex": "2367" | |
}, | |
{ | |
"name": "apl functional symbol tilde diaeresis", | |
"decimal": "9064", | |
"hex": "2368" | |
}, | |
{ | |
"name": "apl functional symbol greater-than diaeresis", | |
"decimal": "9065", | |
"hex": "2369" | |
}, | |
{ | |
"name": "apl functional symbol comma bar", | |
"decimal": "9066", | |
"hex": "236A" | |
}, | |
{ | |
"name": "apl functional symbol del tilde", | |
"decimal": "9067", | |
"hex": "236B" | |
}, | |
{ | |
"name": "apl functional symbol zilde", | |
"decimal": "9068", | |
"hex": "236C" | |
}, | |
{ | |
"name": "apl functional symbol stile tilde", | |
"decimal": "9069", | |
"hex": "236D" | |
}, | |
{ | |
"name": "apl functional symbol semicolon underbar", | |
"decimal": "9070", | |
"hex": "236E" | |
}, | |
{ | |
"name": "apl functional symbol quad not equal", | |
"decimal": "9071", | |
"hex": "236F" | |
}, | |
{ | |
"name": "apl functional symbol quad question", | |
"decimal": "9072", | |
"hex": "2370" | |
}, | |
{ | |
"name": "apl functional symbol down caret tilde", | |
"decimal": "9073", | |
"hex": "2371" | |
}, | |
{ | |
"name": "apl functional symbol up caret tilde", | |
"decimal": "9074", | |
"hex": "2372" | |
}, | |
{ | |
"name": "apl functional symbol iota", | |
"decimal": "9075", | |
"hex": "2373" | |
}, | |
{ | |
"name": "apl functional symbol rho", | |
"decimal": "9076", | |
"hex": "2374" | |
}, | |
{ | |
"name": "apl functional symbol omega", | |
"decimal": "9077", | |
"hex": "2375" | |
}, | |
{ | |
"name": "apl functional symbol alpha underbar", | |
"decimal": "9078", | |
"hex": "2376" | |
}, | |
{ | |
"name": "apl functional symbol epsilon underbar", | |
"decimal": "9079", | |
"hex": "2377" | |
}, | |
{ | |
"name": "apl functional symbol iota underbar", | |
"decimal": "9080", | |
"hex": "2378" | |
}, | |
{ | |
"name": "apl functional symbol omega underbar", | |
"decimal": "9081", | |
"hex": "2379" | |
}, | |
{ | |
"name": "apl functional symbol alpha", | |
"decimal": "9082", | |
"hex": "237A" | |
}, | |
{ | |
"name": "not check mark", | |
"decimal": "9083", | |
"hex": "237B" | |
}, | |
{ | |
"name": "shouldered open box", | |
"decimal": "9085", | |
"hex": "237D" | |
}, | |
{ | |
"name": "bell symbol", | |
"decimal": "9086", | |
"hex": "237E" | |
}, | |
{ | |
"name": "vertical line with middle dot", | |
"decimal": "9087", | |
"hex": "237F" | |
}, | |
{ | |
"name": "insertion symbol", | |
"decimal": "9088", | |
"hex": "2380" | |
}, | |
{ | |
"name": "continuous underline symbol", | |
"decimal": "9089", | |
"hex": "2381" | |
}, | |
{ | |
"name": "discontinuous underline symbol", | |
"decimal": "9090", | |
"hex": "2382" | |
}, | |
{ | |
"name": "emphasis symbol", | |
"decimal": "9091", | |
"hex": "2383" | |
}, | |
{ | |
"name": "composition symbol", | |
"decimal": "9092", | |
"hex": "2384" | |
}, | |
{ | |
"name": "white square with centre vertical line", | |
"decimal": "9093", | |
"hex": "2385" | |
}, | |
{ | |
"name": "enter symbol", | |
"decimal": "9094", | |
"hex": "2386" | |
}, | |
{ | |
"name": "alternative key symbol", | |
"decimal": "9095", | |
"hex": "2387" | |
}, | |
{ | |
"name": "helm symbol", | |
"decimal": "9096", | |
"hex": "2388" | |
}, | |
{ | |
"name": "circled horizontal bar with notch", | |
"decimal": "9097", | |
"hex": "2389" | |
}, | |
{ | |
"name": "circled triangle down", | |
"decimal": "9098", | |
"hex": "238A" | |
}, | |
{ | |
"name": "broken circle with northwest arrow", | |
"decimal": "9099", | |
"hex": "238B" | |
}, | |
{ | |
"name": "undo symbol", | |
"decimal": "9100", | |
"hex": "238C" | |
}, | |
{ | |
"name": "monostable symbol", | |
"decimal": "9101", | |
"hex": "238D" | |
}, | |
{ | |
"name": "hysteresis symbol", | |
"decimal": "9102", | |
"hex": "238E" | |
}, | |
{ | |
"name": "open-circuit-output h-type symbol", | |
"decimal": "9103", | |
"hex": "238F" | |
}, | |
{ | |
"name": "open-circuit-output l-type symbol", | |
"decimal": "9104", | |
"hex": "2390" | |
}, | |
{ | |
"name": "passive-pull-down-output symbol", | |
"decimal": "9105", | |
"hex": "2391" | |
}, | |
{ | |
"name": "passive-pull-up-output symbol", | |
"decimal": "9106", | |
"hex": "2392" | |
}, | |
{ | |
"name": "direct current symbol form two", | |
"decimal": "9107", | |
"hex": "2393" | |
}, | |
{ | |
"name": "software-function symbol", | |
"decimal": "9108", | |
"hex": "2394" | |
}, | |
{ | |
"name": "apl functional symbol quad", | |
"decimal": "9109", | |
"hex": "2395" | |
}, | |
{ | |
"name": "decimal separator key symbol", | |
"decimal": "9110", | |
"hex": "2396" | |
}, | |
{ | |
"name": "previous page", | |
"decimal": "9111", | |
"hex": "2397" | |
}, | |
{ | |
"name": "next page", | |
"decimal": "9112", | |
"hex": "2398" | |
}, | |
{ | |
"name": "print screen symbol", | |
"decimal": "9113", | |
"hex": "2399" | |
}, | |
{ | |
"name": "clear screen symbol", | |
"decimal": "9114", | |
"hex": "239A" | |
} | |
], | |
"Control Pictures": [ | |
{ | |
"name": "symbol for null", | |
"decimal": "9216", | |
"hex": "2400" | |
}, | |
{ | |
"name": "symbol for start of heading", | |
"decimal": "9217", | |
"hex": "2401" | |
}, | |
{ | |
"name": "symbol for start of text", | |
"decimal": "9218", | |
"hex": "2402" | |
}, | |
{ | |
"name": "symbol for end of text", | |
"decimal": "9219", | |
"hex": "2403" | |
}, | |
{ | |
"name": "symbol for end of transmission", | |
"decimal": "9220", | |
"hex": "2404" | |
}, | |
{ | |
"name": "symbol for enquiry", | |
"decimal": "9221", | |
"hex": "2405" | |
}, | |
{ | |
"name": "symbol for acknowledge", | |
"decimal": "9222", | |
"hex": "2406" | |
}, | |
{ | |
"name": "symbol for bell", | |
"decimal": "9223", | |
"hex": "2407" | |
}, | |
{ | |
"name": "symbol for backspace", | |
"decimal": "9224", | |
"hex": "2408" | |
}, | |
{ | |
"name": "symbol for horizontal tabulation", | |
"decimal": "9225", | |
"hex": "2409" | |
}, | |
{ | |
"name": "symbol for line feed", | |
"decimal": "9226", | |
"hex": "240A" | |
}, | |
{ | |
"name": "symbol for vertical tabulation", | |
"decimal": "9227", | |
"hex": "240B" | |
}, | |
{ | |
"name": "symbol for form feed", | |
"decimal": "9228", | |
"hex": "240C" | |
}, | |
{ | |
"name": "symbol for carriage return", | |
"decimal": "9229", | |
"hex": "240D" | |
}, | |
{ | |
"name": "symbol for shift out", | |
"decimal": "9230", | |
"hex": "240E" | |
}, | |
{ | |
"name": "symbol for shift in", | |
"decimal": "9231", | |
"hex": "240F" | |
}, | |
{ | |
"name": "symbol for data link escape", | |
"decimal": "9232", | |
"hex": "2410" | |
}, | |
{ | |
"name": "symbol for device control one", | |
"decimal": "9233", | |
"hex": "2411" | |
}, | |
{ | |
"name": "symbol for device control two", | |
"decimal": "9234", | |
"hex": "2412" | |
}, | |
{ | |
"name": "symbol for device control three", | |
"decimal": "9235", | |
"hex": "2413" | |
}, | |
{ | |
"name": "symbol for device control four", | |
"decimal": "9236", | |
"hex": "2414" | |
}, | |
{ | |
"name": "symbol for negative acknowledge", | |
"decimal": "9237", | |
"hex": "2415" | |
}, | |
{ | |
"name": "symbol for synchronous idle", | |
"decimal": "9238", | |
"hex": "2416" | |
}, | |
{ | |
"name": "symbol for end of transmission block", | |
"decimal": "9239", | |
"hex": "2417" | |
}, | |
{ | |
"name": "symbol for cancel", | |
"decimal": "9240", | |
"hex": "2418" | |
}, | |
{ | |
"name": "symbol for end of medium", | |
"decimal": "9241", | |
"hex": "2419" | |
}, | |
{ | |
"name": "symbol for substitute", | |
"decimal": "9242", | |
"hex": "241A" | |
}, | |
{ | |
"name": "symbol for escape", | |
"decimal": "9243", | |
"hex": "241B" | |
}, | |
{ | |
"name": "symbol for file separator", | |
"decimal": "9244", | |
"hex": "241C" | |
}, | |
{ | |
"name": "symbol for group separator", | |
"decimal": "9245", | |
"hex": "241D" | |
}, | |
{ | |
"name": "symbol for record separator", | |
"decimal": "9246", | |
"hex": "241E" | |
}, | |
{ | |
"name": "symbol for unit separator", | |
"decimal": "9247", | |
"hex": "241F" | |
}, | |
{ | |
"name": "symbol for space", | |
"decimal": "9248", | |
"hex": "2420" | |
}, | |
{ | |
"name": "symbol for delete", | |
"decimal": "9249", | |
"hex": "2421" | |
}, | |
{ | |
"name": "blank symbol", | |
"decimal": "9250", | |
"hex": "2422" | |
}, | |
{ | |
"name": "open box", | |
"decimal": "9251", | |
"hex": "2423" | |
}, | |
{ | |
"name": "symbol for newline", | |
"decimal": "9252", | |
"hex": "2424" | |
}, | |
{ | |
"name": "symbol for delete form two", | |
"decimal": "9253", | |
"hex": "2425" | |
}, | |
{ | |
"name": "symbol for substitute form two", | |
"decimal": "9254", | |
"hex": "2426" | |
} | |
], | |
"Optical Character Recognition": [ | |
{ | |
"name": "ocr hook", | |
"decimal": "9280", | |
"hex": "2440" | |
}, | |
{ | |
"name": "ocr chair", | |
"decimal": "9281", | |
"hex": "2441" | |
}, | |
{ | |
"name": "ocr fork", | |
"decimal": "9282", | |
"hex": "2442" | |
}, | |
{ | |
"name": "ocr inverted fork", | |
"decimal": "9283", | |
"hex": "2443" | |
}, | |
{ | |
"name": "ocr belt buckle", | |
"decimal": "9284", | |
"hex": "2444" | |
}, | |
{ | |
"name": "ocr bow tie", | |
"decimal": "9285", | |
"hex": "2445" | |
}, | |
{ | |
"name": "ocr branch bank identification", | |
"decimal": "9286", | |
"hex": "2446" | |
}, | |
{ | |
"name": "ocr amount of check", | |
"decimal": "9287", | |
"hex": "2447" | |
}, | |
{ | |
"name": "ocr dash", | |
"decimal": "9288", | |
"hex": "2448" | |
}, | |
{ | |
"name": "ocr customer account number", | |
"decimal": "9289", | |
"hex": "2449" | |
}, | |
{ | |
"name": "ocr double backslash", | |
"decimal": "9290", | |
"hex": "244A" | |
} | |
], | |
"Enclosed Alphanumerics": [ | |
{ | |
"name": "circled digit one", | |
"decimal": "9312", | |
"hex": "2460" | |
}, | |
{ | |
"name": "circled digit two", | |
"decimal": "9313", | |
"hex": "2461" | |
}, | |
{ | |
"name": "circled digit three", | |
"decimal": "9314", | |
"hex": "2462" | |
}, | |
{ | |
"name": "circled digit four", | |
"decimal": "9315", | |
"hex": "2463" | |
}, | |
{ | |
"name": "circled digit five", | |
"decimal": "9316", | |
"hex": "2464" | |
}, | |
{ | |
"name": "circled digit six", | |
"decimal": "9317", | |
"hex": "2465" | |
}, | |
{ | |
"name": "circled digit seven", | |
"decimal": "9318", | |
"hex": "2466" | |
}, | |
{ | |
"name": "circled digit eight", | |
"decimal": "9319", | |
"hex": "2467" | |
}, | |
{ | |
"name": "circled digit nine", | |
"decimal": "9320", | |
"hex": "2468" | |
}, | |
{ | |
"name": "circled number ten", | |
"decimal": "9321", | |
"hex": "2469" | |
}, | |
{ | |
"name": "circled number eleven", | |
"decimal": "9322", | |
"hex": "246A" | |
}, | |
{ | |
"name": "circled number twelve", | |
"decimal": "9323", | |
"hex": "246B" | |
}, | |
{ | |
"name": "circled number thirteen", | |
"decimal": "9324", | |
"hex": "246C" | |
}, | |
{ | |
"name": "circled number fourteen", | |
"decimal": "9325", | |
"hex": "246D" | |
}, | |
{ | |
"name": "circled number fifteen", | |
"decimal": "9326", | |
"hex": "246E" | |
}, | |
{ | |
"name": "circled number sixteen", | |
"decimal": "9327", | |
"hex": "246F" | |
}, | |
{ | |
"name": "circled number seventeen", | |
"decimal": "9328", | |
"hex": "2470" | |
}, | |
{ | |
"name": "circled number eighteen", | |
"decimal": "9329", | |
"hex": "2471" | |
}, | |
{ | |
"name": "circled number nineteen", | |
"decimal": "9330", | |
"hex": "2472" | |
}, | |
{ | |
"name": "circled number twenty", | |
"decimal": "9331", | |
"hex": "2473" | |
}, | |
{ | |
"name": "parenthesized digit one", | |
"decimal": "9332", | |
"hex": "2474" | |
}, | |
{ | |
"name": "parenthesized digit two", | |
"decimal": "9333", | |
"hex": "2475" | |
}, | |
{ | |
"name": "parenthesized digit three", | |
"decimal": "9334", | |
"hex": "2476" | |
}, | |
{ | |
"name": "parenthesized digit four", | |
"decimal": "9335", | |
"hex": "2477" | |
}, | |
{ | |
"name": "parenthesized digit five", | |
"decimal": "9336", | |
"hex": "2478" | |
}, | |
{ | |
"name": "parenthesized digit six", | |
"decimal": "9337", | |
"hex": "2479" | |
}, | |
{ | |
"name": "parenthesized digit seven", | |
"decimal": "9338", | |
"hex": "247A" | |
}, | |
{ | |
"name": "parenthesized digit eight", | |
"decimal": "9339", | |
"hex": "247B" | |
}, | |
{ | |
"name": "parenthesized digit nine", | |
"decimal": "9340", | |
"hex": "247C" | |
}, | |
{ | |
"name": "parenthesized number ten", | |
"decimal": "9341", | |
"hex": "247D" | |
}, | |
{ | |
"name": "parenthesized number eleven", | |
"decimal": "9342", | |
"hex": "247E" | |
}, | |
{ | |
"name": "parenthesized number twelve", | |
"decimal": "9343", | |
"hex": "247F" | |
}, | |
{ | |
"name": "parenthesized number thirteen", | |
"decimal": "9344", | |
"hex": "2480" | |
}, | |
{ | |
"name": "parenthesized number fourteen", | |
"decimal": "9345", | |
"hex": "2481" | |
}, | |
{ | |
"name": "parenthesized number fifteen", | |
"decimal": "9346", | |
"hex": "2482" | |
}, | |
{ | |
"name": "parenthesized number sixteen", | |
"decimal": "9347", | |
"hex": "2483" | |
}, | |
{ | |
"name": "parenthesized number seventeen", | |
"decimal": "9348", | |
"hex": "2484" | |
}, | |
{ | |
"name": "parenthesized number eighteen", | |
"decimal": "9349", | |
"hex": "2485" | |
}, | |
{ | |
"name": "parenthesized number nineteen", | |
"decimal": "9350", | |
"hex": "2486" | |
}, | |
{ | |
"name": "parenthesized number twenty", | |
"decimal": "9351", | |
"hex": "2487" | |
}, | |
{ | |
"name": "digit one full stop", | |
"decimal": "9352", | |
"hex": "2488" | |
}, | |
{ | |
"name": "digit two full stop", | |
"decimal": "9353", | |
"hex": "2489" | |
}, | |
{ | |
"name": "digit three full stop", | |
"decimal": "9354", | |
"hex": "248A" | |
}, | |
{ | |
"name": "digit four full stop", | |
"decimal": "9355", | |
"hex": "248B" | |
}, | |
{ | |
"name": "digit five full stop", | |
"decimal": "9356", | |
"hex": "248C" | |
}, | |
{ | |
"name": "digit six full stop", | |
"decimal": "9357", | |
"hex": "248D" | |
}, | |
{ | |
"name": "digit seven full stop", | |
"decimal": "9358", | |
"hex": "248E" | |
}, | |
{ | |
"name": "digit eight full stop", | |
"decimal": "9359", | |
"hex": "248F" | |
}, | |
{ | |
"name": "digit nine full stop", | |
"decimal": "9360", | |
"hex": "2490" | |
}, | |
{ | |
"name": "number ten full stop", | |
"decimal": "9361", | |
"hex": "2491" | |
}, | |
{ | |
"name": "number eleven full stop", | |
"decimal": "9362", | |
"hex": "2492" | |
}, | |
{ | |
"name": "number twelve full stop", | |
"decimal": "9363", | |
"hex": "2493" | |
}, | |
{ | |
"name": "number thirteen full stop", | |
"decimal": "9364", | |
"hex": "2494" | |
}, | |
{ | |
"name": "number fourteen full stop", | |
"decimal": "9365", | |
"hex": "2495" | |
}, | |
{ | |
"name": "number fifteen full stop", | |
"decimal": "9366", | |
"hex": "2496" | |
}, | |
{ | |
"name": "number sixteen full stop", | |
"decimal": "9367", | |
"hex": "2497" | |
}, | |
{ | |
"name": "number seventeen full stop", | |
"decimal": "9368", | |
"hex": "2498" | |
}, | |
{ | |
"name": "number eighteen full stop", | |
"decimal": "9369", | |
"hex": "2499" | |
}, | |
{ | |
"name": "number nineteen full stop", | |
"decimal": "9370", | |
"hex": "249A" | |
}, | |
{ | |
"name": "number twenty full stop", | |
"decimal": "9371", | |
"hex": "249B" | |
}, | |
{ | |
"name": "parenthesized latin small letter a", | |
"decimal": "9372", | |
"hex": "249C" | |
}, | |
{ | |
"name": "parenthesized latin small letter b", | |
"decimal": "9373", | |
"hex": "249D" | |
}, | |
{ | |
"name": "parenthesized latin small letter c", | |
"decimal": "9374", | |
"hex": "249E" | |
}, | |
{ | |
"name": "parenthesized latin small letter d", | |
"decimal": "9375", | |
"hex": "249F" | |
}, | |
{ | |
"name": "parenthesized latin small letter e", | |
"decimal": "9376", | |
"hex": "24A0" | |
}, | |
{ | |
"name": "parenthesized latin small letter f", | |
"decimal": "9377", | |
"hex": "24A1" | |
}, | |
{ | |
"name": "parenthesized latin small letter g", | |
"decimal": "9378", | |
"hex": "24A2" | |
}, | |
{ | |
"name": "parenthesized latin small letter h", | |
"decimal": "9379", | |
"hex": "24A3" | |
}, | |
{ | |
"name": "parenthesized latin small letter i", | |
"decimal": "9380", | |
"hex": "24A4" | |
}, | |
{ | |
"name": "parenthesized latin small letter j", | |
"decimal": "9381", | |
"hex": "24A5" | |
}, | |
{ | |
"name": "parenthesized latin small letter k", | |
"decimal": "9382", | |
"hex": "24A6" | |
}, | |
{ | |
"name": "parenthesized latin small letter l", | |
"decimal": "9383", | |
"hex": "24A7" | |
}, | |
{ | |
"name": "parenthesized latin small letter m", | |
"decimal": "9384", | |
"hex": "24A8" | |
}, | |
{ | |
"name": "parenthesized latin small letter n", | |
"decimal": "9385", | |
"hex": "24A9" | |
}, | |
{ | |
"name": "parenthesized latin small letter o", | |
"decimal": "9386", | |
"hex": "24AA" | |
}, | |
{ | |
"name": "parenthesized latin small letter p", | |
"decimal": "9387", | |
"hex": "24AB" | |
}, | |
{ | |
"name": "parenthesized latin small letter q", | |
"decimal": "9388", | |
"hex": "24AC" | |
}, | |
{ | |
"name": "parenthesized latin small letter r", | |
"decimal": "9389", | |
"hex": "24AD" | |
}, | |
{ | |
"name": "parenthesized latin small letter s", | |
"decimal": "9390", | |
"hex": "24AE" | |
}, | |
{ | |
"name": "parenthesized latin small letter t", | |
"decimal": "9391", | |
"hex": "24AF" | |
}, | |
{ | |
"name": "parenthesized latin small letter u", | |
"decimal": "9392", | |
"hex": "24B0" | |
}, | |
{ | |
"name": "parenthesized latin small letter v", | |
"decimal": "9393", | |
"hex": "24B1" | |
}, | |
{ | |
"name": "parenthesized latin small letter w", | |
"decimal": "9394", | |
"hex": "24B2" | |
}, | |
{ | |
"name": "parenthesized latin small letter x", | |
"decimal": "9395", | |
"hex": "24B3" | |
}, | |
{ | |
"name": "parenthesized latin small letter y", | |
"decimal": "9396", | |
"hex": "24B4" | |
}, | |
{ | |
"name": "parenthesized latin small letter z", | |
"decimal": "9397", | |
"hex": "24B5" | |
}, | |
{ | |
"name": "circled latin capital letter a", | |
"decimal": "9398", | |
"hex": "24B6" | |
}, | |
{ | |
"name": "circled latin capital letter b", | |
"decimal": "9399", | |
"hex": "24B7" | |
}, | |
{ | |
"name": "circled latin capital letter c", | |
"decimal": "9400", | |
"hex": "24B8" | |
}, | |
{ | |
"name": "circled latin capital letter d", | |
"decimal": "9401", | |
"hex": "24B9" | |
}, | |
{ | |
"name": "circled latin capital letter e", | |
"decimal": "9402", | |
"hex": "24BA" | |
}, | |
{ | |
"name": "circled latin capital letter f", | |
"decimal": "9403", | |
"hex": "24BB" | |
}, | |
{ | |
"name": "circled latin capital letter g", | |
"decimal": "9404", | |
"hex": "24BC" | |
}, | |
{ | |
"name": "circled latin capital letter h", | |
"decimal": "9405", | |
"hex": "24BD" | |
}, | |
{ | |
"name": "circled latin capital letter i", | |
"decimal": "9406", | |
"hex": "24BE" | |
}, | |
{ | |
"name": "circled latin capital letter j", | |
"decimal": "9407", | |
"hex": "24BF" | |
}, | |
{ | |
"name": "circled latin capital letter k", | |
"decimal": "9408", | |
"hex": "24C0" | |
}, | |
{ | |
"name": "circled latin capital letter l", | |
"decimal": "9409", | |
"hex": "24C1" | |
}, | |
{ | |
"name": "circled latin capital letter m", | |
"decimal": "9410", | |
"hex": "24C2" | |
}, | |
{ | |
"name": "circled latin capital letter n", | |
"decimal": "9411", | |
"hex": "24C3" | |
}, | |
{ | |
"name": "circled latin capital letter o", | |
"decimal": "9412", | |
"hex": "24C4" | |
}, | |
{ | |
"name": "circled latin capital letter p", | |
"decimal": "9413", | |
"hex": "24C5" | |
}, | |
{ | |
"name": "circled latin capital letter q", | |
"decimal": "9414", | |
"hex": "24C6" | |
}, | |
{ | |
"name": "circled latin capital letter r", | |
"decimal": "9415", | |
"hex": "24C7" | |
}, | |
{ | |
"name": "circled latin capital letter s", | |
"decimal": "9416", | |
"hex": "24C8" | |
}, | |
{ | |
"name": "circled latin capital letter t", | |
"decimal": "9417", | |
"hex": "24C9" | |
}, | |
{ | |
"name": "circled latin capital letter u", | |
"decimal": "9418", | |
"hex": "24CA" | |
}, | |
{ | |
"name": "circled latin capital letter v", | |
"decimal": "9419", | |
"hex": "24CB" | |
}, | |
{ | |
"name": "circled latin capital letter w", | |
"decimal": "9420", | |
"hex": "24CC" | |
}, | |
{ | |
"name": "circled latin capital letter x", | |
"decimal": "9421", | |
"hex": "24CD" | |
}, | |
{ | |
"name": "circled latin capital letter y", | |
"decimal": "9422", | |
"hex": "24CE" | |
}, | |
{ | |
"name": "circled latin capital letter z", | |
"decimal": "9423", | |
"hex": "24CF" | |
}, | |
{ | |
"name": "circled latin small letter a", | |
"decimal": "9424", | |
"hex": "24D0" | |
}, | |
{ | |
"name": "circled latin small letter b", | |
"decimal": "9425", | |
"hex": "24D1" | |
}, | |
{ | |
"name": "circled latin small letter c", | |
"decimal": "9426", | |
"hex": "24D2" | |
}, | |
{ | |
"name": "circled latin small letter d", | |
"decimal": "9427", | |
"hex": "24D3" | |
}, | |
{ | |
"name": "circled latin small letter e", | |
"decimal": "9428", | |
"hex": "24D4" | |
}, | |
{ | |
"name": "circled latin small letter f", | |
"decimal": "9429", | |
"hex": "24D5" | |
}, | |
{ | |
"name": "circled latin small letter g", | |
"decimal": "9430", | |
"hex": "24D6" | |
}, | |
{ | |
"name": "circled latin small letter h", | |
"decimal": "9431", | |
"hex": "24D7" | |
}, | |
{ | |
"name": "circled latin small letter i", | |
"decimal": "9432", | |
"hex": "24D8" | |
}, | |
{ | |
"name": "circled latin small letter j", | |
"decimal": "9433", | |
"hex": "24D9" | |
}, | |
{ | |
"name": "circled latin small letter k", | |
"decimal": "9434", | |
"hex": "24DA" | |
}, | |
{ | |
"name": "circled latin small letter l", | |
"decimal": "9435", | |
"hex": "24DB" | |
}, | |
{ | |
"name": "circled latin small letter m", | |
"decimal": "9436", | |
"hex": "24DC" | |
}, | |
{ | |
"name": "circled latin small letter n", | |
"decimal": "9437", | |
"hex": "24DD" | |
}, | |
{ | |
"name": "circled latin small letter o", | |
"decimal": "9438", | |
"hex": "24DE" | |
}, | |
{ | |
"name": "circled latin small letter p", | |
"decimal": "9439", | |
"hex": "24DF" | |
}, | |
{ | |
"name": "circled latin small letter q", | |
"decimal": "9440", | |
"hex": "24E0" | |
}, | |
{ | |
"name": "circled latin small letter r", | |
"decimal": "9441", | |
"hex": "24E1" | |
}, | |
{ | |
"name": "circled latin small letter s", | |
"decimal": "9442", | |
"hex": "24E2" | |
}, | |
{ | |
"name": "circled latin small letter t", | |
"decimal": "9443", | |
"hex": "24E3" | |
}, | |
{ | |
"name": "circled latin small letter u", | |
"decimal": "9444", | |
"hex": "24E4" | |
}, | |
{ | |
"name": "circled latin small letter v", | |
"decimal": "9445", | |
"hex": "24E5" | |
}, | |
{ | |
"name": "circled latin small letter w", | |
"decimal": "9446", | |
"hex": "24E6" | |
}, | |
{ | |
"name": "circled latin small letter x", | |
"decimal": "9447", | |
"hex": "24E7" | |
}, | |
{ | |
"name": "circled latin small letter y", | |
"decimal": "9448", | |
"hex": "24E8" | |
}, | |
{ | |
"name": "circled latin small letter z", | |
"decimal": "9449", | |
"hex": "24E9" | |
}, | |
{ | |
"name": "circled digit zero", | |
"decimal": "9450", | |
"hex": "24EA" | |
} | |
], | |
"Box Drawing": [ | |
{ | |
"name": "box drawings light horizontal", | |
"decimal": "9472", | |
"hex": "2500" | |
}, | |
{ | |
"name": "box drawings heavy horizontal", | |
"decimal": "9473", | |
"hex": "2501" | |
}, | |
{ | |
"name": "box drawings light vertical", | |
"decimal": "9474", | |
"hex": "2502" | |
}, | |
{ | |
"name": "box drawings heavy vertical", | |
"decimal": "9475", | |
"hex": "2503" | |
}, | |
{ | |
"name": "box drawings light triple dash horizontal", | |
"decimal": "9476", | |
"hex": "2504" | |
}, | |
{ | |
"name": "box drawings heavy triple dash horizontal", | |
"decimal": "9477", | |
"hex": "2505" | |
}, | |
{ | |
"name": "box drawings light triple dash vertical", | |
"decimal": "9478", | |
"hex": "2506" | |
}, | |
{ | |
"name": "box drawings heavy triple dash vertical", | |
"decimal": "9479", | |
"hex": "2507" | |
}, | |
{ | |
"name": "box drawings light quadruple dash horizontal", | |
"decimal": "9480", | |
"hex": "2508" | |
}, | |
{ | |
"name": "box drawings heavy quadruple dash horizontal", | |
"decimal": "9481", | |
"hex": "2509" | |
}, | |
{ | |
"name": "box drawings light quadruple dash vertical", | |
"decimal": "9482", | |
"hex": "250A" | |
}, | |
{ | |
"name": "box drawings heavy quadruple dash vertical", | |
"decimal": "9483", | |
"hex": "250B" | |
}, | |
{ | |
"name": "box drawings light down and right", | |
"decimal": "9484", | |
"hex": "250C" | |
}, | |
{ | |
"name": "box drawings down light and right heavy", | |
"decimal": "9485", | |
"hex": "250D" | |
}, | |
{ | |
"name": "box drawings down heavy and right light", | |
"decimal": "9486", | |
"hex": "250E" | |
}, | |
{ | |
"name": "box drawings heavy down and right", | |
"decimal": "9487", | |
"hex": "250F" | |
}, | |
{ | |
"name": "box drawings light down and left", | |
"decimal": "9488", | |
"hex": "2510" | |
}, | |
{ | |
"name": "box drawings down light and left heavy", | |
"decimal": "9489", | |
"hex": "2511" | |
}, | |
{ | |
"name": "box drawings down heavy and left light", | |
"decimal": "9490", | |
"hex": "2512" | |
}, | |
{ | |
"name": "box drawings heavy down and left", | |
"decimal": "9491", | |
"hex": "2513" | |
}, | |
{ | |
"name": "box drawings light up and right", | |
"decimal": "9492", | |
"hex": "2514" | |
}, | |
{ | |
"name": "box drawings up light and right heavy", | |
"decimal": "9493", | |
"hex": "2515" | |
}, | |
{ | |
"name": "box drawings up heavy and right light", | |
"decimal": "9494", | |
"hex": "2516" | |
}, | |
{ | |
"name": "box drawings heavy up and right", | |
"decimal": "9495", | |
"hex": "2517" | |
}, | |
{ | |
"name": "box drawings light up and left", | |
"decimal": "9496", | |
"hex": "2518" | |
}, | |
{ | |
"name": "box drawings up light and left heavy", | |
"decimal": "9497", | |
"hex": "2519" | |
}, | |
{ | |
"name": "box drawings up heavy and left light", | |
"decimal": "9498", | |
"hex": "251A" | |
}, | |
{ | |
"name": "box drawings heavy up and left", | |
"decimal": "9499", | |
"hex": "251B" | |
}, | |
{ | |
"name": "box drawings light vertical and right", | |
"decimal": "9500", | |
"hex": "251C" | |
}, | |
{ | |
"name": "box drawings vertical light and right heavy", | |
"decimal": "9501", | |
"hex": "251D" | |
}, | |
{ | |
"name": "box drawings up heavy and right down light", | |
"decimal": "9502", | |
"hex": "251E" | |
}, | |
{ | |
"name": "box drawings down heavy and right up light", | |
"decimal": "9503", | |
"hex": "251F" | |
}, | |
{ | |
"name": "box drawings vertical heavy and right light", | |
"decimal": "9504", | |
"hex": "2520" | |
}, | |
{ | |
"name": "box drawings down light and right up heavy", | |
"decimal": "9505", | |
"hex": "2521" | |
}, | |
{ | |
"name": "box drawings up light and right down heavy", | |
"decimal": "9506", | |
"hex": "2522" | |
}, | |
{ | |
"name": "box drawings heavy vertical and right", | |
"decimal": "9507", | |
"hex": "2523" | |
}, | |
{ | |
"name": "box drawings light vertical and left", | |
"decimal": "9508", | |
"hex": "2524" | |
}, | |
{ | |
"name": "box drawings vertical light and left heavy", | |
"decimal": "9509", | |
"hex": "2525" | |
}, | |
{ | |
"name": "box drawings up heavy and left down light", | |
"decimal": "9510", | |
"hex": "2526" | |
}, | |
{ | |
"name": "box drawings down heavy and left up light", | |
"decimal": "9511", | |
"hex": "2527" | |
}, | |
{ | |
"name": "box drawings vertical heavy and left light", | |
"decimal": "9512", | |
"hex": "2528" | |
}, | |
{ | |
"name": "box drawings down light and left up heavy", | |
"decimal": "9513", | |
"hex": "2529" | |
}, | |
{ | |
"name": "box drawings up light and left down heavy", | |
"decimal": "9514", | |
"hex": "252A" | |
}, | |
{ | |
"name": "box drawings heavy vertical and left", | |
"decimal": "9515", | |
"hex": "252B" | |
}, | |
{ | |
"name": "box drawings light down and horizontal", | |
"decimal": "9516", | |
"hex": "252C" | |
}, | |
{ | |
"name": "box drawings left heavy and right down light", | |
"decimal": "9517", | |
"hex": "252D" | |
}, | |
{ | |
"name": "box drawings right heavy and left down light", | |
"decimal": "9518", | |
"hex": "252E" | |
}, | |
{ | |
"name": "box drawings down light and horizontal heavy", | |
"decimal": "9519", | |
"hex": "252F" | |
}, | |
{ | |
"name": "box drawings down heavy and horizontal light", | |
"decimal": "9520", | |
"hex": "2530" | |
}, | |
{ | |
"name": "box drawings right light and left down heavy", | |
"decimal": "9521", | |
"hex": "2531" | |
}, | |
{ | |
"name": "box drawings left light and right down heavy", | |
"decimal": "9522", | |
"hex": "2532" | |
}, | |
{ | |
"name": "box drawings heavy down and horizontal", | |
"decimal": "9523", | |
"hex": "2533" | |
}, | |
{ | |
"name": "box drawings light up and horizontal", | |
"decimal": "9524", | |
"hex": "2534" | |
}, | |
{ | |
"name": "box drawings left heavy and right up light", | |
"decimal": "9525", | |
"hex": "2535" | |
}, | |
{ | |
"name": "box drawings right heavy and left up light", | |
"decimal": "9526", | |
"hex": "2536" | |
}, | |
{ | |
"name": "box drawings up light and horizontal heavy", | |
"decimal": "9527", | |
"hex": "2537" | |
}, | |
{ | |
"name": "box drawings up heavy and horizontal light", | |
"decimal": "9528", | |
"hex": "2538" | |
}, | |
{ | |
"name": "box drawings right light and left up heavy", | |
"decimal": "9529", | |
"hex": "2539" | |
}, | |
{ | |
"name": "box drawings left light and right up heavy", | |
"decimal": "9530", | |
"hex": "253A" | |
}, | |
{ | |
"name": "box drawings heavy up and horizontal", | |
"decimal": "9531", | |
"hex": "253B" | |
}, | |
{ | |
"name": "box drawings light vertical and horizontal", | |
"decimal": "9532", | |
"hex": "253C" | |
}, | |
{ | |
"name": "box drawings left heavy and right vertical light", | |
"decimal": "9533", | |
"hex": "253D" | |
}, | |
{ | |
"name": "box drawings right heavy and left vertical light", | |
"decimal": "9534", | |
"hex": "253E" | |
}, | |
{ | |
"name": "box drawings vertical light and horizontal heavy", | |
"decimal": "9535", | |
"hex": "253F" | |
}, | |
{ | |
"name": "box drawings up heavy and down horizontal light", | |
"decimal": "9536", | |
"hex": "2540" | |
}, | |
{ | |
"name": "box drawings down heavy and up horizontal light", | |
"decimal": "9537", | |
"hex": "2541" | |
}, | |
{ | |
"name": "box drawings vertical heavy and horizontal light", | |
"decimal": "9538", | |
"hex": "2542" | |
}, | |
{ | |
"name": "box drawings left up heavy and right down light", | |
"decimal": "9539", | |
"hex": "2543" | |
}, | |
{ | |
"name": "box drawings right up heavy and left down light", | |
"decimal": "9540", | |
"hex": "2544" | |
}, | |
{ | |
"name": "box drawings left down heavy and right up light", | |
"decimal": "9541", | |
"hex": "2545" | |
}, | |
{ | |
"name": "box drawings right down heavy and left up light", | |
"decimal": "9542", | |
"hex": "2546" | |
}, | |
{ | |
"name": "box drawings down light and up horizontal heavy", | |
"decimal": "9543", | |
"hex": "2547" | |
}, | |
{ | |
"name": "box drawings up light and down horizontal heavy", | |
"decimal": "9544", | |
"hex": "2548" | |
}, | |
{ | |
"name": "box drawings right light and left vertical heavy", | |
"decimal": "9545", | |
"hex": "2549" | |
}, | |
{ | |
"name": "box drawings left light and right vertical heavy", | |
"decimal": "9546", | |
"hex": "254A" | |
}, | |
{ | |
"name": "box drawings heavy vertical and horizontal", | |
"decimal": "9547", | |
"hex": "254B" | |
}, | |
{ | |
"name": "box drawings light double dash horizontal", | |
"decimal": "9548", | |
"hex": "254C" | |
}, | |
{ | |
"name": "box drawings heavy double dash horizontal", | |
"decimal": "9549", | |
"hex": "254D" | |
}, | |
{ | |
"name": "box drawings light double dash vertical", | |
"decimal": "9550", | |
"hex": "254E" | |
}, | |
{ | |
"name": "box drawings heavy double dash vertical", | |
"decimal": "9551", | |
"hex": "254F" | |
}, | |
{ | |
"name": "box drawings double horizontal", | |
"decimal": "9552", | |
"hex": "2550" | |
}, | |
{ | |
"name": "box drawings double vertical", | |
"decimal": "9553", | |
"hex": "2551" | |
}, | |
{ | |
"name": "box drawings down single and right double", | |
"decimal": "9554", | |
"hex": "2552" | |
}, | |
{ | |
"name": "box drawings down double and right single", | |
"decimal": "9555", | |
"hex": "2553" | |
}, | |
{ | |
"name": "box drawings double down and right", | |
"decimal": "9556", | |
"hex": "2554" | |
}, | |
{ | |
"name": "box drawings down single and left double", | |
"decimal": "9557", | |
"hex": "2555" | |
}, | |
{ | |
"name": "box drawings down double and left single", | |
"decimal": "9558", | |
"hex": "2556" | |
}, | |
{ | |
"name": "box drawings double down and left", | |
"decimal": "9559", | |
"hex": "2557" | |
}, | |
{ | |
"name": "box drawings up single and right double", | |
"decimal": "9560", | |
"hex": "2558" | |
}, | |
{ | |
"name": "box drawings up double and right single", | |
"decimal": "9561", | |
"hex": "2559" | |
}, | |
{ | |
"name": "box drawings double up and right", | |
"decimal": "9562", | |
"hex": "255A" | |
}, | |
{ | |
"name": "box drawings up single and left double", | |
"decimal": "9563", | |
"hex": "255B" | |
}, | |
{ | |
"name": "box drawings up double and left single", | |
"decimal": "9564", | |
"hex": "255C" | |
}, | |
{ | |
"name": "box drawings double up and left", | |
"decimal": "9565", | |
"hex": "255D" | |
}, | |
{ | |
"name": "box drawings vertical single and right double", | |
"decimal": "9566", | |
"hex": "255E" | |
}, | |
{ | |
"name": "box drawings vertical double and right single", | |
"decimal": "9567", | |
"hex": "255F" | |
}, | |
{ | |
"name": "box drawings double vertical and right", | |
"decimal": "9568", | |
"hex": "2560" | |
}, | |
{ | |
"name": "box drawings vertical single and left double", | |
"decimal": "9569", | |
"hex": "2561" | |
}, | |
{ | |
"name": "box drawings vertical double and left single", | |
"decimal": "9570", | |
"hex": "2562" | |
}, | |
{ | |
"name": "box drawings double vertical and left", | |
"decimal": "9571", | |
"hex": "2563" | |
}, | |
{ | |
"name": "box drawings down single and horizontal double", | |
"decimal": "9572", | |
"hex": "2564" | |
}, | |
{ | |
"name": "box drawings down double and horizontal single", | |
"decimal": "9573", | |
"hex": "2565" | |
}, | |
{ | |
"name": "box drawings double down and horizontal", | |
"decimal": "9574", | |
"hex": "2566" | |
}, | |
{ | |
"name": "box drawings up single and horizontal double", | |
"decimal": "9575", | |
"hex": "2567" | |
}, | |
{ | |
"name": "box drawings up double and horizontal single", | |
"decimal": "9576", | |
"hex": "2568" | |
}, | |
{ | |
"name": "box drawings double up and horizontal", | |
"decimal": "9577", | |
"hex": "2569" | |
}, | |
{ | |
"name": "box drawings vertical single and horizontal double", | |
"decimal": "9578", | |
"hex": "256A" | |
}, | |
{ | |
"name": "box drawings vertical double and horizontal single", | |
"decimal": "9579", | |
"hex": "256B" | |
}, | |
{ | |
"name": "box drawings double vertical and horizontal", | |
"decimal": "9580", | |
"hex": "256C" | |
}, | |
{ | |
"name": "box drawings light arc down and right", | |
"decimal": "9581", | |
"hex": "256D" | |
}, | |
{ | |
"name": "box drawings light arc down and left", | |
"decimal": "9582", | |
"hex": "256E" | |
}, | |
{ | |
"name": "box drawings light arc up and left", | |
"decimal": "9583", | |
"hex": "256F" | |
}, | |
{ | |
"name": "box drawings light arc up and right", | |
"decimal": "9584", | |
"hex": "2570" | |
}, | |
{ | |
"name": "box drawings light diagonal upper right to lower left", | |
"decimal": "9585", | |
"hex": "2571" | |
}, | |
{ | |
"name": "box drawings light diagonal upper left to lower right", | |
"decimal": "9586", | |
"hex": "2572" | |
}, | |
{ | |
"name": "box drawings light diagonal cross", | |
"decimal": "9587", | |
"hex": "2573" | |
}, | |
{ | |
"name": "box drawings light left", | |
"decimal": "9588", | |
"hex": "2574" | |
}, | |
{ | |
"name": "box drawings light up", | |
"decimal": "9589", | |
"hex": "2575" | |
}, | |
{ | |
"name": "box drawings light right", | |
"decimal": "9590", | |
"hex": "2576" | |
}, | |
{ | |
"name": "box drawings light down", | |
"decimal": "9591", | |
"hex": "2577" | |
}, | |
{ | |
"name": "box drawings heavy left", | |
"decimal": "9592", | |
"hex": "2578" | |
}, | |
{ | |
"name": "box drawings heavy up", | |
"decimal": "9593", | |
"hex": "2579" | |
}, | |
{ | |
"name": "box drawings heavy right", | |
"decimal": "9594", | |
"hex": "257A" | |
}, | |
{ | |
"name": "box drawings heavy down", | |
"decimal": "9595", | |
"hex": "257B" | |
}, | |
{ | |
"name": "box drawings light left and heavy right", | |
"decimal": "9596", | |
"hex": "257C" | |
}, | |
{ | |
"name": "box drawings light up and heavy down", | |
"decimal": "9597", | |
"hex": "257D" | |
}, | |
{ | |
"name": "box drawings heavy left and light right", | |
"decimal": "9598", | |
"hex": "257E" | |
}, | |
{ | |
"name": "box drawings heavy up and light down", | |
"decimal": "9599", | |
"hex": "257F" | |
} | |
], | |
"Block Elements": [ | |
{ | |
"name": "upper half block", | |
"decimal": "9600", | |
"hex": "2580" | |
}, | |
{ | |
"name": "lower one eighth block", | |
"decimal": "9601", | |
"hex": "2581" | |
}, | |
{ | |
"name": "lower one quarter block", | |
"decimal": "9602", | |
"hex": "2582" | |
}, | |
{ | |
"name": "lower three eighths block", | |
"decimal": "9603", | |
"hex": "2583" | |
}, | |
{ | |
"name": "lower half block", | |
"decimal": "9604", | |
"hex": "2584" | |
}, | |
{ | |
"name": "lower five eighths block", | |
"decimal": "9605", | |
"hex": "2585" | |
}, | |
{ | |
"name": "lower three quarters block", | |
"decimal": "9606", | |
"hex": "2586" | |
}, | |
{ | |
"name": "lower seven eighths block", | |
"decimal": "9607", | |
"hex": "2587" | |
}, | |
{ | |
"name": "full block", | |
"decimal": "9608", | |
"hex": "2588" | |
}, | |
{ | |
"name": "left seven eighths block", | |
"decimal": "9609", | |
"hex": "2589" | |
}, | |
{ | |
"name": "left three quarters block", | |
"decimal": "9610", | |
"hex": "258A" | |
}, | |
{ | |
"name": "left five eighths block", | |
"decimal": "9611", | |
"hex": "258B" | |
}, | |
{ | |
"name": "left half block", | |
"decimal": "9612", | |
"hex": "258C" | |
}, | |
{ | |
"name": "left three eighths block", | |
"decimal": "9613", | |
"hex": "258D" | |
}, | |
{ | |
"name": "left one quarter block", | |
"decimal": "9614", | |
"hex": "258E" | |
}, | |
{ | |
"name": "left one eighth block", | |
"decimal": "9615", | |
"hex": "258F" | |
}, | |
{ | |
"name": "right half block", | |
"decimal": "9616", | |
"hex": "2590" | |
}, | |
{ | |
"name": "light shade", | |
"decimal": "9617", | |
"hex": "2591" | |
}, | |
{ | |
"name": "medium shade", | |
"decimal": "9618", | |
"hex": "2592" | |
}, | |
{ | |
"name": "dark shade", | |
"decimal": "9619", | |
"hex": "2593" | |
}, | |
{ | |
"name": "upper one eighth block", | |
"decimal": "9620", | |
"hex": "2594" | |
}, | |
{ | |
"name": "right one eighth block", | |
"decimal": "9621", | |
"hex": "2595" | |
} | |
], | |
"Geometric Shapes": [ | |
{ | |
"name": "black square", | |
"decimal": "9632", | |
"hex": "25A0" | |
}, | |
{ | |
"name": "white square", | |
"decimal": "9633", | |
"hex": "25A1" | |
}, | |
{ | |
"name": "white square with rounded corners", | |
"decimal": "9634", | |
"hex": "25A2" | |
}, | |
{ | |
"name": "white square containing black small square", | |
"decimal": "9635", | |
"hex": "25A3" | |
}, | |
{ | |
"name": "square with horizontal fill", | |
"decimal": "9636", | |
"hex": "25A4" | |
}, | |
{ | |
"name": "square with vertical fill", | |
"decimal": "9637", | |
"hex": "25A5" | |
}, | |
{ | |
"name": "square with orthogonal crosshatch fill", | |
"decimal": "9638", | |
"hex": "25A6" | |
}, | |
{ | |
"name": "square with upper left to lower right fill", | |
"decimal": "9639", | |
"hex": "25A7" | |
}, | |
{ | |
"name": "square with upper right to lower left fill", | |
"decimal": "9640", | |
"hex": "25A8" | |
}, | |
{ | |
"name": "square with diagonal crosshatch fill", | |
"decimal": "9641", | |
"hex": "25A9" | |
}, | |
{ | |
"name": "black small square", | |
"decimal": "9642", | |
"hex": "25AA" | |
}, | |
{ | |
"name": "white small square", | |
"decimal": "9643", | |
"hex": "25AB" | |
}, | |
{ | |
"name": "black rectangle", | |
"decimal": "9644", | |
"hex": "25AC" | |
}, | |
{ | |
"name": "white rectangle", | |
"decimal": "9645", | |
"hex": "25AD" | |
}, | |
{ | |
"name": "black vertical rectangle", | |
"decimal": "9646", | |
"hex": "25AE" | |
}, | |
{ | |
"name": "white vertical rectangle", | |
"decimal": "9647", | |
"hex": "25AF" | |
}, | |
{ | |
"name": "black parallelogram", | |
"decimal": "9648", | |
"hex": "25B0" | |
}, | |
{ | |
"name": "white parallelogram", | |
"decimal": "9649", | |
"hex": "25B1" | |
}, | |
{ | |
"name": "black up-pointing triangle", | |
"decimal": "9650", | |
"hex": "25B2" | |
}, | |
{ | |
"name": "white up-pointing triangle", | |
"decimal": "9651", | |
"hex": "25B3" | |
}, | |
{ | |
"name": "black up-pointing small triangle", | |
"decimal": "9652", | |
"hex": "25B4" | |
}, | |
{ | |
"name": "white up-pointing small triangle", | |
"decimal": "9653", | |
"hex": "25B5" | |
}, | |
{ | |
"name": "black right-pointing triangle", | |
"decimal": "9654", | |
"hex": "25B6" | |
}, | |
{ | |
"name": "white right-pointing triangle", | |
"decimal": "9655", | |
"hex": "25B7" | |
}, | |
{ | |
"name": "black right-pointing small triangle", | |
"decimal": "9656", | |
"hex": "25B8" | |
}, | |
{ | |
"name": "white right-pointing small triangle", | |
"decimal": "9657", | |
"hex": "25B9" | |
}, | |
{ | |
"name": "black right-pointing pointer", | |
"decimal": "9658", | |
"hex": "25BA" | |
}, | |
{ | |
"name": "white right-pointing pointer", | |
"decimal": "9659", | |
"hex": "25BB" | |
}, | |
{ | |
"name": "black down-pointing triangle", | |
"decimal": "9660", | |
"hex": "25BC" | |
}, | |
{ | |
"name": "white down-pointing triangle", | |
"decimal": "9661", | |
"hex": "25BD" | |
}, | |
{ | |
"name": "black down-pointing small triangle", | |
"decimal": "9662", | |
"hex": "25BE" | |
}, | |
{ | |
"name": "white down-pointing small triangle", | |
"decimal": "9663", | |
"hex": "25BF" | |
}, | |
{ | |
"name": "black left-pointing triangle", | |
"decimal": "9664", | |
"hex": "25C0" | |
}, | |
{ | |
"name": "white left-pointing triangle", | |
"decimal": "9665", | |
"hex": "25C1" | |
}, | |
{ | |
"name": "black left-pointing small triangle", | |
"decimal": "9666", | |
"hex": "25C2" | |
}, | |
{ | |
"name": "white left-pointing small triangle", | |
"decimal": "9667", | |
"hex": "25C3" | |
}, | |
{ | |
"name": "black left-pointing pointer", | |
"decimal": "9668", | |
"hex": "25C4" | |
}, | |
{ | |
"name": "white left-pointing pointer", | |
"decimal": "9669", | |
"hex": "25C5" | |
}, | |
{ | |
"name": "black diamond", | |
"decimal": "9670", | |
"hex": "25C6" | |
}, | |
{ | |
"name": "white diamond", | |
"decimal": "9671", | |
"hex": "25C7" | |
}, | |
{ | |
"name": "white diamond containing black small diamond", | |
"decimal": "9672", | |
"hex": "25C8" | |
}, | |
{ | |
"name": "fisheye", | |
"decimal": "9673", | |
"hex": "25C9" | |
}, | |
{ | |
"name": "lozenge", | |
"decimal": "9674", | |
"hex": "25CA" | |
}, | |
{ | |
"name": "white circle", | |
"decimal": "9675", | |
"hex": "25CB" | |
}, | |
{ | |
"name": "dotted circle", | |
"decimal": "9676", | |
"hex": "25CC" | |
}, | |
{ | |
"name": "circle with vertical fill", | |
"decimal": "9677", | |
"hex": "25CD" | |
}, | |
{ | |
"name": "bullseye", | |
"decimal": "9678", | |
"hex": "25CE" | |
}, | |
{ | |
"name": "black circle", | |
"decimal": "9679", | |
"hex": "25CF" | |
}, | |
{ | |
"name": "circle with left half black", | |
"decimal": "9680", | |
"hex": "25D0" | |
}, | |
{ | |
"name": "circle with right half black", | |
"decimal": "9681", | |
"hex": "25D1" | |
}, | |
{ | |
"name": "circle with lower half black", | |
"decimal": "9682", | |
"hex": "25D2" | |
}, | |
{ | |
"name": "circle with upper half black", | |
"decimal": "9683", | |
"hex": "25D3" | |
}, | |
{ | |
"name": "circle with upper right quadrant black", | |
"decimal": "9684", | |
"hex": "25D4" | |
}, | |
{ | |
"name": "circle with all but upper left quadrant black", | |
"decimal": "9685", | |
"hex": "25D5" | |
}, | |
{ | |
"name": "left half black circle", | |
"decimal": "9686", | |
"hex": "25D6" | |
}, | |
{ | |
"name": "right half black circle", | |
"decimal": "9687", | |
"hex": "25D7" | |
}, | |
{ | |
"name": "inverse bullet", | |
"decimal": "9688", | |
"hex": "25D8" | |
}, | |
{ | |
"name": "inverse white circle", | |
"decimal": "9689", | |
"hex": "25D9" | |
}, | |
{ | |
"name": "upper half inverse white circle", | |
"decimal": "9690", | |
"hex": "25DA" | |
}, | |
{ | |
"name": "lower half inverse white circle", | |
"decimal": "9691", | |
"hex": "25DB" | |
}, | |
{ | |
"name": "upper left quadrant circular arc", | |
"decimal": "9692", | |
"hex": "25DC" | |
}, | |
{ | |
"name": "upper right quadrant circular arc", | |
"decimal": "9693", | |
"hex": "25DD" | |
}, | |
{ | |
"name": "lower right quadrant circular arc", | |
"decimal": "9694", | |
"hex": "25DE" | |
}, | |
{ | |
"name": "lower left quadrant circular arc", | |
"decimal": "9695", | |
"hex": "25DF" | |
}, | |
{ | |
"name": "upper half circle", | |
"decimal": "9696", | |
"hex": "25E0" | |
}, | |
{ | |
"name": "lower half circle", | |
"decimal": "9697", | |
"hex": "25E1" | |
}, | |
{ | |
"name": "black lower right triangle", | |
"decimal": "9698", | |
"hex": "25E2" | |
}, | |
{ | |
"name": "black lower left triangle", | |
"decimal": "9699", | |
"hex": "25E3" | |
}, | |
{ | |
"name": "black upper left triangle", | |
"decimal": "9700", | |
"hex": "25E4" | |
}, | |
{ | |
"name": "black upper right triangle", | |
"decimal": "9701", | |
"hex": "25E5" | |
}, | |
{ | |
"name": "white bullet", | |
"decimal": "9702", | |
"hex": "25E6" | |
}, | |
{ | |
"name": "square with left half black", | |
"decimal": "9703", | |
"hex": "25E7" | |
}, | |
{ | |
"name": "square with right half black", | |
"decimal": "9704", | |
"hex": "25E8" | |
}, | |
{ | |
"name": "square with upper left diagonal half black", | |
"decimal": "9705", | |
"hex": "25E9" | |
}, | |
{ | |
"name": "square with lower right diagonal half black", | |
"decimal": "9706", | |
"hex": "25EA" | |
}, | |
{ | |
"name": "white square with vertical bisecting line", | |
"decimal": "9707", | |
"hex": "25EB" | |
}, | |
{ | |
"name": "white up-pointing triangle with dot", | |
"decimal": "9708", | |
"hex": "25EC" | |
}, | |
{ | |
"name": "up-pointing triangle with left half black", | |
"decimal": "9709", | |
"hex": "25ED" | |
}, | |
{ | |
"name": "up-pointing triangle with right half black", | |
"decimal": "9710", | |
"hex": "25EE" | |
}, | |
{ | |
"name": "large circle", | |
"decimal": "9711", | |
"hex": "25EF" | |
}, | |
{ | |
"name": "white square with upper left quadrant", | |
"decimal": "9712", | |
"hex": "25F0" | |
}, | |
{ | |
"name": "white square with lower left quadrant", | |
"decimal": "9713", | |
"hex": "25F1" | |
}, | |
{ | |
"name": "white square with lower right quadrant", | |
"decimal": "9714", | |
"hex": "25F2" | |
}, | |
{ | |
"name": "white square with upper right quadrant", | |
"decimal": "9715", | |
"hex": "25F3" | |
}, | |
{ | |
"name": "white circle with upper left quadrant", | |
"decimal": "9716", | |
"hex": "25F4" | |
}, | |
{ | |
"name": "white circle with lower left quadrant", | |
"decimal": "9717", | |
"hex": "25F5" | |
}, | |
{ | |
"name": "white circle with lower right quadrant", | |
"decimal": "9718", | |
"hex": "25F6" | |
}, | |
{ | |
"name": "white circle with upper right quadrant", | |
"decimal": "9719", | |
"hex": "25F7" | |
} | |
], | |
"Miscellaneous Symbols": [ | |
{ | |
"name": "black sun with rays", | |
"decimal": "9728", | |
"hex": "2600" | |
}, | |
{ | |
"name": "cloud", | |
"decimal": "9729", | |
"hex": "2601" | |
}, | |
{ | |
"name": "umbrella", | |
"decimal": "9730", | |
"hex": "2602" | |
}, | |
{ | |
"name": "snowman", | |
"decimal": "9731", | |
"hex": "2603" | |
}, | |
{ | |
"name": "comet", | |
"decimal": "9732", | |
"hex": "2604" | |
}, | |
{ | |
"name": "black star", | |
"decimal": "9733", | |
"hex": "2605" | |
}, | |
{ | |
"name": "white star", | |
"decimal": "9734", | |
"hex": "2606" | |
}, | |
{ | |
"name": "lightning", | |
"decimal": "9735", | |
"hex": "2607" | |
}, | |
{ | |
"name": "thunderstorm", | |
"decimal": "9736", | |
"hex": "2608" | |
}, | |
{ | |
"name": "sun", | |
"decimal": "9737", | |
"hex": "2609" | |
}, | |
{ | |
"name": "ascending node", | |
"decimal": "9738", | |
"hex": "260A" | |
}, | |
{ | |
"name": "descending node", | |
"decimal": "9739", | |
"hex": "260B" | |
}, | |
{ | |
"name": "conjunction", | |
"decimal": "9740", | |
"hex": "260C" | |
}, | |
{ | |
"name": "opposition", | |
"decimal": "9741", | |
"hex": "260D" | |
}, | |
{ | |
"name": "black telephone", | |
"decimal": "9742", | |
"hex": "260E" | |
}, | |
{ | |
"name": "white telephone", | |
"decimal": "9743", | |
"hex": "260F" | |
}, | |
{ | |
"name": "ballot box", | |
"decimal": "9744", | |
"hex": "2610" | |
}, | |
{ | |
"name": "ballot box with check", | |
"decimal": "9745", | |
"hex": "2611" | |
}, | |
{ | |
"name": "ballot box with x", | |
"decimal": "9746", | |
"hex": "2612" | |
}, | |
{ | |
"name": "saltire", | |
"decimal": "9747", | |
"hex": "2613" | |
}, | |
{ | |
"name": "reversed rotated floral heart bullet", | |
"decimal": "9753", | |
"hex": "2619" | |
}, | |
{ | |
"name": "black left pointing index", | |
"decimal": "9754", | |
"hex": "261A" | |
}, | |
{ | |
"name": "black right pointing index", | |
"decimal": "9755", | |
"hex": "261B" | |
}, | |
{ | |
"name": "white left pointing index", | |
"decimal": "9756", | |
"hex": "261C" | |
}, | |
{ | |
"name": "white up pointing index", | |
"decimal": "9757", | |
"hex": "261D" | |
}, | |
{ | |
"name": "white right pointing index", | |
"decimal": "9758", | |
"hex": "261E" | |
}, | |
{ | |
"name": "white down pointing index", | |
"decimal": "9759", | |
"hex": "261F" | |
}, | |
{ | |
"name": "skull and crossbones", | |
"decimal": "9760", | |
"hex": "2620" | |
}, | |
{ | |
"name": "caution sign", | |
"decimal": "9761", | |
"hex": "2621" | |
}, | |
{ | |
"name": "radioactive sign", | |
"decimal": "9762", | |
"hex": "2622" | |
}, | |
{ | |
"name": "biohazard sign", | |
"decimal": "9763", | |
"hex": "2623" | |
}, | |
{ | |
"name": "caduceus", | |
"decimal": "9764", | |
"hex": "2624" | |
}, | |
{ | |
"name": "ankh", | |
"decimal": "9765", | |
"hex": "2625" | |
}, | |
{ | |
"name": "orthodox cross", | |
"decimal": "9766", | |
"hex": "2626" | |
}, | |
{ | |
"name": "chi rho", | |
"decimal": "9767", | |
"hex": "2627" | |
}, | |
{ | |
"name": "cross of lorraine", | |
"decimal": "9768", | |
"hex": "2628" | |
}, | |
{ | |
"name": "cross of jerusalem", | |
"decimal": "9769", | |
"hex": "2629" | |
}, | |
{ | |
"name": "star and crescent", | |
"decimal": "9770", | |
"hex": "262A" | |
}, | |
{ | |
"name": "farsi symbol", | |
"decimal": "9771", | |
"hex": "262B" | |
}, | |
{ | |
"name": "adi shakti", | |
"decimal": "9772", | |
"hex": "262C" | |
}, | |
{ | |
"name": "hammer and sickle", | |
"decimal": "9773", | |
"hex": "262D" | |
}, | |
{ | |
"name": "peace symbol", | |
"decimal": "9774", | |
"hex": "262E" | |
}, | |
{ | |
"name": "yin yang", | |
"decimal": "9775", | |
"hex": "262F" | |
}, | |
{ | |
"name": "trigram for heaven", | |
"decimal": "9776", | |
"hex": "2630" | |
}, | |
{ | |
"name": "trigram for lake", | |
"decimal": "9777", | |
"hex": "2631" | |
}, | |
{ | |
"name": "trigram for fire", | |
"decimal": "9778", | |
"hex": "2632" | |
}, | |
{ | |
"name": "trigram for thunder", | |
"decimal": "9779", | |
"hex": "2633" | |
}, | |
{ | |
"name": "trigram for wind", | |
"decimal": "9780", | |
"hex": "2634" | |
}, | |
{ | |
"name": "trigram for water", | |
"decimal": "9781", | |
"hex": "2635" | |
}, | |
{ | |
"name": "trigram for mountain", | |
"decimal": "9782", | |
"hex": "2636" | |
}, | |
{ | |
"name": "trigram for earth", | |
"decimal": "9783", | |
"hex": "2637" | |
}, | |
{ | |
"name": "wheel of dharma", | |
"decimal": "9784", | |
"hex": "2638" | |
}, | |
{ | |
"name": "white frowning face", | |
"decimal": "9785", | |
"hex": "2639" | |
}, | |
{ | |
"name": "white smiling face", | |
"decimal": "9786", | |
"hex": "263A" | |
}, | |
{ | |
"name": "black smiling face", | |
"decimal": "9787", | |
"hex": "263B" | |
}, | |
{ | |
"name": "white sun with rays", | |
"decimal": "9788", | |
"hex": "263C" | |
}, | |
{ | |
"name": "first quarter moon", | |
"decimal": "9789", | |
"hex": "263D" | |
}, | |
{ | |
"name": "last quarter moon", | |
"decimal": "9790", | |
"hex": "263E" | |
}, | |
{ | |
"name": "mercury", | |
"decimal": "9791", | |
"hex": "263F" | |
}, | |
{ | |
"name": "female sign", | |
"decimal": "9792", | |
"hex": "2640" | |
}, | |
{ | |
"name": "earth", | |
"decimal": "9793", | |
"hex": "2641" | |
}, | |
{ | |
"name": "male sign", | |
"decimal": "9794", | |
"hex": "2642" | |
}, | |
{ | |
"name": "jupiter", | |
"decimal": "9795", | |
"hex": "2643" | |
}, | |
{ | |
"name": "saturn", | |
"decimal": "9796", | |
"hex": "2644" | |
}, | |
{ | |
"name": "uranus", | |
"decimal": "9797", | |
"hex": "2645" | |
}, | |
{ | |
"name": "neptune", | |
"decimal": "9798", | |
"hex": "2646" | |
}, | |
{ | |
"name": "pluto", | |
"decimal": "9799", | |
"hex": "2647" | |
}, | |
{ | |
"name": "aries", | |
"decimal": "9800", | |
"hex": "2648" | |
}, | |
{ | |
"name": "taurus", | |
"decimal": "9801", | |
"hex": "2649" | |
}, | |
{ | |
"name": "gemini", | |
"decimal": "9802", | |
"hex": "264A" | |
}, | |
{ | |
"name": "cancer", | |
"decimal": "9803", | |
"hex": "264B" | |
}, | |
{ | |
"name": "leo", | |
"decimal": "9804", | |
"hex": "264C" | |
}, | |
{ | |
"name": "virgo", | |
"decimal": "9805", | |
"hex": "264D" | |
}, | |
{ | |
"name": "libra", | |
"decimal": "9806", | |
"hex": "264E" | |
}, | |
{ | |
"name": "scorpius", | |
"decimal": "9807", | |
"hex": "264F" | |
}, | |
{ | |
"name": "sagittarius", | |
"decimal": "9808", | |
"hex": "2650" | |
}, | |
{ | |
"name": "capricorn", | |
"decimal": "9809", | |
"hex": "2651" | |
}, | |
{ | |
"name": "aquarius", | |
"decimal": "9810", | |
"hex": "2652" | |
}, | |
{ | |
"name": "pisces", | |
"decimal": "9811", | |
"hex": "2653" | |
}, | |
{ | |
"name": "white chess king", | |
"decimal": "9812", | |
"hex": "2654" | |
}, | |
{ | |
"name": "white chess queen", | |
"decimal": "9813", | |
"hex": "2655" | |
}, | |
{ | |
"name": "white chess rook", | |
"decimal": "9814", | |
"hex": "2656" | |
}, | |
{ | |
"name": "white chess bishop", | |
"decimal": "9815", | |
"hex": "2657" | |
}, | |
{ | |
"name": "white chess knight", | |
"decimal": "9816", | |
"hex": "2658" | |
}, | |
{ | |
"name": "white chess pawn", | |
"decimal": "9817", | |
"hex": "2659" | |
}, | |
{ | |
"name": "black chess king", | |
"decimal": "9818", | |
"hex": "265A" | |
}, | |
{ | |
"name": "black chess queen", | |
"decimal": "9819", | |
"hex": "265B" | |
}, | |
{ | |
"name": "black chess rook", | |
"decimal": "9820", | |
"hex": "265C" | |
}, | |
{ | |
"name": "black chess bishop", | |
"decimal": "9821", | |
"hex": "265D" | |
}, | |
{ | |
"name": "black chess knight", | |
"decimal": "9822", | |
"hex": "265E" | |
}, | |
{ | |
"name": "black chess pawn", | |
"decimal": "9823", | |
"hex": "265F" | |
}, | |
{ | |
"name": "black spade suit", | |
"decimal": "9824", | |
"hex": "2660" | |
}, | |
{ | |
"name": "white heart suit", | |
"decimal": "9825", | |
"hex": "2661" | |
}, | |
{ | |
"name": "white diamond suit", | |
"decimal": "9826", | |
"hex": "2662" | |
}, | |
{ | |
"name": "black club suit", | |
"decimal": "9827", | |
"hex": "2663" | |
}, | |
{ | |
"name": "white spade suit", | |
"decimal": "9828", | |
"hex": "2664" | |
}, | |
{ | |
"name": "black heart suit", | |
"decimal": "9829", | |
"hex": "2665" | |
}, | |
{ | |
"name": "black diamond suit", | |
"decimal": "9830", | |
"hex": "2666" | |
}, | |
{ | |
"name": "white club suit", | |
"decimal": "9831", | |
"hex": "2667" | |
}, | |
{ | |
"name": "hot springs", | |
"decimal": "9832", | |
"hex": "2668" | |
}, | |
{ | |
"name": "quarter note", | |
"decimal": "9833", | |
"hex": "2669" | |
}, | |
{ | |
"name": "eighth note", | |
"decimal": "9834", | |
"hex": "266A" | |
}, | |
{ | |
"name": "beamed eighth notes", | |
"decimal": "9835", | |
"hex": "266B" | |
}, | |
{ | |
"name": "beamed sixteenth notes", | |
"decimal": "9836", | |
"hex": "266C" | |
}, | |
{ | |
"name": "music flat sign", | |
"decimal": "9837", | |
"hex": "266D" | |
}, | |
{ | |
"name": "music natural sign", | |
"decimal": "9838", | |
"hex": "266E" | |
}, | |
{ | |
"name": "music sharp sign", | |
"decimal": "9839", | |
"hex": "266F" | |
}, | |
{ | |
"name": "west syriac cross", | |
"decimal": "9840", | |
"hex": "2670" | |
}, | |
{ | |
"name": "east syriac cross", | |
"decimal": "9841", | |
"hex": "2671" | |
} | |
], | |
"Dingbats": [ | |
{ | |
"name": "upper blade scissors", | |
"decimal": "9985", | |
"hex": "2701" | |
}, | |
{ | |
"name": "black scissors", | |
"decimal": "9986", | |
"hex": "2702" | |
}, | |
{ | |
"name": "lower blade scissors", | |
"decimal": "9987", | |
"hex": "2703" | |
}, | |
{ | |
"name": "white scissors", | |
"decimal": "9988", | |
"hex": "2704" | |
}, | |
{ | |
"name": "telephone location sign", | |
"decimal": "9990", | |
"hex": "2706" | |
}, | |
{ | |
"name": "tape drive", | |
"decimal": "9991", | |
"hex": "2707" | |
}, | |
{ | |
"name": "airplane", | |
"decimal": "9992", | |
"hex": "2708" | |
}, | |
{ | |
"name": "envelope", | |
"decimal": "9993", | |
"hex": "2709" | |
}, | |
{ | |
"name": "victory hand", | |
"decimal": "9996", | |
"hex": "270C" | |
}, | |
{ | |
"name": "writing hand", | |
"decimal": "9997", | |
"hex": "270D" | |
}, | |
{ | |
"name": "lower right pencil", | |
"decimal": "9998", | |
"hex": "270E" | |
}, | |
{ | |
"name": "pencil", | |
"decimal": "9999", | |
"hex": "270F" | |
}, | |
{ | |
"name": "upper right pencil", | |
"decimal": "10000", | |
"hex": "2710" | |
}, | |
{ | |
"name": "white nib", | |
"decimal": "10001", | |
"hex": "2711" | |
}, | |
{ | |
"name": "black nib", | |
"decimal": "10002", | |
"hex": "2712" | |
}, | |
{ | |
"name": "check mark", | |
"decimal": "10003", | |
"hex": "2713" | |
}, | |
{ | |
"name": "heavy check mark", | |
"decimal": "10004", | |
"hex": "2714" | |
}, | |
{ | |
"name": "multiplication x", | |
"decimal": "10005", | |
"hex": "2715" | |
}, | |
{ | |
"name": "heavy multiplication x", | |
"decimal": "10006", | |
"hex": "2716" | |
}, | |
{ | |
"name": "ballot x", | |
"decimal": "10007", | |
"hex": "2717" | |
}, | |
{ | |
"name": "heavy ballot x", | |
"decimal": "10008", | |
"hex": "2718" | |
}, | |
{ | |
"name": "outlined greek cross", | |
"decimal": "10009", | |
"hex": "2719" | |
}, | |
{ | |
"name": "heavy greek cross", | |
"decimal": "10010", | |
"hex": "271A" | |
}, | |
{ | |
"name": "open centre cross", | |
"decimal": "10011", | |
"hex": "271B" | |
}, | |
{ | |
"name": "heavy open centre cross", | |
"decimal": "10012", | |
"hex": "271C" | |
}, | |
{ | |
"name": "latin cross", | |
"decimal": "10013", | |
"hex": "271D" | |
}, | |
{ | |
"name": "shadowed white latin cross", | |
"decimal": "10014", | |
"hex": "271E" | |
}, | |
{ | |
"name": "outlined latin cross", | |
"decimal": "10015", | |
"hex": "271F" | |
}, | |
{ | |
"name": "maltese cross", | |
"decimal": "10016", | |
"hex": "2720" | |
}, | |
{ | |
"name": "star of david", | |
"decimal": "10017", | |
"hex": "2721" | |
}, | |
{ | |
"name": "four teardrop-spoked asterisk", | |
"decimal": "10018", | |
"hex": "2722" | |
}, | |
{ | |
"name": "four balloon-spoked asterisk", | |
"decimal": "10019", | |
"hex": "2723" | |
}, | |
{ | |
"name": "heavy four balloon-spoked asterisk", | |
"decimal": "10020", | |
"hex": "2724" | |
}, | |
{ | |
"name": "four club-spoked asterisk", | |
"decimal": "10021", | |
"hex": "2725" | |
}, | |
{ | |
"name": "black four pointed star", | |
"decimal": "10022", | |
"hex": "2726" | |
}, | |
{ | |
"name": "white four pointed star", | |
"decimal": "10023", | |
"hex": "2727" | |
}, | |
{ | |
"name": "stress outlined white star", | |
"decimal": "10025", | |
"hex": "2729" | |
}, | |
{ | |
"name": "circled white star", | |
"decimal": "10026", | |
"hex": "272A" | |
}, | |
{ | |
"name": "open centre black star", | |
"decimal": "10027", | |
"hex": "272B" | |
}, | |
{ | |
"name": "black centre white star", | |
"decimal": "10028", | |
"hex": "272C" | |
}, | |
{ | |
"name": "outlined black star", | |
"decimal": "10029", | |
"hex": "272D" | |
}, | |
{ | |
"name": "heavy outlined black star", | |
"decimal": "10030", | |
"hex": "272E" | |
}, | |
{ | |
"name": "pinwheel star", | |
"decimal": "10031", | |
"hex": "272F" | |
}, | |
{ | |
"name": "shadowed white star", | |
"decimal": "10032", | |
"hex": "2730" | |
}, | |
{ | |
"name": "heavy asterisk", | |
"decimal": "10033", | |
"hex": "2731" | |
}, | |
{ | |
"name": "open centre asterisk", | |
"decimal": "10034", | |
"hex": "2732" | |
}, | |
{ | |
"name": "eight spoked asterisk", | |
"decimal": "10035", | |
"hex": "2733" | |
}, | |
{ | |
"name": "eight pointed black star", | |
"decimal": "10036", | |
"hex": "2734" | |
}, | |
{ | |
"name": "eight pointed pinwheel star", | |
"decimal": "10037", | |
"hex": "2735" | |
}, | |
{ | |
"name": "six pointed black star", | |
"decimal": "10038", | |
"hex": "2736" | |
}, | |
{ | |
"name": "eight pointed rectilinear black star", | |
"decimal": "10039", | |
"hex": "2737" | |
}, | |
{ | |
"name": "heavy eight pointed rectilinear black star", | |
"decimal": "10040", | |
"hex": "2738" | |
}, | |
{ | |
"name": "twelve pointed black star", | |
"decimal": "10041", | |
"hex": "2739" | |
}, | |
{ | |
"name": "sixteen pointed asterisk", | |
"decimal": "10042", | |
"hex": "273A" | |
}, | |
{ | |
"name": "teardrop-spoked asterisk", | |
"decimal": "10043", | |
"hex": "273B" | |
}, | |
{ | |
"name": "open centre teardrop-spoked asterisk", | |
"decimal": "10044", | |
"hex": "273C" | |
}, | |
{ | |
"name": "heavy teardrop-spoked asterisk", | |
"decimal": "10045", | |
"hex": "273D" | |
}, | |
{ | |
"name": "six petalled black and white florette", | |
"decimal": "10046", | |
"hex": "273E" | |
}, | |
{ | |
"name": "black florette", | |
"decimal": "10047", | |
"hex": "273F" | |
}, | |
{ | |
"name": "white florette", | |
"decimal": "10048", | |
"hex": "2740" | |
}, | |
{ | |
"name": "eight petalled outlined black florette", | |
"decimal": "10049", | |
"hex": "2741" | |
}, | |
{ | |
"name": "circled open centre eight pointed star", | |
"decimal": "10050", | |
"hex": "2742" | |
}, | |
{ | |
"name": "heavy teardrop-spoked pinwheel asterisk", | |
"decimal": "10051", | |
"hex": "2743" | |
}, | |
{ | |
"name": "snowflake", | |
"decimal": "10052", | |
"hex": "2744" | |
}, | |
{ | |
"name": "tight trifoliate snowflake", | |
"decimal": "10053", | |
"hex": "2745" | |
}, | |
{ | |
"name": "heavy chevron snowflake", | |
"decimal": "10054", | |
"hex": "2746" | |
}, | |
{ | |
"name": "sparkle", | |
"decimal": "10055", | |
"hex": "2747" | |
}, | |
{ | |
"name": "heavy sparkle", | |
"decimal": "10056", | |
"hex": "2748" | |
}, | |
{ | |
"name": "balloon-spoked asterisk", | |
"decimal": "10057", | |
"hex": "2749" | |
}, | |
{ | |
"name": "eight teardrop-spoked propeller asterisk", | |
"decimal": "10058", | |
"hex": "274A" | |
}, | |
{ | |
"name": "heavy eight teardrop-spoked propeller asterisk", | |
"decimal": "10059", | |
"hex": "274B" | |
}, | |
{ | |
"name": "shadowed white circle", | |
"decimal": "10061", | |
"hex": "274D" | |
}, | |
{ | |
"name": "lower right drop-shadowed white square", | |
"decimal": "10063", | |
"hex": "274F" | |
}, | |
{ | |
"name": "upper right drop-shadowed white square", | |
"decimal": "10064", | |
"hex": "2750" | |
}, | |
{ | |
"name": "lower right shadowed white square", | |
"decimal": "10065", | |
"hex": "2751" | |
}, | |
{ | |
"name": "upper right shadowed white square", | |
"decimal": "10066", | |
"hex": "2752" | |
}, | |
{ | |
"name": "black diamond minus white x", | |
"decimal": "10070", | |
"hex": "2756" | |
}, | |
{ | |
"name": "light vertical bar", | |
"decimal": "10072", | |
"hex": "2758" | |
}, | |
{ | |
"name": "medium vertical bar", | |
"decimal": "10073", | |
"hex": "2759" | |
}, | |
{ | |
"name": "heavy vertical bar", | |
"decimal": "10074", | |
"hex": "275A" | |
}, | |
{ | |
"name": "heavy single turned comma quotation mark ornament", | |
"decimal": "10075", | |
"hex": "275B" | |
}, | |
{ | |
"name": "heavy single comma quotation mark ornament", | |
"decimal": "10076", | |
"hex": "275C" | |
}, | |
{ | |
"name": "heavy double turned comma quotation mark ornament", | |
"decimal": "10077", | |
"hex": "275D" | |
}, | |
{ | |
"name": "heavy double comma quotation mark ornament", | |
"decimal": "10078", | |
"hex": "275E" | |
}, | |
{ | |
"name": "curved stem paragraph sign ornament", | |
"decimal": "10081", | |
"hex": "2761" | |
}, | |
{ | |
"name": "heavy exclamation mark ornament", | |
"decimal": "10082", | |
"hex": "2762" | |
}, | |
{ | |
"name": "heavy heart exclamation mark ornament", | |
"decimal": "10083", | |
"hex": "2763" | |
}, | |
{ | |
"name": "heavy black heart", | |
"decimal": "10084", | |
"hex": "2764" | |
}, | |
{ | |
"name": "rotated heavy black heart bullet", | |
"decimal": "10085", | |
"hex": "2765" | |
}, | |
{ | |
"name": "floral heart", | |
"decimal": "10086", | |
"hex": "2766" | |
}, | |
{ | |
"name": "rotated floral heart bullet", | |
"decimal": "10087", | |
"hex": "2767" | |
}, | |
{ | |
"name": "dingbat negative circled digit one", | |
"decimal": "10102", | |
"hex": "2776" | |
}, | |
{ | |
"name": "dingbat negative circled digit two", | |
"decimal": "10103", | |
"hex": "2777" | |
}, | |
{ | |
"name": "dingbat negative circled digit three", | |
"decimal": "10104", | |
"hex": "2778" | |
}, | |
{ | |
"name": "dingbat negative circled digit four", | |
"decimal": "10105", | |
"hex": "2779" | |
}, | |
{ | |
"name": "dingbat negative circled digit five", | |
"decimal": "10106", | |
"hex": "277A" | |
}, | |
{ | |
"name": "dingbat negative circled digit six", | |
"decimal": "10107", | |
"hex": "277B" | |
}, | |
{ | |
"name": "dingbat negative circled digit seven", | |
"decimal": "10108", | |
"hex": "277C" | |
}, | |
{ | |
"name": "dingbat negative circled digit eight", | |
"decimal": "10109", | |
"hex": "277D" | |
}, | |
{ | |
"name": "dingbat negative circled digit nine", | |
"decimal": "10110", | |
"hex": "277E" | |
}, | |
{ | |
"name": "dingbat negative circled number ten", | |
"decimal": "10111", | |
"hex": "277F" | |
}, | |
{ | |
"name": "dingbat circled sans-serif digit one", | |
"decimal": "10112", | |
"hex": "2780" | |
}, | |
{ | |
"name": "dingbat circled sans-serif digit two", | |
"decimal": "10113", | |
"hex": "2781" | |
}, | |
{ | |
"name": "dingbat circled sans-serif digit three", | |
"decimal": "10114", | |
"hex": "2782" | |
}, | |
{ | |
"name": "dingbat circled sans-serif digit four", | |
"decimal": "10115", | |
"hex": "2783" | |
}, | |
{ | |
"name": "dingbat circled sans-serif digit five", | |
"decimal": "10116", | |
"hex": "2784" | |
}, | |
{ | |
"name": "dingbat circled sans-serif digit six", | |
"decimal": "10117", | |
"hex": "2785" | |
}, | |
{ | |
"name": "dingbat circled sans-serif digit seven", | |
"decimal": "10118", | |
"hex": "2786" | |
}, | |
{ | |
"name": "dingbat circled sans-serif digit eight", | |
"decimal": "10119", | |
"hex": "2787" | |
}, | |
{ | |
"name": "dingbat circled sans-serif digit nine", | |
"decimal": "10120", | |
"hex": "2788" | |
}, | |
{ | |
"name": "dingbat circled sans-serif number ten", | |
"decimal": "10121", | |
"hex": "2789" | |
}, | |
{ | |
"name": "dingbat negative circled sans-serif digit one", | |
"decimal": "10122", | |
"hex": "278A" | |
}, | |
{ | |
"name": "dingbat negative circled sans-serif digit two", | |
"decimal": "10123", | |
"hex": "278B" | |
}, | |
{ | |
"name": "dingbat negative circled sans-serif digit three", | |
"decimal": "10124", | |
"hex": "278C" | |
}, | |
{ | |
"name": "dingbat negative circled sans-serif digit four", | |
"decimal": "10125", | |
"hex": "278D" | |
}, | |
{ | |
"name": "dingbat negative circled sans-serif digit five", | |
"decimal": "10126", | |
"hex": "278E" | |
}, | |
{ | |
"name": "dingbat negative circled sans-serif digit six", | |
"decimal": "10127", | |
"hex": "278F" | |
}, | |
{ | |
"name": "dingbat negative circled sans-serif digit seven", | |
"decimal": "10128", | |
"hex": "2790" | |
}, | |
{ | |
"name": "dingbat negative circled sans-serif digit eight", | |
"decimal": "10129", | |
"hex": "2791" | |
}, | |
{ | |
"name": "dingbat negative circled sans-serif digit nine", | |
"decimal": "10130", | |
"hex": "2792" | |
}, | |
{ | |
"name": "dingbat negative circled sans-serif number ten", | |
"decimal": "10131", | |
"hex": "2793" | |
}, | |
{ | |
"name": "heavy wide-headed rightwards arrow", | |
"decimal": "10132", | |
"hex": "2794" | |
}, | |
{ | |
"name": "heavy south east arrow", | |
"decimal": "10136", | |
"hex": "2798" | |
}, | |
{ | |
"name": "heavy rightwards arrow", | |
"decimal": "10137", | |
"hex": "2799" | |
}, | |
{ | |
"name": "heavy north east arrow", | |
"decimal": "10138", | |
"hex": "279A" | |
}, | |
{ | |
"name": "drafting point rightwards arrow", | |
"decimal": "10139", | |
"hex": "279B" | |
}, | |
{ | |
"name": "heavy round-tipped rightwards arrow", | |
"decimal": "10140", | |
"hex": "279C" | |
}, | |
{ | |
"name": "triangle-headed rightwards arrow", | |
"decimal": "10141", | |
"hex": "279D" | |
}, | |
{ | |
"name": "heavy triangle-headed rightwards arrow", | |
"decimal": "10142", | |
"hex": "279E" | |
}, | |
{ | |
"name": "dashed triangle-headed rightwards arrow", | |
"decimal": "10143", | |
"hex": "279F" | |
}, | |
{ | |
"name": "heavy dashed triangle-headed rightwards arrow", | |
"decimal": "10144", | |
"hex": "27A0" | |
}, | |
{ | |
"name": "black rightwards arrow", | |
"decimal": "10145", | |
"hex": "27A1" | |
}, | |
{ | |
"name": "three-d top-lighted rightwards arrowhead", | |
"decimal": "10146", | |
"hex": "27A2" | |
}, | |
{ | |
"name": "three-d bottom-lighted rightwards arrowhead", | |
"decimal": "10147", | |
"hex": "27A3" | |
}, | |
{ | |
"name": "black rightwards arrowhead", | |
"decimal": "10148", | |
"hex": "27A4" | |
}, | |
{ | |
"name": "heavy black curved downwards and rightwards arrow", | |
"decimal": "10149", | |
"hex": "27A5" | |
}, | |
{ | |
"name": "heavy black curved upwards and rightwards arrow", | |
"decimal": "10150", | |
"hex": "27A6" | |
}, | |
{ | |
"name": "squat black rightwards arrow", | |
"decimal": "10151", | |
"hex": "27A7" | |
}, | |
{ | |
"name": "heavy concave-pointed black rightwards arrow", | |
"decimal": "10152", | |
"hex": "27A8" | |
}, | |
{ | |
"name": "right-shaded white rightwards arrow", | |
"decimal": "10153", | |
"hex": "27A9" | |
}, | |
{ | |
"name": "left-shaded white rightwards arrow", | |
"decimal": "10154", | |
"hex": "27AA" | |
}, | |
{ | |
"name": "back-tilted shadowed white rightwards arrow", | |
"decimal": "10155", | |
"hex": "27AB" | |
}, | |
{ | |
"name": "front-tilted shadowed white rightwards arrow", | |
"decimal": "10156", | |
"hex": "27AC" | |
}, | |
{ | |
"name": "heavy lower right-shadowed white rightwards arrow", | |
"decimal": "10157", | |
"hex": "27AD" | |
}, | |
{ | |
"name": "heavy upper right-shadowed white rightwards arrow", | |
"decimal": "10158", | |
"hex": "27AE" | |
}, | |
{ | |
"name": "notched lower right-shadowed white rightwards arrow", | |
"decimal": "10159", | |
"hex": "27AF" | |
}, | |
{ | |
"name": "notched upper right-shadowed white rightwards arrow", | |
"decimal": "10161", | |
"hex": "27B1" | |
}, | |
{ | |
"name": "circled heavy white rightwards arrow", | |
"decimal": "10162", | |
"hex": "27B2" | |
}, | |
{ | |
"name": "white-feathered rightwards arrow", | |
"decimal": "10163", | |
"hex": "27B3" | |
}, | |
{ | |
"name": "black-feathered south east arrow", | |
"decimal": "10164", | |
"hex": "27B4" | |
}, | |
{ | |
"name": "black-feathered rightwards arrow", | |
"decimal": "10165", | |
"hex": "27B5" | |
}, | |
{ | |
"name": "black-feathered north east arrow", | |
"decimal": "10166", | |
"hex": "27B6" | |
}, | |
{ | |
"name": "heavy black-feathered south east arrow", | |
"decimal": "10167", | |
"hex": "27B7" | |
}, | |
{ | |
"name": "heavy black-feathered rightwards arrow", | |
"decimal": "10168", | |
"hex": "27B8" | |
}, | |
{ | |
"name": "heavy black-feathered north east arrow", | |
"decimal": "10169", | |
"hex": "27B9" | |
}, | |
{ | |
"name": "teardrop-barbed rightwards arrow", | |
"decimal": "10170", | |
"hex": "27BA" | |
}, | |
{ | |
"name": "heavy teardrop-shanked rightwards arrow", | |
"decimal": "10171", | |
"hex": "27BB" | |
}, | |
{ | |
"name": "wedge-tailed rightwards arrow", | |
"decimal": "10172", | |
"hex": "27BC" | |
}, | |
{ | |
"name": "heavy wedge-tailed rightwards arrow", | |
"decimal": "10173", | |
"hex": "27BD" | |
}, | |
{ | |
"name": "open-outlined rightwards arrow", | |
"decimal": "10174", | |
"hex": "27BE" | |
} | |
], | |
"Braille Patterns": [ | |
{ | |
"name": "braille pattern blank", | |
"decimal": "10240", | |
"hex": "2800" | |
}, | |
{ | |
"name": "braille pattern dots-1", | |
"decimal": "10241", | |
"hex": "2801" | |
}, | |
{ | |
"name": "braille pattern dots-2", | |
"decimal": "10242", | |
"hex": "2802" | |
}, | |
{ | |
"name": "braille pattern dots-12", | |
"decimal": "10243", | |
"hex": "2803" | |
}, | |
{ | |
"name": "braille pattern dots-3", | |
"decimal": "10244", | |
"hex": "2804" | |
}, | |
{ | |
"name": "braille pattern dots-13", | |
"decimal": "10245", | |
"hex": "2805" | |
}, | |
{ | |
"name": "braille pattern dots-23", | |
"decimal": "10246", | |
"hex": "2806" | |
}, | |
{ | |
"name": "braille pattern dots-123", | |
"decimal": "10247", | |
"hex": "2807" | |
}, | |
{ | |
"name": "braille pattern dots-4", | |
"decimal": "10248", | |
"hex": "2808" | |
}, | |
{ | |
"name": "braille pattern dots-14", | |
"decimal": "10249", | |
"hex": "2809" | |
}, | |
{ | |
"name": "braille pattern dots-24", | |
"decimal": "10250", | |
"hex": "280A" | |
}, | |
{ | |
"name": "braille pattern dots-124", | |
"decimal": "10251", | |
"hex": "280B" | |
}, | |
{ | |
"name": "braille pattern dots-34", | |
"decimal": "10252", | |
"hex": "280C" | |
}, | |
{ | |
"name": "braille pattern dots-134", | |
"decimal": "10253", | |
"hex": "280D" | |
}, | |
{ | |
"name": "braille pattern dots-234", | |
"decimal": "10254", | |
"hex": "280E" | |
}, | |
{ | |
"name": "braille pattern dots-1234", | |
"decimal": "10255", | |
"hex": "280F" | |
}, | |
{ | |
"name": "braille pattern dots-5", | |
"decimal": "10256", | |
"hex": "2810" | |
}, | |
{ | |
"name": "braille pattern dots-15", | |
"decimal": "10257", | |
"hex": "2811" | |
}, | |
{ | |
"name": "braille pattern dots-25", | |
"decimal": "10258", | |
"hex": "2812" | |
}, | |
{ | |
"name": "braille pattern dots-125", | |
"decimal": "10259", | |
"hex": "2813" | |
}, | |
{ | |
"name": "braille pattern dots-35", | |
"decimal": "10260", | |
"hex": "2814" | |
}, | |
{ | |
"name": "braille pattern dots-135", | |
"decimal": "10261", | |
"hex": "2815" | |
}, | |
{ | |
"name": "braille pattern dots-235", | |
"decimal": "10262", | |
"hex": "2816" | |
}, | |
{ | |
"name": "braille pattern dots-1235", | |
"decimal": "10263", | |
"hex": "2817" | |
}, | |
{ | |
"name": "braille pattern dots-45", | |
"decimal": "10264", | |
"hex": "2818" | |
}, | |
{ | |
"name": "braille pattern dots-145", | |
"decimal": "10265", | |
"hex": "2819" | |
}, | |
{ | |
"name": "braille pattern dots-245", | |
"decimal": "10266", | |
"hex": "281A" | |
}, | |
{ | |
"name": "braille pattern dots-1245", | |
"decimal": "10267", | |
"hex": "281B" | |
}, | |
{ | |
"name": "braille pattern dots-345", | |
"decimal": "10268", | |
"hex": "281C" | |
}, | |
{ | |
"name": "braille pattern dots-1345", | |
"decimal": "10269", | |
"hex": "281D" | |
}, | |
{ | |
"name": "braille pattern dots-2345", | |
"decimal": "10270", | |
"hex": "281E" | |
}, | |
{ | |
"name": "braille pattern dots-12345", | |
"decimal": "10271", | |
"hex": "281F" | |
}, | |
{ | |
"name": "braille pattern dots-6", | |
"decimal": "10272", | |
"hex": "2820" | |
}, | |
{ | |
"name": "braille pattern dots-16", | |
"decimal": "10273", | |
"hex": "2821" | |
}, | |
{ | |
"name": "braille pattern dots-26", | |
"decimal": "10274", | |
"hex": "2822" | |
}, | |
{ | |
"name": "braille pattern dots-126", | |
"decimal": "10275", | |
"hex": "2823" | |
}, | |
{ | |
"name": "braille pattern dots-36", | |
"decimal": "10276", | |
"hex": "2824" | |
}, | |
{ | |
"name": "braille pattern dots-136", | |
"decimal": "10277", | |
"hex": "2825" | |
}, | |
{ | |
"name": "braille pattern dots-236", | |
"decimal": "10278", | |
"hex": "2826" | |
}, | |
{ | |
"name": "braille pattern dots-1236", | |
"decimal": "10279", | |
"hex": "2827" | |
}, | |
{ | |
"name": "braille pattern dots-46", | |
"decimal": "10280", | |
"hex": "2828" | |
}, | |
{ | |
"name": "braille pattern dots-146", | |
"decimal": "10281", | |
"hex": "2829" | |
}, | |
{ | |
"name": "braille pattern dots-246", | |
"decimal": "10282", | |
"hex": "282A" | |
}, | |
{ | |
"name": "braille pattern dots-1246", | |
"decimal": "10283", | |
"hex": "282B" | |
}, | |
{ | |
"name": "braille pattern dots-346", | |
"decimal": "10284", | |
"hex": "282C" | |
}, | |
{ | |
"name": "braille pattern dots-1346", | |
"decimal": "10285", | |
"hex": "282D" | |
}, | |
{ | |
"name": "braille pattern dots-2346", | |
"decimal": "10286", | |
"hex": "282E" | |
}, | |
{ | |
"name": "braille pattern dots-12346", | |
"decimal": "10287", | |
"hex": "282F" | |
}, | |
{ | |
"name": "braille pattern dots-56", | |
"decimal": "10288", | |
"hex": "2830" | |
}, | |
{ | |
"name": "braille pattern dots-156", | |
"decimal": "10289", | |
"hex": "2831" | |
}, | |
{ | |
"name": "braille pattern dots-256", | |
"decimal": "10290", | |
"hex": "2832" | |
}, | |
{ | |
"name": "braille pattern dots-1256", | |
"decimal": "10291", | |
"hex": "2833" | |
}, | |
{ | |
"name": "braille pattern dots-356", | |
"decimal": "10292", | |
"hex": "2834" | |
}, | |
{ | |
"name": "braille pattern dots-1356", | |
"decimal": "10293", | |
"hex": "2835" | |
}, | |
{ | |
"name": "braille pattern dots-2356", | |
"decimal": "10294", | |
"hex": "2836" | |
}, | |
{ | |
"name": "braille pattern dots-12356", | |
"decimal": "10295", | |
"hex": "2837" | |
}, | |
{ | |
"name": "braille pattern dots-456", | |
"decimal": "10296", | |
"hex": "2838" | |
}, | |
{ | |
"name": "braille pattern dots-1456", | |
"decimal": "10297", | |
"hex": "2839" | |
}, | |
{ | |
"name": "braille pattern dots-2456", | |
"decimal": "10298", | |
"hex": "283A" | |
}, | |
{ | |
"name": "braille pattern dots-12456", | |
"decimal": "10299", | |
"hex": "283B" | |
}, | |
{ | |
"name": "braille pattern dots-3456", | |
"decimal": "10300", | |
"hex": "283C" | |
}, | |
{ | |
"name": "braille pattern dots-13456", | |
"decimal": "10301", | |
"hex": "283D" | |
}, | |
{ | |
"name": "braille pattern dots-23456", | |
"decimal": "10302", | |
"hex": "283E" | |
}, | |
{ | |
"name": "braille pattern dots-123456", | |
"decimal": "10303", | |
"hex": "283F" | |
}, | |
{ | |
"name": "braille pattern dots-7", | |
"decimal": "10304", | |
"hex": "2840" | |
}, | |
{ | |
"name": "braille pattern dots-17", | |
"decimal": "10305", | |
"hex": "2841" | |
}, | |
{ | |
"name": "braille pattern dots-27", | |
"decimal": "10306", | |
"hex": "2842" | |
}, | |
{ | |
"name": "braille pattern dots-127", | |
"decimal": "10307", | |
"hex": "2843" | |
}, | |
{ | |
"name": "braille pattern dots-37", | |
"decimal": "10308", | |
"hex": "2844" | |
}, | |
{ | |
"name": "braille pattern dots-137", | |
"decimal": "10309", | |
"hex": "2845" | |
}, | |
{ | |
"name": "braille pattern dots-237", | |
"decimal": "10310", | |
"hex": "2846" | |
}, | |
{ | |
"name": "braille pattern dots-1237", | |
"decimal": "10311", | |
"hex": "2847" | |
}, | |
{ | |
"name": "braille pattern dots-47", | |
"decimal": "10312", | |
"hex": "2848" | |
}, | |
{ | |
"name": "braille pattern dots-147", | |
"decimal": "10313", | |
"hex": "2849" | |
}, | |
{ | |
"name": "braille pattern dots-247", | |
"decimal": "10314", | |
"hex": "284A" | |
}, | |
{ | |
"name": "braille pattern dots-1247", | |
"decimal": "10315", | |
"hex": "284B" | |
}, | |
{ | |
"name": "braille pattern dots-347", | |
"decimal": "10316", | |
"hex": "284C" | |
}, | |
{ | |
"name": "braille pattern dots-1347", | |
"decimal": "10317", | |
"hex": "284D" | |
}, | |
{ | |
"name": "braille pattern dots-2347", | |
"decimal": "10318", | |
"hex": "284E" | |
}, | |
{ | |
"name": "braille pattern dots-12347", | |
"decimal": "10319", | |
"hex": "284F" | |
}, | |
{ | |
"name": "braille pattern dots-57", | |
"decimal": "10320", | |
"hex": "2850" | |
}, | |
{ | |
"name": "braille pattern dots-157", | |
"decimal": "10321", | |
"hex": "2851" | |
}, | |
{ | |
"name": "braille pattern dots-257", | |
"decimal": "10322", | |
"hex": "2852" | |
}, | |
{ | |
"name": "braille pattern dots-1257", | |
"decimal": "10323", | |
"hex": "2853" | |
}, | |
{ | |
"name": "braille pattern dots-357", | |
"decimal": "10324", | |
"hex": "2854" | |
}, | |
{ | |
"name": "braille pattern dots-1357", | |
"decimal": "10325", | |
"hex": "2855" | |
}, | |
{ | |
"name": "braille pattern dots-2357", | |
"decimal": "10326", | |
"hex": "2856" | |
}, | |
{ | |
"name": "braille pattern dots-12357", | |
"decimal": "10327", | |
"hex": "2857" | |
}, | |
{ | |
"name": "braille pattern dots-457", | |
"decimal": "10328", | |
"hex": "2858" | |
}, | |
{ | |
"name": "braille pattern dots-1457", | |
"decimal": "10329", | |
"hex": "2859" | |
}, | |
{ | |
"name": "braille pattern dots-2457", | |
"decimal": "10330", | |
"hex": "285A" | |
}, | |
{ | |
"name": "braille pattern dots-12457", | |
"decimal": "10331", | |
"hex": "285B" | |
}, | |
{ | |
"name": "braille pattern dots-3457", | |
"decimal": "10332", | |
"hex": "285C" | |
}, | |
{ | |
"name": "braille pattern dots-13457", | |
"decimal": "10333", | |
"hex": "285D" | |
}, | |
{ | |
"name": "braille pattern dots-23457", | |
"decimal": "10334", | |
"hex": "285E" | |
}, | |
{ | |
"name": "braille pattern dots-123457", | |
"decimal": "10335", | |
"hex": "285F" | |
}, | |
{ | |
"name": "braille pattern dots-67", | |
"decimal": "10336", | |
"hex": "2860" | |
}, | |
{ | |
"name": "braille pattern dots-167", | |
"decimal": "10337", | |
"hex": "2861" | |
}, | |
{ | |
"name": "braille pattern dots-267", | |
"decimal": "10338", | |
"hex": "2862" | |
}, | |
{ | |
"name": "braille pattern dots-1267", | |
"decimal": "10339", | |
"hex": "2863" | |
}, | |
{ | |
"name": "braille pattern dots-367", | |
"decimal": "10340", | |
"hex": "2864" | |
}, | |
{ | |
"name": "braille pattern dots-1367", | |
"decimal": "10341", | |
"hex": "2865" | |
}, | |
{ | |
"name": "braille pattern dots-2367", | |
"decimal": "10342", | |
"hex": "2866" | |
}, | |
{ | |
"name": "braille pattern dots-12367", | |
"decimal": "10343", | |
"hex": "2867" | |
}, | |
{ | |
"name": "braille pattern dots-467", | |
"decimal": "10344", | |
"hex": "2868" | |
}, | |
{ | |
"name": "braille pattern dots-1467", | |
"decimal": "10345", | |
"hex": "2869" | |
}, | |
{ | |
"name": "braille pattern dots-2467", | |
"decimal": "10346", | |
"hex": "286A" | |
}, | |
{ | |
"name": "braille pattern dots-12467", | |
"decimal": "10347", | |
"hex": "286B" | |
}, | |
{ | |
"name": "braille pattern dots-3467", | |
"decimal": "10348", | |
"hex": "286C" | |
}, | |
{ | |
"name": "braille pattern dots-13467", | |
"decimal": "10349", | |
"hex": "286D" | |
}, | |
{ | |
"name": "braille pattern dots-23467", | |
"decimal": "10350", | |
"hex": "286E" | |
}, | |
{ | |
"name": "braille pattern dots-123467", | |
"decimal": "10351", | |
"hex": "286F" | |
}, | |
{ | |
"name": "braille pattern dots-567", | |
"decimal": "10352", | |
"hex": "2870" | |
}, | |
{ | |
"name": "braille pattern dots-1567", | |
"decimal": "10353", | |
"hex": "2871" | |
}, | |
{ | |
"name": "braille pattern dots-2567", | |
"decimal": "10354", | |
"hex": "2872" | |
}, | |
{ | |
"name": "braille pattern dots-12567", | |
"decimal": "10355", | |
"hex": "2873" | |
}, | |
{ | |
"name": "braille pattern dots-3567", | |
"decimal": "10356", | |
"hex": "2874" | |
}, | |
{ | |
"name": "braille pattern dots-13567", | |
"decimal": "10357", | |
"hex": "2875" | |
}, | |
{ | |
"name": "braille pattern dots-23567", | |
"decimal": "10358", | |
"hex": "2876" | |
}, | |
{ | |
"name": "braille pattern dots-123567", | |
"decimal": "10359", | |
"hex": "2877" | |
}, | |
{ | |
"name": "braille pattern dots-4567", | |
"decimal": "10360", | |
"hex": "2878" | |
}, | |
{ | |
"name": "braille pattern dots-14567", | |
"decimal": "10361", | |
"hex": "2879" | |
}, | |
{ | |
"name": "braille pattern dots-24567", | |
"decimal": "10362", | |
"hex": "287A" | |
}, | |
{ | |
"name": "braille pattern dots-124567", | |
"decimal": "10363", | |
"hex": "287B" | |
}, | |
{ | |
"name": "braille pattern dots-34567", | |
"decimal": "10364", | |
"hex": "287C" | |
}, | |
{ | |
"name": "braille pattern dots-134567", | |
"decimal": "10365", | |
"hex": "287D" | |
}, | |
{ | |
"name": "braille pattern dots-234567", | |
"decimal": "10366", | |
"hex": "287E" | |
}, | |
{ | |
"name": "braille pattern dots-1234567", | |
"decimal": "10367", | |
"hex": "287F" | |
}, | |
{ | |
"name": "braille pattern dots-8", | |
"decimal": "10368", | |
"hex": "2880" | |
}, | |
{ | |
"name": "braille pattern dots-18", | |
"decimal": "10369", | |
"hex": "2881" | |
}, | |
{ | |
"name": "braille pattern dots-28", | |
"decimal": "10370", | |
"hex": "2882" | |
}, | |
{ | |
"name": "braille pattern dots-128", | |
"decimal": "10371", | |
"hex": "2883" | |
}, | |
{ | |
"name": "braille pattern dots-38", | |
"decimal": "10372", | |
"hex": "2884" | |
}, | |
{ | |
"name": "braille pattern dots-138", | |
"decimal": "10373", | |
"hex": "2885" | |
}, | |
{ | |
"name": "braille pattern dots-238", | |
"decimal": "10374", | |
"hex": "2886" | |
}, | |
{ | |
"name": "braille pattern dots-1238", | |
"decimal": "10375", | |
"hex": "2887" | |
}, | |
{ | |
"name": "braille pattern dots-48", | |
"decimal": "10376", | |
"hex": "2888" | |
}, | |
{ | |
"name": "braille pattern dots-148", | |
"decimal": "10377", | |
"hex": "2889" | |
}, | |
{ | |
"name": "braille pattern dots-248", | |
"decimal": "10378", | |
"hex": "288A" | |
}, | |
{ | |
"name": "braille pattern dots-1248", | |
"decimal": "10379", | |
"hex": "288B" | |
}, | |
{ | |
"name": "braille pattern dots-348", | |
"decimal": "10380", | |
"hex": "288C" | |
}, | |
{ | |
"name": "braille pattern dots-1348", | |
"decimal": "10381", | |
"hex": "288D" | |
}, | |
{ | |
"name": "braille pattern dots-2348", | |
"decimal": "10382", | |
"hex": "288E" | |
}, | |
{ | |
"name": "braille pattern dots-12348", | |
"decimal": "10383", | |
"hex": "288F" | |
}, | |
{ | |
"name": "braille pattern dots-58", | |
"decimal": "10384", | |
"hex": "2890" | |
}, | |
{ | |
"name": "braille pattern dots-158", | |
"decimal": "10385", | |
"hex": "2891" | |
}, | |
{ | |
"name": "braille pattern dots-258", | |
"decimal": "10386", | |
"hex": "2892" | |
}, | |
{ | |
"name": "braille pattern dots-1258", | |
"decimal": "10387", | |
"hex": "2893" | |
}, | |
{ | |
"name": "braille pattern dots-358", | |
"decimal": "10388", | |
"hex": "2894" | |
}, | |
{ | |
"name": "braille pattern dots-1358", | |
"decimal": "10389", | |
"hex": "2895" | |
}, | |
{ | |
"name": "braille pattern dots-2358", | |
"decimal": "10390", | |
"hex": "2896" | |
}, | |
{ | |
"name": "braille pattern dots-12358", | |
"decimal": "10391", | |
"hex": "2897" | |
}, | |
{ | |
"name": "braille pattern dots-458", | |
"decimal": "10392", | |
"hex": "2898" | |
}, | |
{ | |
"name": "braille pattern dots-1458", | |
"decimal": "10393", | |
"hex": "2899" | |
}, | |
{ | |
"name": "braille pattern dots-2458", | |
"decimal": "10394", | |
"hex": "289A" | |
}, | |
{ | |
"name": "braille pattern dots-12458", | |
"decimal": "10395", | |
"hex": "289B" | |
}, | |
{ | |
"name": "braille pattern dots-3458", | |
"decimal": "10396", | |
"hex": "289C" | |
}, | |
{ | |
"name": "braille pattern dots-13458", | |
"decimal": "10397", | |
"hex": "289D" | |
}, | |
{ | |
"name": "braille pattern dots-23458", | |
"decimal": "10398", | |
"hex": "289E" | |
}, | |
{ | |
"name": "braille pattern dots-123458", | |
"decimal": "10399", | |
"hex": "289F" | |
}, | |
{ | |
"name": "braille pattern dots-68", | |
"decimal": "10400", | |
"hex": "28A0" | |
}, | |
{ | |
"name": "braille pattern dots-168", | |
"decimal": "10401", | |
"hex": "28A1" | |
}, | |
{ | |
"name": "braille pattern dots-268", | |
"decimal": "10402", | |
"hex": "28A2" | |
}, | |
{ | |
"name": "braille pattern dots-1268", | |
"decimal": "10403", | |
"hex": "28A3" | |
}, | |
{ | |
"name": "braille pattern dots-368", | |
"decimal": "10404", | |
"hex": "28A4" | |
}, | |
{ | |
"name": "braille pattern dots-1368", | |
"decimal": "10405", | |
"hex": "28A5" | |
}, | |
{ | |
"name": "braille pattern dots-2368", | |
"decimal": "10406", | |
"hex": "28A6" | |
}, | |
{ | |
"name": "braille pattern dots-12368", | |
"decimal": "10407", | |
"hex": "28A7" | |
}, | |
{ | |
"name": "braille pattern dots-468", | |
"decimal": "10408", | |
"hex": "28A8" | |
}, | |
{ | |
"name": "braille pattern dots-1468", | |
"decimal": "10409", | |
"hex": "28A9" | |
}, | |
{ | |
"name": "braille pattern dots-2468", | |
"decimal": "10410", | |
"hex": "28AA" | |
}, | |
{ | |
"name": "braille pattern dots-12468", | |
"decimal": "10411", | |
"hex": "28AB" | |
}, | |
{ | |
"name": "braille pattern dots-3468", | |
"decimal": "10412", | |
"hex": "28AC" | |
}, | |
{ | |
"name": "braille pattern dots-13468", | |
"decimal": "10413", | |
"hex": "28AD" | |
}, | |
{ | |
"name": "braille pattern dots-23468", | |
"decimal": "10414", | |
"hex": "28AE" | |
}, | |
{ | |
"name": "braille pattern dots-123468", | |
"decimal": "10415", | |
"hex": "28AF" | |
}, | |
{ | |
"name": "braille pattern dots-568", | |
"decimal": "10416", | |
"hex": "28B0" | |
}, | |
{ | |
"name": "braille pattern dots-1568", | |
"decimal": "10417", | |
"hex": "28B1" | |
}, | |
{ | |
"name": "braille pattern dots-2568", | |
"decimal": "10418", | |
"hex": "28B2" | |
}, | |
{ | |
"name": "braille pattern dots-12568", | |
"decimal": "10419", | |
"hex": "28B3" | |
}, | |
{ | |
"name": "braille pattern dots-3568", | |
"decimal": "10420", | |
"hex": "28B4" | |
}, | |
{ | |
"name": "braille pattern dots-13568", | |
"decimal": "10421", | |
"hex": "28B5" | |
}, | |
{ | |
"name": "braille pattern dots-23568", | |
"decimal": "10422", | |
"hex": "28B6" | |
}, | |
{ | |
"name": "braille pattern dots-123568", | |
"decimal": "10423", | |
"hex": "28B7" | |
}, | |
{ | |
"name": "braille pattern dots-4568", | |
"decimal": "10424", | |
"hex": "28B8" | |
}, | |
{ | |
"name": "braille pattern dots-14568", | |
"decimal": "10425", | |
"hex": "28B9" | |
}, | |
{ | |
"name": "braille pattern dots-24568", | |
"decimal": "10426", | |
"hex": "28BA" | |
}, | |
{ | |
"name": "braille pattern dots-124568", | |
"decimal": "10427", | |
"hex": "28BB" | |
}, | |
{ | |
"name": "braille pattern dots-34568", | |
"decimal": "10428", | |
"hex": "28BC" | |
}, | |
{ | |
"name": "braille pattern dots-134568", | |
"decimal": "10429", | |
"hex": "28BD" | |
}, | |
{ | |
"name": "braille pattern dots-234568", | |
"decimal": "10430", | |
"hex": "28BE" | |
}, | |
{ | |
"name": "braille pattern dots-1234568", | |
"decimal": "10431", | |
"hex": "28BF" | |
}, | |
{ | |
"name": "braille pattern dots-78", | |
"decimal": "10432", | |
"hex": "28C0" | |
}, | |
{ | |
"name": "braille pattern dots-178", | |
"decimal": "10433", | |
"hex": "28C1" | |
}, | |
{ | |
"name": "braille pattern dots-278", | |
"decimal": "10434", | |
"hex": "28C2" | |
}, | |
{ | |
"name": "braille pattern dots-1278", | |
"decimal": "10435", | |
"hex": "28C3" | |
}, | |
{ | |
"name": "braille pattern dots-378", | |
"decimal": "10436", | |
"hex": "28C4" | |
}, | |
{ | |
"name": "braille pattern dots-1378", | |
"decimal": "10437", | |
"hex": "28C5" | |
}, | |
{ | |
"name": "braille pattern dots-2378", | |
"decimal": "10438", | |
"hex": "28C6" | |
}, | |
{ | |
"name": "braille pattern dots-12378", | |
"decimal": "10439", | |
"hex": "28C7" | |
}, | |
{ | |
"name": "braille pattern dots-478", | |
"decimal": "10440", | |
"hex": "28C8" | |
}, | |
{ | |
"name": "braille pattern dots-1478", | |
"decimal": "10441", | |
"hex": "28C9" | |
}, | |
{ | |
"name": "braille pattern dots-2478", | |
"decimal": "10442", | |
"hex": "28CA" | |
}, | |
{ | |
"name": "braille pattern dots-12478", | |
"decimal": "10443", | |
"hex": "28CB" | |
}, | |
{ | |
"name": "braille pattern dots-3478", | |
"decimal": "10444", | |
"hex": "28CC" | |
}, | |
{ | |
"name": "braille pattern dots-13478", | |
"decimal": "10445", | |
"hex": "28CD" | |
}, | |
{ | |
"name": "braille pattern dots-23478", | |
"decimal": "10446", | |
"hex": "28CE" | |
}, | |
{ | |
"name": "braille pattern dots-123478", | |
"decimal": "10447", | |
"hex": "28CF" | |
}, | |
{ | |
"name": "braille pattern dots-578", | |
"decimal": "10448", | |
"hex": "28D0" | |
}, | |
{ | |
"name": "braille pattern dots-1578", | |
"decimal": "10449", | |
"hex": "28D1" | |
}, | |
{ | |
"name": "braille pattern dots-2578", | |
"decimal": "10450", | |
"hex": "28D2" | |
}, | |
{ | |
"name": "braille pattern dots-12578", | |
"decimal": "10451", | |
"hex": "28D3" | |
}, | |
{ | |
"name": "braille pattern dots-3578", | |
"decimal": "10452", | |
"hex": "28D4" | |
}, | |
{ | |
"name": "braille pattern dots-13578", | |
"decimal": "10453", | |
"hex": "28D5" | |
}, | |
{ | |
"name": "braille pattern dots-23578", | |
"decimal": "10454", | |
"hex": "28D6" | |
}, | |
{ | |
"name": "braille pattern dots-123578", | |
"decimal": "10455", | |
"hex": "28D7" | |
}, | |
{ | |
"name": "braille pattern dots-4578", | |
"decimal": "10456", | |
"hex": "28D8" | |
}, | |
{ | |
"name": "braille pattern dots-14578", | |
"decimal": "10457", | |
"hex": "28D9" | |
}, | |
{ | |
"name": "braille pattern dots-24578", | |
"decimal": "10458", | |
"hex": "28DA" | |
}, | |
{ | |
"name": "braille pattern dots-124578", | |
"decimal": "10459", | |
"hex": "28DB" | |
}, | |
{ | |
"name": "braille pattern dots-34578", | |
"decimal": "10460", | |
"hex": "28DC" | |
}, | |
{ | |
"name": "braille pattern dots-134578", | |
"decimal": "10461", | |
"hex": "28DD" | |
}, | |
{ | |
"name": "braille pattern dots-234578", | |
"decimal": "10462", | |
"hex": "28DE" | |
}, | |
{ | |
"name": "braille pattern dots-1234578", | |
"decimal": "10463", | |
"hex": "28DF" | |
}, | |
{ | |
"name": "braille pattern dots-678", | |
"decimal": "10464", | |
"hex": "28E0" | |
}, | |
{ | |
"name": "braille pattern dots-1678", | |
"decimal": "10465", | |
"hex": "28E1" | |
}, | |
{ | |
"name": "braille pattern dots-2678", | |
"decimal": "10466", | |
"hex": "28E2" | |
}, | |
{ | |
"name": "braille pattern dots-12678", | |
"decimal": "10467", | |
"hex": "28E3" | |
}, | |
{ | |
"name": "braille pattern dots-3678", | |
"decimal": "10468", | |
"hex": "28E4" | |
}, | |
{ | |
"name": "braille pattern dots-13678", | |
"decimal": "10469", | |
"hex": "28E5" | |
}, | |
{ | |
"name": "braille pattern dots-23678", | |
"decimal": "10470", | |
"hex": "28E6" | |
}, | |
{ | |
"name": "braille pattern dots-123678", | |
"decimal": "10471", | |
"hex": "28E7" | |
}, | |
{ | |
"name": "braille pattern dots-4678", | |
"decimal": "10472", | |
"hex": "28E8" | |
}, | |
{ | |
"name": "braille pattern dots-14678", | |
"decimal": "10473", | |
"hex": "28E9" | |
}, | |
{ | |
"name": "braille pattern dots-24678", | |
"decimal": "10474", | |
"hex": "28EA" | |
}, | |
{ | |
"name": "braille pattern dots-124678", | |
"decimal": "10475", | |
"hex": "28EB" | |
}, | |
{ | |
"name": "braille pattern dots-34678", | |
"decimal": "10476", | |
"hex": "28EC" | |
}, | |
{ | |
"name": "braille pattern dots-134678", | |
"decimal": "10477", | |
"hex": "28ED" | |
}, | |
{ | |
"name": "braille pattern dots-234678", | |
"decimal": "10478", | |
"hex": "28EE" | |
}, | |
{ | |
"name": "braille pattern dots-1234678", | |
"decimal": "10479", | |
"hex": "28EF" | |
}, | |
{ | |
"name": "braille pattern dots-5678", | |
"decimal": "10480", | |
"hex": "28F0" | |
}, | |
{ | |
"name": "braille pattern dots-15678", | |
"decimal": "10481", | |
"hex": "28F1" | |
}, | |
{ | |
"name": "braille pattern dots-25678", | |
"decimal": "10482", | |
"hex": "28F2" | |
}, | |
{ | |
"name": "braille pattern dots-125678", | |
"decimal": "10483", | |
"hex": "28F3" | |
}, | |
{ | |
"name": "braille pattern dots-35678", | |
"decimal": "10484", | |
"hex": "28F4" | |
}, | |
{ | |
"name": "braille pattern dots-135678", | |
"decimal": "10485", | |
"hex": "28F5" | |
}, | |
{ | |
"name": "braille pattern dots-235678", | |
"decimal": "10486", | |
"hex": "28F6" | |
}, | |
{ | |
"name": "braille pattern dots-1235678", | |
"decimal": "10487", | |
"hex": "28F7" | |
}, | |
{ | |
"name": "braille pattern dots-45678", | |
"decimal": "10488", | |
"hex": "28F8" | |
}, | |
{ | |
"name": "braille pattern dots-145678", | |
"decimal": "10489", | |
"hex": "28F9" | |
}, | |
{ | |
"name": "braille pattern dots-245678", | |
"decimal": "10490", | |
"hex": "28FA" | |
}, | |
{ | |
"name": "braille pattern dots-1245678", | |
"decimal": "10491", | |
"hex": "28FB" | |
}, | |
{ | |
"name": "braille pattern dots-345678", | |
"decimal": "10492", | |
"hex": "28FC" | |
}, | |
{ | |
"name": "braille pattern dots-1345678", | |
"decimal": "10493", | |
"hex": "28FD" | |
}, | |
{ | |
"name": "braille pattern dots-2345678", | |
"decimal": "10494", | |
"hex": "28FE" | |
}, | |
{ | |
"name": "braille pattern dots-12345678", | |
"decimal": "10495", | |
"hex": "28FF" | |
} | |
], | |
"CJK Radicals Supplement": [ | |
{ | |
"name": "cjk radical repeat", | |
"decimal": "11904", | |
"hex": "2E80" | |
}, | |
{ | |
"name": "cjk radical cliff", | |
"decimal": "11905", | |
"hex": "2E81" | |
}, | |
{ | |
"name": "cjk radical second one", | |
"decimal": "11906", | |
"hex": "2E82" | |
}, | |
{ | |
"name": "cjk radical second two", | |
"decimal": "11907", | |
"hex": "2E83" | |
}, | |
{ | |
"name": "cjk radical second three", | |
"decimal": "11908", | |
"hex": "2E84" | |
}, | |
{ | |
"name": "cjk radical person", | |
"decimal": "11909", | |
"hex": "2E85" | |
}, | |
{ | |
"name": "cjk radical box", | |
"decimal": "11910", | |
"hex": "2E86" | |
}, | |
{ | |
"name": "cjk radical table", | |
"decimal": "11911", | |
"hex": "2E87" | |
}, | |
{ | |
"name": "cjk radical knife one", | |
"decimal": "11912", | |
"hex": "2E88" | |
}, | |
{ | |
"name": "cjk radical knife two", | |
"decimal": "11913", | |
"hex": "2E89" | |
}, | |
{ | |
"name": "cjk radical divination", | |
"decimal": "11914", | |
"hex": "2E8A" | |
}, | |
{ | |
"name": "cjk radical seal", | |
"decimal": "11915", | |
"hex": "2E8B" | |
}, | |
{ | |
"name": "cjk radical small one", | |
"decimal": "11916", | |
"hex": "2E8C" | |
}, | |
{ | |
"name": "cjk radical small two", | |
"decimal": "11917", | |
"hex": "2E8D" | |
}, | |
{ | |
"name": "cjk radical lame one", | |
"decimal": "11918", | |
"hex": "2E8E" | |
}, | |
{ | |
"name": "cjk radical lame two", | |
"decimal": "11919", | |
"hex": "2E8F" | |
}, | |
{ | |
"name": "cjk radical lame three", | |
"decimal": "11920", | |
"hex": "2E90" | |
}, | |
{ | |
"name": "cjk radical lame four", | |
"decimal": "11921", | |
"hex": "2E91" | |
}, | |
{ | |
"name": "cjk radical snake", | |
"decimal": "11922", | |
"hex": "2E92" | |
}, | |
{ | |
"name": "cjk radical thread", | |
"decimal": "11923", | |
"hex": "2E93" | |
}, | |
{ | |
"name": "cjk radical snout one", | |
"decimal": "11924", | |
"hex": "2E94" | |
}, | |
{ | |
"name": "cjk radical snout two", | |
"decimal": "11925", | |
"hex": "2E95" | |
}, | |
{ | |
"name": "cjk radical heart one", | |
"decimal": "11926", | |
"hex": "2E96" | |
}, | |
{ | |
"name": "cjk radical heart two", | |
"decimal": "11927", | |
"hex": "2E97" | |
}, | |
{ | |
"name": "cjk radical hand", | |
"decimal": "11928", | |
"hex": "2E98" | |
}, | |
{ | |
"name": "cjk radical rap", | |
"decimal": "11929", | |
"hex": "2E99" | |
}, | |
{ | |
"name": "cjk radical choke", | |
"decimal": "11931", | |
"hex": "2E9B" | |
}, | |
{ | |
"name": "cjk radical sun", | |
"decimal": "11932", | |
"hex": "2E9C" | |
}, | |
{ | |
"name": "cjk radical moon", | |
"decimal": "11933", | |
"hex": "2E9D" | |
}, | |
{ | |
"name": "cjk radical death", | |
"decimal": "11934", | |
"hex": "2E9E" | |
}, | |
{ | |
"name": "cjk radical mother", | |
"decimal": "11935", | |
"hex": "2E9F" | |
}, | |
{ | |
"name": "cjk radical civilian", | |
"decimal": "11936", | |
"hex": "2EA0" | |
}, | |
{ | |
"name": "cjk radical water one", | |
"decimal": "11937", | |
"hex": "2EA1" | |
}, | |
{ | |
"name": "cjk radical water two", | |
"decimal": "11938", | |
"hex": "2EA2" | |
}, | |
{ | |
"name": "cjk radical fire", | |
"decimal": "11939", | |
"hex": "2EA3" | |
}, | |
{ | |
"name": "cjk radical paw one", | |
"decimal": "11940", | |
"hex": "2EA4" | |
}, | |
{ | |
"name": "cjk radical paw two", | |
"decimal": "11941", | |
"hex": "2EA5" | |
}, | |
{ | |
"name": "cjk radical simplified half tree trunk", | |
"decimal": "11942", | |
"hex": "2EA6" | |
}, | |
{ | |
"name": "cjk radical cow", | |
"decimal": "11943", | |
"hex": "2EA7" | |
}, | |
{ | |
"name": "cjk radical dog", | |
"decimal": "11944", | |
"hex": "2EA8" | |
}, | |
{ | |
"name": "cjk radical jade", | |
"decimal": "11945", | |
"hex": "2EA9" | |
}, | |
{ | |
"name": "cjk radical bolt of cloth", | |
"decimal": "11946", | |
"hex": "2EAA" | |
}, | |
{ | |
"name": "cjk radical eye", | |
"decimal": "11947", | |
"hex": "2EAB" | |
}, | |
{ | |
"name": "cjk radical spirit one", | |
"decimal": "11948", | |
"hex": "2EAC" | |
}, | |
{ | |
"name": "cjk radical spirit two", | |
"decimal": "11949", | |
"hex": "2EAD" | |
}, | |
{ | |
"name": "cjk radical bamboo", | |
"decimal": "11950", | |
"hex": "2EAE" | |
}, | |
{ | |
"name": "cjk radical silk", | |
"decimal": "11951", | |
"hex": "2EAF" | |
}, | |
{ | |
"name": "cjk radical c-simplified silk", | |
"decimal": "11952", | |
"hex": "2EB0" | |
}, | |
{ | |
"name": "cjk radical net one", | |
"decimal": "11953", | |
"hex": "2EB1" | |
}, | |
{ | |
"name": "cjk radical net two", | |
"decimal": "11954", | |
"hex": "2EB2" | |
}, | |
{ | |
"name": "cjk radical net three", | |
"decimal": "11955", | |
"hex": "2EB3" | |
}, | |
{ | |
"name": "cjk radical net four", | |
"decimal": "11956", | |
"hex": "2EB4" | |
}, | |
{ | |
"name": "cjk radical mesh", | |
"decimal": "11957", | |
"hex": "2EB5" | |
}, | |
{ | |
"name": "cjk radical sheep", | |
"decimal": "11958", | |
"hex": "2EB6" | |
}, | |
{ | |
"name": "cjk radical ram", | |
"decimal": "11959", | |
"hex": "2EB7" | |
}, | |
{ | |
"name": "cjk radical ewe", | |
"decimal": "11960", | |
"hex": "2EB8" | |
}, | |
{ | |
"name": "cjk radical old", | |
"decimal": "11961", | |
"hex": "2EB9" | |
}, | |
{ | |
"name": "cjk radical brush one", | |
"decimal": "11962", | |
"hex": "2EBA" | |
}, | |
{ | |
"name": "cjk radical brush two", | |
"decimal": "11963", | |
"hex": "2EBB" | |
}, | |
{ | |
"name": "cjk radical meat", | |
"decimal": "11964", | |
"hex": "2EBC" | |
}, | |
{ | |
"name": "cjk radical mortar", | |
"decimal": "11965", | |
"hex": "2EBD" | |
}, | |
{ | |
"name": "cjk radical grass one", | |
"decimal": "11966", | |
"hex": "2EBE" | |
}, | |
{ | |
"name": "cjk radical grass two", | |
"decimal": "11967", | |
"hex": "2EBF" | |
}, | |
{ | |
"name": "cjk radical grass three", | |
"decimal": "11968", | |
"hex": "2EC0" | |
}, | |
{ | |
"name": "cjk radical tiger", | |
"decimal": "11969", | |
"hex": "2EC1" | |
}, | |
{ | |
"name": "cjk radical clothes", | |
"decimal": "11970", | |
"hex": "2EC2" | |
}, | |
{ | |
"name": "cjk radical west one", | |
"decimal": "11971", | |
"hex": "2EC3" | |
}, | |
{ | |
"name": "cjk radical west two", | |
"decimal": "11972", | |
"hex": "2EC4" | |
}, | |
{ | |
"name": "cjk radical c-simplified see", | |
"decimal": "11973", | |
"hex": "2EC5" | |
}, | |
{ | |
"name": "cjk radical simplified horn", | |
"decimal": "11974", | |
"hex": "2EC6" | |
}, | |
{ | |
"name": "cjk radical horn", | |
"decimal": "11975", | |
"hex": "2EC7" | |
}, | |
{ | |
"name": "cjk radical c-simplified speech", | |
"decimal": "11976", | |
"hex": "2EC8" | |
}, | |
{ | |
"name": "cjk radical c-simplified shell", | |
"decimal": "11977", | |
"hex": "2EC9" | |
}, | |
{ | |
"name": "cjk radical foot", | |
"decimal": "11978", | |
"hex": "2ECA" | |
}, | |
{ | |
"name": "cjk radical c-simplified cart", | |
"decimal": "11979", | |
"hex": "2ECB" | |
}, | |
{ | |
"name": "cjk radical simplified walk", | |
"decimal": "11980", | |
"hex": "2ECC" | |
}, | |
{ | |
"name": "cjk radical walk one", | |
"decimal": "11981", | |
"hex": "2ECD" | |
}, | |
{ | |
"name": "cjk radical walk two", | |
"decimal": "11982", | |
"hex": "2ECE" | |
}, | |
{ | |
"name": "cjk radical city", | |
"decimal": "11983", | |
"hex": "2ECF" | |
}, | |
{ | |
"name": "cjk radical c-simplified gold", | |
"decimal": "11984", | |
"hex": "2ED0" | |
}, | |
{ | |
"name": "cjk radical long one", | |
"decimal": "11985", | |
"hex": "2ED1" | |
}, | |
{ | |
"name": "cjk radical long two", | |
"decimal": "11986", | |
"hex": "2ED2" | |
}, | |
{ | |
"name": "cjk radical c-simplified long", | |
"decimal": "11987", | |
"hex": "2ED3" | |
}, | |
{ | |
"name": "cjk radical c-simplified gate", | |
"decimal": "11988", | |
"hex": "2ED4" | |
}, | |
{ | |
"name": "cjk radical mound one", | |
"decimal": "11989", | |
"hex": "2ED5" | |
}, | |
{ | |
"name": "cjk radical mound two", | |
"decimal": "11990", | |
"hex": "2ED6" | |
}, | |
{ | |
"name": "cjk radical rain", | |
"decimal": "11991", | |
"hex": "2ED7" | |
}, | |
{ | |
"name": "cjk radical blue", | |
"decimal": "11992", | |
"hex": "2ED8" | |
}, | |
{ | |
"name": "cjk radical c-simplified tanned leather", | |
"decimal": "11993", | |
"hex": "2ED9" | |
}, | |
{ | |
"name": "cjk radical c-simplified leaf", | |
"decimal": "11994", | |
"hex": "2EDA" | |
}, | |
{ | |
"name": "cjk radical c-simplified wind", | |
"decimal": "11995", | |
"hex": "2EDB" | |
}, | |
{ | |
"name": "cjk radical c-simplified fly", | |
"decimal": "11996", | |
"hex": "2EDC" | |
}, | |
{ | |
"name": "cjk radical eat one", | |
"decimal": "11997", | |
"hex": "2EDD" | |
}, | |
{ | |
"name": "cjk radical eat two", | |
"decimal": "11998", | |
"hex": "2EDE" | |
}, | |
{ | |
"name": "cjk radical eat three", | |
"decimal": "11999", | |
"hex": "2EDF" | |
}, | |
{ | |
"name": "cjk radical c-simplified eat", | |
"decimal": "12000", | |
"hex": "2EE0" | |
}, | |
{ | |
"name": "cjk radical head", | |
"decimal": "12001", | |
"hex": "2EE1" | |
}, | |
{ | |
"name": "cjk radical c-simplified horse", | |
"decimal": "12002", | |
"hex": "2EE2" | |
}, | |
{ | |
"name": "cjk radical bone", | |
"decimal": "12003", | |
"hex": "2EE3" | |
}, | |
{ | |
"name": "cjk radical ghost", | |
"decimal": "12004", | |
"hex": "2EE4" | |
}, | |
{ | |
"name": "cjk radical c-simplified fish", | |
"decimal": "12005", | |
"hex": "2EE5" | |
}, | |
{ | |
"name": "cjk radical c-simplified bird", | |
"decimal": "12006", | |
"hex": "2EE6" | |
}, | |
{ | |
"name": "cjk radical c-simplified salt", | |
"decimal": "12007", | |
"hex": "2EE7" | |
}, | |
{ | |
"name": "cjk radical simplified wheat", | |
"decimal": "12008", | |
"hex": "2EE8" | |
}, | |
{ | |
"name": "cjk radical simplified yellow", | |
"decimal": "12009", | |
"hex": "2EE9" | |
}, | |
{ | |
"name": "cjk radical c-simplified frog", | |
"decimal": "12010", | |
"hex": "2EEA" | |
}, | |
{ | |
"name": "cjk radical j-simplified even", | |
"decimal": "12011", | |
"hex": "2EEB" | |
}, | |
{ | |
"name": "cjk radical c-simplified even", | |
"decimal": "12012", | |
"hex": "2EEC" | |
}, | |
{ | |
"name": "cjk radical j-simplified tooth", | |
"decimal": "12013", | |
"hex": "2EED" | |
}, | |
{ | |
"name": "cjk radical c-simplified tooth", | |
"decimal": "12014", | |
"hex": "2EEE" | |
}, | |
{ | |
"name": "cjk radical j-simplified dragon", | |
"decimal": "12015", | |
"hex": "2EEF" | |
}, | |
{ | |
"name": "cjk radical c-simplified dragon", | |
"decimal": "12016", | |
"hex": "2EF0" | |
}, | |
{ | |
"name": "cjk radical turtle", | |
"decimal": "12017", | |
"hex": "2EF1" | |
}, | |
{ | |
"name": "cjk radical j-simplified turtle", | |
"decimal": "12018", | |
"hex": "2EF2" | |
}, | |
{ | |
"name": "cjk radical c-simplified turtle", | |
"decimal": "12019", | |
"hex": "2EF3" | |
} | |
], | |
"Kangxi Radicals": [ | |
{ | |
"name": "kangxi radical one", | |
"decimal": "12032", | |
"hex": "2F00" | |
}, | |
{ | |
"name": "kangxi radical line", | |
"decimal": "12033", | |
"hex": "2F01" | |
}, | |
{ | |
"name": "kangxi radical dot", | |
"decimal": "12034", | |
"hex": "2F02" | |
}, | |
{ | |
"name": "kangxi radical slash", | |
"decimal": "12035", | |
"hex": "2F03" | |
}, | |
{ | |
"name": "kangxi radical second", | |
"decimal": "12036", | |
"hex": "2F04" | |
}, | |
{ | |
"name": "kangxi radical hook", | |
"decimal": "12037", | |
"hex": "2F05" | |
}, | |
{ | |
"name": "kangxi radical two", | |
"decimal": "12038", | |
"hex": "2F06" | |
}, | |
{ | |
"name": "kangxi radical lid", | |
"decimal": "12039", | |
"hex": "2F07" | |
}, | |
{ | |
"name": "kangxi radical man", | |
"decimal": "12040", | |
"hex": "2F08" | |
}, | |
{ | |
"name": "kangxi radical legs", | |
"decimal": "12041", | |
"hex": "2F09" | |
}, | |
{ | |
"name": "kangxi radical enter", | |
"decimal": "12042", | |
"hex": "2F0A" | |
}, | |
{ | |
"name": "kangxi radical eight", | |
"decimal": "12043", | |
"hex": "2F0B" | |
}, | |
{ | |
"name": "kangxi radical down box", | |
"decimal": "12044", | |
"hex": "2F0C" | |
}, | |
{ | |
"name": "kangxi radical cover", | |
"decimal": "12045", | |
"hex": "2F0D" | |
}, | |
{ | |
"name": "kangxi radical ice", | |
"decimal": "12046", | |
"hex": "2F0E" | |
}, | |
{ | |
"name": "kangxi radical table", | |
"decimal": "12047", | |
"hex": "2F0F" | |
}, | |
{ | |
"name": "kangxi radical open box", | |
"decimal": "12048", | |
"hex": "2F10" | |
}, | |
{ | |
"name": "kangxi radical knife", | |
"decimal": "12049", | |
"hex": "2F11" | |
}, | |
{ | |
"name": "kangxi radical power", | |
"decimal": "12050", | |
"hex": "2F12" | |
}, | |
{ | |
"name": "kangxi radical wrap", | |
"decimal": "12051", | |
"hex": "2F13" | |
}, | |
{ | |
"name": "kangxi radical spoon", | |
"decimal": "12052", | |
"hex": "2F14" | |
}, | |
{ | |
"name": "kangxi radical right open box", | |
"decimal": "12053", | |
"hex": "2F15" | |
}, | |
{ | |
"name": "kangxi radical hiding enclosure", | |
"decimal": "12054", | |
"hex": "2F16" | |
}, | |
{ | |
"name": "kangxi radical ten", | |
"decimal": "12055", | |
"hex": "2F17" | |
}, | |
{ | |
"name": "kangxi radical divination", | |
"decimal": "12056", | |
"hex": "2F18" | |
}, | |
{ | |
"name": "kangxi radical seal", | |
"decimal": "12057", | |
"hex": "2F19" | |
}, | |
{ | |
"name": "kangxi radical cliff", | |
"decimal": "12058", | |
"hex": "2F1A" | |
}, | |
{ | |
"name": "kangxi radical private", | |
"decimal": "12059", | |
"hex": "2F1B" | |
}, | |
{ | |
"name": "kangxi radical again", | |
"decimal": "12060", | |
"hex": "2F1C" | |
}, | |
{ | |
"name": "kangxi radical mouth", | |
"decimal": "12061", | |
"hex": "2F1D" | |
}, | |
{ | |
"name": "kangxi radical enclosure", | |
"decimal": "12062", | |
"hex": "2F1E" | |
}, | |
{ | |
"name": "kangxi radical earth", | |
"decimal": "12063", | |
"hex": "2F1F" | |
}, | |
{ | |
"name": "kangxi radical scholar", | |
"decimal": "12064", | |
"hex": "2F20" | |
}, | |
{ | |
"name": "kangxi radical go", | |
"decimal": "12065", | |
"hex": "2F21" | |
}, | |
{ | |
"name": "kangxi radical go slowly", | |
"decimal": "12066", | |
"hex": "2F22" | |
}, | |
{ | |
"name": "kangxi radical evening", | |
"decimal": "12067", | |
"hex": "2F23" | |
}, | |
{ | |
"name": "kangxi radical big", | |
"decimal": "12068", | |
"hex": "2F24" | |
}, | |
{ | |
"name": "kangxi radical woman", | |
"decimal": "12069", | |
"hex": "2F25" | |
}, | |
{ | |
"name": "kangxi radical child", | |
"decimal": "12070", | |
"hex": "2F26" | |
}, | |
{ | |
"name": "kangxi radical roof", | |
"decimal": "12071", | |
"hex": "2F27" | |
}, | |
{ | |
"name": "kangxi radical inch", | |
"decimal": "12072", | |
"hex": "2F28" | |
}, | |
{ | |
"name": "kangxi radical small", | |
"decimal": "12073", | |
"hex": "2F29" | |
}, | |
{ | |
"name": "kangxi radical lame", | |
"decimal": "12074", | |
"hex": "2F2A" | |
}, | |
{ | |
"name": "kangxi radical corpse", | |
"decimal": "12075", | |
"hex": "2F2B" | |
}, | |
{ | |
"name": "kangxi radical sprout", | |
"decimal": "12076", | |
"hex": "2F2C" | |
}, | |
{ | |
"name": "kangxi radical mountain", | |
"decimal": "12077", | |
"hex": "2F2D" | |
}, | |
{ | |
"name": "kangxi radical river", | |
"decimal": "12078", | |
"hex": "2F2E" | |
}, | |
{ | |
"name": "kangxi radical work", | |
"decimal": "12079", | |
"hex": "2F2F" | |
}, | |
{ | |
"name": "kangxi radical oneself", | |
"decimal": "12080", | |
"hex": "2F30" | |
}, | |
{ | |
"name": "kangxi radical turban", | |
"decimal": "12081", | |
"hex": "2F31" | |
}, | |
{ | |
"name": "kangxi radical dry", | |
"decimal": "12082", | |
"hex": "2F32" | |
}, | |
{ | |
"name": "kangxi radical short thread", | |
"decimal": "12083", | |
"hex": "2F33" | |
}, | |
{ | |
"name": "kangxi radical dotted cliff", | |
"decimal": "12084", | |
"hex": "2F34" | |
}, | |
{ | |
"name": "kangxi radical long stride", | |
"decimal": "12085", | |
"hex": "2F35" | |
}, | |
{ | |
"name": "kangxi radical two hands", | |
"decimal": "12086", | |
"hex": "2F36" | |
}, | |
{ | |
"name": "kangxi radical shoot", | |
"decimal": "12087", | |
"hex": "2F37" | |
}, | |
{ | |
"name": "kangxi radical bow", | |
"decimal": "12088", | |
"hex": "2F38" | |
}, | |
{ | |
"name": "kangxi radical snout", | |
"decimal": "12089", | |
"hex": "2F39" | |
}, | |
{ | |
"name": "kangxi radical bristle", | |
"decimal": "12090", | |
"hex": "2F3A" | |
}, | |
{ | |
"name": "kangxi radical step", | |
"decimal": "12091", | |
"hex": "2F3B" | |
}, | |
{ | |
"name": "kangxi radical heart", | |
"decimal": "12092", | |
"hex": "2F3C" | |
}, | |
{ | |
"name": "kangxi radical halberd", | |
"decimal": "12093", | |
"hex": "2F3D" | |
}, | |
{ | |
"name": "kangxi radical door", | |
"decimal": "12094", | |
"hex": "2F3E" | |
}, | |
{ | |
"name": "kangxi radical hand", | |
"decimal": "12095", | |
"hex": "2F3F" | |
}, | |
{ | |
"name": "kangxi radical branch", | |
"decimal": "12096", | |
"hex": "2F40" | |
}, | |
{ | |
"name": "kangxi radical rap", | |
"decimal": "12097", | |
"hex": "2F41" | |
}, | |
{ | |
"name": "kangxi radical script", | |
"decimal": "12098", | |
"hex": "2F42" | |
}, | |
{ | |
"name": "kangxi radical dipper", | |
"decimal": "12099", | |
"hex": "2F43" | |
}, | |
{ | |
"name": "kangxi radical axe", | |
"decimal": "12100", | |
"hex": "2F44" | |
}, | |
{ | |
"name": "kangxi radical square", | |
"decimal": "12101", | |
"hex": "2F45" | |
}, | |
{ | |
"name": "kangxi radical not", | |
"decimal": "12102", | |
"hex": "2F46" | |
}, | |
{ | |
"name": "kangxi radical sun", | |
"decimal": "12103", | |
"hex": "2F47" | |
}, | |
{ | |
"name": "kangxi radical say", | |
"decimal": "12104", | |
"hex": "2F48" | |
}, | |
{ | |
"name": "kangxi radical moon", | |
"decimal": "12105", | |
"hex": "2F49" | |
}, | |
{ | |
"name": "kangxi radical tree", | |
"decimal": "12106", | |
"hex": "2F4A" | |
}, | |
{ | |
"name": "kangxi radical lack", | |
"decimal": "12107", | |
"hex": "2F4B" | |
}, | |
{ | |
"name": "kangxi radical stop", | |
"decimal": "12108", | |
"hex": "2F4C" | |
}, | |
{ | |
"name": "kangxi radical death", | |
"decimal": "12109", | |
"hex": "2F4D" | |
}, | |
{ | |
"name": "kangxi radical weapon", | |
"decimal": "12110", | |
"hex": "2F4E" | |
}, | |
{ | |
"name": "kangxi radical do not", | |
"decimal": "12111", | |
"hex": "2F4F" | |
}, | |
{ | |
"name": "kangxi radical compare", | |
"decimal": "12112", | |
"hex": "2F50" | |
}, | |
{ | |
"name": "kangxi radical fur", | |
"decimal": "12113", | |
"hex": "2F51" | |
}, | |
{ | |
"name": "kangxi radical clan", | |
"decimal": "12114", | |
"hex": "2F52" | |
}, | |
{ | |
"name": "kangxi radical steam", | |
"decimal": "12115", | |
"hex": "2F53" | |
}, | |
{ | |
"name": "kangxi radical water", | |
"decimal": "12116", | |
"hex": "2F54" | |
}, | |
{ | |
"name": "kangxi radical fire", | |
"decimal": "12117", | |
"hex": "2F55" | |
}, | |
{ | |
"name": "kangxi radical claw", | |
"decimal": "12118", | |
"hex": "2F56" | |
}, | |
{ | |
"name": "kangxi radical father", | |
"decimal": "12119", | |
"hex": "2F57" | |
}, | |
{ | |
"name": "kangxi radical double x", | |
"decimal": "12120", | |
"hex": "2F58" | |
}, | |
{ | |
"name": "kangxi radical half tree trunk", | |
"decimal": "12121", | |
"hex": "2F59" | |
}, | |
{ | |
"name": "kangxi radical slice", | |
"decimal": "12122", | |
"hex": "2F5A" | |
}, | |
{ | |
"name": "kangxi radical fang", | |
"decimal": "12123", | |
"hex": "2F5B" | |
}, | |
{ | |
"name": "kangxi radical cow", | |
"decimal": "12124", | |
"hex": "2F5C" | |
}, | |
{ | |
"name": "kangxi radical dog", | |
"decimal": "12125", | |
"hex": "2F5D" | |
}, | |
{ | |
"name": "kangxi radical profound", | |
"decimal": "12126", | |
"hex": "2F5E" | |
}, | |
{ | |
"name": "kangxi radical jade", | |
"decimal": "12127", | |
"hex": "2F5F" | |
}, | |
{ | |
"name": "kangxi radical melon", | |
"decimal": "12128", | |
"hex": "2F60" | |
}, | |
{ | |
"name": "kangxi radical tile", | |
"decimal": "12129", | |
"hex": "2F61" | |
}, | |
{ | |
"name": "kangxi radical sweet", | |
"decimal": "12130", | |
"hex": "2F62" | |
}, | |
{ | |
"name": "kangxi radical life", | |
"decimal": "12131", | |
"hex": "2F63" | |
}, | |
{ | |
"name": "kangxi radical use", | |
"decimal": "12132", | |
"hex": "2F64" | |
}, | |
{ | |
"name": "kangxi radical field", | |
"decimal": "12133", | |
"hex": "2F65" | |
}, | |
{ | |
"name": "kangxi radical bolt of cloth", | |
"decimal": "12134", | |
"hex": "2F66" | |
}, | |
{ | |
"name": "kangxi radical sickness", | |
"decimal": "12135", | |
"hex": "2F67" | |
}, | |
{ | |
"name": "kangxi radical dotted tent", | |
"decimal": "12136", | |
"hex": "2F68" | |
}, | |
{ | |
"name": "kangxi radical white", | |
"decimal": "12137", | |
"hex": "2F69" | |
}, | |
{ | |
"name": "kangxi radical skin", | |
"decimal": "12138", | |
"hex": "2F6A" | |
}, | |
{ | |
"name": "kangxi radical dish", | |
"decimal": "12139", | |
"hex": "2F6B" | |
}, | |
{ | |
"name": "kangxi radical eye", | |
"decimal": "12140", | |
"hex": "2F6C" | |
}, | |
{ | |
"name": "kangxi radical spear", | |
"decimal": "12141", | |
"hex": "2F6D" | |
}, | |
{ | |
"name": "kangxi radical arrow", | |
"decimal": "12142", | |
"hex": "2F6E" | |
}, | |
{ | |
"name": "kangxi radical stone", | |
"decimal": "12143", | |
"hex": "2F6F" | |
}, | |
{ | |
"name": "kangxi radical spirit", | |
"decimal": "12144", | |
"hex": "2F70" | |
}, | |
{ | |
"name": "kangxi radical track", | |
"decimal": "12145", | |
"hex": "2F71" | |
}, | |
{ | |
"name": "kangxi radical grain", | |
"decimal": "12146", | |
"hex": "2F72" | |
}, | |
{ | |
"name": "kangxi radical cave", | |
"decimal": "12147", | |
"hex": "2F73" | |
}, | |
{ | |
"name": "kangxi radical stand", | |
"decimal": "12148", | |
"hex": "2F74" | |
}, | |
{ | |
"name": "kangxi radical bamboo", | |
"decimal": "12149", | |
"hex": "2F75" | |
}, | |
{ | |
"name": "kangxi radical rice", | |
"decimal": "12150", | |
"hex": "2F76" | |
}, | |
{ | |
"name": "kangxi radical silk", | |
"decimal": "12151", | |
"hex": "2F77" | |
}, | |
{ | |
"name": "kangxi radical jar", | |
"decimal": "12152", | |
"hex": "2F78" | |
}, | |
{ | |
"name": "kangxi radical net", | |
"decimal": "12153", | |
"hex": "2F79" | |
}, | |
{ | |
"name": "kangxi radical sheep", | |
"decimal": "12154", | |
"hex": "2F7A" | |
}, | |
{ | |
"name": "kangxi radical feather", | |
"decimal": "12155", | |
"hex": "2F7B" | |
}, | |
{ | |
"name": "kangxi radical old", | |
"decimal": "12156", | |
"hex": "2F7C" | |
}, | |
{ | |
"name": "kangxi radical and", | |
"decimal": "12157", | |
"hex": "2F7D" | |
}, | |
{ | |
"name": "kangxi radical plow", | |
"decimal": "12158", | |
"hex": "2F7E" | |
}, | |
{ | |
"name": "kangxi radical ear", | |
"decimal": "12159", | |
"hex": "2F7F" | |
}, | |
{ | |
"name": "kangxi radical brush", | |
"decimal": "12160", | |
"hex": "2F80" | |
}, | |
{ | |
"name": "kangxi radical meat", | |
"decimal": "12161", | |
"hex": "2F81" | |
}, | |
{ | |
"name": "kangxi radical minister", | |
"decimal": "12162", | |
"hex": "2F82" | |
}, | |
{ | |
"name": "kangxi radical self", | |
"decimal": "12163", | |
"hex": "2F83" | |
}, | |
{ | |
"name": "kangxi radical arrive", | |
"decimal": "12164", | |
"hex": "2F84" | |
}, | |
{ | |
"name": "kangxi radical mortar", | |
"decimal": "12165", | |
"hex": "2F85" | |
}, | |
{ | |
"name": "kangxi radical tongue", | |
"decimal": "12166", | |
"hex": "2F86" | |
}, | |
{ | |
"name": "kangxi radical oppose", | |
"decimal": "12167", | |
"hex": "2F87" | |
}, | |
{ | |
"name": "kangxi radical boat", | |
"decimal": "12168", | |
"hex": "2F88" | |
}, | |
{ | |
"name": "kangxi radical stopping", | |
"decimal": "12169", | |
"hex": "2F89" | |
}, | |
{ | |
"name": "kangxi radical color", | |
"decimal": "12170", | |
"hex": "2F8A" | |
}, | |
{ | |
"name": "kangxi radical grass", | |
"decimal": "12171", | |
"hex": "2F8B" | |
}, | |
{ | |
"name": "kangxi radical tiger", | |
"decimal": "12172", | |
"hex": "2F8C" | |
}, | |
{ | |
"name": "kangxi radical insect", | |
"decimal": "12173", | |
"hex": "2F8D" | |
}, | |
{ | |
"name": "kangxi radical blood", | |
"decimal": "12174", | |
"hex": "2F8E" | |
}, | |
{ | |
"name": "kangxi radical walk enclosure", | |
"decimal": "12175", | |
"hex": "2F8F" | |
}, | |
{ | |
"name": "kangxi radical clothes", | |
"decimal": "12176", | |
"hex": "2F90" | |
}, | |
{ | |
"name": "kangxi radical west", | |
"decimal": "12177", | |
"hex": "2F91" | |
}, | |
{ | |
"name": "kangxi radical see", | |
"decimal": "12178", | |
"hex": "2F92" | |
}, | |
{ | |
"name": "kangxi radical horn", | |
"decimal": "12179", | |
"hex": "2F93" | |
}, | |
{ | |
"name": "kangxi radical speech", | |
"decimal": "12180", | |
"hex": "2F94" | |
}, | |
{ | |
"name": "kangxi radical valley", | |
"decimal": "12181", | |
"hex": "2F95" | |
}, | |
{ | |
"name": "kangxi radical bean", | |
"decimal": "12182", | |
"hex": "2F96" | |
}, | |
{ | |
"name": "kangxi radical pig", | |
"decimal": "12183", | |
"hex": "2F97" | |
}, | |
{ | |
"name": "kangxi radical badger", | |
"decimal": "12184", | |
"hex": "2F98" | |
}, | |
{ | |
"name": "kangxi radical shell", | |
"decimal": "12185", | |
"hex": "2F99" | |
}, | |
{ | |
"name": "kangxi radical red", | |
"decimal": "12186", | |
"hex": "2F9A" | |
}, | |
{ | |
"name": "kangxi radical run", | |
"decimal": "12187", | |
"hex": "2F9B" | |
}, | |
{ | |
"name": "kangxi radical foot", | |
"decimal": "12188", | |
"hex": "2F9C" | |
}, | |
{ | |
"name": "kangxi radical body", | |
"decimal": "12189", | |
"hex": "2F9D" | |
}, | |
{ | |
"name": "kangxi radical cart", | |
"decimal": "12190", | |
"hex": "2F9E" | |
}, | |
{ | |
"name": "kangxi radical bitter", | |
"decimal": "12191", | |
"hex": "2F9F" | |
}, | |
{ | |
"name": "kangxi radical morning", | |
"decimal": "12192", | |
"hex": "2FA0" | |
}, | |
{ | |
"name": "kangxi radical walk", | |
"decimal": "12193", | |
"hex": "2FA1" | |
}, | |
{ | |
"name": "kangxi radical city", | |
"decimal": "12194", | |
"hex": "2FA2" | |
}, | |
{ | |
"name": "kangxi radical wine", | |
"decimal": "12195", | |
"hex": "2FA3" | |
}, | |
{ | |
"name": "kangxi radical distinguish", | |
"decimal": "12196", | |
"hex": "2FA4" | |
}, | |
{ | |
"name": "kangxi radical village", | |
"decimal": "12197", | |
"hex": "2FA5" | |
}, | |
{ | |
"name": "kangxi radical gold", | |
"decimal": "12198", | |
"hex": "2FA6" | |
}, | |
{ | |
"name": "kangxi radical long", | |
"decimal": "12199", | |
"hex": "2FA7" | |
}, | |
{ | |
"name": "kangxi radical gate", | |
"decimal": "12200", | |
"hex": "2FA8" | |
}, | |
{ | |
"name": "kangxi radical mound", | |
"decimal": "12201", | |
"hex": "2FA9" | |
}, | |
{ | |
"name": "kangxi radical slave", | |
"decimal": "12202", | |
"hex": "2FAA" | |
}, | |
{ | |
"name": "kangxi radical short tailed bird", | |
"decimal": "12203", | |
"hex": "2FAB" | |
}, | |
{ | |
"name": "kangxi radical rain", | |
"decimal": "12204", | |
"hex": "2FAC" | |
}, | |
{ | |
"name": "kangxi radical blue", | |
"decimal": "12205", | |
"hex": "2FAD" | |
}, | |
{ | |
"name": "kangxi radical wrong", | |
"decimal": "12206", | |
"hex": "2FAE" | |
}, | |
{ | |
"name": "kangxi radical face", | |
"decimal": "12207", | |
"hex": "2FAF" | |
}, | |
{ | |
"name": "kangxi radical leather", | |
"decimal": "12208", | |
"hex": "2FB0" | |
}, | |
{ | |
"name": "kangxi radical tanned leather", | |
"decimal": "12209", | |
"hex": "2FB1" | |
}, | |
{ | |
"name": "kangxi radical leek", | |
"decimal": "12210", | |
"hex": "2FB2" | |
}, | |
{ | |
"name": "kangxi radical sound", | |
"decimal": "12211", | |
"hex": "2FB3" | |
}, | |
{ | |
"name": "kangxi radical leaf", | |
"decimal": "12212", | |
"hex": "2FB4" | |
}, | |
{ | |
"name": "kangxi radical wind", | |
"decimal": "12213", | |
"hex": "2FB5" | |
}, | |
{ | |
"name": "kangxi radical fly", | |
"decimal": "12214", | |
"hex": "2FB6" | |
}, | |
{ | |
"name": "kangxi radical eat", | |
"decimal": "12215", | |
"hex": "2FB7" | |
}, | |
{ | |
"name": "kangxi radical head", | |
"decimal": "12216", | |
"hex": "2FB8" | |
}, | |
{ | |
"name": "kangxi radical fragrant", | |
"decimal": "12217", | |
"hex": "2FB9" | |
}, | |
{ | |
"name": "kangxi radical horse", | |
"decimal": "12218", | |
"hex": "2FBA" | |
}, | |
{ | |
"name": "kangxi radical bone", | |
"decimal": "12219", | |
"hex": "2FBB" | |
}, | |
{ | |
"name": "kangxi radical tall", | |
"decimal": "12220", | |
"hex": "2FBC" | |
}, | |
{ | |
"name": "kangxi radical hair", | |
"decimal": "12221", | |
"hex": "2FBD" | |
}, | |
{ | |
"name": "kangxi radical fight", | |
"decimal": "12222", | |
"hex": "2FBE" | |
}, | |
{ | |
"name": "kangxi radical sacrificial wine", | |
"decimal": "12223", | |
"hex": "2FBF" | |
}, | |
{ | |
"name": "kangxi radical cauldron", | |
"decimal": "12224", | |
"hex": "2FC0" | |
}, | |
{ | |
"name": "kangxi radical ghost", | |
"decimal": "12225", | |
"hex": "2FC1" | |
}, | |
{ | |
"name": "kangxi radical fish", | |
"decimal": "12226", | |
"hex": "2FC2" | |
}, | |
{ | |
"name": "kangxi radical bird", | |
"decimal": "12227", | |
"hex": "2FC3" | |
}, | |
{ | |
"name": "kangxi radical salt", | |
"decimal": "12228", | |
"hex": "2FC4" | |
}, | |
{ | |
"name": "kangxi radical deer", | |
"decimal": "12229", | |
"hex": "2FC5" | |
}, | |
{ | |
"name": "kangxi radical wheat", | |
"decimal": "12230", | |
"hex": "2FC6" | |
}, | |
{ | |
"name": "kangxi radical hemp", | |
"decimal": "12231", | |
"hex": "2FC7" | |
}, | |
{ | |
"name": "kangxi radical yellow", | |
"decimal": "12232", | |
"hex": "2FC8" | |
}, | |
{ | |
"name": "kangxi radical millet", | |
"decimal": "12233", | |
"hex": "2FC9" | |
}, | |
{ | |
"name": "kangxi radical black", | |
"decimal": "12234", | |
"hex": "2FCA" | |
}, | |
{ | |
"name": "kangxi radical embroidery", | |
"decimal": "12235", | |
"hex": "2FCB" | |
}, | |
{ | |
"name": "kangxi radical frog", | |
"decimal": "12236", | |
"hex": "2FCC" | |
}, | |
{ | |
"name": "kangxi radical tripod", | |
"decimal": "12237", | |
"hex": "2FCD" | |
}, | |
{ | |
"name": "kangxi radical drum", | |
"decimal": "12238", | |
"hex": "2FCE" | |
}, | |
{ | |
"name": "kangxi radical rat", | |
"decimal": "12239", | |
"hex": "2FCF" | |
}, | |
{ | |
"name": "kangxi radical nose", | |
"decimal": "12240", | |
"hex": "2FD0" | |
}, | |
{ | |
"name": "kangxi radical even", | |
"decimal": "12241", | |
"hex": "2FD1" | |
}, | |
{ | |
"name": "kangxi radical tooth", | |
"decimal": "12242", | |
"hex": "2FD2" | |
}, | |
{ | |
"name": "kangxi radical dragon", | |
"decimal": "12243", | |
"hex": "2FD3" | |
}, | |
{ | |
"name": "kangxi radical turtle", | |
"decimal": "12244", | |
"hex": "2FD4" | |
}, | |
{ | |
"name": "kangxi radical flute", | |
"decimal": "12245", | |
"hex": "2FD5" | |
} | |
], | |
"Ideographic Description Characters": [ | |
{ | |
"name": "ideographic description character left to right", | |
"decimal": "12272", | |
"hex": "2FF0" | |
}, | |
{ | |
"name": "ideographic description character above to below", | |
"decimal": "12273", | |
"hex": "2FF1" | |
}, | |
{ | |
"name": "ideographic description character left to middle and right", | |
"decimal": "12274", | |
"hex": "2FF2" | |
}, | |
{ | |
"name": "ideographic description character above to middle and below", | |
"decimal": "12275", | |
"hex": "2FF3" | |
}, | |
{ | |
"name": "ideographic description character full surround", | |
"decimal": "12276", | |
"hex": "2FF4" | |
}, | |
{ | |
"name": "ideographic description character surround from above", | |
"decimal": "12277", | |
"hex": "2FF5" | |
}, | |
{ | |
"name": "ideographic description character surround from below", | |
"decimal": "12278", | |
"hex": "2FF6" | |
}, | |
{ | |
"name": "ideographic description character surround from left", | |
"decimal": "12279", | |
"hex": "2FF7" | |
}, | |
{ | |
"name": "ideographic description character surround from upper left", | |
"decimal": "12280", | |
"hex": "2FF8" | |
}, | |
{ | |
"name": "ideographic description character surround from upper right", | |
"decimal": "12281", | |
"hex": "2FF9" | |
}, | |
{ | |
"name": "ideographic description character surround from lower left", | |
"decimal": "12282", | |
"hex": "2FFA" | |
}, | |
{ | |
"name": "ideographic description character overlaid", | |
"decimal": "12283", | |
"hex": "2FFB" | |
} | |
], | |
"CJK Symbols and Punctuation": [ | |
{ | |
"name": "ideographic space", | |
"decimal": "12288", | |
"hex": "3000" | |
}, | |
{ | |
"name": "ideographic comma", | |
"decimal": "12289", | |
"hex": "3001" | |
}, | |
{ | |
"name": "ideographic full stop", | |
"decimal": "12290", | |
"hex": "3002" | |
}, | |
{ | |
"name": "ditto mark", | |
"decimal": "12291", | |
"hex": "3003" | |
}, | |
{ | |
"name": "japanese industrial standard symbol", | |
"decimal": "12292", | |
"hex": "3004" | |
}, | |
{ | |
"name": "ideographic iteration mark", | |
"decimal": "12293", | |
"hex": "3005" | |
}, | |
{ | |
"name": "ideographic closing mark", | |
"decimal": "12294", | |
"hex": "3006" | |
}, | |
{ | |
"name": "ideographic number zero", | |
"decimal": "12295", | |
"hex": "3007" | |
}, | |
{ | |
"name": "left angle bracket", | |
"decimal": "12296", | |
"hex": "3008" | |
}, | |
{ | |
"name": "right angle bracket", | |
"decimal": "12297", | |
"hex": "3009" | |
}, | |
{ | |
"name": "left double angle bracket", | |
"decimal": "12298", | |
"hex": "300A" | |
}, | |
{ | |
"name": "right double angle bracket", | |
"decimal": "12299", | |
"hex": "300B" | |
}, | |
{ | |
"name": "left corner bracket", | |
"decimal": "12300", | |
"hex": "300C" | |
}, | |
{ | |
"name": "right corner bracket", | |
"decimal": "12301", | |
"hex": "300D" | |
}, | |
{ | |
"name": "left white corner bracket", | |
"decimal": "12302", | |
"hex": "300E" | |
}, | |
{ | |
"name": "right white corner bracket", | |
"decimal": "12303", | |
"hex": "300F" | |
}, | |
{ | |
"name": "left black lenticular bracket", | |
"decimal": "12304", | |
"hex": "3010" | |
}, | |
{ | |
"name": "right black lenticular bracket", | |
"decimal": "12305", | |
"hex": "3011" | |
}, | |
{ | |
"name": "postal mark", | |
"decimal": "12306", | |
"hex": "3012" | |
}, | |
{ | |
"name": "geta mark", | |
"decimal": "12307", | |
"hex": "3013" | |
}, | |
{ | |
"name": "left tortoise shell bracket", | |
"decimal": "12308", | |
"hex": "3014" | |
}, | |
{ | |
"name": "right tortoise shell bracket", | |
"decimal": "12309", | |
"hex": "3015" | |
}, | |
{ | |
"name": "left white lenticular bracket", | |
"decimal": "12310", | |
"hex": "3016" | |
}, | |
{ | |
"name": "right white lenticular bracket", | |
"decimal": "12311", | |
"hex": "3017" | |
}, | |
{ | |
"name": "left white tortoise shell bracket", | |
"decimal": "12312", | |
"hex": "3018" | |
}, | |
{ | |
"name": "right white tortoise shell bracket", | |
"decimal": "12313", | |
"hex": "3019" | |
}, | |
{ | |
"name": "left white square bracket", | |
"decimal": "12314", | |
"hex": "301A" | |
}, | |
{ | |
"name": "right white square bracket", | |
"decimal": "12315", | |
"hex": "301B" | |
}, | |
{ | |
"name": "wave dash", | |
"decimal": "12316", | |
"hex": "301C" | |
}, | |
{ | |
"name": "reversed double prime quotation mark", | |
"decimal": "12317", | |
"hex": "301D" | |
}, | |
{ | |
"name": "double prime quotation mark", | |
"decimal": "12318", | |
"hex": "301E" | |
}, | |
{ | |
"name": "low double prime quotation mark", | |
"decimal": "12319", | |
"hex": "301F" | |
}, | |
{ | |
"name": "postal mark face", | |
"decimal": "12320", | |
"hex": "3020" | |
}, | |
{ | |
"name": "hangzhou numeral one", | |
"decimal": "12321", | |
"hex": "3021" | |
}, | |
{ | |
"name": "hangzhou numeral two", | |
"decimal": "12322", | |
"hex": "3022" | |
}, | |
{ | |
"name": "hangzhou numeral three", | |
"decimal": "12323", | |
"hex": "3023" | |
}, | |
{ | |
"name": "hangzhou numeral four", | |
"decimal": "12324", | |
"hex": "3024" | |
}, | |
{ | |
"name": "hangzhou numeral five", | |
"decimal": "12325", | |
"hex": "3025" | |
}, | |
{ | |
"name": "hangzhou numeral six", | |
"decimal": "12326", | |
"hex": "3026" | |
}, | |
{ | |
"name": "hangzhou numeral seven", | |
"decimal": "12327", | |
"hex": "3027" | |
}, | |
{ | |
"name": "hangzhou numeral eight", | |
"decimal": "12328", | |
"hex": "3028" | |
}, | |
{ | |
"name": "hangzhou numeral nine", | |
"decimal": "12329", | |
"hex": "3029" | |
}, | |
{ | |
"name": "ideographic level tone mark", | |
"decimal": "12330", | |
"hex": "302A" | |
}, | |
{ | |
"name": "ideographic rising tone mark", | |
"decimal": "12331", | |
"hex": "302B" | |
}, | |
{ | |
"name": "ideographic departing tone mark", | |
"decimal": "12332", | |
"hex": "302C" | |
}, | |
{ | |
"name": "ideographic entering tone mark", | |
"decimal": "12333", | |
"hex": "302D" | |
}, | |
{ | |
"name": "hangul single dot tone mark", | |
"decimal": "12334", | |
"hex": "302E" | |
}, | |
{ | |
"name": "hangul double dot tone mark", | |
"decimal": "12335", | |
"hex": "302F" | |
}, | |
{ | |
"name": "wavy dash", | |
"decimal": "12336", | |
"hex": "3030" | |
}, | |
{ | |
"name": "vertical kana repeat mark", | |
"decimal": "12337", | |
"hex": "3031" | |
}, | |
{ | |
"name": "vertical kana repeat with voiced sound mark", | |
"decimal": "12338", | |
"hex": "3032" | |
}, | |
{ | |
"name": "vertical kana repeat mark upper half", | |
"decimal": "12339", | |
"hex": "3033" | |
}, | |
{ | |
"name": "vertical kana repeat with voiced sound mark upper half", | |
"decimal": "12340", | |
"hex": "3034" | |
}, | |
{ | |
"name": "vertical kana repeat mark lower half", | |
"decimal": "12341", | |
"hex": "3035" | |
}, | |
{ | |
"name": "circled postal mark", | |
"decimal": "12342", | |
"hex": "3036" | |
}, | |
{ | |
"name": "ideographic telegraph line feed separator symbol", | |
"decimal": "12343", | |
"hex": "3037" | |
}, | |
{ | |
"name": "hangzhou numeral ten", | |
"decimal": "12344", | |
"hex": "3038" | |
}, | |
{ | |
"name": "hangzhou numeral twenty", | |
"decimal": "12345", | |
"hex": "3039" | |
}, | |
{ | |
"name": "hangzhou numeral thirty", | |
"decimal": "12346", | |
"hex": "303A" | |
}, | |
{ | |
"name": "ideographic variation indicator", | |
"decimal": "12350", | |
"hex": "303E" | |
}, | |
{ | |
"name": "ideographic half fill space", | |
"decimal": "12351", | |
"hex": "303F" | |
} | |
], | |
"Hiragana": [ | |
{ | |
"name": "hiragana letter small a", | |
"decimal": "12353", | |
"hex": "3041" | |
}, | |
{ | |
"name": "hiragana letter a", | |
"decimal": "12354", | |
"hex": "3042" | |
}, | |
{ | |
"name": "hiragana letter small i", | |
"decimal": "12355", | |
"hex": "3043" | |
}, | |
{ | |
"name": "hiragana letter i", | |
"decimal": "12356", | |
"hex": "3044" | |
}, | |
{ | |
"name": "hiragana letter small u", | |
"decimal": "12357", | |
"hex": "3045" | |
}, | |
{ | |
"name": "hiragana letter u", | |
"decimal": "12358", | |
"hex": "3046" | |
}, | |
{ | |
"name": "hiragana letter small e", | |
"decimal": "12359", | |
"hex": "3047" | |
}, | |
{ | |
"name": "hiragana letter e", | |
"decimal": "12360", | |
"hex": "3048" | |
}, | |
{ | |
"name": "hiragana letter small o", | |
"decimal": "12361", | |
"hex": "3049" | |
}, | |
{ | |
"name": "hiragana letter o", | |
"decimal": "12362", | |
"hex": "304A" | |
}, | |
{ | |
"name": "hiragana letter ka", | |
"decimal": "12363", | |
"hex": "304B" | |
}, | |
{ | |
"name": "hiragana letter ga", | |
"decimal": "12364", | |
"hex": "304C" | |
}, | |
{ | |
"name": "hiragana letter ki", | |
"decimal": "12365", | |
"hex": "304D" | |
}, | |
{ | |
"name": "hiragana letter gi", | |
"decimal": "12366", | |
"hex": "304E" | |
}, | |
{ | |
"name": "hiragana letter ku", | |
"decimal": "12367", | |
"hex": "304F" | |
}, | |
{ | |
"name": "hiragana letter gu", | |
"decimal": "12368", | |
"hex": "3050" | |
}, | |
{ | |
"name": "hiragana letter ke", | |
"decimal": "12369", | |
"hex": "3051" | |
}, | |
{ | |
"name": "hiragana letter ge", | |
"decimal": "12370", | |
"hex": "3052" | |
}, | |
{ | |
"name": "hiragana letter ko", | |
"decimal": "12371", | |
"hex": "3053" | |
}, | |
{ | |
"name": "hiragana letter go", | |
"decimal": "12372", | |
"hex": "3054" | |
}, | |
{ | |
"name": "hiragana letter sa", | |
"decimal": "12373", | |
"hex": "3055" | |
}, | |
{ | |
"name": "hiragana letter za", | |
"decimal": "12374", | |
"hex": "3056" | |
}, | |
{ | |
"name": "hiragana letter si", | |
"decimal": "12375", | |
"hex": "3057" | |
}, | |
{ | |
"name": "hiragana letter zi", | |
"decimal": "12376", | |
"hex": "3058" | |
}, | |
{ | |
"name": "hiragana letter su", | |
"decimal": "12377", | |
"hex": "3059" | |
}, | |
{ | |
"name": "hiragana letter zu", | |
"decimal": "12378", | |
"hex": "305A" | |
}, | |
{ | |
"name": "hiragana letter se", | |
"decimal": "12379", | |
"hex": "305B" | |
}, | |
{ | |
"name": "hiragana letter ze", | |
"decimal": "12380", | |
"hex": "305C" | |
}, | |
{ | |
"name": "hiragana letter so", | |
"decimal": "12381", | |
"hex": "305D" | |
}, | |
{ | |
"name": "hiragana letter zo", | |
"decimal": "12382", | |
"hex": "305E" | |
}, | |
{ | |
"name": "hiragana letter ta", | |
"decimal": "12383", | |
"hex": "305F" | |
}, | |
{ | |
"name": "hiragana letter da", | |
"decimal": "12384", | |
"hex": "3060" | |
}, | |
{ | |
"name": "hiragana letter ti", | |
"decimal": "12385", | |
"hex": "3061" | |
}, | |
{ | |
"name": "hiragana letter di", | |
"decimal": "12386", | |
"hex": "3062" | |
}, | |
{ | |
"name": "hiragana letter small tu", | |
"decimal": "12387", | |
"hex": "3063" | |
}, | |
{ | |
"name": "hiragana letter tu", | |
"decimal": "12388", | |
"hex": "3064" | |
}, | |
{ | |
"name": "hiragana letter du", | |
"decimal": "12389", | |
"hex": "3065" | |
}, | |
{ | |
"name": "hiragana letter te", | |
"decimal": "12390", | |
"hex": "3066" | |
}, | |
{ | |
"name": "hiragana letter de", | |
"decimal": "12391", | |
"hex": "3067" | |
}, | |
{ | |
"name": "hiragana letter to", | |
"decimal": "12392", | |
"hex": "3068" | |
}, | |
{ | |
"name": "hiragana letter do", | |
"decimal": "12393", | |
"hex": "3069" | |
}, | |
{ | |
"name": "hiragana letter na", | |
"decimal": "12394", | |
"hex": "306A" | |
}, | |
{ | |
"name": "hiragana letter ni", | |
"decimal": "12395", | |
"hex": "306B" | |
}, | |
{ | |
"name": "hiragana letter nu", | |
"decimal": "12396", | |
"hex": "306C" | |
}, | |
{ | |
"name": "hiragana letter ne", | |
"decimal": "12397", | |
"hex": "306D" | |
}, | |
{ | |
"name": "hiragana letter no", | |
"decimal": "12398", | |
"hex": "306E" | |
}, | |
{ | |
"name": "hiragana letter ha", | |
"decimal": "12399", | |
"hex": "306F" | |
}, | |
{ | |
"name": "hiragana letter ba", | |
"decimal": "12400", | |
"hex": "3070" | |
}, | |
{ | |
"name": "hiragana letter pa", | |
"decimal": "12401", | |
"hex": "3071" | |
}, | |
{ | |
"name": "hiragana letter hi", | |
"decimal": "12402", | |
"hex": "3072" | |
}, | |
{ | |
"name": "hiragana letter bi", | |
"decimal": "12403", | |
"hex": "3073" | |
}, | |
{ | |
"name": "hiragana letter pi", | |
"decimal": "12404", | |
"hex": "3074" | |
}, | |
{ | |
"name": "hiragana letter hu", | |
"decimal": "12405", | |
"hex": "3075" | |
}, | |
{ | |
"name": "hiragana letter bu", | |
"decimal": "12406", | |
"hex": "3076" | |
}, | |
{ | |
"name": "hiragana letter pu", | |
"decimal": "12407", | |
"hex": "3077" | |
}, | |
{ | |
"name": "hiragana letter he", | |
"decimal": "12408", | |
"hex": "3078" | |
}, | |
{ | |
"name": "hiragana letter be", | |
"decimal": "12409", | |
"hex": "3079" | |
}, | |
{ | |
"name": "hiragana letter pe", | |
"decimal": "12410", | |
"hex": "307A" | |
}, | |
{ | |
"name": "hiragana letter ho", | |
"decimal": "12411", | |
"hex": "307B" | |
}, | |
{ | |
"name": "hiragana letter bo", | |
"decimal": "12412", | |
"hex": "307C" | |
}, | |
{ | |
"name": "hiragana letter po", | |
"decimal": "12413", | |
"hex": "307D" | |
}, | |
{ | |
"name": "hiragana letter ma", | |
"decimal": "12414", | |
"hex": "307E" | |
}, | |
{ | |
"name": "hiragana letter mi", | |
"decimal": "12415", | |
"hex": "307F" | |
}, | |
{ | |
"name": "hiragana letter mu", | |
"decimal": "12416", | |
"hex": "3080" | |
}, | |
{ | |
"name": "hiragana letter me", | |
"decimal": "12417", | |
"hex": "3081" | |
}, | |
{ | |
"name": "hiragana letter mo", | |
"decimal": "12418", | |
"hex": "3082" | |
}, | |
{ | |
"name": "hiragana letter small ya", | |
"decimal": "12419", | |
"hex": "3083" | |
}, | |
{ | |
"name": "hiragana letter ya", | |
"decimal": "12420", | |
"hex": "3084" | |
}, | |
{ | |
"name": "hiragana letter small yu", | |
"decimal": "12421", | |
"hex": "3085" | |
}, | |
{ | |
"name": "hiragana letter yu", | |
"decimal": "12422", | |
"hex": "3086" | |
}, | |
{ | |
"name": "hiragana letter small yo", | |
"decimal": "12423", | |
"hex": "3087" | |
}, | |
{ | |
"name": "hiragana letter yo", | |
"decimal": "12424", | |
"hex": "3088" | |
}, | |
{ | |
"name": "hiragana letter ra", | |
"decimal": "12425", | |
"hex": "3089" | |
}, | |
{ | |
"name": "hiragana letter ri", | |
"decimal": "12426", | |
"hex": "308A" | |
}, | |
{ | |
"name": "hiragana letter ru", | |
"decimal": "12427", | |
"hex": "308B" | |
}, | |
{ | |
"name": "hiragana letter re", | |
"decimal": "12428", | |
"hex": "308C" | |
}, | |
{ | |
"name": "hiragana letter ro", | |
"decimal": "12429", | |
"hex": "308D" | |
}, | |
{ | |
"name": "hiragana letter small wa", | |
"decimal": "12430", | |
"hex": "308E" | |
}, | |
{ | |
"name": "hiragana letter wa", | |
"decimal": "12431", | |
"hex": "308F" | |
}, | |
{ | |
"name": "hiragana letter wi", | |
"decimal": "12432", | |
"hex": "3090" | |
}, | |
{ | |
"name": "hiragana letter we", | |
"decimal": "12433", | |
"hex": "3091" | |
}, | |
{ | |
"name": "hiragana letter wo", | |
"decimal": "12434", | |
"hex": "3092" | |
}, | |
{ | |
"name": "hiragana letter n", | |
"decimal": "12435", | |
"hex": "3093" | |
}, | |
{ | |
"name": "hiragana letter vu", | |
"decimal": "12436", | |
"hex": "3094" | |
}, | |
{ | |
"name": "combining katakana-hiragana voiced sound mark", | |
"decimal": "12441", | |
"hex": "3099" | |
}, | |
{ | |
"name": "combining katakana-hiragana semi-voiced sound mark", | |
"decimal": "12442", | |
"hex": "309A" | |
}, | |
{ | |
"name": "katakana-hiragana voiced sound mark", | |
"decimal": "12443", | |
"hex": "309B" | |
}, | |
{ | |
"name": "katakana-hiragana semi-voiced sound mark", | |
"decimal": "12444", | |
"hex": "309C" | |
}, | |
{ | |
"name": "hiragana iteration mark", | |
"decimal": "12445", | |
"hex": "309D" | |
}, | |
{ | |
"name": "hiragana voiced iteration mark", | |
"decimal": "12446", | |
"hex": "309E" | |
} | |
], | |
"Katakana": [ | |
{ | |
"name": "katakana letter small a", | |
"decimal": "12449", | |
"hex": "30A1" | |
}, | |
{ | |
"name": "katakana letter a", | |
"decimal": "12450", | |
"hex": "30A2" | |
}, | |
{ | |
"name": "katakana letter small i", | |
"decimal": "12451", | |
"hex": "30A3" | |
}, | |
{ | |
"name": "katakana letter i", | |
"decimal": "12452", | |
"hex": "30A4" | |
}, | |
{ | |
"name": "katakana letter small u", | |
"decimal": "12453", | |
"hex": "30A5" | |
}, | |
{ | |
"name": "katakana letter u", | |
"decimal": "12454", | |
"hex": "30A6" | |
}, | |
{ | |
"name": "katakana letter small e", | |
"decimal": "12455", | |
"hex": "30A7" | |
}, | |
{ | |
"name": "katakana letter e", | |
"decimal": "12456", | |
"hex": "30A8" | |
}, | |
{ | |
"name": "katakana letter small o", | |
"decimal": "12457", | |
"hex": "30A9" | |
}, | |
{ | |
"name": "katakana letter o", | |
"decimal": "12458", | |
"hex": "30AA" | |
}, | |
{ | |
"name": "katakana letter ka", | |
"decimal": "12459", | |
"hex": "30AB" | |
}, | |
{ | |
"name": "katakana letter ga", | |
"decimal": "12460", | |
"hex": "30AC" | |
}, | |
{ | |
"name": "katakana letter ki", | |
"decimal": "12461", | |
"hex": "30AD" | |
}, | |
{ | |
"name": "katakana letter gi", | |
"decimal": "12462", | |
"hex": "30AE" | |
}, | |
{ | |
"name": "katakana letter ku", | |
"decimal": "12463", | |
"hex": "30AF" | |
}, | |
{ | |
"name": "katakana letter gu", | |
"decimal": "12464", | |
"hex": "30B0" | |
}, | |
{ | |
"name": "katakana letter ke", | |
"decimal": "12465", | |
"hex": "30B1" | |
}, | |
{ | |
"name": "katakana letter ge", | |
"decimal": "12466", | |
"hex": "30B2" | |
}, | |
{ | |
"name": "katakana letter ko", | |
"decimal": "12467", | |
"hex": "30B3" | |
}, | |
{ | |
"name": "katakana letter go", | |
"decimal": "12468", | |
"hex": "30B4" | |
}, | |
{ | |
"name": "katakana letter sa", | |
"decimal": "12469", | |
"hex": "30B5" | |
}, | |
{ | |
"name": "katakana letter za", | |
"decimal": "12470", | |
"hex": "30B6" | |
}, | |
{ | |
"name": "katakana letter si", | |
"decimal": "12471", | |
"hex": "30B7" | |
}, | |
{ | |
"name": "katakana letter zi", | |
"decimal": "12472", | |
"hex": "30B8" | |
}, | |
{ | |
"name": "katakana letter su", | |
"decimal": "12473", | |
"hex": "30B9" | |
}, | |
{ | |
"name": "katakana letter zu", | |
"decimal": "12474", | |
"hex": "30BA" | |
}, | |
{ | |
"name": "katakana letter se", | |
"decimal": "12475", | |
"hex": "30BB" | |
}, | |
{ | |
"name": "katakana letter ze", | |
"decimal": "12476", | |
"hex": "30BC" | |
}, | |
{ | |
"name": "katakana letter so", | |
"decimal": "12477", | |
"hex": "30BD" | |
}, | |
{ | |
"name": "katakana letter zo", | |
"decimal": "12478", | |
"hex": "30BE" | |
}, | |
{ | |
"name": "katakana letter ta", | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment