export default [
  {
    'name': 'Left arrow',
    'char': '←',
    'codes': [
      '&larr;'
    ]
  },
  {
    'name': 'name',
    'char': '↑',
    'codes': [
      '&uarr;'
    ]
  },
  {
    'name': 'Short right arrow',
    'char': '→',
    'codes': [
      '&rarr;'
    ]
  },
  {
    'name': 'Down arrow',
    'char': '↓',
    'codes': [
      '&darr;'
    ]
  },
  {
    'name': 'Left right arrow',
    'char': '↔',
    'codes': [
      '&harr;'
    ]
  },
  {
    'name': 'Up down arrow',
    'char': '↕',
    'codes': [
      '&varr;'
    ]
  },
  {
    'name': 'Upper left arrow',
    'char': '↖',
    'codes': [
      '&nwarr;'
    ]
  },
  {
    'name': 'Upper right arrow',
    'char': '↗',
    'codes': [
      '&nearr;'
    ]
  },
  {
    'name': 'Lower right arrow',
    'char': '↘',
    'codes': [
      '&searr;'
    ]
  },
  {
    'name': 'Lower left arrow',
    'char': '↙',
    'codes': [
      '&swarr;'
    ]
  },
  {
    'name': 'Left arrow with stroke',
    'char': '↚',
    'codes': [
      '&nlarr;'
    ]
  },
  {
    'name': 'Right arrow with stroke',
    'char': '↛',
    'codes': [
      '&nrarr;'
    ]
  },
  {
    'name': 'Wavy right arrow',
    'char': '↝',
    'codes': [
      '&rarrw;'
    ]
  },
  {
    'name': 'Two-head left arrow',
    'char': '↞',
    'codes': [
      '&Larr;'
    ]
  },
  {
    'name': 'Two-head up arrow',
    'char': '↟',
    'codes': [
      '&Uarr;'
    ]
  },
  {
    'name': 'Two-head right arrow',
    'char': '↠',
    'codes': [
      '&Rarr;'
    ]
  },
  {
    'name': 'Two-head down arrow',
    'char': '↡',
    'codes': [
      '&Darr;'
    ]
  },
  {
    'name': 'Left arrow with tail',
    'char': '↢',
    'codes': [
      '&larrtl;'
    ]
  },
  {
    'name': 'Right arrow with tail',
    'char': '↣',
    'codes': [
      '&rarrtl;'
    ]
  },
  {
    'name': 'Left arrow from bar',
    'char': '↤',
    'codes': [
      '&mapstoleft;'
    ]
  },
  {
    'name': 'Up arrow from bar',
    'char': '↥',
    'codes': [
      '&mapstoup;'
    ]
  },
  {
    'name': 'Right arrow from bar',
    'char': '↦',
    'codes': [
      '&map;'
    ]
  },
  {
    'name': 'Down arrow from bar',
    'char': '↧',
    'codes': [
      '&mapstodown;'
    ]
  },
  {
    'name': 'Turn left',
    'char': '↩',
    'codes': [
      '&larrhk;'
    ]
  },
  {
    'name': 'Turn right',
    'char': '↪',
    'codes': [
      '&rarrhk;'
    ]
  },
  {
    'name': 'Loop left',
    'char': '↫',
    'codes': [
      '&larrlp;'
    ]
  },
  {
    'name': 'Loop right',
    'char': '↬',
    'codes': [
      '&rarrlp;'
    ]
  },
  {
    'name': 'Left right wave arrow',
    'char': '↭',
    'codes': [
      '&harrw;'
    ]
  },
  {
    'name': 'Left right with stroke',
    'char': '↮',
    'codes': [
      '&nharr;'
    ]
  },
  {
    'name': 'Upward arrow with tip leftwards',
    'char': '↰',
    'codes': [
      '&lsh;'
    ]
  },
  {
    'name': 'Upward arrow with tip rightwards',
    'char': '↱',
    'codes': [
      '&rsh;'
    ]
  },
  {
    'name': 'Downward arrow with tip leftwards',
    'char': '↲',
    'codes': [
      '&ldsh;'
    ]
  },
  {
    'name': 'Downward arrow with tip rightwards',
    'char': '↳',
    'codes': [
      '&rdsh;'
    ]
  },
  {
    'name': 'Downward arrow with corner leftwards',
    'char': '↵',
    'codes': [
      '&crarr;'
    ]
  },
  {
    'name': 'Left curve',
    'char': '↶',
    'codes': [
      '&cularr;'
    ]
  },
  {
    'name': 'Right curve',
    'char': '↷',
    'codes': [
      '&curarr;'
    ]
  },
  {
    'name': 'Counter clockwise',
    'char': '↺',
    'codes': [
      '&olarr;'
    ]
  },
  {
    'name': 'Clockwise',
    'char': '↻',
    'codes': [
      '&orarr;'
    ]
  },
  {
    'name': 'Left vector',
    'char': '↼',
    'codes': [
      '&lharu;'
    ]
  },
  {
    'name': 'Left down vector',
    'char': '↽',
    'codes': [
      '&lhard;'
    ]
  },
  {
    'name': 'Up right vector',
    'char': '↾',
    'codes': [
      '&uharr;'
    ]
  },
  {
    'name': 'Up left vector',
    'char': '↿',
    'codes': [
      '&uharl;'
    ]
  },
  {
    'name': 'Right vector',
    'char': '⇀',
    'codes': [
      '&rharu;'
    ]
  },
  {
    'name': 'Right down vector',
    'char': '⇁',
    'codes': [
      '&rhard;'
    ]
  },
  {
    'name': 'Down right vector',
    'char': '⇂',
    'codes': [
      '&dharr;'
    ]
  },
  {
    'name': 'Down left vector',
    'char': '⇃',
    'codes': [
      '&dharl;'
    ]
  },
  {
    'name': 'Right left arrows',
    'char': '⇄',
    'codes': [
      '&rlarr;'
    ]
  },
  {
    'name': 'Up down arrows',
    'char': '⇅',
    'codes': [
      '&udarr;'
    ]
  },
  {
    'name': 'Left right arrows',
    'char': '⇆',
    'codes': [
      '&lrarr;'
    ]
  },
  {
    'name': 'Double left arrows',
    'char': '⇇',
    'codes': [
      '&llarr;'
    ]
  },
  {
    'name': 'Double up arrows',
    'char': '⇈',
    'codes': [
      '&uuarr;'
    ]
  },
  {
    'name': 'Double right arrows',
    'char': '⇉',
    'codes': [
      '&rrarr;'
    ]
  },
  {
    'name': 'Double down arrows',
    'char': '⇊',
    'codes': [
      '&ddarr;'
    ]
  },
  {
    'name': 'Reverse equilibrium',
    'char': '⇋',
    'codes': [
      '&lrhar;'
    ]
  },
  {
    'name': 'Equilibrium',
    'char': '⇌',
    'codes': [
      '&rlhar;'
    ]
  },
  {
    'name': 'Left double arrow with stroke',
    'char': '⇍',
    'codes': [
      '&nlArr;'
    ]
  },
  {
    'name': 'Left right double arrow with stroke',
    'char': '⇎',
    'codes': [
      '&nhArr;'
    ]
  },
  {
    'name': 'Right double arrow with stroke',
    'char': '⇏',
    'codes': [
      '&nrArr;'
    ]
  },
  {
    'name': 'Left double arrow',
    'char': '⇐',
    'codes': [
      '&lArr;'
    ]
  },
  {
    'name': 'Up double arrow',
    'char': '⇑',
    'codes': [
      '&uArr;'
    ]
  },
  {
    'name': 'Right double arrow / Implies',
    'char': '⇒',
    'codes': [
      '&rArr; '
    ]
  },
  {
    'name': 'Down double arrow',
    'char': '⇓',
    'codes': [
      '&dArr;'
    ]
  },
  {
    'name': 'Left right double arrow',
    'char': '⇔',
    'codes': [
      '&hArr;'
    ]
  },
  {
    'name': 'Up down double arrow',
    'char': '⇕',
    'codes': [
      '&vArr;'
    ]
  },
  {
    'name': 'Northwest double arrow',
    'char': '⇖',
    'codes': [
      '&nwArr;'
    ]
  },
  {
    'name': 'Northeast double arrow',
    'char': '⇗',
    'codes': [
      '&neArr;'
    ]
  },
  {
    'name': 'Southeast double arrow',
    'char': '⇘',
    'codes': [
      '&seArr;'
    ]
  },
  {
    'name': 'Southwest double arrow',
    'char': '⇙',
    'codes': [
      '&swArr;'
    ]
  },
  {
    'name': 'Left triple arrow',
    'char': '⇚',
    'codes': [
      '&lAarr;'
    ]
  },
  {
    'name': 'Right triple arrow',
    'char': '⇛',
    'codes': [
      '&rAarr;'
    ]
  },
  {
    'name': 'Right wave arrow',
    'char': '⇝',
    'codes': [
      '&zigrarr;'
    ]
  },
  {
    'name': 'Left arrow to bar',
    'char': '⇤',
    'codes': [
      '&larrb;'
    ]
  },
  {
    'name': 'Right arrow to bar',
    'char': '⇥',
    'codes': [
      '&rarrb;'
    ]
  },
  {
    'name': 'Up down arrows',
    'char': '⇵',
    'codes': [
      '&duarr;'
    ]
  },
  {
    'name': 'Open left arrow',
    'char': '⇽',
    'codes': [
      '&loarr;'
    ]
  },
  {
    'name': 'Open right arrow',
    'char': '⇾',
    'codes': [
      '&roarr;'
    ]
  },
  {
    'name': 'Open left right arrow',
    'char': '⇿',
    'codes': [
      '&hoarr;'
    ]
  },
  {
    'name': 'Left long arrow',
    'char': '⟵',
    'codes': [
      '&xlarr;'
    ]
  },
  {
    'name': 'Right long arrow',
    'char': '⟶',
    'codes': [
      '&xrarr;'
    ]
  },
  {
    'name': 'Left right long arrow',
    'char': '⟷',
    'codes': [
      '&xharr;'
    ]
  },
  {
    'name': 'Left double long arrow',
    'char': '⟸',
    'codes': [
      '&xlArr;'
    ]
  },
  {
    'name': 'Right double long arrow',
    'char': '⟹',
    'codes': [
      '&xrArr;'
    ]
  },
  {
    'name': 'Left right long double arrow',
    'char': '⟺',
    'codes': [
      '&xhArr;'
    ]
  },
  {
    'name': 'Long rightwards arrow from bar',
    'char': '⟼',
    'codes': [
      '&xmap;'
    ]
  },
  {
    'name': 'Long rightwards squiggle arrow',
    'char': '⟿',
    'codes': [
      '&dzigrarr;'
    ]
  },
  {
    'name': 'Leftwards double arrow with stroke',
    'char': '⤂',
    'codes': [
      '&nvlArr;'
    ]
  },
  {
    'name': 'Rightwards double arrow with stroke',
    'char': '⤃',
    'codes': [
      '&nvrArr;'
    ]
  },
  {
    'name': 'Left right double arrow with stroke',
    'char': '⤄',
    'codes': [
      '&nvHarr;'
    ]
  },
  {
    'name': 'Rightwards two headed arrow from bar',
    'char': '⤅',
    'codes': [
      '&Map;'
    ]
  },
  {
    'name': 'Left double dash arrow',
    'char': '⤌',
    'codes': [
      '&lbarr;'
    ]
  },
  {
    'name': 'Right double dash arrow',
    'char': '⤍',
    'codes': [
      '&rbarr;'
    ]
  },
  {
    'name': 'Left triple dash arrow',
    'char': '⤎',
    'codes': [
      '&lBarr;'
    ]
  },
  {
    'name': 'Right triple dash arrow',
    'char': '⤏',
    'codes': [
      '&rBarr;'
    ]
  },
  {
    'name': 'Left triple dash double headed arrow',
    'char': '⤐',
    'codes': [
      '&RBarr;'
    ]
  },
  {
    'name': 'Rightwards dotted arrow',
    'char': '⤑',
    'codes': [
      '&DDotrahd;'
    ]
  },
  {
    'name': 'Upwards arrow from bar',
    'char': '⤒',
    'codes': [
      '&UpArrowBar;'
    ]
  },
  {
    'name': 'Downwards arrow from bar',
    'char': '⤓',
    'codes': [
      '&DownArrowBar;'
    ]
  },
  {
    'name': 'Rightwards double headed arrow with tail',
    'char': '⤖',
    'codes': [
      '&Rarrtl;'
    ]
  },
  {
    'name': 'Leftwards arrow tail',
    'char': '⤙',
    'codes': [
      '&latail;'
    ]
  },
  {
    'name': 'Rightwards arrow tail',
    'char': '⤚',
    'codes': [
      '&ratail;'
    ]
  },
  {
    'name': 'Leftwards double arrow tail',
    'char': '⤛',
    'codes': [
      '&lAtail;'
    ]
  },
  {
    'name': 'Rightwards double arrow tail',
    'char': '⤜',
    'codes': [
      '&rAtail;'
    ]
  },
  {
    'name': 'Leftwards arrow to black diamond',
    'char': '⤝',
    'codes': [
      '&larrfs;'
    ]
  },
  {
    'name': 'Rightwards arrow to black diamond',
    'char': '⤞',
    'codes': [
      '&rarrfs;'
    ]
  },
  {
    'name': 'Leftwards arrow to black diamond from bar',
    'char': '⤟',
    'codes': [
      '&larrbfs;'
    ]
  },
  {
    'name': 'Rightwards arrow to black diamond from bar',
    'char': '⤠',
    'codes': [
      '&rarrbfs;'
    ]
  },
  {
    'name': 'Arrow with hook',
    'char': '⤣',
    'codes': [
      '&nwarhk;'
    ]
  },
  {
    'name': 'Arrow with hook',
    'char': '⤤',
    'codes': [
      '&nearhk;'
    ]
  },
  {
    'name': 'Arrow with hook',
    'char': '⤥',
    'codes': [
      '&searhk;'
    ]
  },
  {
    'name': 'Arrow with hook',
    'char': '⤦',
    'codes': [
      '&swarhk;'
    ]
  },
  {
    'name': 'Crossed arrows top',
    'char': '⤧',
    'codes': [
      '&nwnear;'
    ]
  },
  {
    'name': 'Crossed arrows right',
    'char': '⤨',
    'codes': [
      '&toea;'
    ]
  },
  {
    'name': 'Crossed arrows down',
    'char': '⤩',
    'codes': [
      '&tosa;'
    ]
  },
  {
    'name': 'Crossed arrows left',
    'char': '⤪',
    'codes': [
      '&swnwar;'
    ]
  },
  {
    'name': 'Wave arrow',
    'char': '⤳',
    'codes': [
      '&rarrc;'
    ]
  },
  {
    'name': 'Curved arrow',
    'char': '⤵',
    'codes': [
      '&cudarrr;'
    ]
  },
  {
    'name': 'Curved arrow',
    'char': '⤶',
    'codes': [
      '&ldca;'
    ]
  },
  {
    'name': 'Curved arrow',
    'char': '⤷',
    'codes': [
      '&rdca;'
    ]
  },
  {
    'name': 'Curved arrow',
    'char': '⤸',
    'codes': [
      '&cudarrl;'
    ]
  },
  {
    'name': 'Curved arrow',
    'char': '⤹',
    'codes': [
      '&larrpl;'
    ]
  },
  {
    'name': 'Arc arrow with minus',
    'char': '⤼',
    'codes': [
      '&curarrm;'
    ]
  },
  {
    'name': 'Arc arrow with plus',
    'char': '⤽',
    'codes': [
      '&cularrp;'
    ]
  },
  {
    'name': 'Arrow with plus',
    'char': '⥅',
    'codes': [
      '&rarrpl;'
    ]
  },
  {
    'name': 'Arrows with circle',
    'char': '⥈',
    'codes': [
      '&harrcir;'
    ]
  },
  {
    'name': 'Two headed arrow from circle',
    'char': '⥉',
    'codes': [
      '&Uarrocir;'
    ]
  },
  {
    'name': 'Left right vector',
    'char': '⥊',
    'codes': [
      '&lurdshar;'
    ]
  },
  {
    'name': 'Right left vector',
    'char': '⥋',
    'codes': [
      '&ldrushar;'
    ]
  },
  {
    'name': 'Left right vector',
    'char': '⥎',
    'codes': [
      '&LeftRightVector;'
    ]
  },
  {
    'name': 'Right up down vector',
    'char': '⥏',
    'codes': [
      '&RightUpDownVector;'
    ]
  },
  {
    'name': 'Down left right Vector',
    'char': '⥐',
    'codes': [
      '&DownLeftRightVector;'
    ]
  },
  {
    'name': 'Left down up vector',
    'char': '⥑',
    'codes': [
      '&LeftUpDownVector;'
    ]
  },
  {
    'name': 'Left vector bar',
    'char': '⥒',
    'codes': [
      '&LeftVectorBar;'
    ]
  },
  {
    'name': 'Right vector bar',
    'char': '⥓',
    'codes': [
      '&RightVectorBar;'
    ]
  },
  {
    'name': 'Right up vector bar',
    'char': '⥔',
    'codes': [
      '&RightUpVectorBar;'
    ]
  },
  {
    'name': 'Right down vector bar',
    'char': '⥕',
    'codes': [
      '&RightDownVectorBar;'
    ]
  },
  {
    'name': 'Down left vector bar',
    'char': '⥖',
    'codes': [
      '&DownLeftVectorBar;'
    ]
  },
  {
    'name': 'Down right vector bar',
    'char': '⥗',
    'codes': [
      '&DownRightVectorBar;'
    ]
  },
  {
    'name': 'Left up vector bar',
    'char': '⥘',
    'codes': [
      '&LeftUpVectorBar;'
    ]
  },
  {
    'name': 'Left down vector bar',
    'char': '⥙',
    'codes': [
      '&LeftDownVectorBar;'
    ]
  },
  {
    'name': 'Left tee vector',
    'char': '⥚',
    'codes': [
      '&LeftTeeVector;'
    ]
  },
  {
    'name': 'Right tee vector',
    'char': '⥛',
    'codes': [
      '&RightTeeVector;'
    ]
  },
  {
    'name': 'Right up tee vector',
    'char': '⥜',
    'codes': [
      '&RightUpTeeVector;'
    ]
  },
  {
    'name': 'Right down tee vector',
    'char': '⥝',
    'codes': [
      '&RightDownTeeVector;'
    ]
  },
  {
    'name': 'Down left tee vector',
    'char': '⥞',
    'codes': [
      '&DownLeftTeeVector;'
    ]
  },
  {
    'name': 'Down right tee vector',
    'char': '⥟',
    'codes': [
      '&DownRightTeeVector;'
    ]
  },
  {
    'name': 'Left up tee vector',
    'char': '⥠',
    'codes': [
      '&LeftUpTeeVector;'
    ]
  },
  {
    'name': 'Left down tee vector',
    'char': '⥡',
    'codes': [
      '&LeftDownTeeVector;'
    ]
  },
  {
    'name': 'Left harpoon',
    'char': '⥢',
    'codes': [
      '&lHar;'
    ]
  },
  {
    'name': 'Up harpoon',
    'char': '⥣',
    'codes': [
      '&uHar;'
    ]
  },
  {
    'name': 'Right harpoon',
    'char': '⥤',
    'codes': [
      '&rHar;'
    ]
  },
  {
    'name': 'Down harpoon',
    'char': '⥥',
    'codes': [
      '&dHar;'
    ]
  },
  {
    'name': 'Double harpoon',
    'char': '⥦',
    'codes': [
      '&luruhar;'
    ]
  },
  {
    'name': 'Double harpoon',
    'char': '⥧',
    'codes': [
      '&ldrdhar;'
    ]
  },
  {
    'name': 'Double harpoon',
    'char': '⥨',
    'codes': [
      '&ruluhar;'
    ]
  },
  {
    'name': 'Double harpoon',
    'char': '⥩',
    'codes': [
      '&rdldhar;'
    ]
  },
  {
    'name': 'Harpoon with line',
    'char': '⥪',
    'codes': [
      '&lharul;'
    ]
  },
  {
    'name': 'Harpoon with line',
    'char': '⥫',
    'codes': [
      '&llhard;'
    ]
  },
  {
    'name': 'Harpoon with line',
    'char': '⥬',
    'codes': [
      '&rharul;'
    ]
  },
  {
    'name': 'Harpoon with line',
    'char': '⥭',
    'codes': [
      '&lrhard;'
    ]
  },
  {
    'name': 'Up down harpoon',
    'char': '⥮',
    'codes': [
      '&udhar;'
    ]
  },
  {
    'name': 'Down up harpoon',
    'char': '⥯',
    'codes': [
      '&duhar;'
    ]
  },
  {
    'name': 'Round implies',
    'char': '⥰',
    'codes': [
      '&RoundImplies;'
    ]
  },
  {
    'name': 'Right arrow with equal',
    'char': '⥱',
    'codes': [
      '&erarr;'
    ]
  },
  {
    'name': 'Right arrow with tilde',
    'char': '⥲',
    'codes': [
      '&simrarr;'
    ]
  },
  {
    'name': 'Left arrow with tilde',
    'char': '⥳',
    'codes': [
      '&larrsim;'
    ]
  },
  {
    'name': 'Right arrow with tilde',
    'char': '⥴',
    'codes': [
      '&rarrsim;'
    ]
  },
  {
    'name': 'Right arrow with  double tilde',
    'char': '⥵',
    'codes': [
      '&rarrap;'
    ]
  },
  {
    'name': 'Left arrow with less-than',
    'char': '⥶',
    'codes': [
      '&ltlarr;'
    ]
  },
  {
    'name': 'Right arrow with greater-than',
    'char': '⥸',
    'codes': [
      '&gtrarr;'
    ]
  },
  {
    'name': 'Right arrow with subset',
    'char': '⥹',
    'codes': [
      '&subrarr;'
    ]
  },
  {
    'name': 'Left arrow with superset',
    'char': '⥻',
    'codes': [
      '&suplarr;'
    ]
  },
  {
    'name': 'Left fish tail',
    'char': '⥼',
    'codes': [
      '&lfisht;'
    ]
  },
  {
    'name': 'Right fish tail',
    'char': '⥽',
    'codes': [
      '&rfisht;'
    ]
  },
  {
    'name': 'Up fish tail',
    'char': '⥾',
    'codes': [
      '&ufisht;'
    ]
  },
  {
    'name': 'Down fish tail',
    'char': '⥿',
    'codes': [
      '&dfisht;'
    ]
  }
]