html-entities.json 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936
  1. [
  2. {
  3. "name" : "@",
  4. "description":"at symbol"
  5. },
  6. {
  7. "name":"©",
  8. "description":"copyright symbol"
  9. },
  10. {
  11. "name":"®",
  12. "description":"registered symbol"
  13. },
  14. {
  15. "name":"™",
  16. "description":"trademark symbol"
  17. },
  18. {
  19. "name":"♥",
  20. "description":"heart"
  21. },
  22. {
  23. "name":" ",
  24. "description":"Inserts a non-breaking blank space"
  25. },
  26. {
  27. "name":"&",
  28. "description":"Ampersand"
  29. },
  30. {
  31. "name":"$",
  32. "description":"dollar symbol"
  33. },
  34. {
  35. "name":"¢",
  36. "description":"Cent symbol"
  37. },
  38. {
  39. "name":"£",
  40. "description":"Pound"
  41. },
  42. {
  43. "name":"¥",
  44. "description":"Yen"
  45. },
  46. {
  47. "name":"€",
  48. "description":"Euro symbol"
  49. },
  50. {
  51. "name":""",
  52. "description":"quotation mark"
  53. },
  54. {
  55. "name":"“",
  56. "description":"Opening Double Quotes "
  57. },
  58. {
  59. "name":"”",
  60. "description":"Closing Double Quotes "
  61. },
  62. {
  63. "name":"‘",
  64. "description":"Opening Single Quote Mark "
  65. },
  66. {
  67. "name":"’",
  68. "description":"Closing Single Quote Mark "
  69. },
  70. {
  71. "name":"«",
  72. "description":"angle quotation mark (left)"
  73. },
  74. {
  75. "name":"»",
  76. "description":"angle quotation mark (right)"
  77. },
  78. {
  79. "name":"‹",
  80. "description":"single left angle quotation"
  81. },
  82. {
  83. "name":"›",
  84. "description":"single right angle quotation"
  85. },
  86. {
  87. "name":"§",
  88. "description":"Section Symbol"
  89. },
  90. {
  91. "name":"µ",
  92. "description":"micro sign"
  93. },
  94. {
  95. "name":"¶",
  96. "description":"Paragraph symbol"
  97. },
  98. {
  99. "name":"•",
  100. "description":"Big List Dot"
  101. },
  102. {
  103. "name":"·",
  104. "description":"Medium List Dot"
  105. },
  106. {
  107. "name":"…",
  108. "description":"horizontal ellipsis"
  109. },
  110. {
  111. "name":"|",
  112. "description":"vertical bar"
  113. },
  114. {
  115. "name":"¦",
  116. "description":"broken vertical bar"
  117. },
  118. {
  119. "name":"–",
  120. "description":"en-dash"
  121. },
  122. {
  123. "name":"—",
  124. "description":"em-dash"
  125. },
  126. {
  127. "name":"¤",
  128. "description":"Generic currency symbol"
  129. },
  130. {
  131. "name":"!",
  132. "description":"exclamation point"
  133. },
  134. {
  135. "name":"#",
  136. "description":"number sign"
  137. },
  138. {
  139. "name":"'",
  140. "description":"single quote"
  141. },
  142. {
  143. "name":"(",
  144. "description":""
  145. },
  146. {
  147. "name":")",
  148. "description":""
  149. },
  150. {
  151. "name":"*",
  152. "description":"asterisk"
  153. },
  154. {
  155. "name":"+",
  156. "description":"plus sign"
  157. },
  158. {
  159. "name":",",
  160. "description":"comma"
  161. },
  162. {
  163. "name":"-",
  164. "description":"minus sign - hyphen"
  165. },
  166. {
  167. "name":".",
  168. "description":"period"
  169. },
  170. {
  171. "name":"/",
  172. "description":"slash"
  173. },
  174. {
  175. "name":"0",
  176. "description":"0"
  177. },
  178. {
  179. "name":"1",
  180. "description":"1"
  181. },
  182. {
  183. "name":"2",
  184. "description":"2"
  185. },
  186. {
  187. "name":"3",
  188. "description":"3"
  189. },
  190. {
  191. "name":"4",
  192. "description":"4"
  193. },
  194. {
  195. "name":"5",
  196. "description":"5"
  197. },
  198. {
  199. "name":"6",
  200. "description":"6"
  201. },
  202. {
  203. "name":"7",
  204. "description":"7"
  205. },
  206. {
  207. "name":"8",
  208. "description":"8"
  209. },
  210. {
  211. "name":"9",
  212. "description":"9"
  213. },
  214. {
  215. "name":":",
  216. "description":"colon"
  217. },
  218. {
  219. "name":"&#59;",
  220. "description":"semicolon"
  221. },
  222. {
  223. "name":"=",
  224. "description":"equal sign"
  225. },
  226. {
  227. "name":"?",
  228. "description":"question mark"
  229. },
  230. {
  231. "name":"<",
  232. "description":"Less than"
  233. },
  234. {
  235. "name":">",
  236. "description":"Greater than"
  237. },
  238. {
  239. "name":"≤",
  240. "description":"Less than or Equal to"
  241. },
  242. {
  243. "name":"≥",
  244. "description":"Greater than or Equal to"
  245. },
  246. {
  247. "name":"×",
  248. "description":"Multiplication symbol"
  249. },
  250. {
  251. "name":"÷",
  252. "description":"Division symbol"
  253. },
  254. {
  255. "name":"−",
  256. "description":"Minus symbol"
  257. },
  258. {
  259. "name":"±",
  260. "description":"Plus/minus symbol"
  261. },
  262. {
  263. "name":"≠",
  264. "description":"Not Equal"
  265. },
  266. {
  267. "name":"¹",
  268. "description":"Superscript 1"
  269. },
  270. {
  271. "name":"²",
  272. "description":"Superscript 2"
  273. },
  274. {
  275. "name":"³",
  276. "description":"Superscript 3"
  277. },
  278. {
  279. "name":"½",
  280. "description":"Fraction ½"
  281. },
  282. {
  283. "name":"¼",
  284. "description":"Fraction ¼"
  285. },
  286. {
  287. "name":"¾",
  288. "description":"Fraction ¾"
  289. },
  290. {
  291. "name":"‰",
  292. "description":"per mille"
  293. },
  294. {
  295. "name":"°",
  296. "description":"Degree symbol"
  297. },
  298. {
  299. "name":"√",
  300. "description":"square root"
  301. },
  302. {
  303. "name":"∞",
  304. "description":"Infinity"
  305. },
  306. {
  307. "name":"←",
  308. "description":"left arrow"
  309. },
  310. {
  311. "name":"↑",
  312. "description":"up arrow"
  313. },
  314. {
  315. "name":"→",
  316. "description":"right arrow"
  317. },
  318. {
  319. "name":"↓",
  320. "description":"down arrow"
  321. },
  322. {
  323. "name":"↔",
  324. "description":"left right arrow"
  325. },
  326. {
  327. "name":"↵",
  328. "description":"carriage return arrow"
  329. },
  330. {
  331. "name":"⌈",
  332. "description":"left ceiling"
  333. },
  334. {
  335. "name":"⌉",
  336. "description":"right ceiling"
  337. },
  338. {
  339. "name":"⌊",
  340. "description":"left floor"
  341. },
  342. {
  343. "name":"⌋",
  344. "description":"right floor"
  345. },
  346. {
  347. "name":"♠",
  348. "description":"spade"
  349. },
  350. {
  351. "name":"♣",
  352. "description":"club"
  353. },
  354. {
  355. "name":"♥",
  356. "description":"heart"
  357. },
  358. {
  359. "name":"♦",
  360. "description":"diamond"
  361. },
  362. {
  363. "name":"◊",
  364. "description":"lozenge"
  365. },
  366. {
  367. "name":"†",
  368. "description":"dagger"
  369. },
  370. {
  371. "name":"‡",
  372. "description":"double dagger"
  373. },
  374. {
  375. "name":"¡",
  376. "description":"inverted exclamation mark"
  377. },
  378. {
  379. "name":"¿",
  380. "description":"inverted question mark"
  381. },
  382. {
  383. "name":"Œ",
  384. "description":"latin capital letter OE"
  385. },
  386. {
  387. "name":"œ",
  388. "description":"latin small letter oe"
  389. },
  390. {
  391. "name":"Š",
  392. "description":"latin capital letter S with caron"
  393. },
  394. {
  395. "name":"š",
  396. "description":"latin small letter s with caron"
  397. },
  398. {
  399. "name":"Ÿ",
  400. "description":"latin capital letter Y with diaeresis"
  401. },
  402. {
  403. "name":"ƒ",
  404. "description":"latin small f with hook - function"
  405. },
  406. {
  407. "name":"¬",
  408. "description":"not sign"
  409. },
  410. {
  411. "name":"ª",
  412. "description":"feminine ordinal indicator"
  413. },
  414. {
  415. "name":"¨",
  416. "description":"spacing diaeresis - umlaut"
  417. },
  418. {
  419. "name":"¯",
  420. "description":"spacing macron - overline"
  421. },
  422. {
  423. "name":"´",
  424. "description":"acute accent - spacing acute"
  425. },
  426. {
  427. "name":"À",
  428. "description":"latin capital letter A with grave"
  429. },
  430. {
  431. "name":"Á",
  432. "description":"latin capital letter A with acute"
  433. },
  434. {
  435. "name":"Â",
  436. "description":"latin capital letter A with circumflex"
  437. },
  438. {
  439. "name":"Ã",
  440. "description":"latin capital letter A with tilde"
  441. },
  442. {
  443. "name":"Ä",
  444. "description":"latin capital letter A with diaeresis"
  445. },
  446. {
  447. "name":"Å",
  448. "description":"latin capital letter A with ring above"
  449. },
  450. {
  451. "name":"Æ",
  452. "description":"latin capital letter AE"
  453. },
  454. {
  455. "name":"Ç",
  456. "description":"latin capital letter C with cedilla"
  457. },
  458. {
  459. "name":"È",
  460. "description":"latin capital letter E with grave"
  461. },
  462. {
  463. "name":"É",
  464. "description":"latin capital letter E with acute"
  465. },
  466. {
  467. "name":"Ê",
  468. "description":"latin capital letter E with circumflex"
  469. },
  470. {
  471. "name":"Ë",
  472. "description":"latin capital letter E with diaeresis"
  473. },
  474. {
  475. "name":"Ì",
  476. "description":"latin capital letter I with grave"
  477. },
  478. {
  479. "name":"Í",
  480. "description":"latin capital letter I with acute"
  481. },
  482. {
  483. "name":"Î",
  484. "description":"latin capital letter I with circumflex"
  485. },
  486. {
  487. "name":"Ï",
  488. "description":"latin capital letter I with diaeresis"
  489. },
  490. {
  491. "name":"Ð",
  492. "description":"latin capital letter ETH"
  493. },
  494. {
  495. "name":"Ñ",
  496. "description":"latin capital letter N with tilde"
  497. },
  498. {
  499. "name":"Ò",
  500. "description":"latin capital letter O with grave"
  501. },
  502. {
  503. "name":"Ó",
  504. "description":"latin capital letter O with acute"
  505. },
  506. {
  507. "name":"Ô",
  508. "description":"latin capital letter O with circumflex"
  509. },
  510. {
  511. "name":"Õ",
  512. "description":"latin capital letter O with tilde"
  513. },
  514. {
  515. "name":"Ö",
  516. "description":"latin capital letter O with diaeresis"
  517. },
  518. {
  519. "name":"×",
  520. "description":"multiplication sign"
  521. },
  522. {
  523. "name":"Ø",
  524. "description":"latin capital letter O with slash"
  525. },
  526. {
  527. "name":"Ù",
  528. "description":"latin capital letter U with grave"
  529. },
  530. {
  531. "name":"Ú",
  532. "description":"latin capital letter U with acute"
  533. },
  534. {
  535. "name":"Û",
  536. "description":"latin capital letter U with circumflex"
  537. },
  538. {
  539. "name":"Ü",
  540. "description":"latin capital letter U with diaeresis"
  541. },
  542. {
  543. "name":"Ý",
  544. "description":"latin capital letter Y with acute"
  545. },
  546. {
  547. "name":"Þ",
  548. "description":"latin capital letter THORN"
  549. },
  550. {
  551. "name":"ß",
  552. "description":"latin small letter sharp s - ess-zed"
  553. },
  554. {
  555. "name":"ð",
  556. "description":"latin capital letter eth"
  557. },
  558. {
  559. "name":"ñ",
  560. "description":"latin capital letter n with tilde"
  561. },
  562. {
  563. "name":"ò",
  564. "description":"latin capital letter o with grave"
  565. },
  566. {
  567. "name":"ó",
  568. "description":"latin capital letter o with acute"
  569. },
  570. {
  571. "name":"ô",
  572. "description":"latin capital letter o with circumflex"
  573. },
  574. {
  575. "name":"õ",
  576. "description":"latin capital letter o with tilde"
  577. },
  578. {
  579. "name":"ö",
  580. "description":"latin capital letter o with diaeresis"
  581. },
  582. {
  583. "name":"×",
  584. "description":"multiplication sign"
  585. },
  586. {
  587. "name":"ø",
  588. "description":"latin capital letter o with slash"
  589. },
  590. {
  591. "name":"ù",
  592. "description":"latin capital letter u with grave"
  593. },
  594. {
  595. "name":"ú",
  596. "description":"latin capital letter u with acute"
  597. },
  598. {
  599. "name":"û",
  600. "description":"latin capital letter u with circumflex"
  601. },
  602. {
  603. "name":"ü",
  604. "description":"latin capital letter u with diaeresis"
  605. },
  606. {
  607. "name":"ý",
  608. "description":"latin capital letter y with acute"
  609. },
  610. {
  611. "name":"þ",
  612. "description":"latin capital letter thorn"
  613. },
  614. {
  615. "name":"ÿ",
  616. "description":"latin small letter y with diaeresis"
  617. },
  618. {
  619. "name":"à",
  620. "description":"latin capital letter a with grave"
  621. },
  622. {
  623. "name":"á",
  624. "description":"latin capital letter a with acute"
  625. },
  626. {
  627. "name":"â",
  628. "description":"latin capital letter a with circumflex"
  629. },
  630. {
  631. "name":"ã",
  632. "description":"latin capital letter a with tilde"
  633. },
  634. {
  635. "name":"ä",
  636. "description":"latin capital letter a with diaeresis"
  637. },
  638. {
  639. "name":"å",
  640. "description":"latin capital letter a with ring above"
  641. },
  642. {
  643. "name":"æ",
  644. "description":"latin capital letter ae"
  645. },
  646. {
  647. "name":"ç",
  648. "description":"latin capital letter c with cedilla"
  649. },
  650. {
  651. "name":"è",
  652. "description":"latin capital letter e with grave"
  653. },
  654. {
  655. "name":"é",
  656. "description":"latin capital letter e with acute"
  657. },
  658. {
  659. "name":"ê",
  660. "description":"latin capital letter e with circumflex"
  661. },
  662. {
  663. "name":"ë",
  664. "description":"latin capital letter e with diaeresis"
  665. },
  666. {
  667. "name":"ì",
  668. "description":"latin capital letter i with grave"
  669. },
  670. {
  671. "name":"Í",
  672. "description":"latin capital letter i with acute"
  673. },
  674. {
  675. "name":"î",
  676. "description":"latin capital letter i with circumflex"
  677. },
  678. {
  679. "name":"ï",
  680. "description":"latin capital letter i with diaeresis"
  681. },
  682. {
  683. "name":"A",
  684. "description":"A"
  685. },
  686. {
  687. "name":"B",
  688. "description":"B"
  689. },
  690. {
  691. "name":"C",
  692. "description":"C"
  693. },
  694. {
  695. "name":"D",
  696. "description":"D"
  697. },
  698. {
  699. "name":"E",
  700. "description":"E"
  701. },
  702. {
  703. "name":"F",
  704. "description":"F"
  705. },
  706. {
  707. "name":"G",
  708. "description":"G"
  709. },
  710. {
  711. "name":"H",
  712. "description":"H"
  713. },
  714. {
  715. "name":"I",
  716. "description":"I"
  717. },
  718. {
  719. "name":"J",
  720. "description":"J"
  721. },
  722. {
  723. "name":"K",
  724. "description":"K"
  725. },
  726. {
  727. "name":"L",
  728. "description":"L"
  729. },
  730. {
  731. "name":"M",
  732. "description":"M"
  733. },
  734. {
  735. "name":"N",
  736. "description":"N"
  737. },
  738. {
  739. "name":"O",
  740. "description":"O"
  741. },
  742. {
  743. "name":"P",
  744. "description":"P"
  745. },
  746. {
  747. "name":"Q",
  748. "description":"Q"
  749. },
  750. {
  751. "name":"R",
  752. "description":"R"
  753. },
  754. {
  755. "name":"S",
  756. "description":"S"
  757. },
  758. {
  759. "name":"T",
  760. "description":"T"
  761. },
  762. {
  763. "name":"U",
  764. "description":"U"
  765. },
  766. {
  767. "name":"V",
  768. "description":"V"
  769. },
  770. {
  771. "name":"W",
  772. "description":"W"
  773. },
  774. {
  775. "name":"X",
  776. "description":"X"
  777. },
  778. {
  779. "name":"Y",
  780. "description":"Y"
  781. },
  782. {
  783. "name":"Z",
  784. "description":"Z"
  785. },
  786. {
  787. "name":"[",
  788. "description":"opening bracket"
  789. },
  790. {
  791. "name":"\",
  792. "description":"backslash"
  793. },
  794. {
  795. "name":"]",
  796. "description":"closing bracket"
  797. },
  798. {
  799. "name":"^",
  800. "description":"caret - circumflex"
  801. },
  802. {
  803. "name":"_",
  804. "description":"underscore"
  805. },
  806. {
  807. "name":"`",
  808. "description":"grave accent"
  809. },
  810. {
  811. "name":"a",
  812. "description":"a"
  813. },
  814. {
  815. "name":"b",
  816. "description":"b"
  817. },
  818. {
  819. "name":"c",
  820. "description":"c"
  821. },
  822. {
  823. "name":"d",
  824. "description":"d"
  825. },
  826. {
  827. "name":"e",
  828. "description":"e"
  829. },
  830. {
  831. "name":"f",
  832. "description":"f"
  833. },
  834. {
  835. "name":"g",
  836. "description":"g"
  837. },
  838. {
  839. "name":"h",
  840. "description":"h"
  841. },
  842. {
  843. "name":"i",
  844. "description":"i"
  845. },
  846. {
  847. "name":"j",
  848. "description":"j"
  849. },
  850. {
  851. "name":"k",
  852. "description":"k"
  853. },
  854. {
  855. "name":"l",
  856. "description":"l"
  857. },
  858. {
  859. "name":"m",
  860. "description":"m"
  861. },
  862. {
  863. "name":"n",
  864. "description":"n"
  865. },
  866. {
  867. "name":"o",
  868. "description":"o"
  869. },
  870. {
  871. "name":"p",
  872. "description":"p"
  873. },
  874. {
  875. "name":"q",
  876. "description":"q"
  877. },
  878. {
  879. "name":"r",
  880. "description":"r"
  881. },
  882. {
  883. "name":"s",
  884. "description":"s"
  885. },
  886. {
  887. "name":"t",
  888. "description":"t"
  889. },
  890. {
  891. "name":"u",
  892. "description":"u"
  893. },
  894. {
  895. "name":"v",
  896. "description":"v"
  897. },
  898. {
  899. "name":"w",
  900. "description":"w"
  901. },
  902. {
  903. "name":"x",
  904. "description":"x"
  905. },
  906. {
  907. "name":"y",
  908. "description":"y"
  909. },
  910. {
  911. "name":"z",
  912. "description":"z"
  913. },
  914. {
  915. "name":"{",
  916. "description":"opening brace"
  917. },
  918. {
  919. "name":"|",
  920. "description":"vertical bar"
  921. },
  922. {
  923. "name":"}",
  924. "description":"closing brace"
  925. },
  926. {
  927. "name":"~",
  928. "description":"equivalency sign - tilde"
  929. }
  930. ]