{
  "dataset": "html-entities",
  "title": "HTML entities",
  "version": "2.0.0",
  "updated": "2026-08-05",
  "source": {
    "name": "WHATWG HTML Standard, named character references",
    "url": "https://html.spec.whatwg.org/multipage/named-characters.html"
  },
  "checkedAt": "2026-08-05",
  "license": "CC BY 4.0",
  "licenseUrl": "https://creativecommons.org/licenses/by/4.0/",
  "attribution": "Data from quickref.tips",
  "documentation": "https://quickref.tips/html-entities",
  "recordCount": 193,
  "data": [
    {
      "char": "\"",
      "name": "&quot;",
      "num": "&#34;",
      "hex": "&#x22;",
      "cp": "U+0022",
      "desc": "Quotation mark",
      "group": "Markup",
      "html4": true
    },
    {
      "char": "&",
      "name": "&amp;",
      "num": "&#38;",
      "hex": "&#x26;",
      "cp": "U+0026",
      "desc": "Ampersand",
      "group": "Markup",
      "html4": true
    },
    {
      "char": "'",
      "name": "&apos;",
      "num": "&#39;",
      "hex": "&#x27;",
      "cp": "U+0027",
      "desc": "Apostrophe",
      "group": "Markup",
      "html4": false
    },
    {
      "char": "<",
      "name": "&lt;",
      "num": "&#60;",
      "hex": "&#x3C;",
      "cp": "U+003C",
      "desc": "Less-than sign",
      "group": "Markup",
      "html4": true
    },
    {
      "char": ">",
      "name": "&gt;",
      "num": "&#62;",
      "hex": "&#x3E;",
      "cp": "U+003E",
      "desc": "Greater-than sign",
      "group": "Markup",
      "html4": true
    },
    {
      "char": " ",
      "name": "&nbsp;",
      "num": "&#160;",
      "hex": "&#xA0;",
      "cp": "U+00A0",
      "desc": "No-break space",
      "group": "Spacing",
      "html4": true
    },
    {
      "char": " ",
      "name": "&ensp;",
      "num": "&#8194;",
      "hex": "&#x2002;",
      "cp": "U+2002",
      "desc": "En space",
      "group": "Spacing",
      "html4": true
    },
    {
      "char": " ",
      "name": "&emsp;",
      "num": "&#8195;",
      "hex": "&#x2003;",
      "cp": "U+2003",
      "desc": "Em space",
      "group": "Spacing",
      "html4": true
    },
    {
      "char": " ",
      "name": "&thinsp;",
      "num": "&#8201;",
      "hex": "&#x2009;",
      "cp": "U+2009",
      "desc": "Thin space",
      "group": "Spacing",
      "html4": true
    },
    {
      "char": " ",
      "name": "&hairsp;",
      "num": "&#8202;",
      "hex": "&#x200A;",
      "cp": "U+200A",
      "desc": "Hair space",
      "group": "Spacing",
      "html4": false
    },
    {
      "char": "​",
      "name": "&ZeroWidthSpace;",
      "num": "&#8203;",
      "hex": "&#x200B;",
      "cp": "U+200B",
      "desc": "Zero width space",
      "group": "Spacing",
      "html4": false
    },
    {
      "char": "¢",
      "name": "&cent;",
      "num": "&#162;",
      "hex": "&#xA2;",
      "cp": "U+00A2",
      "desc": "Cent sign",
      "group": "Currency",
      "html4": true
    },
    {
      "char": "£",
      "name": "&pound;",
      "num": "&#163;",
      "hex": "&#xA3;",
      "cp": "U+00A3",
      "desc": "Pound sign",
      "group": "Currency",
      "html4": true
    },
    {
      "char": "¤",
      "name": "&curren;",
      "num": "&#164;",
      "hex": "&#xA4;",
      "cp": "U+00A4",
      "desc": "Currency sign",
      "group": "Currency",
      "html4": true
    },
    {
      "char": "¥",
      "name": "&yen;",
      "num": "&#165;",
      "hex": "&#xA5;",
      "cp": "U+00A5",
      "desc": "Yen sign",
      "group": "Currency",
      "html4": true
    },
    {
      "char": "€",
      "name": "&euro;",
      "num": "&#8364;",
      "hex": "&#x20AC;",
      "cp": "U+20AC",
      "desc": "Euro sign",
      "group": "Currency",
      "html4": true
    },
    {
      "char": "←",
      "name": "&larr;",
      "num": "&#8592;",
      "hex": "&#x2190;",
      "cp": "U+2190",
      "desc": "Leftwards arrow",
      "group": "Arrows",
      "html4": true
    },
    {
      "char": "↑",
      "name": "&uarr;",
      "num": "&#8593;",
      "hex": "&#x2191;",
      "cp": "U+2191",
      "desc": "Upwards arrow",
      "group": "Arrows",
      "html4": true
    },
    {
      "char": "→",
      "name": "&rarr;",
      "num": "&#8594;",
      "hex": "&#x2192;",
      "cp": "U+2192",
      "desc": "Rightwards arrow",
      "group": "Arrows",
      "html4": true
    },
    {
      "char": "↓",
      "name": "&darr;",
      "num": "&#8595;",
      "hex": "&#x2193;",
      "cp": "U+2193",
      "desc": "Downwards arrow",
      "group": "Arrows",
      "html4": true
    },
    {
      "char": "↔",
      "name": "&harr;",
      "num": "&#8596;",
      "hex": "&#x2194;",
      "cp": "U+2194",
      "desc": "Left right arrow",
      "group": "Arrows",
      "html4": true
    },
    {
      "char": "↕",
      "name": "&varr;",
      "num": "&#8597;",
      "hex": "&#x2195;",
      "cp": "U+2195",
      "desc": "Up down arrow",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "↖",
      "name": "&nwarr;",
      "num": "&#8598;",
      "hex": "&#x2196;",
      "cp": "U+2196",
      "desc": "North west arrow",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "↗",
      "name": "&nearr;",
      "num": "&#8599;",
      "hex": "&#x2197;",
      "cp": "U+2197",
      "desc": "North east arrow",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "↘",
      "name": "&searr;",
      "num": "&#8600;",
      "hex": "&#x2198;",
      "cp": "U+2198",
      "desc": "South east arrow",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "↙",
      "name": "&swarr;",
      "num": "&#8601;",
      "hex": "&#x2199;",
      "cp": "U+2199",
      "desc": "South west arrow",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "↚",
      "name": "&nlarr;",
      "num": "&#8602;",
      "hex": "&#x219A;",
      "cp": "U+219A",
      "desc": "Leftwards arrow with stroke",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "↛",
      "name": "&nrarr;",
      "num": "&#8603;",
      "hex": "&#x219B;",
      "cp": "U+219B",
      "desc": "Rightwards arrow with stroke",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "↝",
      "name": "&rarrw;",
      "num": "&#8605;",
      "hex": "&#x219D;",
      "cp": "U+219D",
      "desc": "Rightwards wave arrow",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "↞",
      "name": "&twoheadleftarrow;",
      "num": "&#8606;",
      "hex": "&#x219E;",
      "cp": "U+219E",
      "desc": "Leftwards two headed arrow",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "↟",
      "name": "&Uarr;",
      "num": "&#8607;",
      "hex": "&#x219F;",
      "cp": "U+219F",
      "desc": "Upwards two headed arrow",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "↠",
      "name": "&twoheadrightarrow;",
      "num": "&#8608;",
      "hex": "&#x21A0;",
      "cp": "U+21A0",
      "desc": "Rightwards two headed arrow",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "↡",
      "name": "&Darr;",
      "num": "&#8609;",
      "hex": "&#x21A1;",
      "cp": "U+21A1",
      "desc": "Downwards two headed arrow",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "↢",
      "name": "&larrtl;",
      "num": "&#8610;",
      "hex": "&#x21A2;",
      "cp": "U+21A2",
      "desc": "Leftwards arrow with tail",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "↣",
      "name": "&rarrtl;",
      "num": "&#8611;",
      "hex": "&#x21A3;",
      "cp": "U+21A3",
      "desc": "Rightwards arrow with tail",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "↤",
      "name": "&mapstoleft;",
      "num": "&#8612;",
      "hex": "&#x21A4;",
      "cp": "U+21A4",
      "desc": "Leftwards arrow from bar",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "↥",
      "name": "&mapstoup;",
      "num": "&#8613;",
      "hex": "&#x21A5;",
      "cp": "U+21A5",
      "desc": "Upwards arrow from bar",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "↦",
      "name": "&map;",
      "num": "&#8614;",
      "hex": "&#x21A6;",
      "cp": "U+21A6",
      "desc": "Rightwards arrow from bar",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "↧",
      "name": "&mapstodown;",
      "num": "&#8615;",
      "hex": "&#x21A7;",
      "cp": "U+21A7",
      "desc": "Downwards arrow from bar",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "↩",
      "name": "&larrhk;",
      "num": "&#8617;",
      "hex": "&#x21A9;",
      "cp": "U+21A9",
      "desc": "Leftwards arrow with hook",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "↪",
      "name": "&rarrhk;",
      "num": "&#8618;",
      "hex": "&#x21AA;",
      "cp": "U+21AA",
      "desc": "Rightwards arrow with hook",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "↫",
      "name": "&larrlp;",
      "num": "&#8619;",
      "hex": "&#x21AB;",
      "cp": "U+21AB",
      "desc": "Leftwards arrow with loop",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "↬",
      "name": "&rarrlp;",
      "num": "&#8620;",
      "hex": "&#x21AC;",
      "cp": "U+21AC",
      "desc": "Rightwards arrow with loop",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "↭",
      "name": "&harrw;",
      "num": "&#8621;",
      "hex": "&#x21AD;",
      "cp": "U+21AD",
      "desc": "Left right wave arrow",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "↮",
      "name": "&nharr;",
      "num": "&#8622;",
      "hex": "&#x21AE;",
      "cp": "U+21AE",
      "desc": "Left right arrow with stroke",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "↰",
      "name": "&lsh;",
      "num": "&#8624;",
      "hex": "&#x21B0;",
      "cp": "U+21B0",
      "desc": "Upwards arrow with tip leftwards",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "↱",
      "name": "&rsh;",
      "num": "&#8625;",
      "hex": "&#x21B1;",
      "cp": "U+21B1",
      "desc": "Upwards arrow with tip rightwards",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "↲",
      "name": "&ldsh;",
      "num": "&#8626;",
      "hex": "&#x21B2;",
      "cp": "U+21B2",
      "desc": "Downwards arrow with tip leftwards",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "↳",
      "name": "&rdsh;",
      "num": "&#8627;",
      "hex": "&#x21B3;",
      "cp": "U+21B3",
      "desc": "Downwards arrow with tip rightwards",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "↵",
      "name": "&crarr;",
      "num": "&#8629;",
      "hex": "&#x21B5;",
      "cp": "U+21B5",
      "desc": "Downwards arrow with corner leftwards",
      "group": "Arrows",
      "html4": true
    },
    {
      "char": "↶",
      "name": "&cularr;",
      "num": "&#8630;",
      "hex": "&#x21B6;",
      "cp": "U+21B6",
      "desc": "Anticlockwise top semicircle arrow",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "↷",
      "name": "&curarr;",
      "num": "&#8631;",
      "hex": "&#x21B7;",
      "cp": "U+21B7",
      "desc": "Clockwise top semicircle arrow",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "↺",
      "name": "&olarr;",
      "num": "&#8634;",
      "hex": "&#x21BA;",
      "cp": "U+21BA",
      "desc": "Anticlockwise open circle arrow",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "↻",
      "name": "&orarr;",
      "num": "&#8635;",
      "hex": "&#x21BB;",
      "cp": "U+21BB",
      "desc": "Clockwise open circle arrow",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "↼",
      "name": "&lharu;",
      "num": "&#8636;",
      "hex": "&#x21BC;",
      "cp": "U+21BC",
      "desc": "Leftwards harpoon with barb upwards",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "↽",
      "name": "&lhard;",
      "num": "&#8637;",
      "hex": "&#x21BD;",
      "cp": "U+21BD",
      "desc": "Leftwards harpoon with barb downwards",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "↾",
      "name": "&uharr;",
      "num": "&#8638;",
      "hex": "&#x21BE;",
      "cp": "U+21BE",
      "desc": "Upwards harpoon with barb rightwards",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "↿",
      "name": "&uharl;",
      "num": "&#8639;",
      "hex": "&#x21BF;",
      "cp": "U+21BF",
      "desc": "Upwards harpoon with barb leftwards",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "⇀",
      "name": "&rharu;",
      "num": "&#8640;",
      "hex": "&#x21C0;",
      "cp": "U+21C0",
      "desc": "Rightwards harpoon with barb upwards",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "⇁",
      "name": "&rhard;",
      "num": "&#8641;",
      "hex": "&#x21C1;",
      "cp": "U+21C1",
      "desc": "Rightwards harpoon with barb downwards",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "⇂",
      "name": "&dharr;",
      "num": "&#8642;",
      "hex": "&#x21C2;",
      "cp": "U+21C2",
      "desc": "Downwards harpoon with barb rightwards",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "⇃",
      "name": "&dharl;",
      "num": "&#8643;",
      "hex": "&#x21C3;",
      "cp": "U+21C3",
      "desc": "Downwards harpoon with barb leftwards",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "⇄",
      "name": "&rlarr;",
      "num": "&#8644;",
      "hex": "&#x21C4;",
      "cp": "U+21C4",
      "desc": "Rightwards arrow over leftwards arrow",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "⇅",
      "name": "&udarr;",
      "num": "&#8645;",
      "hex": "&#x21C5;",
      "cp": "U+21C5",
      "desc": "Upwards arrow leftwards of downwards arrow",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "⇆",
      "name": "&lrarr;",
      "num": "&#8646;",
      "hex": "&#x21C6;",
      "cp": "U+21C6",
      "desc": "Leftwards arrow over rightwards arrow",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "⇇",
      "name": "&llarr;",
      "num": "&#8647;",
      "hex": "&#x21C7;",
      "cp": "U+21C7",
      "desc": "Leftwards paired arrows",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "⇈",
      "name": "&uuarr;",
      "num": "&#8648;",
      "hex": "&#x21C8;",
      "cp": "U+21C8",
      "desc": "Upwards paired arrows",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "⇉",
      "name": "&rrarr;",
      "num": "&#8649;",
      "hex": "&#x21C9;",
      "cp": "U+21C9",
      "desc": "Rightwards paired arrows",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "⇊",
      "name": "&ddarr;",
      "num": "&#8650;",
      "hex": "&#x21CA;",
      "cp": "U+21CA",
      "desc": "Downwards paired arrows",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "⇋",
      "name": "&lrhar;",
      "num": "&#8651;",
      "hex": "&#x21CB;",
      "cp": "U+21CB",
      "desc": "Leftwards harpoon over rightwards harpoon",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "⇌",
      "name": "&rlhar;",
      "num": "&#8652;",
      "hex": "&#x21CC;",
      "cp": "U+21CC",
      "desc": "Rightwards harpoon over leftwards harpoon",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "⇍",
      "name": "&nlArr;",
      "num": "&#8653;",
      "hex": "&#x21CD;",
      "cp": "U+21CD",
      "desc": "Leftwards double arrow with stroke",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "⇎",
      "name": "&nhArr;",
      "num": "&#8654;",
      "hex": "&#x21CE;",
      "cp": "U+21CE",
      "desc": "Left right double arrow with stroke",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "⇏",
      "name": "&nrArr;",
      "num": "&#8655;",
      "hex": "&#x21CF;",
      "cp": "U+21CF",
      "desc": "Rightwards double arrow with stroke",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "⇐",
      "name": "&lArr;",
      "num": "&#8656;",
      "hex": "&#x21D0;",
      "cp": "U+21D0",
      "desc": "Leftwards double arrow",
      "group": "Arrows",
      "html4": true
    },
    {
      "char": "⇑",
      "name": "&uArr;",
      "num": "&#8657;",
      "hex": "&#x21D1;",
      "cp": "U+21D1",
      "desc": "Upwards double arrow",
      "group": "Arrows",
      "html4": true
    },
    {
      "char": "⇒",
      "name": "&rArr;",
      "num": "&#8658;",
      "hex": "&#x21D2;",
      "cp": "U+21D2",
      "desc": "Rightwards double arrow",
      "group": "Arrows",
      "html4": true
    },
    {
      "char": "⇓",
      "name": "&dArr;",
      "num": "&#8659;",
      "hex": "&#x21D3;",
      "cp": "U+21D3",
      "desc": "Downwards double arrow",
      "group": "Arrows",
      "html4": true
    },
    {
      "char": "⇔",
      "name": "&iff;",
      "num": "&#8660;",
      "hex": "&#x21D4;",
      "cp": "U+21D4",
      "desc": "Left right double arrow",
      "group": "Arrows",
      "html4": true
    },
    {
      "char": "⇕",
      "name": "&vArr;",
      "num": "&#8661;",
      "hex": "&#x21D5;",
      "cp": "U+21D5",
      "desc": "Up down double arrow",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "⇖",
      "name": "&nwArr;",
      "num": "&#8662;",
      "hex": "&#x21D6;",
      "cp": "U+21D6",
      "desc": "North west double arrow",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "⇗",
      "name": "&neArr;",
      "num": "&#8663;",
      "hex": "&#x21D7;",
      "cp": "U+21D7",
      "desc": "North east double arrow",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "⇘",
      "name": "&seArr;",
      "num": "&#8664;",
      "hex": "&#x21D8;",
      "cp": "U+21D8",
      "desc": "South east double arrow",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "⇙",
      "name": "&swArr;",
      "num": "&#8665;",
      "hex": "&#x21D9;",
      "cp": "U+21D9",
      "desc": "South west double arrow",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "⇚",
      "name": "&lAarr;",
      "num": "&#8666;",
      "hex": "&#x21DA;",
      "cp": "U+21DA",
      "desc": "Leftwards triple arrow",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "⇛",
      "name": "&rAarr;",
      "num": "&#8667;",
      "hex": "&#x21DB;",
      "cp": "U+21DB",
      "desc": "Rightwards triple arrow",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "⇝",
      "name": "&zigrarr;",
      "num": "&#8669;",
      "hex": "&#x21DD;",
      "cp": "U+21DD",
      "desc": "Rightwards squiggle arrow",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "⇤",
      "name": "&larrb;",
      "num": "&#8676;",
      "hex": "&#x21E4;",
      "cp": "U+21E4",
      "desc": "Leftwards arrow to bar",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "⇥",
      "name": "&rarrb;",
      "num": "&#8677;",
      "hex": "&#x21E5;",
      "cp": "U+21E5",
      "desc": "Rightwards arrow to bar",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "⇵",
      "name": "&duarr;",
      "num": "&#8693;",
      "hex": "&#x21F5;",
      "cp": "U+21F5",
      "desc": "Downwards arrow leftwards of upwards arrow",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "⇽",
      "name": "&loarr;",
      "num": "&#8701;",
      "hex": "&#x21FD;",
      "cp": "U+21FD",
      "desc": "Leftwards open-headed arrow",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "⇾",
      "name": "&roarr;",
      "num": "&#8702;",
      "hex": "&#x21FE;",
      "cp": "U+21FE",
      "desc": "Rightwards open-headed arrow",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "⇿",
      "name": "&hoarr;",
      "num": "&#8703;",
      "hex": "&#x21FF;",
      "cp": "U+21FF",
      "desc": "Left right open-headed arrow",
      "group": "Arrows",
      "html4": false
    },
    {
      "char": "¬",
      "name": "&not;",
      "num": "&#172;",
      "hex": "&#xAC;",
      "cp": "U+00AC",
      "desc": "Not sign",
      "group": "Math",
      "html4": true
    },
    {
      "char": "±",
      "name": "&pm;",
      "num": "&#177;",
      "hex": "&#xB1;",
      "cp": "U+00B1",
      "desc": "Plus-minus sign",
      "group": "Math",
      "html4": true
    },
    {
      "char": "²",
      "name": "&sup2;",
      "num": "&#178;",
      "hex": "&#xB2;",
      "cp": "U+00B2",
      "desc": "Superscript two",
      "group": "Math",
      "html4": true
    },
    {
      "char": "³",
      "name": "&sup3;",
      "num": "&#179;",
      "hex": "&#xB3;",
      "cp": "U+00B3",
      "desc": "Superscript three",
      "group": "Math",
      "html4": true
    },
    {
      "char": "µ",
      "name": "&micro;",
      "num": "&#181;",
      "hex": "&#xB5;",
      "cp": "U+00B5",
      "desc": "Micro sign",
      "group": "Math",
      "html4": true
    },
    {
      "char": "¹",
      "name": "&sup1;",
      "num": "&#185;",
      "hex": "&#xB9;",
      "cp": "U+00B9",
      "desc": "Superscript one",
      "group": "Math",
      "html4": true
    },
    {
      "char": "¼",
      "name": "&frac14;",
      "num": "&#188;",
      "hex": "&#xBC;",
      "cp": "U+00BC",
      "desc": "Vulgar fraction one quarter",
      "group": "Math",
      "html4": true
    },
    {
      "char": "½",
      "name": "&half;",
      "num": "&#189;",
      "hex": "&#xBD;",
      "cp": "U+00BD",
      "desc": "Vulgar fraction one half",
      "group": "Math",
      "html4": true
    },
    {
      "char": "¾",
      "name": "&frac34;",
      "num": "&#190;",
      "hex": "&#xBE;",
      "cp": "U+00BE",
      "desc": "Vulgar fraction three quarters",
      "group": "Math",
      "html4": true
    },
    {
      "char": "×",
      "name": "&times;",
      "num": "&#215;",
      "hex": "&#xD7;",
      "cp": "U+00D7",
      "desc": "Multiplication sign",
      "group": "Math",
      "html4": true
    },
    {
      "char": "÷",
      "name": "&div;",
      "num": "&#247;",
      "hex": "&#xF7;",
      "cp": "U+00F7",
      "desc": "Division sign",
      "group": "Math",
      "html4": true
    },
    {
      "char": "‰",
      "name": "&permil;",
      "num": "&#8240;",
      "hex": "&#x2030;",
      "cp": "U+2030",
      "desc": "Per mille sign",
      "group": "Math",
      "html4": true
    },
    {
      "char": "′",
      "name": "&prime;",
      "num": "&#8242;",
      "hex": "&#x2032;",
      "cp": "U+2032",
      "desc": "Prime",
      "group": "Math",
      "html4": true
    },
    {
      "char": "″",
      "name": "&Prime;",
      "num": "&#8243;",
      "hex": "&#x2033;",
      "cp": "U+2033",
      "desc": "Double prime",
      "group": "Math",
      "html4": true
    },
    {
      "char": "⁄",
      "name": "&frasl;",
      "num": "&#8260;",
      "hex": "&#x2044;",
      "cp": "U+2044",
      "desc": "Fraction slash",
      "group": "Math",
      "html4": true
    },
    {
      "char": "∀",
      "name": "&forall;",
      "num": "&#8704;",
      "hex": "&#x2200;",
      "cp": "U+2200",
      "desc": "For all",
      "group": "Math",
      "html4": true
    },
    {
      "char": "∂",
      "name": "&part;",
      "num": "&#8706;",
      "hex": "&#x2202;",
      "cp": "U+2202",
      "desc": "Partial differential",
      "group": "Math",
      "html4": true
    },
    {
      "char": "∃",
      "name": "&exist;",
      "num": "&#8707;",
      "hex": "&#x2203;",
      "cp": "U+2203",
      "desc": "There exists",
      "group": "Math",
      "html4": true
    },
    {
      "char": "∄",
      "name": "&nexist;",
      "num": "&#8708;",
      "hex": "&#x2204;",
      "cp": "U+2204",
      "desc": "There does not exist",
      "group": "Math",
      "html4": false
    },
    {
      "char": "∅",
      "name": "&empty;",
      "num": "&#8709;",
      "hex": "&#x2205;",
      "cp": "U+2205",
      "desc": "Empty set",
      "group": "Math",
      "html4": true
    },
    {
      "char": "∇",
      "name": "&nabla;",
      "num": "&#8711;",
      "hex": "&#x2207;",
      "cp": "U+2207",
      "desc": "Nabla",
      "group": "Math",
      "html4": true
    },
    {
      "char": "∈",
      "name": "&in;",
      "num": "&#8712;",
      "hex": "&#x2208;",
      "cp": "U+2208",
      "desc": "Element of",
      "group": "Math",
      "html4": true
    },
    {
      "char": "∉",
      "name": "&notin;",
      "num": "&#8713;",
      "hex": "&#x2209;",
      "cp": "U+2209",
      "desc": "Not an element of",
      "group": "Math",
      "html4": true
    },
    {
      "char": "∋",
      "name": "&ni;",
      "num": "&#8715;",
      "hex": "&#x220B;",
      "cp": "U+220B",
      "desc": "Contains as member",
      "group": "Math",
      "html4": true
    },
    {
      "char": "∏",
      "name": "&prod;",
      "num": "&#8719;",
      "hex": "&#x220F;",
      "cp": "U+220F",
      "desc": "N-ary product",
      "group": "Math",
      "html4": true
    },
    {
      "char": "∑",
      "name": "&sum;",
      "num": "&#8721;",
      "hex": "&#x2211;",
      "cp": "U+2211",
      "desc": "N-ary summation",
      "group": "Math",
      "html4": true
    },
    {
      "char": "−",
      "name": "&minus;",
      "num": "&#8722;",
      "hex": "&#x2212;",
      "cp": "U+2212",
      "desc": "Minus sign",
      "group": "Math",
      "html4": true
    },
    {
      "char": "∓",
      "name": "&mp;",
      "num": "&#8723;",
      "hex": "&#x2213;",
      "cp": "U+2213",
      "desc": "Minus-or-plus sign",
      "group": "Math",
      "html4": false
    },
    {
      "char": "∗",
      "name": "&lowast;",
      "num": "&#8727;",
      "hex": "&#x2217;",
      "cp": "U+2217",
      "desc": "Asterisk operator",
      "group": "Math",
      "html4": true
    },
    {
      "char": "√",
      "name": "&radic;",
      "num": "&#8730;",
      "hex": "&#x221A;",
      "cp": "U+221A",
      "desc": "Square root",
      "group": "Math",
      "html4": true
    },
    {
      "char": "∝",
      "name": "&prop;",
      "num": "&#8733;",
      "hex": "&#x221D;",
      "cp": "U+221D",
      "desc": "Proportional to",
      "group": "Math",
      "html4": true
    },
    {
      "char": "∞",
      "name": "&infin;",
      "num": "&#8734;",
      "hex": "&#x221E;",
      "cp": "U+221E",
      "desc": "Infinity",
      "group": "Math",
      "html4": true
    },
    {
      "char": "∠",
      "name": "&ang;",
      "num": "&#8736;",
      "hex": "&#x2220;",
      "cp": "U+2220",
      "desc": "Angle",
      "group": "Math",
      "html4": true
    },
    {
      "char": "∥",
      "name": "&par;",
      "num": "&#8741;",
      "hex": "&#x2225;",
      "cp": "U+2225",
      "desc": "Parallel to",
      "group": "Math",
      "html4": false
    },
    {
      "char": "∧",
      "name": "&and;",
      "num": "&#8743;",
      "hex": "&#x2227;",
      "cp": "U+2227",
      "desc": "Logical and",
      "group": "Math",
      "html4": true
    },
    {
      "char": "∨",
      "name": "&or;",
      "num": "&#8744;",
      "hex": "&#x2228;",
      "cp": "U+2228",
      "desc": "Logical or",
      "group": "Math",
      "html4": true
    },
    {
      "char": "∩",
      "name": "&cap;",
      "num": "&#8745;",
      "hex": "&#x2229;",
      "cp": "U+2229",
      "desc": "Intersection",
      "group": "Math",
      "html4": true
    },
    {
      "char": "∪",
      "name": "&cup;",
      "num": "&#8746;",
      "hex": "&#x222A;",
      "cp": "U+222A",
      "desc": "Union",
      "group": "Math",
      "html4": true
    },
    {
      "char": "∫",
      "name": "&int;",
      "num": "&#8747;",
      "hex": "&#x222B;",
      "cp": "U+222B",
      "desc": "Integral",
      "group": "Math",
      "html4": true
    },
    {
      "char": "∴",
      "name": "&there4;",
      "num": "&#8756;",
      "hex": "&#x2234;",
      "cp": "U+2234",
      "desc": "Therefore",
      "group": "Math",
      "html4": true
    },
    {
      "char": "∵",
      "name": "&becaus;",
      "num": "&#8757;",
      "hex": "&#x2235;",
      "cp": "U+2235",
      "desc": "Because",
      "group": "Math",
      "html4": false
    },
    {
      "char": "∼",
      "name": "&sim;",
      "num": "&#8764;",
      "hex": "&#x223C;",
      "cp": "U+223C",
      "desc": "Tilde operator",
      "group": "Math",
      "html4": true
    },
    {
      "char": "≅",
      "name": "&cong;",
      "num": "&#8773;",
      "hex": "&#x2245;",
      "cp": "U+2245",
      "desc": "Approximately equal to",
      "group": "Math",
      "html4": true
    },
    {
      "char": "≈",
      "name": "&ap;",
      "num": "&#8776;",
      "hex": "&#x2248;",
      "cp": "U+2248",
      "desc": "Almost equal to",
      "group": "Math",
      "html4": true
    },
    {
      "char": "≠",
      "name": "&ne;",
      "num": "&#8800;",
      "hex": "&#x2260;",
      "cp": "U+2260",
      "desc": "Not equal to",
      "group": "Math",
      "html4": true
    },
    {
      "char": "≡",
      "name": "&equiv;",
      "num": "&#8801;",
      "hex": "&#x2261;",
      "cp": "U+2261",
      "desc": "Identical to",
      "group": "Math",
      "html4": true
    },
    {
      "char": "≢",
      "name": "&nequiv;",
      "num": "&#8802;",
      "hex": "&#x2262;",
      "cp": "U+2262",
      "desc": "Not identical to",
      "group": "Math",
      "html4": false
    },
    {
      "char": "≤",
      "name": "&le;",
      "num": "&#8804;",
      "hex": "&#x2264;",
      "cp": "U+2264",
      "desc": "Less-than or equal to",
      "group": "Math",
      "html4": true
    },
    {
      "char": "≥",
      "name": "&ge;",
      "num": "&#8805;",
      "hex": "&#x2265;",
      "cp": "U+2265",
      "desc": "Greater-than or equal to",
      "group": "Math",
      "html4": true
    },
    {
      "char": "≪",
      "name": "&ll;",
      "num": "&#8810;",
      "hex": "&#x226A;",
      "cp": "U+226A",
      "desc": "Much less-than",
      "group": "Math",
      "html4": false
    },
    {
      "char": "≫",
      "name": "&gg;",
      "num": "&#8811;",
      "hex": "&#x226B;",
      "cp": "U+226B",
      "desc": "Much greater-than",
      "group": "Math",
      "html4": false
    },
    {
      "char": "⊂",
      "name": "&sub;",
      "num": "&#8834;",
      "hex": "&#x2282;",
      "cp": "U+2282",
      "desc": "Subset of",
      "group": "Math",
      "html4": true
    },
    {
      "char": "⊃",
      "name": "&sup;",
      "num": "&#8835;",
      "hex": "&#x2283;",
      "cp": "U+2283",
      "desc": "Superset of",
      "group": "Math",
      "html4": true
    },
    {
      "char": "⊄",
      "name": "&nsub;",
      "num": "&#8836;",
      "hex": "&#x2284;",
      "cp": "U+2284",
      "desc": "Not a subset of",
      "group": "Math",
      "html4": true
    },
    {
      "char": "⊆",
      "name": "&sube;",
      "num": "&#8838;",
      "hex": "&#x2286;",
      "cp": "U+2286",
      "desc": "Subset of or equal to",
      "group": "Math",
      "html4": true
    },
    {
      "char": "⊇",
      "name": "&supe;",
      "num": "&#8839;",
      "hex": "&#x2287;",
      "cp": "U+2287",
      "desc": "Superset of or equal to",
      "group": "Math",
      "html4": true
    },
    {
      "char": "⊕",
      "name": "&oplus;",
      "num": "&#8853;",
      "hex": "&#x2295;",
      "cp": "U+2295",
      "desc": "Circled plus",
      "group": "Math",
      "html4": true
    },
    {
      "char": "⊗",
      "name": "&otimes;",
      "num": "&#8855;",
      "hex": "&#x2297;",
      "cp": "U+2297",
      "desc": "Circled times",
      "group": "Math",
      "html4": true
    },
    {
      "char": "⊥",
      "name": "&bot;",
      "num": "&#8869;",
      "hex": "&#x22A5;",
      "cp": "U+22A5",
      "desc": "Up tack",
      "group": "Math",
      "html4": true
    },
    {
      "char": "⋅",
      "name": "&sdot;",
      "num": "&#8901;",
      "hex": "&#x22C5;",
      "cp": "U+22C5",
      "desc": "Dot operator",
      "group": "Math",
      "html4": true
    },
    {
      "char": "‐",
      "name": "&dash;",
      "num": "&#8208;",
      "hex": "&#x2010;",
      "cp": "U+2010",
      "desc": "Hyphen",
      "group": "Punctuation",
      "html4": false
    },
    {
      "char": "–",
      "name": "&ndash;",
      "num": "&#8211;",
      "hex": "&#x2013;",
      "cp": "U+2013",
      "desc": "En dash",
      "group": "Punctuation",
      "html4": true
    },
    {
      "char": "—",
      "name": "&mdash;",
      "num": "&#8212;",
      "hex": "&#x2014;",
      "cp": "U+2014",
      "desc": "Em dash",
      "group": "Punctuation",
      "html4": true
    },
    {
      "char": "―",
      "name": "&horbar;",
      "num": "&#8213;",
      "hex": "&#x2015;",
      "cp": "U+2015",
      "desc": "Horizontal bar",
      "group": "Punctuation",
      "html4": false
    },
    {
      "char": "‖",
      "name": "&Vert;",
      "num": "&#8214;",
      "hex": "&#x2016;",
      "cp": "U+2016",
      "desc": "Double vertical line",
      "group": "Punctuation",
      "html4": false
    },
    {
      "char": "‘",
      "name": "&lsquo;",
      "num": "&#8216;",
      "hex": "&#x2018;",
      "cp": "U+2018",
      "desc": "Left single quotation mark",
      "group": "Punctuation",
      "html4": true
    },
    {
      "char": "’",
      "name": "&rsquo;",
      "num": "&#8217;",
      "hex": "&#x2019;",
      "cp": "U+2019",
      "desc": "Right single quotation mark",
      "group": "Punctuation",
      "html4": true
    },
    {
      "char": "‚",
      "name": "&sbquo;",
      "num": "&#8218;",
      "hex": "&#x201A;",
      "cp": "U+201A",
      "desc": "Single low-9 quotation mark",
      "group": "Punctuation",
      "html4": true
    },
    {
      "char": "“",
      "name": "&ldquo;",
      "num": "&#8220;",
      "hex": "&#x201C;",
      "cp": "U+201C",
      "desc": "Left double quotation mark",
      "group": "Punctuation",
      "html4": true
    },
    {
      "char": "”",
      "name": "&rdquo;",
      "num": "&#8221;",
      "hex": "&#x201D;",
      "cp": "U+201D",
      "desc": "Right double quotation mark",
      "group": "Punctuation",
      "html4": true
    },
    {
      "char": "„",
      "name": "&bdquo;",
      "num": "&#8222;",
      "hex": "&#x201E;",
      "cp": "U+201E",
      "desc": "Double low-9 quotation mark",
      "group": "Punctuation",
      "html4": true
    },
    {
      "char": "†",
      "name": "&dagger;",
      "num": "&#8224;",
      "hex": "&#x2020;",
      "cp": "U+2020",
      "desc": "Dagger",
      "group": "Punctuation",
      "html4": true
    },
    {
      "char": "‡",
      "name": "&ddagger;",
      "num": "&#8225;",
      "hex": "&#x2021;",
      "cp": "U+2021",
      "desc": "Double dagger",
      "group": "Punctuation",
      "html4": true
    },
    {
      "char": "•",
      "name": "&bull;",
      "num": "&#8226;",
      "hex": "&#x2022;",
      "cp": "U+2022",
      "desc": "Bullet",
      "group": "Punctuation",
      "html4": true
    },
    {
      "char": "‥",
      "name": "&nldr;",
      "num": "&#8229;",
      "hex": "&#x2025;",
      "cp": "U+2025",
      "desc": "Two dot leader",
      "group": "Punctuation",
      "html4": false
    },
    {
      "char": "…",
      "name": "&mldr;",
      "num": "&#8230;",
      "hex": "&#x2026;",
      "cp": "U+2026",
      "desc": "Horizontal ellipsis",
      "group": "Punctuation",
      "html4": true
    },
    {
      "char": "‱",
      "name": "&pertenk;",
      "num": "&#8241;",
      "hex": "&#x2031;",
      "cp": "U+2031",
      "desc": "Per ten thousand sign",
      "group": "Punctuation",
      "html4": false
    },
    {
      "char": "‴",
      "name": "&tprime;",
      "num": "&#8244;",
      "hex": "&#x2034;",
      "cp": "U+2034",
      "desc": "Triple prime",
      "group": "Punctuation",
      "html4": false
    },
    {
      "char": "‵",
      "name": "&bprime;",
      "num": "&#8245;",
      "hex": "&#x2035;",
      "cp": "U+2035",
      "desc": "Reversed prime",
      "group": "Punctuation",
      "html4": false
    },
    {
      "char": "‹",
      "name": "&lsaquo;",
      "num": "&#8249;",
      "hex": "&#x2039;",
      "cp": "U+2039",
      "desc": "Single left-pointing angle quotation mark",
      "group": "Punctuation",
      "html4": true
    },
    {
      "char": "›",
      "name": "&rsaquo;",
      "num": "&#8250;",
      "hex": "&#x203A;",
      "cp": "U+203A",
      "desc": "Single right-pointing angle quotation mark",
      "group": "Punctuation",
      "html4": true
    },
    {
      "char": "¡",
      "name": "&iexcl;",
      "num": "&#161;",
      "hex": "&#xA1;",
      "cp": "U+00A1",
      "desc": "Inverted exclamation mark",
      "group": "Symbols",
      "html4": true
    },
    {
      "char": "§",
      "name": "&sect;",
      "num": "&#167;",
      "hex": "&#xA7;",
      "cp": "U+00A7",
      "desc": "Section sign",
      "group": "Symbols",
      "html4": true
    },
    {
      "char": "©",
      "name": "&copy;",
      "num": "&#169;",
      "hex": "&#xA9;",
      "cp": "U+00A9",
      "desc": "Copyright sign",
      "group": "Symbols",
      "html4": true
    },
    {
      "char": "«",
      "name": "&laquo;",
      "num": "&#171;",
      "hex": "&#xAB;",
      "cp": "U+00AB",
      "desc": "Left-pointing double angle quotation mark",
      "group": "Symbols",
      "html4": true
    },
    {
      "char": "®",
      "name": "&reg;",
      "num": "&#174;",
      "hex": "&#xAE;",
      "cp": "U+00AE",
      "desc": "Registered sign",
      "group": "Symbols",
      "html4": true
    },
    {
      "char": "°",
      "name": "&deg;",
      "num": "&#176;",
      "hex": "&#xB0;",
      "cp": "U+00B0",
      "desc": "Degree sign",
      "group": "Symbols",
      "html4": true
    },
    {
      "char": "¶",
      "name": "&para;",
      "num": "&#182;",
      "hex": "&#xB6;",
      "cp": "U+00B6",
      "desc": "Pilcrow sign",
      "group": "Symbols",
      "html4": true
    },
    {
      "char": "»",
      "name": "&raquo;",
      "num": "&#187;",
      "hex": "&#xBB;",
      "cp": "U+00BB",
      "desc": "Right-pointing double angle quotation mark",
      "group": "Symbols",
      "html4": true
    },
    {
      "char": "¿",
      "name": "&iquest;",
      "num": "&#191;",
      "hex": "&#xBF;",
      "cp": "U+00BF",
      "desc": "Inverted question mark",
      "group": "Symbols",
      "html4": true
    },
    {
      "char": "™",
      "name": "&trade;",
      "num": "&#8482;",
      "hex": "&#x2122;",
      "cp": "U+2122",
      "desc": "Trade mark sign",
      "group": "Symbols",
      "html4": true
    },
    {
      "char": "★",
      "name": "&starf;",
      "num": "&#9733;",
      "hex": "&#x2605;",
      "cp": "U+2605",
      "desc": "Black star",
      "group": "Symbols",
      "html4": false
    },
    {
      "char": "☆",
      "name": "&star;",
      "num": "&#9734;",
      "hex": "&#x2606;",
      "cp": "U+2606",
      "desc": "White star",
      "group": "Symbols",
      "html4": false
    },
    {
      "char": "♠",
      "name": "&spades;",
      "num": "&#9824;",
      "hex": "&#x2660;",
      "cp": "U+2660",
      "desc": "Black spade suit",
      "group": "Symbols",
      "html4": true
    },
    {
      "char": "♣",
      "name": "&clubs;",
      "num": "&#9827;",
      "hex": "&#x2663;",
      "cp": "U+2663",
      "desc": "Black club suit",
      "group": "Symbols",
      "html4": true
    },
    {
      "char": "♥",
      "name": "&hearts;",
      "num": "&#9829;",
      "hex": "&#x2665;",
      "cp": "U+2665",
      "desc": "Black heart suit",
      "group": "Symbols",
      "html4": true
    },
    {
      "char": "♦",
      "name": "&diams;",
      "num": "&#9830;",
      "hex": "&#x2666;",
      "cp": "U+2666",
      "desc": "Black diamond suit",
      "group": "Symbols",
      "html4": true
    },
    {
      "char": "♪",
      "name": "&sung;",
      "num": "&#9834;",
      "hex": "&#x266A;",
      "cp": "U+266A",
      "desc": "Eighth note",
      "group": "Symbols",
      "html4": false
    },
    {
      "char": "✓",
      "name": "&check;",
      "num": "&#10003;",
      "hex": "&#x2713;",
      "cp": "U+2713",
      "desc": "Check mark",
      "group": "Symbols",
      "html4": false
    },
    {
      "char": "✗",
      "name": "&cross;",
      "num": "&#10007;",
      "hex": "&#x2717;",
      "cp": "U+2717",
      "desc": "Ballot x",
      "group": "Symbols",
      "html4": false
    }
  ]
}