123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936 |
- [
- {
- "name" : "@",
- "description":"at symbol"
- },
- {
- "name":"©",
- "description":"copyright symbol"
- },
- {
- "name":"®",
- "description":"registered symbol"
- },
- {
- "name":"™",
- "description":"trademark symbol"
- },
- {
- "name":"♥",
- "description":"heart"
- },
- {
- "name":" ",
- "description":"Inserts a non-breaking blank space"
- },
- {
- "name":"&",
- "description":"Ampersand"
- },
- {
- "name":"$",
- "description":"dollar symbol"
- },
- {
- "name":"¢",
- "description":"Cent symbol"
- },
- {
- "name":"£",
- "description":"Pound"
- },
- {
- "name":"¥",
- "description":"Yen"
- },
- {
- "name":"€",
- "description":"Euro symbol"
- },
- {
- "name":""",
- "description":"quotation mark"
- },
- {
- "name":"“",
- "description":"Opening Double Quotes "
- },
- {
- "name":"”",
- "description":"Closing Double Quotes "
- },
- {
- "name":"‘",
- "description":"Opening Single Quote Mark "
- },
- {
- "name":"’",
- "description":"Closing Single Quote Mark "
- },
- {
- "name":"«",
- "description":"angle quotation mark (left)"
- },
- {
- "name":"»",
- "description":"angle quotation mark (right)"
- },
- {
- "name":"‹",
- "description":"single left angle quotation"
- },
- {
- "name":"›",
- "description":"single right angle quotation"
- },
- {
- "name":"§",
- "description":"Section Symbol"
- },
- {
- "name":"µ",
- "description":"micro sign"
- },
- {
- "name":"¶",
- "description":"Paragraph symbol"
- },
- {
- "name":"•",
- "description":"Big List Dot"
- },
- {
- "name":"·",
- "description":"Medium List Dot"
- },
- {
- "name":"…",
- "description":"horizontal ellipsis"
- },
- {
- "name":"|",
- "description":"vertical bar"
- },
- {
- "name":"¦",
- "description":"broken vertical bar"
- },
- {
- "name":"–",
- "description":"en-dash"
- },
- {
- "name":"—",
- "description":"em-dash"
- },
- {
- "name":"¤",
- "description":"Generic currency symbol"
- },
- {
- "name":"!",
- "description":"exclamation point"
- },
- {
- "name":"#",
- "description":"number sign"
- },
- {
- "name":"'",
- "description":"single quote"
- },
- {
- "name":"(",
- "description":""
- },
- {
- "name":")",
- "description":""
- },
- {
- "name":"*",
- "description":"asterisk"
- },
- {
- "name":"+",
- "description":"plus sign"
- },
- {
- "name":",",
- "description":"comma"
- },
- {
- "name":"-",
- "description":"minus sign - hyphen"
- },
- {
- "name":".",
- "description":"period"
- },
- {
- "name":"/",
- "description":"slash"
- },
- {
- "name":"0",
- "description":"0"
- },
- {
- "name":"1",
- "description":"1"
- },
- {
- "name":"2",
- "description":"2"
- },
- {
- "name":"3",
- "description":"3"
- },
- {
- "name":"4",
- "description":"4"
- },
- {
- "name":"5",
- "description":"5"
- },
- {
- "name":"6",
- "description":"6"
- },
- {
- "name":"7",
- "description":"7"
- },
- {
- "name":"8",
- "description":"8"
- },
- {
- "name":"9",
- "description":"9"
- },
- {
- "name":":",
- "description":"colon"
- },
- {
- "name":"&#59;",
- "description":"semicolon"
- },
- {
- "name":"=",
- "description":"equal sign"
- },
- {
- "name":"?",
- "description":"question mark"
- },
- {
- "name":"<",
- "description":"Less than"
- },
- {
- "name":">",
- "description":"Greater than"
- },
- {
- "name":"≤",
- "description":"Less than or Equal to"
- },
- {
- "name":"≥",
- "description":"Greater than or Equal to"
- },
- {
- "name":"×",
- "description":"Multiplication symbol"
- },
- {
- "name":"÷",
- "description":"Division symbol"
- },
- {
- "name":"−",
- "description":"Minus symbol"
- },
- {
- "name":"±",
- "description":"Plus/minus symbol"
- },
- {
- "name":"≠",
- "description":"Not Equal"
- },
- {
- "name":"¹",
- "description":"Superscript 1"
- },
- {
- "name":"²",
- "description":"Superscript 2"
- },
- {
- "name":"³",
- "description":"Superscript 3"
- },
- {
- "name":"½",
- "description":"Fraction ½"
- },
- {
- "name":"¼",
- "description":"Fraction ¼"
- },
- {
- "name":"¾",
- "description":"Fraction ¾"
- },
- {
- "name":"‰",
- "description":"per mille"
- },
- {
- "name":"°",
- "description":"Degree symbol"
- },
- {
- "name":"√",
- "description":"square root"
- },
- {
- "name":"∞",
- "description":"Infinity"
- },
- {
- "name":"←",
- "description":"left arrow"
- },
- {
- "name":"↑",
- "description":"up arrow"
- },
- {
- "name":"→",
- "description":"right arrow"
- },
- {
- "name":"↓",
- "description":"down arrow"
- },
- {
- "name":"↔",
- "description":"left right arrow"
- },
- {
- "name":"↵",
- "description":"carriage return arrow"
- },
- {
- "name":"⌈",
- "description":"left ceiling"
- },
- {
- "name":"⌉",
- "description":"right ceiling"
- },
- {
- "name":"⌊",
- "description":"left floor"
- },
- {
- "name":"⌋",
- "description":"right floor"
- },
- {
- "name":"♠",
- "description":"spade"
- },
- {
- "name":"♣",
- "description":"club"
- },
- {
- "name":"♥",
- "description":"heart"
- },
- {
- "name":"♦",
- "description":"diamond"
- },
- {
- "name":"◊",
- "description":"lozenge"
- },
- {
- "name":"†",
- "description":"dagger"
- },
- {
- "name":"‡",
- "description":"double dagger"
- },
- {
- "name":"¡",
- "description":"inverted exclamation mark"
- },
- {
- "name":"¿",
- "description":"inverted question mark"
- },
- {
- "name":"Œ",
- "description":"latin capital letter OE"
- },
- {
- "name":"œ",
- "description":"latin small letter oe"
- },
- {
- "name":"Š",
- "description":"latin capital letter S with caron"
- },
- {
- "name":"š",
- "description":"latin small letter s with caron"
- },
- {
- "name":"Ÿ",
- "description":"latin capital letter Y with diaeresis"
- },
- {
- "name":"ƒ",
- "description":"latin small f with hook - function"
- },
- {
- "name":"¬",
- "description":"not sign"
- },
- {
- "name":"ª",
- "description":"feminine ordinal indicator"
- },
- {
- "name":"¨",
- "description":"spacing diaeresis - umlaut"
- },
- {
- "name":"¯",
- "description":"spacing macron - overline"
- },
- {
- "name":"´",
- "description":"acute accent - spacing acute"
- },
- {
- "name":"À",
- "description":"latin capital letter A with grave"
- },
- {
- "name":"Á",
- "description":"latin capital letter A with acute"
- },
- {
- "name":"Â",
- "description":"latin capital letter A with circumflex"
- },
- {
- "name":"Ã",
- "description":"latin capital letter A with tilde"
- },
- {
- "name":"Ä",
- "description":"latin capital letter A with diaeresis"
- },
- {
- "name":"Å",
- "description":"latin capital letter A with ring above"
- },
- {
- "name":"Æ",
- "description":"latin capital letter AE"
- },
- {
- "name":"Ç",
- "description":"latin capital letter C with cedilla"
- },
- {
- "name":"È",
- "description":"latin capital letter E with grave"
- },
- {
- "name":"É",
- "description":"latin capital letter E with acute"
- },
- {
- "name":"Ê",
- "description":"latin capital letter E with circumflex"
- },
- {
- "name":"Ë",
- "description":"latin capital letter E with diaeresis"
- },
- {
- "name":"Ì",
- "description":"latin capital letter I with grave"
- },
- {
- "name":"Í",
- "description":"latin capital letter I with acute"
- },
- {
- "name":"Î",
- "description":"latin capital letter I with circumflex"
- },
- {
- "name":"Ï",
- "description":"latin capital letter I with diaeresis"
- },
- {
- "name":"Ð",
- "description":"latin capital letter ETH"
- },
- {
- "name":"Ñ",
- "description":"latin capital letter N with tilde"
- },
- {
- "name":"Ò",
- "description":"latin capital letter O with grave"
- },
- {
- "name":"Ó",
- "description":"latin capital letter O with acute"
- },
- {
- "name":"Ô",
- "description":"latin capital letter O with circumflex"
- },
- {
- "name":"Õ",
- "description":"latin capital letter O with tilde"
- },
- {
- "name":"Ö",
- "description":"latin capital letter O with diaeresis"
- },
- {
- "name":"×",
- "description":"multiplication sign"
- },
- {
- "name":"Ø",
- "description":"latin capital letter O with slash"
- },
- {
- "name":"Ù",
- "description":"latin capital letter U with grave"
- },
- {
- "name":"Ú",
- "description":"latin capital letter U with acute"
- },
- {
- "name":"Û",
- "description":"latin capital letter U with circumflex"
- },
- {
- "name":"Ü",
- "description":"latin capital letter U with diaeresis"
- },
- {
- "name":"Ý",
- "description":"latin capital letter Y with acute"
- },
- {
- "name":"Þ",
- "description":"latin capital letter THORN"
- },
- {
- "name":"ß",
- "description":"latin small letter sharp s - ess-zed"
- },
- {
- "name":"ð",
- "description":"latin capital letter eth"
- },
- {
- "name":"ñ",
- "description":"latin capital letter n with tilde"
- },
- {
- "name":"ò",
- "description":"latin capital letter o with grave"
- },
- {
- "name":"ó",
- "description":"latin capital letter o with acute"
- },
- {
- "name":"ô",
- "description":"latin capital letter o with circumflex"
- },
- {
- "name":"õ",
- "description":"latin capital letter o with tilde"
- },
- {
- "name":"ö",
- "description":"latin capital letter o with diaeresis"
- },
- {
- "name":"×",
- "description":"multiplication sign"
- },
- {
- "name":"ø",
- "description":"latin capital letter o with slash"
- },
- {
- "name":"ù",
- "description":"latin capital letter u with grave"
- },
- {
- "name":"ú",
- "description":"latin capital letter u with acute"
- },
- {
- "name":"û",
- "description":"latin capital letter u with circumflex"
- },
- {
- "name":"ü",
- "description":"latin capital letter u with diaeresis"
- },
- {
- "name":"ý",
- "description":"latin capital letter y with acute"
- },
- {
- "name":"þ",
- "description":"latin capital letter thorn"
- },
- {
- "name":"ÿ",
- "description":"latin small letter y with diaeresis"
- },
- {
- "name":"à",
- "description":"latin capital letter a with grave"
- },
- {
- "name":"á",
- "description":"latin capital letter a with acute"
- },
- {
- "name":"â",
- "description":"latin capital letter a with circumflex"
- },
- {
- "name":"ã",
- "description":"latin capital letter a with tilde"
- },
- {
- "name":"ä",
- "description":"latin capital letter a with diaeresis"
- },
- {
- "name":"å",
- "description":"latin capital letter a with ring above"
- },
- {
- "name":"æ",
- "description":"latin capital letter ae"
- },
- {
- "name":"ç",
- "description":"latin capital letter c with cedilla"
- },
- {
- "name":"è",
- "description":"latin capital letter e with grave"
- },
- {
- "name":"é",
- "description":"latin capital letter e with acute"
- },
- {
- "name":"ê",
- "description":"latin capital letter e with circumflex"
- },
- {
- "name":"ë",
- "description":"latin capital letter e with diaeresis"
- },
- {
- "name":"ì",
- "description":"latin capital letter i with grave"
- },
- {
- "name":"Í",
- "description":"latin capital letter i with acute"
- },
- {
- "name":"î",
- "description":"latin capital letter i with circumflex"
- },
- {
- "name":"ï",
- "description":"latin capital letter i with diaeresis"
- },
- {
- "name":"A",
- "description":"A"
- },
- {
- "name":"B",
- "description":"B"
- },
- {
- "name":"C",
- "description":"C"
- },
- {
- "name":"D",
- "description":"D"
- },
- {
- "name":"E",
- "description":"E"
- },
- {
- "name":"F",
- "description":"F"
- },
- {
- "name":"G",
- "description":"G"
- },
- {
- "name":"H",
- "description":"H"
- },
- {
- "name":"I",
- "description":"I"
- },
- {
- "name":"J",
- "description":"J"
- },
- {
- "name":"K",
- "description":"K"
- },
- {
- "name":"L",
- "description":"L"
- },
- {
- "name":"M",
- "description":"M"
- },
- {
- "name":"N",
- "description":"N"
- },
- {
- "name":"O",
- "description":"O"
- },
- {
- "name":"P",
- "description":"P"
- },
- {
- "name":"Q",
- "description":"Q"
- },
- {
- "name":"R",
- "description":"R"
- },
- {
- "name":"S",
- "description":"S"
- },
- {
- "name":"T",
- "description":"T"
- },
- {
- "name":"U",
- "description":"U"
- },
- {
- "name":"V",
- "description":"V"
- },
- {
- "name":"W",
- "description":"W"
- },
- {
- "name":"X",
- "description":"X"
- },
- {
- "name":"Y",
- "description":"Y"
- },
- {
- "name":"Z",
- "description":"Z"
- },
- {
- "name":"[",
- "description":"opening bracket"
- },
- {
- "name":"\",
- "description":"backslash"
- },
- {
- "name":"]",
- "description":"closing bracket"
- },
- {
- "name":"^",
- "description":"caret - circumflex"
- },
- {
- "name":"_",
- "description":"underscore"
- },
- {
- "name":"`",
- "description":"grave accent"
- },
- {
- "name":"a",
- "description":"a"
- },
- {
- "name":"b",
- "description":"b"
- },
- {
- "name":"c",
- "description":"c"
- },
- {
- "name":"d",
- "description":"d"
- },
- {
- "name":"e",
- "description":"e"
- },
- {
- "name":"f",
- "description":"f"
- },
- {
- "name":"g",
- "description":"g"
- },
- {
- "name":"h",
- "description":"h"
- },
- {
- "name":"i",
- "description":"i"
- },
- {
- "name":"j",
- "description":"j"
- },
- {
- "name":"k",
- "description":"k"
- },
- {
- "name":"l",
- "description":"l"
- },
- {
- "name":"m",
- "description":"m"
- },
- {
- "name":"n",
- "description":"n"
- },
- {
- "name":"o",
- "description":"o"
- },
- {
- "name":"p",
- "description":"p"
- },
- {
- "name":"q",
- "description":"q"
- },
- {
- "name":"r",
- "description":"r"
- },
- {
- "name":"s",
- "description":"s"
- },
- {
- "name":"t",
- "description":"t"
- },
- {
- "name":"u",
- "description":"u"
- },
- {
- "name":"v",
- "description":"v"
- },
- {
- "name":"w",
- "description":"w"
- },
- {
- "name":"x",
- "description":"x"
- },
- {
- "name":"y",
- "description":"y"
- },
- {
- "name":"z",
- "description":"z"
- },
- {
- "name":"{",
- "description":"opening brace"
- },
- {
- "name":"|",
- "description":"vertical bar"
- },
- {
- "name":"}",
- "description":"closing brace"
- },
- {
- "name":"~",
- "description":"equivalency sign - tilde"
- }
- ]
|