plurimath 0.8.3 → 0.8.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1541) hide show
  1. checksums.yaml +4 -4
  2. data/AsciiMath-Supported-Data.adoc +1 -1925
  3. data/Latex-Supported-Data.adoc +46 -1864
  4. data/MathML-Supported-Data.adoc +0 -167
  5. data/README.adoc +27 -0
  6. data/UnicodeMath-Supported-Data.adoc +0 -819
  7. data/lib/plurimath/asciimath/constants.rb +20 -252
  8. data/lib/plurimath/asciimath/parse.rb +17 -7
  9. data/lib/plurimath/asciimath/transform.rb +57 -67
  10. data/lib/plurimath/formatter/localized_number.rb +13 -0
  11. data/lib/plurimath/formatter/number_data_reader.rb +11 -0
  12. data/lib/plurimath/formatter/number_formatter.rb +26 -100
  13. data/lib/plurimath/formatter/{twitter_cldr_rb → numbers}/fraction.rb +10 -9
  14. data/lib/plurimath/formatter/{twitter_cldr_rb → numbers}/integer.rb +3 -3
  15. data/lib/plurimath/formatter/numeric_formatter.rb +120 -0
  16. data/lib/plurimath/html/transform.rb +24 -24
  17. data/lib/plurimath/latex/constants.rb +43 -3616
  18. data/lib/plurimath/latex/parse.rb +8 -8
  19. data/lib/plurimath/latex/transform.rb +41 -49
  20. data/lib/plurimath/math/core.rb +49 -11
  21. data/lib/plurimath/math/formula.rb +18 -14
  22. data/lib/plurimath/math/function/bar.rb +1 -1
  23. data/lib/plurimath/math/function/binary_function.rb +1 -7
  24. data/lib/plurimath/math/function/ceil.rb +2 -2
  25. data/lib/plurimath/math/function/ddot.rb +1 -1
  26. data/lib/plurimath/math/function/dot.rb +2 -2
  27. data/lib/plurimath/math/function/fenced.rb +38 -22
  28. data/lib/plurimath/math/function/frac.rb +1 -1
  29. data/lib/plurimath/math/function/hat.rb +2 -2
  30. data/lib/plurimath/math/function/linebreak.rb +1 -1
  31. data/lib/plurimath/math/function/nary.rb +0 -7
  32. data/lib/plurimath/math/function/obrace.rb +2 -2
  33. data/lib/plurimath/math/function/overset.rb +15 -10
  34. data/lib/plurimath/math/function/power.rb +3 -8
  35. data/lib/plurimath/math/function/table/array.rb +9 -8
  36. data/lib/plurimath/math/function/table/bmatrix.rb +1 -1
  37. data/lib/plurimath/math/function/table/eqarray.rb +1 -1
  38. data/lib/plurimath/math/function/table/matrix.rb +3 -2
  39. data/lib/plurimath/math/function/table/vmatrix.rb +1 -1
  40. data/lib/plurimath/math/function/table.rb +33 -41
  41. data/lib/plurimath/math/function/ternary_function.rb +0 -6
  42. data/lib/plurimath/math/function/tilde.rb +2 -2
  43. data/lib/plurimath/math/function/tr.rb +7 -3
  44. data/lib/plurimath/math/function/ubrace.rb +2 -2
  45. data/lib/plurimath/math/function/ul.rb +2 -2
  46. data/lib/plurimath/math/function/underset.rb +17 -17
  47. data/lib/plurimath/math/function/vec.rb +2 -2
  48. data/lib/plurimath/math/symbols/aa.rb +41 -0
  49. data/lib/plurimath/math/symbols/ac.rb +41 -0
  50. data/lib/plurimath/math/symbols/accurrent.rb +41 -0
  51. data/lib/plurimath/math/symbols/acidfree.rb +41 -0
  52. data/lib/plurimath/math/symbols/acute.rb +41 -0
  53. data/lib/plurimath/math/symbols/acwcirclearrow.rb +41 -0
  54. data/lib/plurimath/math/symbols/acwgapcirclearrow.rb +41 -0
  55. data/lib/plurimath/math/symbols/acwleftarcarrow.rb +41 -0
  56. data/lib/plurimath/math/symbols/acwoverarcarrow.rb +41 -0
  57. data/lib/plurimath/math/symbols/acwunderarcarrow.rb +41 -0
  58. data/lib/plurimath/math/symbols/aleph.rb +41 -0
  59. data/lib/plurimath/math/symbols/alpha.rb +41 -0
  60. data/lib/plurimath/math/symbols/amalg.rb +41 -0
  61. data/lib/plurimath/math/symbols/ampersand.rb +41 -0
  62. data/lib/plurimath/math/symbols/anchor.rb +41 -0
  63. data/lib/plurimath/math/symbols/angdnr.rb +41 -0
  64. data/lib/plurimath/math/symbols/angle.rb +41 -0
  65. data/lib/plurimath/math/symbols/angles.rb +41 -0
  66. data/lib/plurimath/math/symbols/angleubar.rb +41 -0
  67. data/lib/plurimath/math/symbols/angmsd.rb +41 -0
  68. data/lib/plurimath/math/symbols/angrtvb.rb +41 -0
  69. data/lib/plurimath/math/symbols/angsph.rb +41 -0
  70. data/lib/plurimath/math/symbols/angstrom.rb +41 -0
  71. data/lib/plurimath/math/symbols/annuity.rb +41 -0
  72. data/lib/plurimath/math/symbols/aplboxquestion.rb +41 -0
  73. data/lib/plurimath/math/symbols/aplboxupcaret.rb +41 -0
  74. data/lib/plurimath/math/symbols/aplcomment.rb +41 -0
  75. data/lib/plurimath/math/symbols/apldownarrowbox.rb +41 -0
  76. data/lib/plurimath/math/symbols/aplinput.rb +41 -0
  77. data/lib/plurimath/math/symbols/aplinv.rb +41 -0
  78. data/lib/plurimath/math/symbols/aplleftarrowbox.rb +41 -0
  79. data/lib/plurimath/math/symbols/apllog.rb +41 -0
  80. data/lib/plurimath/math/symbols/aplrightarrowbox.rb +41 -0
  81. data/lib/plurimath/math/symbols/apluparrowbox.rb +41 -0
  82. data/lib/plurimath/math/symbols/apprge.rb +41 -0
  83. data/lib/plurimath/math/symbols/apprle.rb +41 -0
  84. data/lib/plurimath/math/symbols/approx.rb +41 -0
  85. data/lib/plurimath/math/symbols/approxeq.rb +41 -0
  86. data/lib/plurimath/math/symbols/approxeqq.rb +41 -0
  87. data/lib/plurimath/math/symbols/approxident.rb +41 -0
  88. data/lib/plurimath/math/symbols/aquarius.rb +41 -0
  89. data/lib/plurimath/math/symbols/arceq.rb +41 -0
  90. data/lib/plurimath/math/symbols/aries.rb +41 -0
  91. data/lib/plurimath/math/symbols/arrowbullet.rb +41 -0
  92. data/lib/plurimath/math/symbols/assert.rb +41 -0
  93. data/lib/plurimath/math/symbols/ast.rb +41 -0
  94. data/lib/plurimath/math/symbols/asteq.rb +41 -0
  95. data/lib/plurimath/math/symbols/asteraccent.rb +41 -0
  96. data/lib/plurimath/math/symbols/asymp.rb +41 -0
  97. data/lib/plurimath/math/symbols/atsign.rb +41 -0
  98. data/lib/plurimath/math/symbols/awint.rb +41 -0
  99. data/lib/plurimath/math/symbols/backcong.rb +41 -0
  100. data/lib/plurimath/math/symbols/backdprime.rb +41 -0
  101. data/lib/plurimath/math/symbols/backepsilon.rb +41 -0
  102. data/lib/plurimath/math/symbols/backprime.rb +41 -0
  103. data/lib/plurimath/math/symbols/backsim.rb +41 -0
  104. data/lib/plurimath/math/symbols/backsimeq.rb +41 -0
  105. data/lib/plurimath/math/symbols/backslash.rb +41 -0
  106. data/lib/plurimath/math/symbols/backtrprime.rb +41 -0
  107. data/lib/plurimath/math/symbols/bagmember.rb +41 -0
  108. data/lib/plurimath/math/symbols/ballotx.rb +41 -0
  109. data/lib/plurimath/math/symbols/bar.rb +41 -0
  110. data/lib/plurimath/math/symbols/barcap.rb +41 -0
  111. data/lib/plurimath/math/symbols/barcup.rb +41 -0
  112. data/lib/plurimath/math/symbols/barin.rb +41 -0
  113. data/lib/plurimath/math/symbols/barleftarrow.rb +41 -0
  114. data/lib/plurimath/math/symbols/barleftarrowrightarrowba.rb +41 -0
  115. data/lib/plurimath/math/symbols/barleftharpoon.rb +41 -0
  116. data/lib/plurimath/math/symbols/barovernorthwestarrow.rb +41 -0
  117. data/lib/plurimath/math/symbols/barrightarrowdiamond.rb +41 -0
  118. data/lib/plurimath/math/symbols/barrightharpoon.rb +41 -0
  119. data/lib/plurimath/math/symbols/baruparrow.rb +41 -0
  120. data/lib/plurimath/math/symbols/barv.rb +41 -0
  121. data/lib/plurimath/math/symbols/barvee.rb +41 -0
  122. data/lib/plurimath/math/symbols/barwedge.rb +41 -0
  123. data/lib/plurimath/math/symbols/bbrktbrk.rb +41 -0
  124. data/lib/plurimath/math/symbols/bdtriplevdash.rb +41 -0
  125. data/lib/plurimath/math/symbols/because.rb +41 -0
  126. data/lib/plurimath/math/symbols/benzenr.rb +41 -0
  127. data/lib/plurimath/math/symbols/beth.rb +41 -0
  128. data/lib/plurimath/math/symbols/between.rb +41 -0
  129. data/lib/plurimath/math/symbols/bigblacktriangledown.rb +41 -0
  130. data/lib/plurimath/math/symbols/bigblacktriangleup.rb +41 -0
  131. data/lib/plurimath/math/symbols/bigbot.rb +41 -0
  132. data/lib/plurimath/math/symbols/bigcupdot.rb +41 -0
  133. data/lib/plurimath/math/symbols/biginterleave.rb +41 -0
  134. data/lib/plurimath/math/symbols/bigodot.rb +41 -0
  135. data/lib/plurimath/math/symbols/bigoplus.rb +41 -0
  136. data/lib/plurimath/math/symbols/bigotimes.rb +41 -0
  137. data/lib/plurimath/math/symbols/bigslopedvee.rb +41 -0
  138. data/lib/plurimath/math/symbols/bigslopedwedge.rb +41 -0
  139. data/lib/plurimath/math/symbols/bigsqcap.rb +41 -0
  140. data/lib/plurimath/math/symbols/bigsqcup.rb +41 -0
  141. data/lib/plurimath/math/symbols/bigstar.rb +41 -0
  142. data/lib/plurimath/math/symbols/bigtalloblong.rb +41 -0
  143. data/lib/plurimath/math/symbols/bigtop.rb +41 -0
  144. data/lib/plurimath/math/symbols/bigtriangledown.rb +41 -0
  145. data/lib/plurimath/math/symbols/bigtriangleleft.rb +41 -0
  146. data/lib/plurimath/math/symbols/bigtriangleup.rb +41 -0
  147. data/lib/plurimath/math/symbols/biguplus.rb +41 -0
  148. data/lib/plurimath/math/symbols/bigwedge.rb +41 -0
  149. data/lib/plurimath/math/symbols/bigwhitestar.rb +41 -0
  150. data/lib/plurimath/math/symbols/bij.rb +41 -0
  151. data/lib/plurimath/math/symbols/biohazard.rb +41 -0
  152. data/lib/plurimath/math/symbols/blackcircledownarrow.rb +41 -0
  153. data/lib/plurimath/math/symbols/blackcircledrightdot.rb +41 -0
  154. data/lib/plurimath/math/symbols/blackcircledtwodots.rb +41 -0
  155. data/lib/plurimath/math/symbols/blackcircleulquadwhite.rb +41 -0
  156. data/lib/plurimath/math/symbols/blackdiamonddownarrow.rb +41 -0
  157. data/lib/plurimath/math/symbols/blackhourglass.rb +41 -0
  158. data/lib/plurimath/math/symbols/blackinwhitediamond.rb +41 -0
  159. data/lib/plurimath/math/symbols/blackinwhitesquare.rb +41 -0
  160. data/lib/plurimath/math/symbols/blacklozenge.rb +41 -0
  161. data/lib/plurimath/math/symbols/blackpointerleft.rb +41 -0
  162. data/lib/plurimath/math/symbols/blackpointerright.rb +41 -0
  163. data/lib/plurimath/math/symbols/blacksmiley.rb +41 -0
  164. data/lib/plurimath/math/symbols/blacktriangle.rb +41 -0
  165. data/lib/plurimath/math/symbols/blacktriangledown.rb +41 -0
  166. data/lib/plurimath/math/symbols/blkhorzoval.rb +41 -0
  167. data/lib/plurimath/math/symbols/blkvertoval.rb +41 -0
  168. data/lib/plurimath/math/symbols/blockfull.rb +41 -0
  169. data/lib/plurimath/math/symbols/blockhalfshaded.rb +41 -0
  170. data/lib/plurimath/math/symbols/blocklefthalf.rb +41 -0
  171. data/lib/plurimath/math/symbols/blocklowhalf.rb +41 -0
  172. data/lib/plurimath/math/symbols/blockqtrshaded.rb +41 -0
  173. data/lib/plurimath/math/symbols/blockrighthalf.rb +41 -0
  174. data/lib/plurimath/math/symbols/blockthreeqtrshaded.rb +41 -0
  175. data/lib/plurimath/math/symbols/blockuphalf.rb +41 -0
  176. data/lib/plurimath/math/symbols/bnot.rb +41 -0
  177. data/lib/plurimath/math/symbols/bot.rb +41 -0
  178. data/lib/plurimath/math/symbols/botsemicircle.rb +41 -0
  179. data/lib/plurimath/math/symbols/bowtie.rb +41 -0
  180. data/lib/plurimath/math/symbols/box.rb +41 -0
  181. data/lib/plurimath/math/symbols/boxast.rb +41 -0
  182. data/lib/plurimath/math/symbols/boxbar.rb +41 -0
  183. data/lib/plurimath/math/symbols/boxbox.rb +41 -0
  184. data/lib/plurimath/math/symbols/boxbslash.rb +41 -0
  185. data/lib/plurimath/math/symbols/boxcircle.rb +41 -0
  186. data/lib/plurimath/math/symbols/boxdiag.rb +41 -0
  187. data/lib/plurimath/math/symbols/boxdot.rb +41 -0
  188. data/lib/plurimath/math/symbols/boxminus.rb +41 -0
  189. data/lib/plurimath/math/symbols/boxonbox.rb +41 -0
  190. data/lib/plurimath/math/symbols/boxplus.rb +41 -0
  191. data/lib/plurimath/math/symbols/boxtimes.rb +41 -0
  192. data/lib/plurimath/math/symbols/breve.rb +41 -0
  193. data/lib/plurimath/math/symbols/bsimilarleftarrow.rb +41 -0
  194. data/lib/plurimath/math/symbols/bsimilarrightarrow.rb +41 -0
  195. data/lib/plurimath/math/symbols/bsolhsub.rb +41 -0
  196. data/lib/plurimath/math/symbols/btimes.rb +41 -0
  197. data/lib/plurimath/math/symbols/bullet.rb +41 -0
  198. data/lib/plurimath/math/symbols/bullseye.rb +41 -0
  199. data/lib/plurimath/math/symbols/bumpeq.rb +41 -0
  200. data/lib/plurimath/math/symbols/bumpeqq.rb +41 -0
  201. data/lib/plurimath/math/symbols/buni.rb +41 -0
  202. data/lib/plurimath/math/symbols/cancer.rb +41 -0
  203. data/lib/plurimath/math/symbols/candra.rb +41 -0
  204. data/lib/plurimath/math/symbols/cap.rb +45 -0
  205. data/lib/plurimath/math/symbols/capbarcup.rb +41 -0
  206. data/lib/plurimath/math/symbols/capdot.rb +41 -0
  207. data/lib/plurimath/math/symbols/capovercup.rb +41 -0
  208. data/lib/plurimath/math/symbols/capricornus.rb +41 -0
  209. data/lib/plurimath/math/symbols/capwedge.rb +41 -0
  210. data/lib/plurimath/math/symbols/caretinsert.rb +41 -0
  211. data/lib/plurimath/math/symbols/carriagereturn.rb +41 -0
  212. data/lib/plurimath/math/symbols/cat.rb +41 -0
  213. data/lib/plurimath/math/symbols/cc.rb +41 -0
  214. data/lib/plurimath/math/symbols/ccwundercurvearrow.rb +41 -0
  215. data/lib/plurimath/math/symbols/cdot.rb +41 -0
  216. data/lib/plurimath/math/symbols/cdotp.rb +41 -0
  217. data/lib/plurimath/math/symbols/cdots.rb +41 -0
  218. data/lib/plurimath/math/symbols/cent.rb +41 -0
  219. data/lib/plurimath/math/symbols/check.rb +41 -0
  220. data/lib/plurimath/math/symbols/checkedbox.rb +41 -0
  221. data/lib/plurimath/math/symbols/checkmark.rb +41 -0
  222. data/lib/plurimath/math/symbols/chi.rb +41 -0
  223. data/lib/plurimath/math/symbols/cirbot.rb +41 -0
  224. data/lib/plurimath/math/symbols/circ.rb +41 -0
  225. data/lib/plurimath/math/symbols/circeq.rb +41 -0
  226. data/lib/plurimath/math/symbols/circle.rb +41 -0
  227. data/lib/plurimath/math/symbols/circlebottomhalfblack.rb +41 -0
  228. data/lib/plurimath/math/symbols/circledbullet.rb +41 -0
  229. data/lib/plurimath/math/symbols/circledgtr.rb +41 -0
  230. data/lib/plurimath/math/symbols/circledownarrow.rb +41 -0
  231. data/lib/plurimath/math/symbols/circledparallel.rb +41 -0
  232. data/lib/plurimath/math/symbols/circledr.rb +41 -0
  233. data/lib/plurimath/math/symbols/circledrightdot.rb +41 -0
  234. data/lib/plurimath/math/symbols/circledstar.rb +41 -0
  235. data/lib/plurimath/math/symbols/circledtwodots.rb +41 -0
  236. data/lib/plurimath/math/symbols/circledvert.rb +41 -0
  237. data/lib/plurimath/math/symbols/circledwhitebullet.rb +41 -0
  238. data/lib/plurimath/math/symbols/circlehbar.rb +41 -0
  239. data/lib/plurimath/math/symbols/circlellquad.rb +41 -0
  240. data/lib/plurimath/math/symbols/circlelrquad.rb +41 -0
  241. data/lib/plurimath/math/symbols/circleonleftarrow.rb +41 -0
  242. data/lib/plurimath/math/symbols/circleonrightarrow.rb +41 -0
  243. data/lib/plurimath/math/symbols/circletophalfblack.rb +41 -0
  244. data/lib/plurimath/math/symbols/circleulquad.rb +41 -0
  245. data/lib/plurimath/math/symbols/circleurquad.rb +41 -0
  246. data/lib/plurimath/math/symbols/circleurquadblack.rb +41 -0
  247. data/lib/plurimath/math/symbols/circlevertfill.rb +41 -0
  248. data/lib/plurimath/math/symbols/cire.rb +41 -0
  249. data/lib/plurimath/math/symbols/cirfnint.rb +41 -0
  250. data/lib/plurimath/math/symbols/cirmid.rb +41 -0
  251. data/lib/plurimath/math/symbols/cirscir.rb +41 -0
  252. data/lib/plurimath/math/symbols/clockoint.rb +45 -0
  253. data/lib/plurimath/math/symbols/closedvarcap.rb +41 -0
  254. data/lib/plurimath/math/symbols/closedvarcup.rb +41 -0
  255. data/lib/plurimath/math/symbols/closedvarcupsmashprod.rb +41 -0
  256. data/lib/plurimath/math/symbols/closure.rb +41 -0
  257. data/lib/plurimath/math/symbols/clubsuit.rb +41 -0
  258. data/lib/plurimath/math/symbols/cntclockoint.rb +45 -0
  259. data/lib/plurimath/math/symbols/colon.rb +41 -0
  260. data/lib/plurimath/math/symbols/coloneq.rb +41 -0
  261. data/lib/plurimath/math/symbols/comma.rb +41 -0
  262. data/lib/plurimath/math/symbols/commaminus.rb +41 -0
  263. data/lib/plurimath/math/symbols/comp.rb +41 -0
  264. data/lib/plurimath/math/symbols/complement.rb +41 -0
  265. data/lib/plurimath/math/symbols/concavediamond.rb +41 -0
  266. data/lib/plurimath/math/symbols/concavediamondtickleft.rb +41 -0
  267. data/lib/plurimath/math/symbols/concavediamondtickright.rb +41 -0
  268. data/lib/plurimath/math/symbols/cong.rb +41 -0
  269. data/lib/plurimath/math/symbols/congdot.rb +41 -0
  270. data/lib/plurimath/math/symbols/conictaper.rb +41 -0
  271. data/lib/plurimath/math/symbols/conjquant.rb +41 -0
  272. data/lib/plurimath/math/symbols/coprod.rb +45 -0
  273. data/lib/plurimath/math/symbols/csub.rb +41 -0
  274. data/lib/plurimath/math/symbols/csube.rb +41 -0
  275. data/lib/plurimath/math/symbols/csup.rb +41 -0
  276. data/lib/plurimath/math/symbols/csupe.rb +41 -0
  277. data/lib/plurimath/math/symbols/cuberoot.rb +41 -0
  278. data/lib/plurimath/math/symbols/cup.rb +41 -0
  279. data/lib/plurimath/math/symbols/cupbarcap.rb +41 -0
  280. data/lib/plurimath/math/symbols/cupdot.rb +41 -0
  281. data/lib/plurimath/math/symbols/cupleftarrow.rb +41 -0
  282. data/lib/plurimath/math/symbols/cupovercap.rb +41 -0
  283. data/lib/plurimath/math/symbols/cupvee.rb +41 -0
  284. data/lib/plurimath/math/symbols/curlyeqprec.rb +41 -0
  285. data/lib/plurimath/math/symbols/curlyeqsucc.rb +41 -0
  286. data/lib/plurimath/math/symbols/curlyvee.rb +41 -0
  287. data/lib/plurimath/math/symbols/curlywedge.rb +41 -0
  288. data/lib/plurimath/math/symbols/curvearrowleftplus.rb +41 -0
  289. data/lib/plurimath/math/symbols/curvearrowright.rb +41 -0
  290. data/lib/plurimath/math/symbols/curvearrowrightminus.rb +41 -0
  291. data/lib/plurimath/math/symbols/cwcirclearrow.rb +41 -0
  292. data/lib/plurimath/math/symbols/cwgapcirclearrow.rb +41 -0
  293. data/lib/plurimath/math/symbols/cwrightarcarrow.rb +41 -0
  294. data/lib/plurimath/math/symbols/cwundercurvearrow.rb +41 -0
  295. data/lib/plurimath/math/symbols/dag.rb +41 -0
  296. data/lib/plurimath/math/symbols/daleth.rb +41 -0
  297. data/lib/plurimath/math/symbols/danger.rb +41 -0
  298. data/lib/plurimath/math/symbols/darr.rb +41 -0
  299. data/lib/plurimath/math/symbols/dasharrow.rb +41 -0
  300. data/lib/plurimath/math/symbols/dasharrowright.rb +41 -0
  301. data/lib/plurimath/math/symbols/dashv.rb +41 -0
  302. data/lib/plurimath/math/symbols/dashvdash.rb +41 -0
  303. data/lib/plurimath/math/symbols/dbkarow.rb +41 -0
  304. data/lib/plurimath/math/symbols/dd.rb +41 -0
  305. data/lib/plurimath/math/symbols/ddag.rb +41 -0
  306. data/lib/plurimath/math/symbols/ddddot.rb +41 -0
  307. data/lib/plurimath/math/symbols/dddot.rb +41 -0
  308. data/lib/plurimath/math/symbols/ddot.rb +41 -0
  309. data/lib/plurimath/math/symbols/ddots.rb +41 -0
  310. data/lib/plurimath/math/symbols/ddotseq.rb +41 -0
  311. data/lib/plurimath/math/symbols/ddownarrow.rb +41 -0
  312. data/lib/plurimath/math/symbols/degc.rb +41 -0
  313. data/lib/plurimath/math/symbols/degf.rb +41 -0
  314. data/lib/plurimath/math/symbols/degree.rb +41 -0
  315. data/lib/plurimath/math/symbols/del.rb +41 -0
  316. data/lib/plurimath/math/symbols/delta.rb +41 -0
  317. data/lib/plurimath/math/symbols/deltaeq.rb +41 -0
  318. data/lib/plurimath/math/symbols/diameter.rb +41 -0
  319. data/lib/plurimath/math/symbols/diamond.rb +41 -0
  320. data/lib/plurimath/math/symbols/diamondblack.rb +41 -0
  321. data/lib/plurimath/math/symbols/diamondbotblack.rb +41 -0
  322. data/lib/plurimath/math/symbols/diamonddot.rb +41 -0
  323. data/lib/plurimath/math/symbols/diamondleftarrow.rb +41 -0
  324. data/lib/plurimath/math/symbols/diamondleftarrowbar.rb +41 -0
  325. data/lib/plurimath/math/symbols/diamondleftblack.rb +41 -0
  326. data/lib/plurimath/math/symbols/diamondrightblack.rb +41 -0
  327. data/lib/plurimath/math/symbols/diamondtopblack.rb +41 -0
  328. data/lib/plurimath/math/symbols/dicei.rb +41 -0
  329. data/lib/plurimath/math/symbols/diceii.rb +41 -0
  330. data/lib/plurimath/math/symbols/diceiii.rb +41 -0
  331. data/lib/plurimath/math/symbols/diceiv.rb +41 -0
  332. data/lib/plurimath/math/symbols/dicev.rb +41 -0
  333. data/lib/plurimath/math/symbols/dicevi.rb +41 -0
  334. data/lib/plurimath/math/symbols/digamma.rb +41 -0
  335. data/lib/plurimath/math/symbols/dingasterisk.rb +41 -0
  336. data/lib/plurimath/math/symbols/dint.rb +41 -0
  337. data/lib/plurimath/math/symbols/disin.rb +41 -0
  338. data/lib/plurimath/math/symbols/disjquant.rb +41 -0
  339. data/lib/plurimath/math/symbols/div.rb +41 -0
  340. data/lib/plurimath/math/symbols/divideontimes.rb +41 -0
  341. data/lib/plurimath/math/symbols/dot.rb +41 -0
  342. data/lib/plurimath/math/symbols/doteq.rb +41 -0
  343. data/lib/plurimath/math/symbols/dotequiv.rb +41 -0
  344. data/lib/plurimath/math/symbols/dotminus.rb +41 -0
  345. data/lib/plurimath/math/symbols/dotplus.rb +41 -0
  346. data/lib/plurimath/math/symbols/dots.rb +41 -0
  347. data/lib/plurimath/math/symbols/dotsim.rb +41 -0
  348. data/lib/plurimath/math/symbols/dotsminusdots.rb +41 -0
  349. data/lib/plurimath/math/symbols/dottedcircle.rb +41 -0
  350. data/lib/plurimath/math/symbols/dottedsquare.rb +41 -0
  351. data/lib/plurimath/math/symbols/dottimes.rb +41 -0
  352. data/lib/plurimath/math/symbols/doublebarvee.rb +41 -0
  353. data/lib/plurimath/math/symbols/doublebarwedge.rb +41 -0
  354. data/lib/plurimath/math/symbols/doubleplus.rb +41 -0
  355. data/lib/plurimath/math/symbols/downarrow.rb +41 -0
  356. data/lib/plurimath/math/symbols/downarrowbar.rb +41 -0
  357. data/lib/plurimath/math/symbols/downarrowbarred.rb +41 -0
  358. data/lib/plurimath/math/symbols/downarrows.rb +41 -0
  359. data/lib/plurimath/math/symbols/downdasharrow.rb +41 -0
  360. data/lib/plurimath/math/symbols/downdownharpoons.rb +41 -0
  361. data/lib/plurimath/math/symbols/downfishtail.rb +41 -0
  362. data/lib/plurimath/math/symbols/downharpoonleft.rb +41 -0
  363. data/lib/plurimath/math/symbols/downharpoonright.rb +41 -0
  364. data/lib/plurimath/math/symbols/downleftteevector.rb +41 -0
  365. data/lib/plurimath/math/symbols/downleftvectorbar.rb +41 -0
  366. data/lib/plurimath/math/symbols/downrightcurvedarrow.rb +41 -0
  367. data/lib/plurimath/math/symbols/downrightteevector.rb +41 -0
  368. data/lib/plurimath/math/symbols/downrightvectorbar.rb +41 -0
  369. data/lib/plurimath/math/symbols/downtriangleleftblack.rb +41 -0
  370. data/lib/plurimath/math/symbols/downtrianglerightblack.rb +41 -0
  371. data/lib/plurimath/math/symbols/downuparrows.rb +41 -0
  372. data/lib/plurimath/math/symbols/downupharpoons.rb +41 -0
  373. data/lib/plurimath/math/symbols/downwhitearrow.rb +41 -0
  374. data/lib/plurimath/math/symbols/dprime.rb +41 -0
  375. data/lib/plurimath/math/symbols/draftingarrow.rb +41 -0
  376. data/lib/plurimath/math/symbols/drbkarow.rb +41 -0
  377. data/lib/plurimath/math/symbols/droang.rb +41 -0
  378. data/lib/plurimath/math/symbols/dsol.rb +41 -0
  379. data/lib/plurimath/math/symbols/dsub.rb +41 -0
  380. data/lib/plurimath/math/symbols/dualmap.rb +41 -0
  381. data/lib/plurimath/math/symbols/duni.rb +41 -0
  382. data/lib/plurimath/math/symbols/earth.rb +41 -0
  383. data/lib/plurimath/math/symbols/ee.rb +41 -0
  384. data/lib/plurimath/math/symbols/egsdot.rb +41 -0
  385. data/lib/plurimath/math/symbols/eighthnote.rb +41 -0
  386. data/lib/plurimath/math/symbols/elinters.rb +41 -0
  387. data/lib/plurimath/math/symbols/ell.rb +41 -0
  388. data/lib/plurimath/math/symbols/elsdot.rb +41 -0
  389. data/lib/plurimath/math/symbols/emptyset.rb +41 -0
  390. data/lib/plurimath/math/symbols/emptysetoarr.rb +41 -0
  391. data/lib/plurimath/math/symbols/emptysetoarrl.rb +41 -0
  392. data/lib/plurimath/math/symbols/emptysetobar.rb +41 -0
  393. data/lib/plurimath/math/symbols/emptysetocirc.rb +41 -0
  394. data/lib/plurimath/math/symbols/enclosecircle.rb +41 -0
  395. data/lib/plurimath/math/symbols/enclosediamond.rb +41 -0
  396. data/lib/plurimath/math/symbols/enclosesquare.rb +41 -0
  397. data/lib/plurimath/math/symbols/enclosetriangle.rb +41 -0
  398. data/lib/plurimath/math/symbols/enleadertwodots.rb +41 -0
  399. data/lib/plurimath/math/symbols/epar.rb +41 -0
  400. data/lib/plurimath/math/symbols/eparsl.rb +41 -0
  401. data/lib/plurimath/math/symbols/epsilon.rb +41 -0
  402. data/lib/plurimath/math/symbols/eqcirc.rb +41 -0
  403. data/lib/plurimath/math/symbols/eqcolon.rb +41 -0
  404. data/lib/plurimath/math/symbols/eqdef.rb +41 -0
  405. data/lib/plurimath/math/symbols/eqdot.rb +41 -0
  406. data/lib/plurimath/math/symbols/eqeq.rb +41 -0
  407. data/lib/plurimath/math/symbols/eqgtr.rb +41 -0
  408. data/lib/plurimath/math/symbols/eqless.rb +41 -0
  409. data/lib/plurimath/math/symbols/eqno.rb +41 -0
  410. data/lib/plurimath/math/symbols/eqqcolon.rb +41 -0
  411. data/lib/plurimath/math/symbols/eqqgtr.rb +41 -0
  412. data/lib/plurimath/math/symbols/eqqless.rb +41 -0
  413. data/lib/plurimath/math/symbols/eqqplus.rb +41 -0
  414. data/lib/plurimath/math/symbols/eqqsim.rb +41 -0
  415. data/lib/plurimath/math/symbols/eqqslantgtr.rb +41 -0
  416. data/lib/plurimath/math/symbols/eqqslantless.rb +41 -0
  417. data/lib/plurimath/math/symbols/eqsim.rb +41 -0
  418. data/lib/plurimath/math/symbols/eqslantgtr.rb +41 -0
  419. data/lib/plurimath/math/symbols/eqslantless.rb +41 -0
  420. data/lib/plurimath/math/symbols/equal.rb +41 -0
  421. data/lib/plurimath/math/symbols/equalleftarrow.rb +41 -0
  422. data/lib/plurimath/math/symbols/equalrightarrow.rb +41 -0
  423. data/lib/plurimath/math/symbols/equiv.rb +41 -0
  424. data/lib/plurimath/math/symbols/equivdd.rb +41 -0
  425. data/lib/plurimath/math/symbols/equivvert.rb +41 -0
  426. data/lib/plurimath/math/symbols/equivvvert.rb +41 -0
  427. data/lib/plurimath/math/symbols/eqvparsl.rb +41 -0
  428. data/lib/plurimath/math/symbols/errbarblackcircle.rb +41 -0
  429. data/lib/plurimath/math/symbols/errbarblackdiamond.rb +41 -0
  430. data/lib/plurimath/math/symbols/errbarblacksquare.rb +41 -0
  431. data/lib/plurimath/math/symbols/errbarcircle.rb +41 -0
  432. data/lib/plurimath/math/symbols/errbardiamond.rb +41 -0
  433. data/lib/plurimath/math/symbols/errbarsquare.rb +41 -0
  434. data/lib/plurimath/math/symbols/eta.rb +41 -0
  435. data/lib/plurimath/math/symbols/eth.rb +41 -0
  436. data/lib/plurimath/math/symbols/euler.rb +41 -0
  437. data/lib/plurimath/math/symbols/euro.rb +41 -0
  438. data/lib/plurimath/math/symbols/exclam.rb +41 -0
  439. data/lib/plurimath/math/symbols/exi.rb +41 -0
  440. data/lib/plurimath/math/symbols/exists.rb +41 -0
  441. data/lib/plurimath/math/symbols/fallingdotseq.rb +41 -0
  442. data/lib/plurimath/math/symbols/fbowtie.rb +41 -0
  443. data/lib/plurimath/math/symbols/fdiagovnearrow.rb +41 -0
  444. data/lib/plurimath/math/symbols/fdiagovrdiag.rb +41 -0
  445. data/lib/plurimath/math/symbols/ffun.rb +41 -0
  446. data/lib/plurimath/math/symbols/finj.rb +41 -0
  447. data/lib/plurimath/math/symbols/fint.rb +41 -0
  448. data/lib/plurimath/math/symbols/finv.rb +41 -0
  449. data/lib/plurimath/math/symbols/fisheye.rb +41 -0
  450. data/lib/plurimath/math/symbols/flat.rb +41 -0
  451. data/lib/plurimath/math/symbols/fltns.rb +41 -0
  452. data/lib/plurimath/math/symbols/forall.rb +41 -0
  453. data/lib/plurimath/math/symbols/forks.rb +41 -0
  454. data/lib/plurimath/math/symbols/forksnot.rb +41 -0
  455. data/lib/plurimath/math/symbols/forkv.rb +41 -0
  456. data/lib/plurimath/math/symbols/fourthroot.rb +41 -0
  457. data/lib/plurimath/math/symbols/fourvdots.rb +41 -0
  458. data/lib/plurimath/math/symbols/fracslash.rb +41 -0
  459. data/lib/plurimath/math/symbols/frown.rb +41 -0
  460. data/lib/plurimath/math/symbols/fullouterjoin.rb +41 -0
  461. data/lib/plurimath/math/symbols/funcapply.rb +41 -0
  462. data/lib/plurimath/math/symbols/game.rb +41 -0
  463. data/lib/plurimath/math/symbols/gamma.rb +41 -0
  464. data/lib/plurimath/math/symbols/ge.rb +41 -0
  465. data/lib/plurimath/math/symbols/gemini.rb +41 -0
  466. data/lib/plurimath/math/symbols/geq.rb +41 -0
  467. data/lib/plurimath/math/symbols/geqq.rb +41 -0
  468. data/lib/plurimath/math/symbols/geqqslant.rb +41 -0
  469. data/lib/plurimath/math/symbols/geqslant.rb +41 -0
  470. data/lib/plurimath/math/symbols/gescc.rb +41 -0
  471. data/lib/plurimath/math/symbols/gesdot.rb +41 -0
  472. data/lib/plurimath/math/symbols/gesdoto.rb +41 -0
  473. data/lib/plurimath/math/symbols/gesdotol.rb +41 -0
  474. data/lib/plurimath/math/symbols/gesles.rb +41 -0
  475. data/lib/plurimath/math/symbols/gets.rb +41 -0
  476. data/lib/plurimath/math/symbols/gg.rb +41 -0
  477. data/lib/plurimath/math/symbols/ggg.rb +41 -0
  478. data/lib/plurimath/math/symbols/gggnest.rb +41 -0
  479. data/lib/plurimath/math/symbols/gimel.rb +41 -0
  480. data/lib/plurimath/math/symbols/gla.rb +41 -0
  481. data/lib/plurimath/math/symbols/gle.rb +41 -0
  482. data/lib/plurimath/math/symbols/gleichstark.rb +41 -0
  483. data/lib/plurimath/math/symbols/glj.rb +41 -0
  484. data/lib/plurimath/math/symbols/gnapprox.rb +41 -0
  485. data/lib/plurimath/math/symbols/gneq.rb +41 -0
  486. data/lib/plurimath/math/symbols/gneqq.rb +41 -0
  487. data/lib/plurimath/math/symbols/gnsim.rb +41 -0
  488. data/lib/plurimath/math/symbols/grad.rb +41 -0
  489. data/lib/plurimath/math/symbols/grave.rb +41 -0
  490. data/lib/plurimath/math/symbols/greater.rb +41 -0
  491. data/lib/plurimath/math/symbols/gsime.rb +41 -0
  492. data/lib/plurimath/math/symbols/gsiml.rb +41 -0
  493. data/lib/plurimath/math/symbols/gt.rb +41 -0
  494. data/lib/plurimath/math/symbols/gtcc.rb +41 -0
  495. data/lib/plurimath/math/symbols/gtcir.rb +41 -0
  496. data/lib/plurimath/math/symbols/gtlpar.rb +41 -0
  497. data/lib/plurimath/math/symbols/gtquest.rb +41 -0
  498. data/lib/plurimath/math/symbols/gtrapprox.rb +41 -0
  499. data/lib/plurimath/math/symbols/gtrarr.rb +41 -0
  500. data/lib/plurimath/math/symbols/gtrdot.rb +41 -0
  501. data/lib/plurimath/math/symbols/gtreqless.rb +41 -0
  502. data/lib/plurimath/math/symbols/gtreqqless.rb +41 -0
  503. data/lib/plurimath/math/symbols/gtrless.rb +41 -0
  504. data/lib/plurimath/math/symbols/harr.rb +41 -0
  505. data/lib/plurimath/math/symbols/hash.rb +41 -0
  506. data/lib/plurimath/math/symbols/hat.rb +41 -0
  507. data/lib/plurimath/math/symbols/hatapprox.rb +41 -0
  508. data/lib/plurimath/math/symbols/hbar.rb +41 -0
  509. data/lib/plurimath/math/symbols/hearsuit.rb +41 -0
  510. data/lib/plurimath/math/symbols/hermaphrodite.rb +41 -0
  511. data/lib/plurimath/math/symbols/hermitmatrix.rb +41 -0
  512. data/lib/plurimath/math/symbols/hexagon.rb +41 -0
  513. data/lib/plurimath/math/symbols/hexagonblack.rb +41 -0
  514. data/lib/plurimath/math/symbols/hide.rb +41 -0
  515. data/lib/plurimath/math/symbols/hknearrow.rb +41 -0
  516. data/lib/plurimath/math/symbols/hknwarrow.rb +41 -0
  517. data/lib/plurimath/math/symbols/hksearow.rb +41 -0
  518. data/lib/plurimath/math/symbols/hkswarow.rb +41 -0
  519. data/lib/plurimath/math/symbols/hline.rb +41 -0
  520. data/lib/plurimath/math/symbols/hookleftarrow.rb +41 -0
  521. data/lib/plurimath/math/symbols/hookrightarrow.rb +41 -0
  522. data/lib/plurimath/math/symbols/horizbar.rb +41 -0
  523. data/lib/plurimath/math/symbols/hourglass.rb +41 -0
  524. data/lib/plurimath/math/symbols/house.rb +41 -0
  525. data/lib/plurimath/math/symbols/hrectangle.rb +41 -0
  526. data/lib/plurimath/math/symbols/hrectangleblack.rb +41 -0
  527. data/lib/plurimath/math/symbols/hyphenbullet.rb +41 -0
  528. data/lib/plurimath/math/symbols/hzigzag.rb +41 -0
  529. data/lib/plurimath/math/symbols/if.rb +41 -0
  530. data/lib/plurimath/math/symbols/iff.rb +41 -0
  531. data/lib/plurimath/math/symbols/ii.rb +41 -0
  532. data/lib/plurimath/math/symbols/iiiint.rb +41 -0
  533. data/lib/plurimath/math/symbols/iiint.rb +45 -0
  534. data/lib/plurimath/math/symbols/iinfin.rb +41 -0
  535. data/lib/plurimath/math/symbols/iint.rb +45 -0
  536. data/lib/plurimath/math/symbols/im.rb +41 -0
  537. data/lib/plurimath/math/symbols/imageof.rb +41 -0
  538. data/lib/plurimath/math/symbols/imath.rb +41 -0
  539. data/lib/plurimath/math/symbols/impliedby.rb +41 -0
  540. data/lib/plurimath/math/symbols/in.rb +41 -0
  541. data/lib/plurimath/math/symbols/inc.rb +41 -0
  542. data/lib/plurimath/math/symbols/int.rb +41 -0
  543. data/lib/plurimath/math/symbols/intbar.rb +41 -0
  544. data/lib/plurimath/math/symbols/intbottom.rb +41 -0
  545. data/lib/plurimath/math/symbols/intcap.rb +41 -0
  546. data/lib/plurimath/math/symbols/intclockwise.rb +45 -0
  547. data/lib/plurimath/math/symbols/intcup.rb +41 -0
  548. data/lib/plurimath/math/symbols/intercal.rb +41 -0
  549. data/lib/plurimath/math/symbols/interleave.rb +41 -0
  550. data/lib/plurimath/math/symbols/intextender.rb +41 -0
  551. data/lib/plurimath/math/symbols/intlarhk.rb +41 -0
  552. data/lib/plurimath/math/symbols/intprod.rb +41 -0
  553. data/lib/plurimath/math/symbols/intprodr.rb +41 -0
  554. data/lib/plurimath/math/symbols/inttop.rb +41 -0
  555. data/lib/plurimath/math/symbols/intx.rb +41 -0
  556. data/lib/plurimath/math/symbols/invdiameter.rb +41 -0
  557. data/lib/plurimath/math/symbols/inversebullet.rb +41 -0
  558. data/lib/plurimath/math/symbols/inversewhitecircle.rb +41 -0
  559. data/lib/plurimath/math/symbols/invlazys.rb +41 -0
  560. data/lib/plurimath/math/symbols/invnot.rb +41 -0
  561. data/lib/plurimath/math/symbols/invwhitelowerhalfcircle.rb +41 -0
  562. data/lib/plurimath/math/symbols/invwhiteupperhalfcircle.rb +41 -0
  563. data/lib/plurimath/math/symbols/iota.rb +41 -0
  564. data/lib/plurimath/math/symbols/isindot.rb +41 -0
  565. data/lib/plurimath/math/symbols/isine.rb +41 -0
  566. data/lib/plurimath/math/symbols/isinobar.rb +41 -0
  567. data/lib/plurimath/math/symbols/isins.rb +41 -0
  568. data/lib/plurimath/math/symbols/isinvb.rb +41 -0
  569. data/lib/plurimath/math/symbols/jj.rb +41 -0
  570. data/lib/plurimath/math/symbols/jmath.rb +41 -0
  571. data/lib/plurimath/math/symbols/join.rb +41 -0
  572. data/lib/plurimath/math/symbols/jupiter.rb +41 -0
  573. data/lib/plurimath/math/symbols/kappa.rb +41 -0
  574. data/lib/plurimath/math/symbols/kernelcontraction.rb +41 -0
  575. data/lib/plurimath/math/symbols/koppa.rb +41 -0
  576. data/lib/plurimath/math/symbols/lambda.rb +41 -0
  577. data/lib/plurimath/math/symbols/land.rb +41 -0
  578. data/lib/plurimath/math/symbols/lang.rb +41 -0
  579. data/lib/plurimath/math/symbols/langledot.rb +41 -0
  580. data/lib/plurimath/math/symbols/laplac.rb +41 -0
  581. data/lib/plurimath/math/symbols/larr.rb +41 -0
  582. data/lib/plurimath/math/symbols/lat.rb +41 -0
  583. data/lib/plurimath/math/symbols/late.rb +41 -0
  584. data/lib/plurimath/math/symbols/lbag.rb +41 -0
  585. data/lib/plurimath/math/symbols/lblkbrbrak.rb +41 -0
  586. data/lib/plurimath/math/symbols/lblot.rb +41 -0
  587. data/lib/plurimath/math/symbols/lbracelend.rb +41 -0
  588. data/lib/plurimath/math/symbols/lbracemid.rb +41 -0
  589. data/lib/plurimath/math/symbols/lbraceuend.rb +41 -0
  590. data/lib/plurimath/math/symbols/lbrackextender.rb +41 -0
  591. data/lib/plurimath/math/symbols/lbracklend.rb +41 -0
  592. data/lib/plurimath/math/symbols/lbracklltick.rb +41 -0
  593. data/lib/plurimath/math/symbols/lbrackubar.rb +41 -0
  594. data/lib/plurimath/math/symbols/lbrackuend.rb +41 -0
  595. data/lib/plurimath/math/symbols/lbrackultick.rb +41 -0
  596. data/lib/plurimath/math/symbols/lbrbrak.rb +41 -0
  597. data/lib/plurimath/math/symbols/lcurvyangle.rb +41 -0
  598. data/lib/plurimath/math/symbols/ldsh.rb +41 -0
  599. data/lib/plurimath/math/symbols/le.rb +41 -0
  600. data/lib/plurimath/math/symbols/leadsto.rb +41 -0
  601. data/lib/plurimath/math/symbols/leftarrow.rb +41 -0
  602. data/lib/plurimath/math/symbols/leftarrowapprox.rb +41 -0
  603. data/lib/plurimath/math/symbols/leftarrowbackapprox.rb +41 -0
  604. data/lib/plurimath/math/symbols/leftarrowbsimilar.rb +41 -0
  605. data/lib/plurimath/math/symbols/leftarrowless.rb +41 -0
  606. data/lib/plurimath/math/symbols/leftarrowonoplus.rb +41 -0
  607. data/lib/plurimath/math/symbols/leftarrowplus.rb +41 -0
  608. data/lib/plurimath/math/symbols/leftarrowshortrightarrow.rb +41 -0
  609. data/lib/plurimath/math/symbols/leftarrowsimilar.rb +41 -0
  610. data/lib/plurimath/math/symbols/leftarrowsubset.rb +41 -0
  611. data/lib/plurimath/math/symbols/leftarrowtail.rb +41 -0
  612. data/lib/plurimath/math/symbols/leftarrowtriangle.rb +41 -0
  613. data/lib/plurimath/math/symbols/leftarrowx.rb +41 -0
  614. data/lib/plurimath/math/symbols/leftbarharpoon.rb +41 -0
  615. data/lib/plurimath/math/symbols/leftbkarrow.rb +41 -0
  616. data/lib/plurimath/math/symbols/leftcircle.rb +41 -0
  617. data/lib/plurimath/math/symbols/leftcurvedarrow.rb +41 -0
  618. data/lib/plurimath/math/symbols/leftdasharrow.rb +41 -0
  619. data/lib/plurimath/math/symbols/leftdbkarrow.rb +41 -0
  620. data/lib/plurimath/math/symbols/leftdbltail.rb +41 -0
  621. data/lib/plurimath/math/symbols/leftdotarrow.rb +41 -0
  622. data/lib/plurimath/math/symbols/leftdowncurvedarrow.rb +41 -0
  623. data/lib/plurimath/math/symbols/leftdownteevector.rb +41 -0
  624. data/lib/plurimath/math/symbols/leftdownvectorbar.rb +41 -0
  625. data/lib/plurimath/math/symbols/leftharpoondown.rb +41 -0
  626. data/lib/plurimath/math/symbols/leftharpoonup.rb +41 -0
  627. data/lib/plurimath/math/symbols/leftleftarrows.rb +41 -0
  628. data/lib/plurimath/math/symbols/leftleftharpoons.rb +41 -0
  629. data/lib/plurimath/math/symbols/leftmoon.rb +41 -0
  630. data/lib/plurimath/math/symbols/leftouterjoin.rb +41 -0
  631. data/lib/plurimath/math/symbols/leftrightarrow.rb +41 -0
  632. data/lib/plurimath/math/symbols/leftrightarrowcircle.rb +41 -0
  633. data/lib/plurimath/math/symbols/leftrightarrows.rb +41 -0
  634. data/lib/plurimath/math/symbols/leftrightarrowtriangle.rb +41 -0
  635. data/lib/plurimath/math/symbols/leftrightharpoon.rb +41 -0
  636. data/lib/plurimath/math/symbols/leftrightharpoondown.rb +41 -0
  637. data/lib/plurimath/math/symbols/leftrightharpoonsdown.rb +41 -0
  638. data/lib/plurimath/math/symbols/leftrightharpoonsup.rb +41 -0
  639. data/lib/plurimath/math/symbols/leftrightharpoonup.rb +41 -0
  640. data/lib/plurimath/math/symbols/leftrightwavearrow.rb +41 -0
  641. data/lib/plurimath/math/symbols/leftsquigarrow.rb +41 -0
  642. data/lib/plurimath/math/symbols/lefttail.rb +41 -0
  643. data/lib/plurimath/math/symbols/leftteevector.rb +41 -0
  644. data/lib/plurimath/math/symbols/leftthreearrows.rb +41 -0
  645. data/lib/plurimath/math/symbols/leftthreetimes.rb +41 -0
  646. data/lib/plurimath/math/symbols/leftturn.rb +41 -0
  647. data/lib/plurimath/math/symbols/leftupdownharpoon.rb +41 -0
  648. data/lib/plurimath/math/symbols/leftupteevector.rb +41 -0
  649. data/lib/plurimath/math/symbols/leftupvectorbar.rb +41 -0
  650. data/lib/plurimath/math/symbols/leftvectorbar.rb +41 -0
  651. data/lib/plurimath/math/symbols/leftwavearrow.rb +41 -0
  652. data/lib/plurimath/math/symbols/leftwhitearrow.rb +41 -0
  653. data/lib/plurimath/math/symbols/leo.rb +41 -0
  654. data/lib/plurimath/math/symbols/leq.rb +41 -0
  655. data/lib/plurimath/math/symbols/leqq.rb +41 -0
  656. data/lib/plurimath/math/symbols/leqqslant.rb +41 -0
  657. data/lib/plurimath/math/symbols/leqslant.rb +41 -0
  658. data/lib/plurimath/math/symbols/lescc.rb +41 -0
  659. data/lib/plurimath/math/symbols/lesdot.rb +41 -0
  660. data/lib/plurimath/math/symbols/lesdoto.rb +41 -0
  661. data/lib/plurimath/math/symbols/lesdotor.rb +41 -0
  662. data/lib/plurimath/math/symbols/lesges.rb +41 -0
  663. data/lib/plurimath/math/symbols/less.rb +41 -0
  664. data/lib/plurimath/math/symbols/lessapprox.rb +41 -0
  665. data/lib/plurimath/math/symbols/lessdot.rb +41 -0
  666. data/lib/plurimath/math/symbols/lesseqgtr.rb +41 -0
  667. data/lib/plurimath/math/symbols/lesseqqgtr.rb +41 -0
  668. data/lib/plurimath/math/symbols/lessgtr.rb +41 -0
  669. data/lib/plurimath/math/symbols/lfbowtie.rb +41 -0
  670. data/lib/plurimath/math/symbols/lftimes.rb +41 -0
  671. data/lib/plurimath/math/symbols/lgblkcircle.rb +41 -0
  672. data/lib/plurimath/math/symbols/lgblksquare.rb +41 -0
  673. data/lib/plurimath/math/symbols/lge.rb +41 -0
  674. data/lib/plurimath/math/symbols/lgroup.rb +41 -0
  675. data/lib/plurimath/math/symbols/lgwhtcircle.rb +41 -0
  676. data/lib/plurimath/math/symbols/lgwhtsquare.rb +41 -0
  677. data/lib/plurimath/math/symbols/lhd.rb +41 -0
  678. data/lib/plurimath/math/symbols/libra.rb +41 -0
  679. data/lib/plurimath/math/symbols/lightning.rb +41 -0
  680. data/lib/plurimath/math/symbols/limg.rb +41 -0
  681. data/lib/plurimath/math/symbols/linefeed.rb +41 -0
  682. data/lib/plurimath/math/symbols/ll.rb +41 -0
  683. data/lib/plurimath/math/symbols/llarc.rb +41 -0
  684. data/lib/plurimath/math/symbols/llblacktriangle.rb +41 -0
  685. data/lib/plurimath/math/symbols/llcorner.rb +41 -0
  686. data/lib/plurimath/math/symbols/lleftarrow.rb +41 -0
  687. data/lib/plurimath/math/symbols/lll.rb +41 -0
  688. data/lib/plurimath/math/symbols/lllnest.rb +41 -0
  689. data/lib/plurimath/math/symbols/lltriangle.rb +41 -0
  690. data/lib/plurimath/math/symbols/lmoust.rb +41 -0
  691. data/lib/plurimath/math/symbols/lmoustache.rb +41 -0
  692. data/lib/plurimath/math/symbols/lnapprox.rb +41 -0
  693. data/lib/plurimath/math/symbols/lneq.rb +41 -0
  694. data/lib/plurimath/math/symbols/lnot.rb +40 -0
  695. data/lib/plurimath/math/symbols/lnsim.rb +41 -0
  696. data/lib/plurimath/math/symbols/longdashv.rb +41 -0
  697. data/lib/plurimath/math/symbols/longdivision.rb +41 -0
  698. data/lib/plurimath/math/symbols/longleftarrow.rb +41 -0
  699. data/lib/plurimath/math/symbols/longleftrightarrow.rb +41 -0
  700. data/lib/plurimath/math/symbols/longleftsquigarrow.rb +41 -0
  701. data/lib/plurimath/math/symbols/longmapsfrom.rb +41 -0
  702. data/lib/plurimath/math/symbols/longmapsto.rb +41 -0
  703. data/lib/plurimath/math/symbols/longrightarrow.rb +41 -0
  704. data/lib/plurimath/math/symbols/looparrowleft.rb +41 -0
  705. data/lib/plurimath/math/symbols/lor.rb +41 -0
  706. data/lib/plurimath/math/symbols/lowint.rb +41 -0
  707. data/lib/plurimath/math/symbols/lozenge.rb +41 -0
  708. data/lib/plurimath/math/symbols/lozengeminus.rb +41 -0
  709. data/lib/plurimath/math/symbols/lparen.rb +41 -0
  710. data/lib/plurimath/math/symbols/lparenextender.rb +41 -0
  711. data/lib/plurimath/math/symbols/lparengtr.rb +41 -0
  712. data/lib/plurimath/math/symbols/lparenlend.rb +41 -0
  713. data/lib/plurimath/math/symbols/lparenless.rb +41 -0
  714. data/lib/plurimath/math/symbols/lparenuend.rb +41 -0
  715. data/lib/plurimath/math/symbols/lrarc.rb +41 -0
  716. data/lib/plurimath/math/symbols/lrblacktriangle.rb +41 -0
  717. data/lib/plurimath/math/symbols/lrcorner.rb +41 -0
  718. data/lib/plurimath/math/symbols/lrhar.rb +41 -0
  719. data/lib/plurimath/math/symbols/lrtimes.rb +41 -0
  720. data/lib/plurimath/math/symbols/lrtriangle.rb +41 -0
  721. data/lib/plurimath/math/symbols/lrtriangleeq.rb +41 -0
  722. data/lib/plurimath/math/symbols/lsh.rb +41 -0
  723. data/lib/plurimath/math/symbols/lsime.rb +41 -0
  724. data/lib/plurimath/math/symbols/lsimg.rb +41 -0
  725. data/lib/plurimath/math/symbols/lsqhook.rb +41 -0
  726. data/lib/plurimath/math/symbols/lt.rb +41 -0
  727. data/lib/plurimath/math/symbols/ltcc.rb +41 -0
  728. data/lib/plurimath/math/symbols/ltcir.rb +41 -0
  729. data/lib/plurimath/math/symbols/ltimes.rb +41 -0
  730. data/lib/plurimath/math/symbols/ltlarr.rb +41 -0
  731. data/lib/plurimath/math/symbols/ltquest.rb +41 -0
  732. data/lib/plurimath/math/symbols/ltrivb.rb +41 -0
  733. data/lib/plurimath/math/symbols/lvboxline.rb +41 -0
  734. data/lib/plurimath/math/symbols/lvec.rb +41 -0
  735. data/lib/plurimath/math/symbols/lvzigzag.rb +41 -0
  736. data/lib/plurimath/math/symbols/maltese.rb +41 -0
  737. data/lib/plurimath/math/symbols/mapsdown.rb +41 -0
  738. data/lib/plurimath/math/symbols/mapsfrom.rb +41 -0
  739. data/lib/plurimath/math/symbols/mapsto.rb +41 -0
  740. data/lib/plurimath/math/symbols/mapstoleft.rb +41 -0
  741. data/lib/plurimath/math/symbols/mapsup.rb +41 -0
  742. data/lib/plurimath/math/symbols/mars.rb +41 -0
  743. data/lib/plurimath/math/symbols/mathcolon.rb +41 -0
  744. data/lib/plurimath/math/symbols/mathdollar.rb +41 -0
  745. data/lib/plurimath/math/symbols/mathslash.rb +41 -0
  746. data/lib/plurimath/math/symbols/mdblkdiamond.rb +41 -0
  747. data/lib/plurimath/math/symbols/mdblklozenge.rb +41 -0
  748. data/lib/plurimath/math/symbols/mdblksquare.rb +41 -0
  749. data/lib/plurimath/math/symbols/mdlgblksquare.rb +41 -0
  750. data/lib/plurimath/math/symbols/mdsmblksquare.rb +41 -0
  751. data/lib/plurimath/math/symbols/mdsmwhtcircle.rb +41 -0
  752. data/lib/plurimath/math/symbols/mdsmwhtsquare.rb +41 -0
  753. data/lib/plurimath/math/symbols/mdwhtdiamond.rb +41 -0
  754. data/lib/plurimath/math/symbols/mdwhtlozenge.rb +41 -0
  755. data/lib/plurimath/math/symbols/mdwhtsquare.rb +41 -0
  756. data/lib/plurimath/math/symbols/measangledltosw.rb +41 -0
  757. data/lib/plurimath/math/symbols/measangledrtose.rb +41 -0
  758. data/lib/plurimath/math/symbols/measangleldtosw.rb +41 -0
  759. data/lib/plurimath/math/symbols/measanglelutonw.rb +41 -0
  760. data/lib/plurimath/math/symbols/measanglerdtose.rb +41 -0
  761. data/lib/plurimath/math/symbols/measanglerutone.rb +41 -0
  762. data/lib/plurimath/math/symbols/measangleultonw.rb +41 -0
  763. data/lib/plurimath/math/symbols/measangleurtone.rb +41 -0
  764. data/lib/plurimath/math/symbols/measeq.rb +41 -0
  765. data/lib/plurimath/math/symbols/measuredangleleft.rb +41 -0
  766. data/lib/plurimath/math/symbols/medblackstar.rb +41 -0
  767. data/lib/plurimath/math/symbols/medbullet.rb +41 -0
  768. data/lib/plurimath/math/symbols/medcirc.rb +41 -0
  769. data/lib/plurimath/math/symbols/medsp.rb +41 -0
  770. data/lib/plurimath/math/symbols/medwhitestar.rb +41 -0
  771. data/lib/plurimath/math/symbols/mercury.rb +41 -0
  772. data/lib/plurimath/math/symbols/mho.rb +41 -0
  773. data/lib/plurimath/math/symbols/mid.rb +41 -0
  774. data/lib/plurimath/math/symbols/midbarvee.rb +41 -0
  775. data/lib/plurimath/math/symbols/midbarwedge.rb +41 -0
  776. data/lib/plurimath/math/symbols/midcir.rb +41 -0
  777. data/lib/plurimath/math/symbols/minus.rb +41 -0
  778. data/lib/plurimath/math/symbols/minusdot.rb +41 -0
  779. data/lib/plurimath/math/symbols/minusfdots.rb +41 -0
  780. data/lib/plurimath/math/symbols/minusrdots.rb +41 -0
  781. data/lib/plurimath/math/symbols/mlcp.rb +41 -0
  782. data/lib/plurimath/math/symbols/models.rb +41 -0
  783. data/lib/plurimath/math/symbols/modtwosum.rb +41 -0
  784. data/lib/plurimath/math/symbols/mp.rb +41 -0
  785. data/lib/plurimath/math/symbols/mu.rb +41 -0
  786. data/lib/plurimath/math/symbols/multimap.rb +41 -0
  787. data/lib/plurimath/math/symbols/multimapinv.rb +41 -0
  788. data/lib/plurimath/math/symbols/nabla.rb +41 -0
  789. data/lib/plurimath/math/symbols/napprox.rb +41 -0
  790. data/lib/plurimath/math/symbols/nasymp.rb +41 -0
  791. data/lib/plurimath/math/symbols/natural.rb +41 -0
  792. data/lib/plurimath/math/symbols/ncong.rb +41 -0
  793. data/lib/plurimath/math/symbols/ne.rb +41 -0
  794. data/lib/plurimath/math/symbols/nearrow.rb +41 -0
  795. data/lib/plurimath/math/symbols/neg.rb +41 -0
  796. data/lib/plurimath/math/symbols/neovnwarrow.rb +41 -0
  797. data/lib/plurimath/math/symbols/neovsearrow.rb +41 -0
  798. data/lib/plurimath/math/symbols/neptune.rb +41 -0
  799. data/lib/plurimath/math/symbols/neq.rb +41 -0
  800. data/lib/plurimath/math/symbols/nequiv.rb +41 -0
  801. data/lib/plurimath/math/symbols/neswarrow.rb +41 -0
  802. data/lib/plurimath/math/symbols/neuter.rb +41 -0
  803. data/lib/plurimath/math/symbols/nexi.rb +41 -0
  804. data/lib/plurimath/math/symbols/ngeq.rb +41 -0
  805. data/lib/plurimath/math/symbols/ngt.rb +41 -0
  806. data/lib/plurimath/math/symbols/ngtrless.rb +41 -0
  807. data/lib/plurimath/math/symbols/ngtrsim.rb +41 -0
  808. data/lib/plurimath/math/symbols/nhdownarrow.rb +41 -0
  809. data/lib/plurimath/math/symbols/nhpar.rb +41 -0
  810. data/lib/plurimath/math/symbols/nhuparrow.rb +41 -0
  811. data/lib/plurimath/math/symbols/nhvvert.rb +41 -0
  812. data/lib/plurimath/math/symbols/ni.rb +41 -0
  813. data/lib/plurimath/math/symbols/nin.rb +41 -0
  814. data/lib/plurimath/math/symbols/niobar.rb +41 -0
  815. data/lib/plurimath/math/symbols/nis.rb +41 -0
  816. data/lib/plurimath/math/symbols/nisd.rb +41 -0
  817. data/lib/plurimath/math/symbols/nleftarrow.rb +41 -0
  818. data/lib/plurimath/math/symbols/nleftrightarrow.rb +41 -0
  819. data/lib/plurimath/math/symbols/nleq.rb +41 -0
  820. data/lib/plurimath/math/symbols/nless.rb +41 -0
  821. data/lib/plurimath/math/symbols/nlessgtr.rb +41 -0
  822. data/lib/plurimath/math/symbols/nlesssim.rb +41 -0
  823. data/lib/plurimath/math/symbols/nmid.rb +41 -0
  824. data/lib/plurimath/math/symbols/nn.rb +41 -0
  825. data/lib/plurimath/math/symbols/nni.rb +41 -0
  826. data/lib/plurimath/math/symbols/nnn.rb +41 -0
  827. data/lib/plurimath/math/symbols/not.rb +41 -0
  828. data/lib/plurimath/math/symbols/notbackslash.rb +41 -0
  829. data/lib/plurimath/math/symbols/notin.rb +41 -0
  830. data/lib/plurimath/math/symbols/notslash.rb +41 -0
  831. data/lib/plurimath/math/symbols/nparallel.rb +41 -0
  832. data/lib/plurimath/math/symbols/npolint.rb +41 -0
  833. data/lib/plurimath/math/symbols/nprec.rb +41 -0
  834. data/lib/plurimath/math/symbols/npreceq.rb +41 -0
  835. data/lib/plurimath/math/symbols/nrightarrow.rb +41 -0
  836. data/lib/plurimath/math/symbols/nsim.rb +41 -0
  837. data/lib/plurimath/math/symbols/nsime.rb +41 -0
  838. data/lib/plurimath/math/symbols/nsqsubseteq.rb +41 -0
  839. data/lib/plurimath/math/symbols/nsqsuperseteq.rb +41 -0
  840. data/lib/plurimath/math/symbols/nsub.rb +41 -0
  841. data/lib/plurimath/math/symbols/nsucc.rb +41 -0
  842. data/lib/plurimath/math/symbols/nsucceq.rb +41 -0
  843. data/lib/plurimath/math/symbols/nsup.rb +41 -0
  844. data/lib/plurimath/math/symbols/ntriangleleft.rb +41 -0
  845. data/lib/plurimath/math/symbols/ntriangleright.rb +41 -0
  846. data/lib/plurimath/math/symbols/nu.rb +41 -0
  847. data/lib/plurimath/math/symbols/nunlhd.rb +41 -0
  848. data/lib/plurimath/math/symbols/nunrhd.rb +41 -0
  849. data/lib/plurimath/math/symbols/nvdash.rb +41 -0
  850. data/lib/plurimath/math/symbols/nvinfty.rb +41 -0
  851. data/lib/plurimath/math/symbols/nvleftarrow.rb +41 -0
  852. data/lib/plurimath/math/symbols/nvleftarrowtail.rb +41 -0
  853. data/lib/plurimath/math/symbols/nvleftrightarrow.rb +41 -0
  854. data/lib/plurimath/math/symbols/nvrightarrow.rb +41 -0
  855. data/lib/plurimath/math/symbols/nvtwoheadleftarrow.rb +41 -0
  856. data/lib/plurimath/math/symbols/nvtwoheadleftarrowtail.rb +41 -0
  857. data/lib/plurimath/math/symbols/nvtwoheadrightarrow.rb +41 -0
  858. data/lib/plurimath/math/symbols/nvtwoheadrightarrowtail.rb +41 -0
  859. data/lib/plurimath/math/symbols/nwarrow.rb +41 -0
  860. data/lib/plurimath/math/symbols/nwovnearrow.rb +41 -0
  861. data/lib/plurimath/math/symbols/nwsearrow.rb +41 -0
  862. data/lib/plurimath/math/symbols/oast.rb +41 -0
  863. data/lib/plurimath/math/symbols/obar.rb +41 -0
  864. data/lib/plurimath/math/symbols/obot.rb +41 -0
  865. data/lib/plurimath/math/symbols/obrace.rb +41 -0
  866. data/lib/plurimath/math/symbols/obrbrak.rb +41 -0
  867. data/lib/plurimath/math/symbols/obslash.rb +41 -0
  868. data/lib/plurimath/math/symbols/ocirc.rb +41 -0
  869. data/lib/plurimath/math/symbols/ocommatopright.rb +41 -0
  870. data/lib/plurimath/math/symbols/octothorpe.rb +41 -0
  871. data/lib/plurimath/math/symbols/odash.rb +41 -0
  872. data/lib/plurimath/math/symbols/odiv.rb +41 -0
  873. data/lib/plurimath/math/symbols/odot.rb +41 -0
  874. data/lib/plurimath/math/symbols/odotslashdot.rb +41 -0
  875. data/lib/plurimath/math/symbols/oeq.rb +41 -0
  876. data/lib/plurimath/math/symbols/oiiint.rb +45 -0
  877. data/lib/plurimath/math/symbols/oiint.rb +45 -0
  878. data/lib/plurimath/math/symbols/oint.rb +41 -0
  879. data/lib/plurimath/math/symbols/olcross.rb +41 -0
  880. data/lib/plurimath/math/symbols/olessthan.rb +41 -0
  881. data/lib/plurimath/math/symbols/omega.rb +41 -0
  882. data/lib/plurimath/math/symbols/ominus.rb +41 -0
  883. data/lib/plurimath/math/symbols/oo.rb +41 -0
  884. data/lib/plurimath/math/symbols/operp.rb +41 -0
  885. data/lib/plurimath/math/symbols/oplus.rb +41 -0
  886. data/lib/plurimath/math/symbols/opluslhrim.rb +41 -0
  887. data/lib/plurimath/math/symbols/oplusrhrim.rb +41 -0
  888. data/lib/plurimath/math/symbols/origof.rb +41 -0
  889. data/lib/plurimath/math/symbols/oslash.rb +41 -0
  890. data/lib/plurimath/math/symbols/otimes.rb +41 -0
  891. data/lib/plurimath/math/symbols/otimeshat.rb +41 -0
  892. data/lib/plurimath/math/symbols/otimeslhrim.rb +41 -0
  893. data/lib/plurimath/math/symbols/otimesrhrim.rb +41 -0
  894. data/lib/plurimath/math/symbols/oturnedcomma.rb +41 -0
  895. data/lib/plurimath/math/symbols/overbar.rb +41 -0
  896. data/lib/plurimath/math/symbols/overbracket.rb +41 -0
  897. data/lib/plurimath/math/symbols/overleftrightarrow.rb +41 -0
  898. data/lib/plurimath/math/symbols/overline.rb +41 -0
  899. data/lib/plurimath/math/symbols/ovhook.rb +41 -0
  900. data/lib/plurimath/math/symbols/ox.rb +41 -0
  901. data/lib/plurimath/math/symbols/parallelogram.rb +41 -0
  902. data/lib/plurimath/math/symbols/parallelogramblack.rb +41 -0
  903. data/lib/plurimath/math/symbols/paren/close_paren.rb +59 -0
  904. data/lib/plurimath/math/symbols/paren/langle.rb +59 -0
  905. data/lib/plurimath/math/symbols/paren/lbbrack.rb +61 -0
  906. data/lib/plurimath/math/symbols/paren/lbrace.rb +61 -0
  907. data/lib/plurimath/math/symbols/paren/lbrack.rb +61 -0
  908. data/lib/plurimath/math/symbols/paren/lceil.rb +61 -0
  909. data/lib/plurimath/math/symbols/paren/lcurly.rb +63 -0
  910. data/lib/plurimath/math/symbols/paren/lfloor.rb +61 -0
  911. data/lib/plurimath/math/symbols/paren/lround.rb +63 -0
  912. data/lib/plurimath/math/symbols/paren/lsquare.rb +63 -0
  913. data/lib/plurimath/math/symbols/paren/norm.rb +73 -0
  914. data/lib/plurimath/math/symbols/paren/open_paren.rb +59 -0
  915. data/lib/plurimath/math/symbols/paren/rangle.rb +59 -0
  916. data/lib/plurimath/math/symbols/paren/rbbrack.rb +61 -0
  917. data/lib/plurimath/math/symbols/paren/rbrace.rb +61 -0
  918. data/lib/plurimath/math/symbols/paren/rbrack.rb +61 -0
  919. data/lib/plurimath/math/symbols/paren/rceil.rb +61 -0
  920. data/lib/plurimath/math/symbols/paren/rcurly.rb +59 -0
  921. data/lib/plurimath/math/symbols/paren/rfloor.rb +61 -0
  922. data/lib/plurimath/math/symbols/paren/rround.rb +59 -0
  923. data/lib/plurimath/math/symbols/paren/rsquare.rb +59 -0
  924. data/lib/plurimath/math/symbols/paren/upcase_langle.rb +61 -0
  925. data/lib/plurimath/math/symbols/paren/upcase_rangle.rb +61 -0
  926. data/lib/plurimath/math/symbols/paren/vert.rb +73 -0
  927. data/lib/plurimath/math/symbols/paren.rb +13 -0
  928. data/lib/plurimath/math/symbols/parsim.rb +41 -0
  929. data/lib/plurimath/math/symbols/partial.rb +41 -0
  930. data/lib/plurimath/math/symbols/partialmeetcontraction.rb +41 -0
  931. data/lib/plurimath/math/symbols/pencil.rb +41 -0
  932. data/lib/plurimath/math/symbols/pentagon.rb +41 -0
  933. data/lib/plurimath/math/symbols/pentagonblack.rb +41 -0
  934. data/lib/plurimath/math/symbols/percent.rb +41 -0
  935. data/lib/plurimath/math/symbols/period.rb +41 -0
  936. data/lib/plurimath/math/symbols/perp.rb +41 -0
  937. data/lib/plurimath/math/symbols/perps.rb +41 -0
  938. data/lib/plurimath/math/symbols/pfun.rb +41 -0
  939. data/lib/plurimath/math/symbols/phi.rb +41 -0
  940. data/lib/plurimath/math/symbols/pi.rb +41 -0
  941. data/lib/plurimath/math/symbols/pinj.rb +41 -0
  942. data/lib/plurimath/math/symbols/pisces.rb +41 -0
  943. data/lib/plurimath/math/symbols/pitchfork.rb +41 -0
  944. data/lib/plurimath/math/symbols/planckconst.rb +41 -0
  945. data/lib/plurimath/math/symbols/plus.rb +41 -0
  946. data/lib/plurimath/math/symbols/plusdot.rb +41 -0
  947. data/lib/plurimath/math/symbols/pluseqq.rb +41 -0
  948. data/lib/plurimath/math/symbols/plushat.rb +41 -0
  949. data/lib/plurimath/math/symbols/plussim.rb +41 -0
  950. data/lib/plurimath/math/symbols/plussubtwo.rb +41 -0
  951. data/lib/plurimath/math/symbols/plustrif.rb +41 -0
  952. data/lib/plurimath/math/symbols/pluto.rb +41 -0
  953. data/lib/plurimath/math/symbols/pm.rb +41 -0
  954. data/lib/plurimath/math/symbols/pointint.rb +41 -0
  955. data/lib/plurimath/math/symbols/pointright.rb +41 -0
  956. data/lib/plurimath/math/symbols/postalmark.rb +41 -0
  957. data/lib/plurimath/math/symbols/pounds.rb +41 -0
  958. data/lib/plurimath/math/symbols/pppprime.rb +41 -0
  959. data/lib/plurimath/math/symbols/ppprime.rb +41 -0
  960. data/lib/plurimath/math/symbols/pprime.rb +41 -0
  961. data/lib/plurimath/math/symbols/prcue.rb +41 -0
  962. data/lib/plurimath/math/symbols/prec.rb +41 -0
  963. data/lib/plurimath/math/symbols/precapprox.rb +41 -0
  964. data/lib/plurimath/math/symbols/preceq.rb +41 -0
  965. data/lib/plurimath/math/symbols/preceqq.rb +41 -0
  966. data/lib/plurimath/math/symbols/precnapprox.rb +41 -0
  967. data/lib/plurimath/math/symbols/precneq.rb +41 -0
  968. data/lib/plurimath/math/symbols/precneqq.rb +41 -0
  969. data/lib/plurimath/math/symbols/precnsim.rb +41 -0
  970. data/lib/plurimath/math/symbols/precsim.rb +41 -0
  971. data/lib/plurimath/math/symbols/prime.rb +41 -0
  972. data/lib/plurimath/math/symbols/prod.rb +41 -0
  973. data/lib/plurimath/math/symbols/profline.rb +41 -0
  974. data/lib/plurimath/math/symbols/profsurf.rb +41 -0
  975. data/lib/plurimath/math/symbols/project.rb +41 -0
  976. data/lib/plurimath/math/symbols/prop.rb +41 -0
  977. data/lib/plurimath/math/symbols/propertyline.rb +41 -0
  978. data/lib/plurimath/math/symbols/psi.rb +41 -0
  979. data/lib/plurimath/math/symbols/psur.rb +41 -0
  980. data/lib/plurimath/math/symbols/pullback.rb +41 -0
  981. data/lib/plurimath/math/symbols/pushout.rb +41 -0
  982. data/lib/plurimath/math/symbols/qed.rb +41 -0
  983. data/lib/plurimath/math/symbols/qprime.rb +41 -0
  984. data/lib/plurimath/math/symbols/qq.rb +41 -0
  985. data/lib/plurimath/math/symbols/qquad.rb +41 -0
  986. data/lib/plurimath/math/symbols/quad.rb +41 -0
  987. data/lib/plurimath/math/symbols/quarternote.rb +41 -0
  988. data/lib/plurimath/math/symbols/questeq.rb +41 -0
  989. data/lib/plurimath/math/symbols/question.rb +41 -0
  990. data/lib/plurimath/math/symbols/radiation.rb +41 -0
  991. data/lib/plurimath/math/symbols/rang.rb +41 -0
  992. data/lib/plurimath/math/symbols/rangledot.rb +41 -0
  993. data/lib/plurimath/math/symbols/rangledownzigzagarrow.rb +41 -0
  994. data/lib/plurimath/math/symbols/ratio.rb +41 -0
  995. data/lib/plurimath/math/symbols/rbag.rb +41 -0
  996. data/lib/plurimath/math/symbols/rblkbrbrak.rb +41 -0
  997. data/lib/plurimath/math/symbols/rblot.rb +41 -0
  998. data/lib/plurimath/math/symbols/rbracelend.rb +41 -0
  999. data/lib/plurimath/math/symbols/rbracemid.rb +41 -0
  1000. data/lib/plurimath/math/symbols/rbraceuend.rb +41 -0
  1001. data/lib/plurimath/math/symbols/rbrackextender.rb +41 -0
  1002. data/lib/plurimath/math/symbols/rbracklend.rb +41 -0
  1003. data/lib/plurimath/math/symbols/rbracklrtick.rb +41 -0
  1004. data/lib/plurimath/math/symbols/rbrackubar.rb +41 -0
  1005. data/lib/plurimath/math/symbols/rbrackuend.rb +41 -0
  1006. data/lib/plurimath/math/symbols/rbrackurtick.rb +41 -0
  1007. data/lib/plurimath/math/symbols/rbrbrak.rb +41 -0
  1008. data/lib/plurimath/math/symbols/rcurvyangle.rb +41 -0
  1009. data/lib/plurimath/math/symbols/rddots.rb +41 -0
  1010. data/lib/plurimath/math/symbols/rdiagovfdiag.rb +41 -0
  1011. data/lib/plurimath/math/symbols/rdiagovsearrow.rb +41 -0
  1012. data/lib/plurimath/math/symbols/rdsh.rb +41 -0
  1013. data/lib/plurimath/math/symbols/re.rb +41 -0
  1014. data/lib/plurimath/math/symbols/recycle.rb +41 -0
  1015. data/lib/plurimath/math/symbols/rel.rb +41 -0
  1016. data/lib/plurimath/math/symbols/restriction.rb +41 -0
  1017. data/lib/plurimath/math/symbols/revangle.rb +41 -0
  1018. data/lib/plurimath/math/symbols/revangleubar.rb +41 -0
  1019. data/lib/plurimath/math/symbols/revemptyset.rb +41 -0
  1020. data/lib/plurimath/math/symbols/revnmid.rb +41 -0
  1021. data/lib/plurimath/math/symbols/rfbowtie.rb +41 -0
  1022. data/lib/plurimath/math/symbols/rftimes.rb +41 -0
  1023. data/lib/plurimath/math/symbols/rgroup.rb +41 -0
  1024. data/lib/plurimath/math/symbols/rhd.rb +41 -0
  1025. data/lib/plurimath/math/symbols/rho.rb +41 -0
  1026. data/lib/plurimath/math/symbols/rightangle.rb +41 -0
  1027. data/lib/plurimath/math/symbols/rightanglemdot.rb +41 -0
  1028. data/lib/plurimath/math/symbols/rightanglesqr.rb +41 -0
  1029. data/lib/plurimath/math/symbols/rightarrow.rb +41 -0
  1030. data/lib/plurimath/math/symbols/rightarrowapprox.rb +41 -0
  1031. data/lib/plurimath/math/symbols/rightarrowbackapprox.rb +41 -0
  1032. data/lib/plurimath/math/symbols/rightarrowbar.rb +41 -0
  1033. data/lib/plurimath/math/symbols/rightarrowbsimilar.rb +41 -0
  1034. data/lib/plurimath/math/symbols/rightarrowdiamond.rb +41 -0
  1035. data/lib/plurimath/math/symbols/rightarrowgtr.rb +41 -0
  1036. data/lib/plurimath/math/symbols/rightarrowonoplus.rb +41 -0
  1037. data/lib/plurimath/math/symbols/rightarrowplus.rb +41 -0
  1038. data/lib/plurimath/math/symbols/rightarrowshortleftarrow.rb +41 -0
  1039. data/lib/plurimath/math/symbols/rightarrowsimilar.rb +41 -0
  1040. data/lib/plurimath/math/symbols/rightarrowsupset.rb +41 -0
  1041. data/lib/plurimath/math/symbols/rightarrowtail.rb +41 -0
  1042. data/lib/plurimath/math/symbols/rightarrowtriangle.rb +41 -0
  1043. data/lib/plurimath/math/symbols/rightarrowx.rb +41 -0
  1044. data/lib/plurimath/math/symbols/rightbarharpoon.rb +41 -0
  1045. data/lib/plurimath/math/symbols/rightbkarrow.rb +41 -0
  1046. data/lib/plurimath/math/symbols/rightcircle.rb +41 -0
  1047. data/lib/plurimath/math/symbols/rightdbltail.rb +41 -0
  1048. data/lib/plurimath/math/symbols/rightdotarrow.rb +41 -0
  1049. data/lib/plurimath/math/symbols/rightdowncurvedarrow.rb +41 -0
  1050. data/lib/plurimath/math/symbols/rightdownteevector.rb +41 -0
  1051. data/lib/plurimath/math/symbols/rightdownvectorbar.rb +41 -0
  1052. data/lib/plurimath/math/symbols/rightharpoonaccent.rb +41 -0
  1053. data/lib/plurimath/math/symbols/rightharpoondown.rb +41 -0
  1054. data/lib/plurimath/math/symbols/rightharpoonup.rb +41 -0
  1055. data/lib/plurimath/math/symbols/rightimply.rb +41 -0
  1056. data/lib/plurimath/math/symbols/rightleftarrow.rb +41 -0
  1057. data/lib/plurimath/math/symbols/rightleftharpoon.rb +41 -0
  1058. data/lib/plurimath/math/symbols/rightleftharpoonsdown.rb +41 -0
  1059. data/lib/plurimath/math/symbols/rightleftharpoonsup.rb +41 -0
  1060. data/lib/plurimath/math/symbols/rightmoon.rb +41 -0
  1061. data/lib/plurimath/math/symbols/rightouterjoin.rb +41 -0
  1062. data/lib/plurimath/math/symbols/rightpentagon.rb +41 -0
  1063. data/lib/plurimath/math/symbols/rightpentagonblack.rb +41 -0
  1064. data/lib/plurimath/math/symbols/rightrightarrows.rb +41 -0
  1065. data/lib/plurimath/math/symbols/rightrightharpoons.rb +41 -0
  1066. data/lib/plurimath/math/symbols/rightsquigarrow.rb +41 -0
  1067. data/lib/plurimath/math/symbols/righttail.rb +41 -0
  1068. data/lib/plurimath/math/symbols/rightteevector.rb +41 -0
  1069. data/lib/plurimath/math/symbols/rightthreearrows.rb +41 -0
  1070. data/lib/plurimath/math/symbols/rightthreetimes.rb +41 -0
  1071. data/lib/plurimath/math/symbols/rightturn.rb +41 -0
  1072. data/lib/plurimath/math/symbols/rightupdownharpoon.rb +41 -0
  1073. data/lib/plurimath/math/symbols/rightupteevector.rb +41 -0
  1074. data/lib/plurimath/math/symbols/rightupvectorbar.rb +41 -0
  1075. data/lib/plurimath/math/symbols/rightvectorbar.rb +41 -0
  1076. data/lib/plurimath/math/symbols/rightwavearrow.rb +41 -0
  1077. data/lib/plurimath/math/symbols/rightwhitearrow.rb +41 -0
  1078. data/lib/plurimath/math/symbols/rimg.rb +41 -0
  1079. data/lib/plurimath/math/symbols/ring.rb +41 -0
  1080. data/lib/plurimath/math/symbols/ringplus.rb +41 -0
  1081. data/lib/plurimath/math/symbols/risingdotseq.rb +41 -0
  1082. data/lib/plurimath/math/symbols/rlhar.rb +41 -0
  1083. data/lib/plurimath/math/symbols/rmoust.rb +41 -0
  1084. data/lib/plurimath/math/symbols/rparen.rb +41 -0
  1085. data/lib/plurimath/math/symbols/rparenextender.rb +41 -0
  1086. data/lib/plurimath/math/symbols/rparengtr.rb +41 -0
  1087. data/lib/plurimath/math/symbols/rparenlend.rb +41 -0
  1088. data/lib/plurimath/math/symbols/rparenless.rb +41 -0
  1089. data/lib/plurimath/math/symbols/rparenuend.rb +41 -0
  1090. data/lib/plurimath/math/symbols/rppolint.rb +41 -0
  1091. data/lib/plurimath/math/symbols/rr.rb +41 -0
  1092. data/lib/plurimath/math/symbols/rrightarrow.rb +41 -0
  1093. data/lib/plurimath/math/symbols/rsh.rb +41 -0
  1094. data/lib/plurimath/math/symbols/rsolbar.rb +41 -0
  1095. data/lib/plurimath/math/symbols/rsqhook.rb +41 -0
  1096. data/lib/plurimath/math/symbols/rsub.rb +41 -0
  1097. data/lib/plurimath/math/symbols/rtimes.rb +41 -0
  1098. data/lib/plurimath/math/symbols/rtriltri.rb +41 -0
  1099. data/lib/plurimath/math/symbols/ruledelayed.rb +41 -0
  1100. data/lib/plurimath/math/symbols/rvboxline.rb +41 -0
  1101. data/lib/plurimath/math/symbols/rvert.rb +41 -0
  1102. data/lib/plurimath/math/symbols/rvzigzag.rb +41 -0
  1103. data/lib/plurimath/math/symbols/sadface.rb +41 -0
  1104. data/lib/plurimath/math/symbols/sagittarius.rb +41 -0
  1105. data/lib/plurimath/math/symbols/same.rb +41 -0
  1106. data/lib/plurimath/math/symbols/sampi.rb +41 -0
  1107. data/lib/plurimath/math/symbols/sanslmirrored.rb +41 -0
  1108. data/lib/plurimath/math/symbols/sanslturned.rb +41 -0
  1109. data/lib/plurimath/math/symbols/saturn.rb +41 -0
  1110. data/lib/plurimath/math/symbols/scorpio.rb +41 -0
  1111. data/lib/plurimath/math/symbols/scpolint.rb +41 -0
  1112. data/lib/plurimath/math/symbols/scurel.rb +41 -0
  1113. data/lib/plurimath/math/symbols/sdef.rb +41 -0
  1114. data/lib/plurimath/math/symbols/searrow.rb +41 -0
  1115. data/lib/plurimath/math/symbols/second.rb +41 -0
  1116. data/lib/plurimath/math/symbols/semi.rb +41 -0
  1117. data/lib/plurimath/math/symbols/semicolon.rb +41 -0
  1118. data/lib/plurimath/math/symbols/seovnearrow.rb +41 -0
  1119. data/lib/plurimath/math/symbols/setminus.rb +41 -0
  1120. data/lib/plurimath/math/symbols/sharp.rb +41 -0
  1121. data/lib/plurimath/math/symbols/shortdowntack.rb +41 -0
  1122. data/lib/plurimath/math/symbols/shortlefttack.rb +41 -0
  1123. data/lib/plurimath/math/symbols/shortrightarrowleftarrow.rb +41 -0
  1124. data/lib/plurimath/math/symbols/shortuptack.rb +41 -0
  1125. data/lib/plurimath/math/symbols/shuffle.rb +41 -0
  1126. data/lib/plurimath/math/symbols/sigma.rb +41 -0
  1127. data/lib/plurimath/math/symbols/sim.rb +41 -0
  1128. data/lib/plurimath/math/symbols/simeq.rb +41 -0
  1129. data/lib/plurimath/math/symbols/simge.rb +41 -0
  1130. data/lib/plurimath/math/symbols/simgtr.rb +41 -0
  1131. data/lib/plurimath/math/symbols/similarleftarrow.rb +41 -0
  1132. data/lib/plurimath/math/symbols/similarrightarrow.rb +41 -0
  1133. data/lib/plurimath/math/symbols/simle.rb +41 -0
  1134. data/lib/plurimath/math/symbols/simless.rb +41 -0
  1135. data/lib/plurimath/math/symbols/simminussim.rb +41 -0
  1136. data/lib/plurimath/math/symbols/simneqq.rb +41 -0
  1137. data/lib/plurimath/math/symbols/simplus.rb +41 -0
  1138. data/lib/plurimath/math/symbols/simrdots.rb +41 -0
  1139. data/lib/plurimath/math/symbols/sixteenthnote.rb +41 -0
  1140. data/lib/plurimath/math/symbols/skull.rb +41 -0
  1141. data/lib/plurimath/math/symbols/slash.rb +41 -0
  1142. data/lib/plurimath/math/symbols/smallblacktriangleleft.rb +41 -0
  1143. data/lib/plurimath/math/symbols/smallblacktriangleright.rb +41 -0
  1144. data/lib/plurimath/math/symbols/smallin.rb +41 -0
  1145. data/lib/plurimath/math/symbols/smallni.rb +41 -0
  1146. data/lib/plurimath/math/symbols/smalltriangleleft.rb +41 -0
  1147. data/lib/plurimath/math/symbols/smalltriangleright.rb +41 -0
  1148. data/lib/plurimath/math/symbols/smashtimes.rb +41 -0
  1149. data/lib/plurimath/math/symbols/smblkcircle.rb +41 -0
  1150. data/lib/plurimath/math/symbols/smblkdiamond.rb +41 -0
  1151. data/lib/plurimath/math/symbols/smblklozenge.rb +41 -0
  1152. data/lib/plurimath/math/symbols/smblksquare.rb +41 -0
  1153. data/lib/plurimath/math/symbols/smeparsl.rb +41 -0
  1154. data/lib/plurimath/math/symbols/smile.rb +41 -0
  1155. data/lib/plurimath/math/symbols/smiley.rb +41 -0
  1156. data/lib/plurimath/math/symbols/smt.rb +41 -0
  1157. data/lib/plurimath/math/symbols/smte.rb +41 -0
  1158. data/lib/plurimath/math/symbols/smwhitestar.rb +41 -0
  1159. data/lib/plurimath/math/symbols/smwhtcircle.rb +41 -0
  1160. data/lib/plurimath/math/symbols/smwhtlozenge.rb +41 -0
  1161. data/lib/plurimath/math/symbols/smwhtsquare.rb +41 -0
  1162. data/lib/plurimath/math/symbols/space.rb +41 -0
  1163. data/lib/plurimath/math/symbols/spadesuit.rb +41 -0
  1164. data/lib/plurimath/math/symbols/spddot.rb +41 -0
  1165. data/lib/plurimath/math/symbols/sphat.rb +41 -0
  1166. data/lib/plurimath/math/symbols/sphericalangleup.rb +41 -0
  1167. data/lib/plurimath/math/symbols/spot.rb +41 -0
  1168. data/lib/plurimath/math/symbols/sprime.rb +41 -0
  1169. data/lib/plurimath/math/symbols/sptilde.rb +41 -0
  1170. data/lib/plurimath/math/symbols/sqcap.rb +41 -0
  1171. data/lib/plurimath/math/symbols/sqcup.rb +41 -0
  1172. data/lib/plurimath/math/symbols/sqint.rb +41 -0
  1173. data/lib/plurimath/math/symbols/sqlozenge.rb +41 -0
  1174. data/lib/plurimath/math/symbols/sqrtbottom.rb +41 -0
  1175. data/lib/plurimath/math/symbols/sqsubset.rb +41 -0
  1176. data/lib/plurimath/math/symbols/sqsubseteq.rb +41 -0
  1177. data/lib/plurimath/math/symbols/sqsubsetneq.rb +41 -0
  1178. data/lib/plurimath/math/symbols/sqsupset.rb +41 -0
  1179. data/lib/plurimath/math/symbols/sqsupseteq.rb +41 -0
  1180. data/lib/plurimath/math/symbols/square.rb +41 -0
  1181. data/lib/plurimath/math/symbols/squarebotblack.rb +41 -0
  1182. data/lib/plurimath/math/symbols/squarecrossfill.rb +41 -0
  1183. data/lib/plurimath/math/symbols/squarehfill.rb +41 -0
  1184. data/lib/plurimath/math/symbols/squarehvfill.rb +41 -0
  1185. data/lib/plurimath/math/symbols/squareleftblack.rb +41 -0
  1186. data/lib/plurimath/math/symbols/squarellblack.rb +41 -0
  1187. data/lib/plurimath/math/symbols/squarellquad.rb +41 -0
  1188. data/lib/plurimath/math/symbols/squarelrblack.rb +41 -0
  1189. data/lib/plurimath/math/symbols/squarelrquad.rb +41 -0
  1190. data/lib/plurimath/math/symbols/squareneswfill.rb +41 -0
  1191. data/lib/plurimath/math/symbols/squarenwsefill.rb +41 -0
  1192. data/lib/plurimath/math/symbols/squarerightblack.rb +41 -0
  1193. data/lib/plurimath/math/symbols/squaretopblack.rb +41 -0
  1194. data/lib/plurimath/math/symbols/squareulblack.rb +41 -0
  1195. data/lib/plurimath/math/symbols/squareulquad.rb +41 -0
  1196. data/lib/plurimath/math/symbols/squareurblack.rb +41 -0
  1197. data/lib/plurimath/math/symbols/squareurquad.rb +41 -0
  1198. data/lib/plurimath/math/symbols/squarevfill.rb +41 -0
  1199. data/lib/plurimath/math/symbols/squoval.rb +41 -0
  1200. data/lib/plurimath/math/symbols/sslash.rb +41 -0
  1201. data/lib/plurimath/math/symbols/star.rb +41 -0
  1202. data/lib/plurimath/math/symbols/stareq.rb +41 -0
  1203. data/lib/plurimath/math/symbols/steaming.rb +41 -0
  1204. data/lib/plurimath/math/symbols/stigma.rb +41 -0
  1205. data/lib/plurimath/math/symbols/strictfi.rb +41 -0
  1206. data/lib/plurimath/math/symbols/strictif.rb +41 -0
  1207. data/lib/plurimath/math/symbols/strns.rb +41 -0
  1208. data/lib/plurimath/math/symbols/sub.rb +41 -0
  1209. data/lib/plurimath/math/symbols/sube.rb +41 -0
  1210. data/lib/plurimath/math/symbols/subedot.rb +41 -0
  1211. data/lib/plurimath/math/symbols/submult.rb +41 -0
  1212. data/lib/plurimath/math/symbols/subrarr.rb +41 -0
  1213. data/lib/plurimath/math/symbols/subset.rb +41 -0
  1214. data/lib/plurimath/math/symbols/subsetapprox.rb +41 -0
  1215. data/lib/plurimath/math/symbols/subsetcirc.rb +41 -0
  1216. data/lib/plurimath/math/symbols/subsetdot.rb +41 -0
  1217. data/lib/plurimath/math/symbols/subseteq.rb +41 -0
  1218. data/lib/plurimath/math/symbols/subseteqq.rb +41 -0
  1219. data/lib/plurimath/math/symbols/subsetneq.rb +41 -0
  1220. data/lib/plurimath/math/symbols/subsetneqq.rb +41 -0
  1221. data/lib/plurimath/math/symbols/subsetplus.rb +41 -0
  1222. data/lib/plurimath/math/symbols/subsim.rb +41 -0
  1223. data/lib/plurimath/math/symbols/subsub.rb +41 -0
  1224. data/lib/plurimath/math/symbols/succ.rb +41 -0
  1225. data/lib/plurimath/math/symbols/succapprox.rb +41 -0
  1226. data/lib/plurimath/math/symbols/succcurlyeq.rb +41 -0
  1227. data/lib/plurimath/math/symbols/succeq.rb +41 -0
  1228. data/lib/plurimath/math/symbols/succeqq.rb +41 -0
  1229. data/lib/plurimath/math/symbols/succnapprox.rb +41 -0
  1230. data/lib/plurimath/math/symbols/succneq.rb +41 -0
  1231. data/lib/plurimath/math/symbols/succneqq.rb +41 -0
  1232. data/lib/plurimath/math/symbols/succnsim.rb +41 -0
  1233. data/lib/plurimath/math/symbols/succsim.rb +41 -0
  1234. data/lib/plurimath/math/symbols/sum.rb +41 -0
  1235. data/lib/plurimath/math/symbols/sumbottom.rb +41 -0
  1236. data/lib/plurimath/math/symbols/sumint.rb +41 -0
  1237. data/lib/plurimath/math/symbols/sumtop.rb +41 -0
  1238. data/lib/plurimath/math/symbols/sun.rb +41 -0
  1239. data/lib/plurimath/math/symbols/sup.rb +41 -0
  1240. data/lib/plurimath/math/symbols/supdsub.rb +41 -0
  1241. data/lib/plurimath/math/symbols/supe.rb +41 -0
  1242. data/lib/plurimath/math/symbols/supedot.rb +41 -0
  1243. data/lib/plurimath/math/symbols/suphsol.rb +41 -0
  1244. data/lib/plurimath/math/symbols/suphsub.rb +41 -0
  1245. data/lib/plurimath/math/symbols/suplarr.rb +41 -0
  1246. data/lib/plurimath/math/symbols/supmult.rb +41 -0
  1247. data/lib/plurimath/math/symbols/supset.rb +41 -0
  1248. data/lib/plurimath/math/symbols/supsetapprox.rb +41 -0
  1249. data/lib/plurimath/math/symbols/supsetcirc.rb +41 -0
  1250. data/lib/plurimath/math/symbols/supsetdot.rb +41 -0
  1251. data/lib/plurimath/math/symbols/supseteq.rb +41 -0
  1252. data/lib/plurimath/math/symbols/supseteqq.rb +41 -0
  1253. data/lib/plurimath/math/symbols/supsetneq.rb +41 -0
  1254. data/lib/plurimath/math/symbols/supsetneqq.rb +41 -0
  1255. data/lib/plurimath/math/symbols/supsetplus.rb +41 -0
  1256. data/lib/plurimath/math/symbols/supsim.rb +41 -0
  1257. data/lib/plurimath/math/symbols/supsub.rb +41 -0
  1258. data/lib/plurimath/math/symbols/supsup.rb +41 -0
  1259. data/lib/plurimath/math/symbols/swarrow.rb +41 -0
  1260. data/lib/plurimath/math/symbols/swords.rb +41 -0
  1261. data/lib/plurimath/math/symbols/symbol.rb +218 -0
  1262. data/lib/plurimath/math/symbols/talloblong.rb +41 -0
  1263. data/lib/plurimath/math/symbols/tau.rb +41 -0
  1264. data/lib/plurimath/math/symbols/taurus.rb +41 -0
  1265. data/lib/plurimath/math/symbols/tcmu.rb +41 -0
  1266. data/lib/plurimath/math/symbols/tcohm.rb +41 -0
  1267. data/lib/plurimath/math/symbols/therefore.rb +41 -0
  1268. data/lib/plurimath/math/symbols/thermod.rb +41 -0
  1269. data/lib/plurimath/math/symbols/theta.rb +41 -0
  1270. data/lib/plurimath/math/symbols/third.rb +41 -0
  1271. data/lib/plurimath/math/symbols/threedangle.rb +41 -0
  1272. data/lib/plurimath/math/symbols/threedotcolon.rb +41 -0
  1273. data/lib/plurimath/math/symbols/threeunderdot.rb +41 -0
  1274. data/lib/plurimath/math/symbols/tieinfty.rb +41 -0
  1275. data/lib/plurimath/math/symbols/tilde.rb +41 -0
  1276. data/lib/plurimath/math/symbols/times.rb +41 -0
  1277. data/lib/plurimath/math/symbols/timesbar.rb +41 -0
  1278. data/lib/plurimath/math/symbols/tinj.rb +41 -0
  1279. data/lib/plurimath/math/symbols/tminus.rb +41 -0
  1280. data/lib/plurimath/math/symbols/to.rb +41 -0
  1281. data/lib/plurimath/math/symbols/toea.rb +41 -0
  1282. data/lib/plurimath/math/symbols/tona.rb +41 -0
  1283. data/lib/plurimath/math/symbols/top.rb +41 -0
  1284. data/lib/plurimath/math/symbols/topbot.rb +41 -0
  1285. data/lib/plurimath/math/symbols/topcir.rb +41 -0
  1286. data/lib/plurimath/math/symbols/topfork.rb +41 -0
  1287. data/lib/plurimath/math/symbols/topsemicircle.rb +41 -0
  1288. data/lib/plurimath/math/symbols/tosa.rb +41 -0
  1289. data/lib/plurimath/math/symbols/towa.rb +41 -0
  1290. data/lib/plurimath/math/symbols/tplus.rb +41 -0
  1291. data/lib/plurimath/math/symbols/trapezium.rb +41 -0
  1292. data/lib/plurimath/math/symbols/triangle.rb +41 -0
  1293. data/lib/plurimath/math/symbols/trianglecdot.rb +41 -0
  1294. data/lib/plurimath/math/symbols/triangledown.rb +41 -0
  1295. data/lib/plurimath/math/symbols/triangleleftblack.rb +41 -0
  1296. data/lib/plurimath/math/symbols/triangleminus.rb +41 -0
  1297. data/lib/plurimath/math/symbols/triangleodot.rb +41 -0
  1298. data/lib/plurimath/math/symbols/triangleplus.rb +41 -0
  1299. data/lib/plurimath/math/symbols/trianglerightblack.rb +41 -0
  1300. data/lib/plurimath/math/symbols/triangles.rb +41 -0
  1301. data/lib/plurimath/math/symbols/triangleserifs.rb +41 -0
  1302. data/lib/plurimath/math/symbols/triangletimes.rb +41 -0
  1303. data/lib/plurimath/math/symbols/triangleubar.rb +41 -0
  1304. data/lib/plurimath/math/symbols/tripleplus.rb +41 -0
  1305. data/lib/plurimath/math/symbols/trslash.rb +41 -0
  1306. data/lib/plurimath/math/symbols/tsur.rb +41 -0
  1307. data/lib/plurimath/math/symbols/tt.rb +41 -0
  1308. data/lib/plurimath/math/symbols/turnangle.rb +41 -0
  1309. data/lib/plurimath/math/symbols/turnediota.rb +41 -0
  1310. data/lib/plurimath/math/symbols/turnednot.rb +41 -0
  1311. data/lib/plurimath/math/symbols/twocaps.rb +41 -0
  1312. data/lib/plurimath/math/symbols/twocups.rb +41 -0
  1313. data/lib/plurimath/math/symbols/twoheaddownarrow.rb +41 -0
  1314. data/lib/plurimath/math/symbols/twoheadleftarrow.rb +41 -0
  1315. data/lib/plurimath/math/symbols/twoheadleftarrowtail.rb +41 -0
  1316. data/lib/plurimath/math/symbols/twoheadleftdbkarrow.rb +41 -0
  1317. data/lib/plurimath/math/symbols/twoheadmapsfrom.rb +41 -0
  1318. data/lib/plurimath/math/symbols/twoheadmapsto.rb +41 -0
  1319. data/lib/plurimath/math/symbols/twoheadrightarrow.rb +41 -0
  1320. data/lib/plurimath/math/symbols/twoheadrightarrowtail.rb +41 -0
  1321. data/lib/plurimath/math/symbols/twoheaduparrow.rb +41 -0
  1322. data/lib/plurimath/math/symbols/twoheaduparrowcircle.rb +41 -0
  1323. data/lib/plurimath/math/symbols/twolowline.rb +41 -0
  1324. data/lib/plurimath/math/symbols/twonotes.rb +41 -0
  1325. data/lib/plurimath/math/symbols/typecolon.rb +41 -0
  1326. data/lib/plurimath/math/symbols/uarr.rb +41 -0
  1327. data/lib/plurimath/math/symbols/ubrace.rb +41 -0
  1328. data/lib/plurimath/math/symbols/ubrbrak.rb +41 -0
  1329. data/lib/plurimath/math/symbols/ul.rb +41 -0
  1330. data/lib/plurimath/math/symbols/ularc.rb +41 -0
  1331. data/lib/plurimath/math/symbols/ulblacktriangle.rb +41 -0
  1332. data/lib/plurimath/math/symbols/ulcorner.rb +41 -0
  1333. data/lib/plurimath/math/symbols/ultriangle.rb +41 -0
  1334. data/lib/plurimath/math/symbols/uminus.rb +41 -0
  1335. data/lib/plurimath/math/symbols/underbar.rb +41 -0
  1336. data/lib/plurimath/math/symbols/underbracket.rb +41 -0
  1337. data/lib/plurimath/math/symbols/underleftarrow.rb +41 -0
  1338. data/lib/plurimath/math/symbols/underleftharpoondown.rb +41 -0
  1339. data/lib/plurimath/math/symbols/underline.rb +41 -0
  1340. data/lib/plurimath/math/symbols/underparen.rb +41 -0
  1341. data/lib/plurimath/math/symbols/underrightarrow.rb +41 -0
  1342. data/lib/plurimath/math/symbols/underrightharpoondown.rb +41 -0
  1343. data/lib/plurimath/math/symbols/unicodecdots.rb +41 -0
  1344. data/lib/plurimath/math/symbols/unicodeellipsis.rb +41 -0
  1345. data/lib/plurimath/math/symbols/unlhd.rb +41 -0
  1346. data/lib/plurimath/math/symbols/unrhd.rb +41 -0
  1347. data/lib/plurimath/math/symbols/upalpha.rb +41 -0
  1348. data/lib/plurimath/math/symbols/upand.rb +41 -0
  1349. data/lib/plurimath/math/symbols/uparrow.rb +41 -0
  1350. data/lib/plurimath/math/symbols/uparrowbarred.rb +41 -0
  1351. data/lib/plurimath/math/symbols/uparrowoncircle.rb +41 -0
  1352. data/lib/plurimath/math/symbols/upbeta.rb +41 -0
  1353. data/lib/plurimath/math/symbols/upcase_cap.rb +41 -0
  1354. data/lib/plurimath/math/symbols/upcase_delta.rb +41 -0
  1355. data/lib/plurimath/math/symbols/upcase_equiv.rb +41 -0
  1356. data/lib/plurimath/math/symbols/upcase_gamma.rb +41 -0
  1357. data/lib/plurimath/math/symbols/upcase_lambda.rb +41 -0
  1358. data/lib/plurimath/math/symbols/upcase_mapsto.rb +41 -0
  1359. data/lib/plurimath/math/symbols/upcase_omega.rb +41 -0
  1360. data/lib/plurimath/math/symbols/upcase_phi.rb +41 -0
  1361. data/lib/plurimath/math/symbols/upcase_pi.rb +41 -0
  1362. data/lib/plurimath/math/symbols/upcase_psi.rb +41 -0
  1363. data/lib/plurimath/math/symbols/upcase_rbrack.rb +41 -0
  1364. data/lib/plurimath/math/symbols/upcase_rightarrow.rb +41 -0
  1365. data/lib/plurimath/math/symbols/upcase_sigma.rb +41 -0
  1366. data/lib/plurimath/math/symbols/upcase_theta.rb +41 -0
  1367. data/lib/plurimath/math/symbols/upcase_wedge.rb +41 -0
  1368. data/lib/plurimath/math/symbols/upcase_xi.rb +41 -0
  1369. data/lib/plurimath/math/symbols/upcaseup_omega.rb +41 -0
  1370. data/lib/plurimath/math/symbols/upchi.rb +41 -0
  1371. data/lib/plurimath/math/symbols/updasharrow.rb +41 -0
  1372. data/lib/plurimath/math/symbols/updownarrow.rb +41 -0
  1373. data/lib/plurimath/math/symbols/updownarrowbar.rb +41 -0
  1374. data/lib/plurimath/math/symbols/updownarrows.rb +41 -0
  1375. data/lib/plurimath/math/symbols/updownharpoonleftright.rb +41 -0
  1376. data/lib/plurimath/math/symbols/updownharpoonrightleft.rb +41 -0
  1377. data/lib/plurimath/math/symbols/upepsilon.rb +41 -0
  1378. data/lib/plurimath/math/symbols/upequilibrium.rb +41 -0
  1379. data/lib/plurimath/math/symbols/upeta.rb +41 -0
  1380. data/lib/plurimath/math/symbols/upfishtail.rb +41 -0
  1381. data/lib/plurimath/math/symbols/upharpoonleft.rb +41 -0
  1382. data/lib/plurimath/math/symbols/upin.rb +41 -0
  1383. data/lib/plurimath/math/symbols/upint.rb +41 -0
  1384. data/lib/plurimath/math/symbols/upiota.rb +41 -0
  1385. data/lib/plurimath/math/symbols/upkappa.rb +41 -0
  1386. data/lib/plurimath/math/symbols/upkoppa.rb +41 -0
  1387. data/lib/plurimath/math/symbols/upmu.rb +41 -0
  1388. data/lib/plurimath/math/symbols/upnu.rb +41 -0
  1389. data/lib/plurimath/math/symbols/upomicron.rb +41 -0
  1390. data/lib/plurimath/math/symbols/uprho.rb +41 -0
  1391. data/lib/plurimath/math/symbols/uprightcurvearrow.rb +41 -0
  1392. data/lib/plurimath/math/symbols/upsilon.rb +41 -0
  1393. data/lib/plurimath/math/symbols/uptau.rb +41 -0
  1394. data/lib/plurimath/math/symbols/upuparrows.rb +41 -0
  1395. data/lib/plurimath/math/symbols/upupharpoons.rb +41 -0
  1396. data/lib/plurimath/math/symbols/upvarsigma.rb +41 -0
  1397. data/lib/plurimath/math/symbols/upvartheta.rb +41 -0
  1398. data/lib/plurimath/math/symbols/upwhitearrow.rb +41 -0
  1399. data/lib/plurimath/math/symbols/upzeta.rb +41 -0
  1400. data/lib/plurimath/math/symbols/uranus.rb +41 -0
  1401. data/lib/plurimath/math/symbols/urarc.rb +41 -0
  1402. data/lib/plurimath/math/symbols/urblacktriangle.rb +41 -0
  1403. data/lib/plurimath/math/symbols/urcorner.rb +41 -0
  1404. data/lib/plurimath/math/symbols/urtriangle.rb +41 -0
  1405. data/lib/plurimath/math/symbols/utilde.rb +41 -0
  1406. data/lib/plurimath/math/symbols/uu.rb +45 -0
  1407. data/lib/plurimath/math/symbols/uuparrow.rb +41 -0
  1408. data/lib/plurimath/math/symbols/uuu.rb +41 -0
  1409. data/lib/plurimath/math/symbols/varbarwedge.rb +41 -0
  1410. data/lib/plurimath/math/symbols/varbeta.rb +41 -0
  1411. data/lib/plurimath/math/symbols/varcarriagereturn.rb +41 -0
  1412. data/lib/plurimath/math/symbols/varclub.rb +41 -0
  1413. data/lib/plurimath/math/symbols/vardiamond.rb +41 -0
  1414. data/lib/plurimath/math/symbols/vardoublebarwedge.rb +41 -0
  1415. data/lib/plurimath/math/symbols/varepsilon.rb +41 -0
  1416. data/lib/plurimath/math/symbols/varheart.rb +41 -0
  1417. data/lib/plurimath/math/symbols/varhexagon.rb +41 -0
  1418. data/lib/plurimath/math/symbols/varhexagonblack.rb +41 -0
  1419. data/lib/plurimath/math/symbols/varhexagonlrbonds.rb +41 -0
  1420. data/lib/plurimath/math/symbols/varisins.rb +41 -0
  1421. data/lib/plurimath/math/symbols/varkappa.rb +41 -0
  1422. data/lib/plurimath/math/symbols/varlrtriangle.rb +41 -0
  1423. data/lib/plurimath/math/symbols/varniobar.rb +41 -0
  1424. data/lib/plurimath/math/symbols/varnis.rb +41 -0
  1425. data/lib/plurimath/math/symbols/varnothing.rb +41 -0
  1426. data/lib/plurimath/math/symbols/varphi.rb +41 -0
  1427. data/lib/plurimath/math/symbols/varpi.rb +41 -0
  1428. data/lib/plurimath/math/symbols/varprod.rb +41 -0
  1429. data/lib/plurimath/math/symbols/varrho.rb +41 -0
  1430. data/lib/plurimath/math/symbols/varsigma.rb +41 -0
  1431. data/lib/plurimath/math/symbols/varspade.rb +41 -0
  1432. data/lib/plurimath/math/symbols/varstar.rb +41 -0
  1433. data/lib/plurimath/math/symbols/vartheta.rb +41 -0
  1434. data/lib/plurimath/math/symbols/vartriangle.rb +41 -0
  1435. data/lib/plurimath/math/symbols/vartriangleleft.rb +41 -0
  1436. data/lib/plurimath/math/symbols/vartriangleright.rb +41 -0
  1437. data/lib/plurimath/math/symbols/varvdash.rb +41 -0
  1438. data/lib/plurimath/math/symbols/varveebar.rb +41 -0
  1439. data/lib/plurimath/math/symbols/vbar.rb +41 -0
  1440. data/lib/plurimath/math/symbols/vbarv.rb +41 -0
  1441. data/lib/plurimath/math/symbols/vbraceextender.rb +41 -0
  1442. data/lib/plurimath/math/symbols/vbrtri.rb +41 -0
  1443. data/lib/plurimath/math/symbols/vdash.rb +41 -0
  1444. data/lib/plurimath/math/symbols/vddash.rb +41 -0
  1445. data/lib/plurimath/math/symbols/vdots.rb +41 -0
  1446. data/lib/plurimath/math/symbols/vec.rb +41 -0
  1447. data/lib/plurimath/math/symbols/vectimes.rb +41 -0
  1448. data/lib/plurimath/math/symbols/vee.rb +41 -0
  1449. data/lib/plurimath/math/symbols/veebar.rb +41 -0
  1450. data/lib/plurimath/math/symbols/veedot.rb +41 -0
  1451. data/lib/plurimath/math/symbols/veedoublebar.rb +41 -0
  1452. data/lib/plurimath/math/symbols/veeeq.rb +41 -0
  1453. data/lib/plurimath/math/symbols/veemidvert.rb +41 -0
  1454. data/lib/plurimath/math/symbols/veeodot.rb +41 -0
  1455. data/lib/plurimath/math/symbols/veeonvee.rb +41 -0
  1456. data/lib/plurimath/math/symbols/veeonwedge.rb +41 -0
  1457. data/lib/plurimath/math/symbols/venus.rb +41 -0
  1458. data/lib/plurimath/math/symbols/vertoverlay.rb +41 -0
  1459. data/lib/plurimath/math/symbols/viewdata.rb +41 -0
  1460. data/lib/plurimath/math/symbols/virgo.rb +41 -0
  1461. data/lib/plurimath/math/symbols/vlongdash.rb +41 -0
  1462. data/lib/plurimath/math/symbols/vrectangle.rb +41 -0
  1463. data/lib/plurimath/math/symbols/vrectangleblack.rb +41 -0
  1464. data/lib/plurimath/math/symbols/vv.rb +41 -0
  1465. data/lib/plurimath/math/symbols/vvdash.rb +41 -0
  1466. data/lib/plurimath/math/symbols/vvv.rb +41 -0
  1467. data/lib/plurimath/math/symbols/vysmblkcircle.rb +41 -0
  1468. data/lib/plurimath/math/symbols/vysmblksquare.rb +41 -0
  1469. data/lib/plurimath/math/symbols/vysmwhtcircle.rb +41 -0
  1470. data/lib/plurimath/math/symbols/vysmwhtsquare.rb +41 -0
  1471. data/lib/plurimath/math/symbols/vzigzag.rb +41 -0
  1472. data/lib/plurimath/math/symbols/warning.rb +41 -0
  1473. data/lib/plurimath/math/symbols/wasytherefore.rb +41 -0
  1474. data/lib/plurimath/math/symbols/wedge.rb +41 -0
  1475. data/lib/plurimath/math/symbols/wedgebar.rb +41 -0
  1476. data/lib/plurimath/math/symbols/wedgedot.rb +41 -0
  1477. data/lib/plurimath/math/symbols/wedgedoublebar.rb +41 -0
  1478. data/lib/plurimath/math/symbols/wedgemidvert.rb +41 -0
  1479. data/lib/plurimath/math/symbols/wedgeodot.rb +41 -0
  1480. data/lib/plurimath/math/symbols/wedgeonwedge.rb +41 -0
  1481. data/lib/plurimath/math/symbols/whitearrowupfrombar.rb +41 -0
  1482. data/lib/plurimath/math/symbols/whiteinwhitetriangle.rb +41 -0
  1483. data/lib/plurimath/math/symbols/whitepointerleft.rb +41 -0
  1484. data/lib/plurimath/math/symbols/whitepointerright.rb +41 -0
  1485. data/lib/plurimath/math/symbols/whitesquaretickleft.rb +41 -0
  1486. data/lib/plurimath/math/symbols/whitesquaretickright.rb +41 -0
  1487. data/lib/plurimath/math/symbols/whthorzoval.rb +41 -0
  1488. data/lib/plurimath/math/symbols/whtvertoval.rb +41 -0
  1489. data/lib/plurimath/math/symbols/wideangledown.rb +41 -0
  1490. data/lib/plurimath/math/symbols/wideangleup.rb +41 -0
  1491. data/lib/plurimath/math/symbols/widebridgeabove.rb +41 -0
  1492. data/lib/plurimath/math/symbols/wideparen.rb +41 -0
  1493. data/lib/plurimath/math/symbols/wp.rb +41 -0
  1494. data/lib/plurimath/math/symbols/wr.rb +41 -0
  1495. data/lib/plurimath/math/symbols/xbox.rb +41 -0
  1496. data/lib/plurimath/math/symbols/xi.rb +41 -0
  1497. data/lib/plurimath/math/symbols/xsol.rb +41 -0
  1498. data/lib/plurimath/math/symbols/xx.rb +41 -0
  1499. data/lib/plurimath/math/symbols/yen.rb +41 -0
  1500. data/lib/plurimath/math/symbols/yinyang.rb +41 -0
  1501. data/lib/plurimath/math/symbols/yup.rb +41 -0
  1502. data/lib/plurimath/math/symbols/zbar.rb +41 -0
  1503. data/lib/plurimath/math/symbols/zeta.rb +41 -0
  1504. data/lib/plurimath/math/symbols/zpipe.rb +41 -0
  1505. data/lib/plurimath/math/symbols/zwnj.rb +41 -0
  1506. data/lib/plurimath/math/symbols/zwsp.rb +41 -0
  1507. data/lib/plurimath/math/symbols/zz.rb +41 -0
  1508. data/lib/plurimath/math/symbols.rb +14 -0
  1509. data/lib/plurimath/math.rb +1 -2
  1510. data/lib/plurimath/mathml/constants.rb +1 -1
  1511. data/lib/plurimath/mathml/parser.rb +1 -1
  1512. data/lib/plurimath/mathml/transform.rb +12 -10
  1513. data/lib/plurimath/number_formatter.rb +2 -2
  1514. data/lib/plurimath/omml/parser.rb +1 -1
  1515. data/lib/plurimath/omml/transform.rb +16 -18
  1516. data/lib/plurimath/setup/oga.rb +1 -1
  1517. data/lib/plurimath/setup/ox.rb +1 -1
  1518. data/lib/plurimath/unicode_math/constants.rb +8 -1
  1519. data/lib/plurimath/unicode_math/parsing_rules/common_rules.rb +1 -0
  1520. data/lib/plurimath/unicode_math/parsing_rules/constants_rules.rb +1 -0
  1521. data/lib/plurimath/unicode_math/parsing_rules/masked.rb +1 -1
  1522. data/lib/plurimath/unicode_math/parsing_rules/sub_sup.rb +1 -1
  1523. data/lib/plurimath/unicode_math/transform.rb +315 -320
  1524. data/lib/plurimath/utility.rb +215 -80
  1525. data/lib/plurimath/version.rb +1 -1
  1526. data/lib/plurimath/xml_engine/oga/document.rb +10 -0
  1527. data/lib/plurimath/xml_engine/oga/dumper.rb +96 -0
  1528. data/lib/plurimath/xml_engine/oga/element.rb +8 -0
  1529. data/lib/plurimath/xml_engine/oga/node.rb +133 -0
  1530. data/lib/plurimath/xml_engine/oga/wrapper.rb +21 -0
  1531. data/lib/plurimath/xml_engine/oga.rb +12 -218
  1532. data/lib/plurimath/xml_engine/ox/element.rb +127 -0
  1533. data/lib/plurimath/xml_engine/ox.rb +11 -6
  1534. data/lib/plurimath/xml_engine.rb +1 -1
  1535. data/supported_parens_list.adoc +441 -0
  1536. data/supported_symbols_list.adoc +24493 -0
  1537. data/tasks/symbols_documentation_list.rake +54 -0
  1538. metadata +1477 -7
  1539. data/lib/plurimath/formatter/twitter_cldr_rb/number_formatter.rb +0 -23
  1540. data/lib/plurimath/math/symbol.rb +0 -193
  1541. data/lib/plurimath/math/unicode.rb +0 -11
@@ -3,2852 +3,12 @@
3
3
  module Plurimath
4
4
  class Latex
5
5
  class Constants
6
- UNICODE_SYMBOLS = {
7
- barleftarrowrightarrowba: "↹",
8
- rightarrowshortleftarrow: "⥂",
9
- leftarrowshortrightarrow: "⥃",
10
- shortrightarrowleftarrow: "⥄",
11
- leftrightharpoondowndown: "⥐",
12
- smallblacktriangleright: "▸",
13
- invwhiteupperhalfcircle: "◚",
14
- invwhitelowerhalfcircle: "◛",
15
- concavediamondtickright: "⟣",
16
- nvtwoheadrightarrowtail: "⤗",
17
- nVtwoheadrightarrowtail: "⤘",
18
- updownharpoonrightright: "⥏",
19
- updownharpoonsleftright: "⥮",
20
- downupharpoonsleftright: "⥯",
21
- leftrightarrowtriangle: "⇿",
22
- smallblacktriangleleft: "◂",
23
- blackcircleulquadwhite: "◕",
24
- concavediamondtickleft: "⟢",
25
- leftrightharpoonupdown: "⥊",
26
- leftrightharpoondownup: "⥋",
27
- updownharpoonrightleft: "⥌",
28
- updownharpoonleftright: "⥍",
29
- downtrianglerightblack: "⧩",
30
- partialmeetcontraction: "⪣",
31
- nvtwoheadleftarrowtail: "⬼",
32
- nVtwoheadleftarrowtail: "⬽",
33
- underrightharpoondown: "⃬",
34
- barovernorthwestarrow: "↸",
35
- rangledownzigzagarrow: "⍼",
36
- circlebottomhalfblack: "◒",
37
- twoheadrightarrowtail: "⤖",
38
- updownharpoonleftleft: "⥑",
39
- downharpoonsleftright: "⥥",
40
- leftrightharpoonsdown: "⥧",
41
- rightleftharpoonsdown: "⥩",
42
- downtriangleleftblack: "⧨",
43
- blackdiamonddownarrow: "⧪",
44
- closedvarcupsmashprod: "⩐",
45
- underleftharpoondown: "⃭",
46
- CapitalDifferentialD: "ⅅ",
47
- bigblacktriangledown: "▼",
48
- circlerighthalfblack: "◑",
49
- blackrighthalfcircle: "◗",
50
- blackcircledrightdot: "⚈",
51
- whiteinwhitetriangle: "⟁",
52
- whitesquaretickright: "⟥",
53
- barrightarrowdiamond: "⤠",
54
- downrightcurvedarrow: "⤵",
55
- rightdowncurvedarrow: "⤷",
56
- curvearrowrightminus: "⤼",
57
- leftrightarrowcircle: "⥈",
58
- twoheaduparrowcircle: "⥉",
59
- leftrightharpoonupup: "⥎",
60
- leftrightharpoondown: "⥐",
61
- dashrightharpoondown: "⥭",
62
- blackcircledownarrow: "⧭",
63
- NestedGreaterGreater: "⪢",
64
- twoheadleftarrowtail: "⬻",
65
- rightarrowbackapprox: "⭈",
66
- leftrightsquigarrow: "↭",
67
- whitearrowupfrombar: "⇪",
68
- blockthreeqtrshaded: "▓",
69
- blackinwhitediamond: "◈",
70
- circlelefthalfblack: "◐",
71
- blacklefthalfcircle: "◖",
72
- blackcircledtwodots: "⚉",
73
- whitesquaretickleft: "⟤",
74
- longrightsquigarrow: "⟿",
75
- nvtwoheadrightarrow: "⤀",
76
- nVtwoheadrightarrow: "⤁",
77
- diamondleftarrowbar: "⤟",
78
- leftdowncurvedarrow: "⤶",
79
- downharpoonrightbar: "⥕",
80
- rightharpoondownbar: "⥗",
81
- bardownharpoonright: "⥝",
82
- barrightharpoondown: "⥟",
83
- upharpoonsleftright: "⥣",
84
- rightharpoonsupdown: "⥤",
85
- leftrightharpoonsup: "⥦",
86
- rightleftharpoonsup: "⥨",
87
- dashleftharpoondown: "⥫",
88
- twoheadleftdbkarrow: "⬷",
89
- leftarrowbackapprox: "⭂",
90
- rightharpoonaccent: "⃑",
91
- overleftrightarrow: "⃡",
92
- acwopencirclearrow: "↺",
93
- upharpoonrightdown: "⇂",
94
- circleonrightarrow: "⇴",
95
- rightarrowtriangle: "⇾",
96
- PrecedesSlantEqual: "≼",
97
- SucceedsSlantEqual: "≽",
98
- measuredrightangle: "⊾",
99
- blackinwhitesquare: "▣",
100
- parallelogramblack: "▰",
101
- bigblacktriangleup: "▲",
102
- blacktriangleright: "▶",
103
- smalltriangleright: "▹",
104
- circletophalfblack: "◓",
105
- inversewhitecircle: "◙",
106
- trianglerightblack: "◮",
107
- longleftrightarrow: "⟷",
108
- Longleftrightarrow: "⟺",
109
- curvearrowleftplus: "⤽",
110
- ccwundercurvearrow: "⤿",
111
- leftrightharpoonup: "⥎",
112
- rightupdownharpoon: "⥏",
113
- RightDownVectorBar: "⥕",
114
- barleftharpoondown: "⥖",
115
- DownRightVectorBar: "⥗",
116
- downharpoonleftbar: "⥙",
117
- RightDownTeeVector: "⥝",
118
- leftharpoondownbar: "⥞",
119
- DownRightTeeVector: "⥟",
120
- bardownharpoonleft: "⥡",
121
- leftharpoonsupdown: "⥢",
122
- rightrightharpoons: "⥤",
123
- rightharpoonupdash: "⥬",
124
- circledwhitebullet: "⦾",
125
- errbarblackdiamond: "⧱",
126
- longleftsquigarrow: "⬳",
127
- nvtwoheadleftarrow: "⬴",
128
- nVtwoheadleftarrow: "⬵",
129
- bsimilarrightarrow: "⭇",
130
- rightarrowbsimilar: "⭌",
131
- rightpentagonblack: "⭓",
132
- leftharpoonaccent: "⃐",
133
- twoheadrightarrow: "↠",
134
- cwopencirclearrow: "↻",
135
- upharpoonleftdown: "⇃",
136
- leftrightharpoons: "⇋",
137
- rightleftharpoons: "⇌",
138
- leftarrowtriangle: "⇽",
139
- kernelcontraction: "∻",
140
- vardoublebarwedge: "⌆",
141
- varhexagonlrbonds: "⌬",
142
- varcarriagereturn: "⏎",
143
- blackpointerright: "►",
144
- whitepointerright: "▻",
145
- blacktriangledown: "▾",
146
- smalltriangledown: "▿",
147
- blacktriangleleft: "◀",
148
- smalltriangleleft: "◃",
149
- circleurquadblack: "◔",
150
- triangleleftblack: "◭",
151
- acwgapcirclearrow: "⟲",
152
- rightarrowonoplus: "⟴",
153
- rightarrowdiamond: "⤞",
154
- uprightcurvearrow: "⤴",
155
- cwundercurvearrow: "⤾",
156
- leftupdownharpoon: "⥑",
157
- rightharpoonupbar: "⥓",
158
- barupharpoonright: "⥔",
159
- DownLeftVectorBar: "⥖",
160
- LeftDownVectorBar: "⥙",
161
- barrightharpoonup: "⥛",
162
- upharpoonrightbar: "⥜",
163
- DownLeftTeeVector: "⥞",
164
- LeftDownTeeVector: "⥡",
165
- leftharpoonupdash: "⥪",
166
- similarrightarrow: "⥲",
167
- rightarrowsimilar: "⥴",
168
- measuredangleleft: "⦛",
169
- errbarblacksquare: "⧯",
170
- errbarblackcircle: "⧳",
171
- diamondrightblack: "⬗",
172
- circleonleftarrow: "⬰",
173
- bsimilarleftarrow: "⭁",
174
- leftarrowbsimilar: "⭋",
175
- twoheadleftarrow: "↞",
176
- twoheaddownarrow: "↡",
177
- circlearrowright: "↻",
178
- rightharpoondown: "⇁",
179
- downharpoonright: "⇂",
180
- uparrowdownarrow: "⇅",
181
- rightrightarrows: "⇉",
182
- downarrowuparrow: "⇵",
183
- rightthreearrows: "⇶",
184
- nvleftrightarrow: "⇹",
185
- nVleftrightarrow: "⇼",
186
- varointclockwise: "∲",
187
- ointctrclockwise: "∳",
188
- vartriangleright: "⊳",
189
- multimapdotbothA: "⊶",
190
- multimapdotbothB: "⊷",
191
- NotRightTriangle: "⋫",
192
- ntrianglerighteq: "⋭",
193
- APLrightarrowbox: "⍈",
194
- blackpointerleft: "◄",
195
- whitepointerleft: "◅",
196
- squarerightblack: "◨",
197
- cwgapcirclearrow: "⟳",
198
- nvLeftrightarrow: "⤄",
199
- nvrightarrowtail: "⤔",
200
- nVrightarrowtail: "⤕",
201
- diamondleftarrow: "⤝",
202
- rightcurvedarrow: "⤳",
203
- acwunderarcarrow: "⤻",
204
- leftrightharpoon: "⥊",
205
- rightleftharpoon: "⥋",
206
- barleftharpoonup: "⥒",
207
- RightUpVectorBar: "⥔",
208
- barupharpoonleft: "⥘",
209
- leftharpoonupbar: "⥚",
210
- RightUpTeeVector: "⥜",
211
- upharpoonleftbar: "⥠",
212
- leftleftharpoons: "⥢",
213
- downdownharpoons: "⥥",
214
- uprevequilibrium: "⥯",
215
- leftarrowsimilar: "⥳",
216
- rightarrowapprox: "⥵",
217
- sphericalangleup: "⦡",
218
- RightTriangleBar: "⧐",
219
- diamondleftblack: "⬖",
220
- leftarrowonoplus: "⬲",
221
- rightarrowsupset: "⭄",
222
- similarleftarrow: "⭉",
223
- enleadertwodots: "‥",
224
- unicodeellipsis: "…",
225
- enclosetriangle: "⃤",
226
- widebridgeabove: "⃩",
227
- underrightarrow: "⃯",
228
- nleftrightarrow: "↮",
229
- downzigzagarrow: "↯",
230
- curvearrowright: "↷",
231
- circlearrowleft: "↺",
232
- leftharpoondown: "↽",
233
- upharpoonleftup: "↿",
234
- downharpoonleft: "⇃",
235
- rightleftarrows: "⇄",
236
- leftrightarrows: "⇆",
237
- nLeftrightarrow: "⇎",
238
- rightsquigarrow: "⇝",
239
- rightwhitearrow: "⇨",
240
- NotGreaterTilde: "≵",
241
- vartriangleleft: "⊲",
242
- trianglerighteq: "⊵",
243
- rightthreetimes: "⋌",
244
- NotLeftTriangle: "⋪",
245
- ntrianglelefteq: "⋬",
246
- APLnotbackslash: "⍀",
247
- APLleftarrowbox: "⍇",
248
- APLdownarrowbox: "⍗",
249
- blockhalfshaded: "▒",
250
- squarecrossfill: "▩",
251
- hrectangleblack: "▬",
252
- vrectangleblack: "▮",
253
- blacktriangleup: "▴",
254
- smalltriangleup: "▵",
255
- bigtriangledown: "▽",
256
- lrblacktriangle: "◢",
257
- llblacktriangle: "◣",
258
- ulblacktriangle: "◤",
259
- urblacktriangle: "◥",
260
- squareleftblack: "◧",
261
- circledrightdot: "⚆",
262
- downarrowbarred: "⤈",
263
- cwrightarcarrow: "⤸",
264
- acwleftarcarrow: "⤹",
265
- acwoverarcarrow: "⤺",
266
- LeftUpVectorBar: "⥘",
267
- LeftUpTeeVector: "⥠",
268
- rightbarharpoon: "⥬",
269
- barrightharpoon: "⥭",
270
- equalrightarrow: "⥱",
271
- leftarrowsubset: "⥺",
272
- measanglerutone: "⦨",
273
- measanglelutonw: "⦩",
274
- measanglerdtose: "⦪",
275
- measangleldtosw: "⦫",
276
- measangleurtone: "⦬",
277
- measangleultonw: "⦭",
278
- measangledrtose: "⦮",
279
- measangledltosw: "⦯",
280
- circledparallel: "⦷",
281
- uparrowoncircle: "⦽",
282
- LeftTriangleBar: "⧏",
283
- circledownarrow: "⧬",
284
- bigtriangleleft: "⨞",
285
- diamondtopblack: "⬘",
286
- diamondbotblack: "⬙",
287
- varhexagonblack: "⬢",
288
- leftthreearrows: "⬱",
289
- twoheadmapsfrom: "⬶",
290
- nvleftarrowtail: "⬹",
291
- nVleftarrowtail: "⬺",
292
- leftcurvedarrow: "⬿",
293
- leftarrowapprox: "⭊",
294
- enclosediamond: "⃟",
295
- underleftarrow: "⃮",
296
- leftrightarrow: "↔",
297
- rightwavearrow: "↝",
298
- twoheaduparrow: "↟",
299
- rightarrowtail: "↣",
300
- updownarrowbar: "↨",
301
- hookrightarrow: "↪",
302
- looparrowright: "↬",
303
- carriagereturn: "↵",
304
- curvearrowleft: "↶",
305
- upharpoonright: "↾",
306
- rightharpoonup: "⇀",
307
- rightleftarrow: "⇄",
308
- leftleftarrows: "⇇",
309
- downdownarrows: "⇊",
310
- revequilibrium: "⇋",
311
- Leftrightarrow: "⇔",
312
- leftsquigarrow: "⇜",
313
- dashrightarrow: "⇢",
314
- rightdasharrow: "⇢",
315
- leftwhitearrow: "⇦",
316
- downwhitearrow: "⇩",
317
- sphericalangle: "∢",
318
- NotGreaterLess: "≹",
319
- trianglelefteq: "⊴",
320
- leftthreetimes: "⋋",
321
- ntriangleright: "⋫",
322
- APLboxquestion: "⍰",
323
- lparenextender: "⎜",
324
- rparenextender: "⎟",
325
- lbrackextender: "⎢",
326
- rbrackextender: "⎥",
327
- vbraceextender: "⎪",
328
- harrowextender: "⎯",
329
- blockrighthalf: "▐",
330
- blockqtrshaded: "░",
331
- squarenwsefill: "▧",
332
- squareneswfill: "▨",
333
- mdlgblkdiamond: "◆",
334
- mdlgwhtdiamond: "◇",
335
- mdlgwhtlozenge: "◊",
336
- circlevertfill: "◍",
337
- vardiamondsuit: "♦",
338
- circledtwodots: "⚇",
339
- rightouterjoin: "⟖",
340
- concavediamond: "⟡",
341
- longrightarrow: "⟶",
342
- Longrightarrow: "⟹",
343
- longmappedfrom: "⟻",
344
- Longmappedfrom: "⟽",
345
- fdiagovnearrow: "⤯",
346
- rdiagovsearrow: "⤰",
347
- acwcirclearrow: "⥀",
348
- rightarrowplus: "⥅",
349
- RightVectorBar: "⥓",
350
- RightTeeVector: "⥛",
351
- leftbarharpoon: "⥪",
352
- barleftharpoon: "⥫",
353
- updownharpoons: "⥮",
354
- downupharpoons: "⥯",
355
- rightanglemdot: "⦝",
356
- triangleserifs: "⧍",
357
- blackhourglass: "⧗",
358
- mdlgblklozenge: "⧫",
359
- bigslopedwedge: "⩘",
360
- doublebarwedge: "⩞",
361
- wedgedoublebar: "⩠",
362
- NestedLessLess: "⪡",
363
- squaretopblack: "⬒",
364
- squarebotblack: "⬓",
365
- equalleftarrow: "⭀",
366
- ocommatopright: "̕",
367
- overleftarrow: "⃖",
368
- enclosecircle: "⃝",
369
- enclosesquare: "⃞",
370
- threeunderdot: "⃨",
371
- sansLmirrored: "⅃",
372
- DifferentialD: "ⅆ",
373
- leftwavearrow: "↜",
374
- leftarrowtail: "↢",
375
- hookleftarrow: "↩",
376
- looparrowleft: "↫",
377
- leftharpoonup: "↼",
378
- upharpoonleft: "↿",
379
- dashleftarrow: "⇠",
380
- leftdasharrow: "⇠",
381
- downdasharrow: "⇣",
382
- RightArrowBar: "⇥",
383
- rightarrowbar: "⇥",
384
- smallsetminus: "∖",
385
- vysmwhtcircle: "∘",
386
- vysmblkcircle: "∙",
387
- measuredangle: "∡",
388
- wasytherefore: "∴",
389
- dotsminusdots: "∺",
390
- fallingdotseq: "≒",
391
- PrecedesTilde: "≾",
392
- SucceedsTilde: "≿",
393
- varlrtriangle: "⊿",
394
- divideontimes: "⋇",
395
- equalparallel: "⋕",
396
- ntriangleleft: "⋪",
397
- APLuparrowbox: "⍐",
398
- APLboxupcaret: "⍓",
399
- bdtriplevdash: "┆",
400
- blocklefthalf: "▌",
401
- mdlgblksquare: "■",
402
- mdlgwhtsquare: "□",
403
- parallelogram: "▱",
404
- bigtriangleup: "△",
405
- blacktriangle: "▴",
406
- triangleright: "▷",
407
- mdlgwhtcircle: "○",
408
- mdlgblkcircle: "●",
409
- inversebullet: "◘",
410
- topsemicircle: "◠",
411
- botsemicircle: "◡",
412
- squareulblack: "◩",
413
- squarelrblack: "◪",
414
- mdsmwhtsquare: "◽",
415
- mdsmblksquare: "◾",
416
- sixteenthnote: "♬",
417
- Hermaphrodite: "⚥",
418
- mdsmwhtcircle: "⚬",
419
- draftingarrow: "➛",
420
- leftouterjoin: "⟕",
421
- fullouterjoin: "⟗",
422
- longleftarrow: "⟵",
423
- Longleftarrow: "⟸",
424
- twoheadmapsto: "⤅",
425
- uparrowbarred: "⤉",
426
- rightdotarrow: "⤑",
427
- cwcirclearrow: "⥁",
428
- leftarrowplus: "⥆",
429
- LeftVectorBar: "⥒",
430
- LeftTeeVector: "⥚",
431
- upequilibrium: "⥮",
432
- leftarrowless: "⥷",
433
- rightfishtail: "⥽",
434
- mdsmblkcircle: "⦁",
435
- llparenthesis: "⦇",
436
- rrparenthesis: "⦈",
437
- rightanglesqr: "⦜",
438
- wideangledown: "⦦",
439
- emptysetocirc: "⦲",
440
- emptysetoarrl: "⦴",
441
- circledbslash: "⦸",
442
- circledbullet: "⦿",
443
- errbardiamond: "⧰",
444
- triangleminus: "⨺",
445
- triangletimes: "⨻",
446
- shortlefttack: "⫞",
447
- shortdowntack: "⫟",
448
- threedotcolon: "⫶",
449
- biginterleave: "⫼",
450
- bigtalloblong: "⫿",
451
- squareurblack: "⬔",
452
- squarellblack: "⬕",
453
- vysmblksquare: "⬝",
454
- vysmwhtsquare: "⬞",
455
- pentagonblack: "⬟",
456
- rightarrowgtr: "⭃",
457
- rightpentagon: "⭔",
458
- upbackepsilon: "϶",
459
- hyphenbullet: "⁃",
460
- PropertyLine: "⅊",
461
- updownarrows: "⇅",
462
- LeftArrowBar: "⇤",
463
- barleftarrow: "⇤",
464
- upwhitearrow: "⇧",
465
- downuparrows: "⇵",
466
- nvrightarrow: "⇸",
467
- nVrightarrow: "⇻",
468
- intclockwise: "∱",
469
- cntclockoint: "∳",
470
- risingdotseq: "≓",
471
- NotLessTilde: "≴",
472
- varsubsetneq: "⊊",
473
- cupleftarrow: "⊌",
474
- circledequal: "⊜",
475
- hermitmatrix: "⊹",
476
- smwhtdiamond: "⋄",
477
- npreccurlyeq: "⋠",
478
- nsucccurlyeq: "⋡",
479
- unicodecdots: "⋯",
480
- notbackslash: "⍀",
481
- underbracket: "⎵",
482
- blocklowhalf: "▄",
483
- squarehvfill: "▦",
484
- triangledown: "▿",
485
- triangleleft: "◁",
486
- Diamondblack: "◆",
487
- dottedcircle: "◌",
488
- trianglecdot: "◬",
489
- squareulquad: "◰",
490
- squarellquad: "◱",
491
- squarelrquad: "◲",
492
- squareurquad: "◳",
493
- circleulquad: "◴",
494
- circlellquad: "◵",
495
- circlelrquad: "◶",
496
- circleurquad: "◷",
497
- bigwhitestar: "☆",
498
- invsmileface: "☻",
499
- varspadesuit: "♤",
500
- varheartsuit: "♥",
501
- dingasterisk: "✽",
502
- longdivision: "⟌",
503
- lozengeminus: "⟠",
504
- longmapsfrom: "⟻",
505
- Longmapsfrom: "⟽",
506
- nvRightarrow: "⤃",
507
- rightbkarrow: "⤍",
508
- leftdbkarrow: "⤎",
509
- DownArrowBar: "⤓",
510
- downarrowbar: "⤓",
511
- rightdbltail: "⤜",
512
- rdiagovfdiag: "⤫",
513
- fdiagovrdiag: "⤬",
514
- upupharpoons: "⥣",
515
- leftfishtail: "⥼",
516
- downfishtail: "⥿",
517
- lbrackultick: "⦍",
518
- rbracklrtick: "⦎",
519
- lbracklltick: "⦏",
520
- rbrackurtick: "⦐",
521
- revangleubar: "⦥",
522
- emptysetobar: "⦱",
523
- emptysetoarr: "⦳",
524
- odotslashdot: "⦼",
525
- ogreaterthan: "⧁",
526
- triangleodot: "⧊",
527
- triangleubar: "⧋",
528
- multimapboth: "⧟",
529
- lrtriangleeq: "⧡",
530
- blacklozenge: "⧫",
531
- errbarsquare: "⧮",
532
- errbarcircle: "⧲",
533
- triangleplus: "⨹",
534
- closedvarcup: "⩌",
535
- closedvarcap: "⩍",
536
- wedgeonwedge: "⩕",
537
- bigslopedvee: "⩗",
538
- wedgemidvert: "⩚",
539
- doublebarvee: "⩢",
540
- veedoublebar: "⩣",
541
- eqqslantless: "⪛",
542
- subsetapprox: "⫉",
543
- supsetapprox: "⫊",
544
- dottedsquare: "⬚",
545
- hexagonblack: "⬣",
546
- mdblkdiamond: "⬥",
547
- mdwhtdiamond: "⬦",
548
- mdblklozenge: "⬧",
549
- mdwhtlozenge: "⬨",
550
- smblkdiamond: "⬩",
551
- smblklozenge: "⬪",
552
- smwhtlozenge: "⬫",
553
- leftdotarrow: "⬸",
554
- medwhitestar: "⭐",
555
- medblackstar: "⭑",
556
- oturnedcomma: "̒",
557
- upvarepsilon: "ϵ",
558
- mathsterling: "£",
559
- smblkcircle: "•",
560
- backtrprime: "‷",
561
- caretinsert: "‸",
562
- vertoverlay: "⃒",
563
- asteraccent: "⃰",
564
- Planckconst: "ℎ",
565
- sansLturned: "⅂",
566
- ExponetialE: "ⅇ",
567
- updownarrow: "↕",
568
- nrightarrow: "↛",
569
- restriction: "↾",
570
- equilibrium: "⇌",
571
- nRightarrow: "⇏",
572
- Updownarrow: "⇕",
573
- Rrightarrow: "⇛",
574
- nHdownarrow: "⇟",
575
- updasharrow: "⇡",
576
- nvleftarrow: "⇷",
577
- nVleftarrow: "⇺",
578
- approxident: "≋",
579
- corresponds: "≙",
580
- GreaterLess: "≷",
581
- preccurlyeq: "≼",
582
- succcurlyeq: "≽",
583
- circledcirc: "⊚",
584
- circleddash: "⊝",
585
- curlyeqprec: "⋞",
586
- curlyeqsucc: "⋟",
587
- nsqsubseteq: "⋢",
588
- nsqsupseteq: "⋣",
589
- sqsubsetneq: "⋤",
590
- sqsupsetneq: "⋥",
591
- varisinobar: "⋶",
592
- varbarwedge: "⌅",
593
- wasylozenge: "⌑",
594
- APLnotslash: "⌿",
595
- invdiameter: "⍉",
596
- intextender: "⎮",
597
- overbracket: "⎴",
598
- blockuphalf: "▀",
599
- squarehfill: "▤",
600
- squarevfill: "▥",
601
- smblksquare: "▪",
602
- smwhtsquare: "▫",
603
- vartriangle: "▵",
604
- RIGHTcircle: "◑",
605
- RIGHTCIRCLE: "◗",
606
- smwhtcircle: "◦",
607
- lgwhtcircle: "◯",
608
- mdwhtsquare: "◻",
609
- blacksquare: "◼",
610
- mdblksquare: "◼",
611
- blacksmiley: "☻",
612
- sagittarius: "♐",
613
- capricornus: "♑",
614
- diamondsuit: "♢",
615
- varclubsuit: "♧",
616
- quarternote: "♩",
617
- mdwhtcircle: "⚪",
618
- mdblkcircle: "⚫",
619
- ballotcheck: "✓",
620
- circledstar: "✪",
621
- arrowbullet: "➢",
622
- threedangle: "⟀",
623
- diamondcdot: "⟐",
624
- multimapinv: "⟜",
625
- nvLeftarrow: "⤂",
626
- leftbkarrow: "⤌",
627
- leftdbltail: "⤛",
628
- seovnearrow: "⤭",
629
- neovsearrow: "⤮",
630
- neovnwarrow: "⤱",
631
- nwovnearrow: "⤲",
632
- rightarrowx: "⥇",
633
- wideangleup: "⦧",
634
- revemptyset: "⦰",
635
- circledvert: "⦶",
636
- circledless: "⧀",
637
- gleichstark: "⧦",
638
- ruledelayed: "⧴",
639
- lcurvyangle: "⧼",
640
- rcurvyangle: "⧽",
641
- otimeslhrim: "⨴",
642
- otimesrhrim: "⨵",
643
- midbarwedge: "⩜",
644
- simminussim: "⩬",
645
- eqslantless: "⪕",
646
- eqqslantgtr: "⪜",
647
- precnapprox: "⪹",
648
- succnapprox: "⪺",
649
- shortuptack: "⫠",
650
- lgblksquare: "⬛",
651
- lgwhtsquare: "⬜",
652
- lgblkcircle: "⬤",
653
- blkhorzoval: "⬬",
654
- whthorzoval: "⬭",
655
- blkvertoval: "⬮",
656
- whtvertoval: "⬯",
657
- RRightarrow: "⭆",
658
- smwhitestar: "⭒",
659
- backepsilon: "϶",
660
- varepsilon: "ε",
661
- wideutilde: "̰",
662
- upvartheta: "ϑ",
663
- upoldKoppa: "Ϙ",
664
- upoldkoppa: "ϙ",
665
- upvarkappa: "ϰ",
666
- upvarTheta: "ϴ",
667
- upvarsigma: "ς",
668
- octothorpe: "#",
669
- mathdollar: "$",
670
- twolowline: "‗",
671
- backdprime: "‶",
672
- Eulerconst: "ℇ",
673
- turnediota: "℩",
674
- rightarrow: "→",
675
- nleftarrow: "↚",
676
- mappedfrom: "↤",
677
- upuparrows: "⇈",
678
- nLeftarrow: "⇍",
679
- Rightarrow: "⇒",
680
- Lleftarrow: "⇚",
681
- complement: "∁",
682
- varnothing: "∅",
683
- fourthroot: "∜",
684
- rightangle: "∟",
685
- Proportion: "∷",
686
- sqsubseteq: "⊑",
687
- sqsupseteq: "⊒",
688
- circledast: "⊛",
689
- curlywedge: "⋏",
690
- conictaper: "⌲",
691
- APLcomment: "⍝",
692
- lparenuend: "⎛",
693
- lparenlend: "⎝",
694
- rparenuend: "⎞",
695
- rparenlend: "⎠",
696
- lbrackuend: "⎡",
697
- lbracklend: "⎣",
698
- rbrackuend: "⎤",
699
- rbracklend: "⎦",
700
- lbraceuend: "⎧",
701
- lbracelend: "⎩",
702
- rbraceuend: "⎫",
703
- rbracelend: "⎭",
704
- lmoustache: "⎰",
705
- rmoustache: "⎱",
706
- sqrtbottom: "⎷",
707
- underparen: "⏝",
708
- hrectangle: "▭",
709
- vrectangle: "▯",
710
- LEFTcircle: "◐",
711
- LEFTCIRCLE: "◖",
712
- ultriangle: "◸",
713
- urtriangle: "◹",
714
- lltriangle: "◺",
715
- lrtriangle: "◿",
716
- CheckedBox: "☑",
717
- pointright: "☞",
718
- vardiamond: "♦",
719
- eighthnote: "♪",
720
- subsetcirc: "⟃",
721
- supsetcirc: "⟄",
722
- Diamonddot: "⟐",
723
- DDownarrow: "⟱",
724
- longmapsto: "⟼",
725
- Longmapsto: "⟾",
726
- Mappedfrom: "⤆",
727
- Ddownarrow: "⤋",
728
- UpArrowBar: "⤒",
729
- baruparrow: "⤒",
730
- rightimply: "⥰",
731
- upfishtail: "⥾",
732
- lbrackubar: "⦋",
733
- rbrackubar: "⦌",
734
- lparenless: "⦓",
735
- Rparenless: "⦖",
736
- lblkbrbrak: "⦗",
737
- rblkbrbrak: "⦘",
738
- circlehbar: "⦵",
739
- circledgtr: "⧁",
740
- doubleplus: "⧺",
741
- tripleplus: "⧻",
742
- plussubtwo: "⨧",
743
- commaminus: "⨩",
744
- minusfdots: "⨫",
745
- minusrdots: "⨬",
746
- opluslhrim: "⨭",
747
- oplusrhrim: "⨮",
748
- smashtimes: "⨳",
749
- cupovercap: "⩆",
750
- capovercup: "⩇",
751
- veeonwedge: "⩙",
752
- veemidvert: "⩛",
753
- equivVvert: "⩩",
754
- lessapprox: "⪅",
755
- lesseqqgtr: "⪋",
756
- gtreqqless: "⪌",
757
- eqslantgtr: "⪖",
758
- rightslice: "⪧",
759
- precapprox: "⪷",
760
- succapprox: "⪸",
761
- subsetplus: "⪿",
762
- supsetplus: "⫀",
763
- subsetneqq: "⫋",
764
- supsetneqq: "⫌",
765
- interleave: "⫴",
766
- talloblong: "⫾",
767
- varhexagon: "⬡",
768
- leftarrowx: "⬾",
769
- LLeftarrow: "⭅",
770
- postalmark: "〒",
771
- underline: "̲",
772
- upEpsilon: "Ε",
773
- upOmicron: "Ο",
774
- upUpsilon: "Υ",
775
- upepsilon: "ε",
776
- upomicron: "ο",
777
- upupsilon: "υ",
778
- upvarbeta: "ϐ",
779
- upDigamma: "Ϝ",
780
- updigamma: "ϝ",
781
- ampersand: "&",
782
- mathslash: "/",
783
- mathcolon: ":",
784
- semicolon: "&#x3b;",
785
- backslash: "\",
786
- backprime: "‵",
787
- tieconcat: "⁀",
788
- fracslash: "⁄",
789
- Angstroem: "Å",
790
- leftarrow: "←",
791
- downarrow: "↓",
792
- lightning: "↯",
793
- rightturn: "↻",
794
- Leftarrow: "⇐",
795
- Downarrow: "⇓",
796
- nHuparrow: "⇞",
797
- dasharrow: "⇢",
798
- partialup: "∂",
799
- increment: "∆",
800
- nparallel: "∦",
801
- clockoint: "∲",
802
- therefore: "∴",
803
- mathratio: "∶",
804
- dashcolon: "∹",
805
- triangleq: "≜",
806
- nleqslant: "≰",
807
- ngeqslant: "≱",
808
- nsubseteq: "⊈",
809
- nsupseteq: "⊉",
810
- subsetneq: "⊊",
811
- supsetneq: "⊋",
812
- backsimeq: "⋍",
813
- pitchfork: "⋔",
814
- lesseqgtr: "⋚",
815
- gtreqless: "⋛",
816
- varniobar: "⋽",
817
- bagmember: "⋿",
818
- sqlozenge: "⌑",
819
- turnednot: "⌙",
820
- intbottom: "⌡",
821
- lbracemid: "⎨",
822
- rbracemid: "⎬",
823
- sumbottom: "⎳",
824
- lvboxline: "⎸",
825
- rvboxline: "⎹",
826
- overparen: "⏜",
827
- wideparen: "⏜",
828
- trapezium: "⏢",
829
- accurrent: "⏦",
830
- blockfull: "█",
831
- radiation: "☢",
832
- biohazard: "☣",
833
- smileface: "☺",
834
- rightmoon: "☽",
835
- spadesuit: "♠",
836
- heartsuit: "♡",
837
- medbullet: "⚫",
838
- checkmark: "✓",
839
- DashVDash: "⟚",
840
- dashVdash: "⟛",
841
- vlongdash: "⟝",
842
- longdashv: "⟞",
843
- llbracket: "⟦",
844
- rrbracket: "⟧",
845
- impliedby: "⟸",
846
- righttail: "⤚",
847
- nwsearrow: "⤡",
848
- neswarrow: "⤢",
849
- hknwarrow: "⤣",
850
- hknearrow: "⤤",
851
- typecolon: "⦂",
852
- langledot: "⦑",
853
- rangledot: "⦒",
854
- rparengtr: "⦔",
855
- Lparengtr: "⦕",
856
- fourvdots: "⦙",
857
- turnangle: "⦢",
858
- angleubar: "⦤",
859
- olessthan: "⧀",
860
- boxbslash: "⧅",
861
- boxcircle: "⧇",
862
- triangles: "⧌",
863
- hourglass: "⧖",
864
- bigotimes: "⨂",
865
- bigcupdot: "⨃",
866
- conjquant: "⨇",
867
- disjquant: "⨈",
868
- modtwosum: "⨊",
869
- otimeshat: "⨶",
870
- cupbarcap: "⩈",
871
- capbarcup: "⩉",
872
- wedgeodot: "⩑",
873
- midbarvee: "⩝",
874
- varveebar: "⩡",
875
- equivVert: "⩨",
876
- hatapprox: "⩯",
877
- approxeqq: "⩰",
878
- gtrapprox: "⪆",
879
- leftslice: "⪦",
880
- subsetdot: "⪽",
881
- supsetdot: "⪾",
882
- subseteqq: "⫅",
883
- supseteqq: "⫆",
884
- leqqslant: "⫹",
885
- geqqslant: "⫺",
886
- emptyset: "∅",
887
- horizbar: "―",
888
- Question: "⁇",
889
- medspace: " ",
890
- Angstrom: "Å",
891
- ComplexI: "ⅈ",
892
- ComplexJ: "ⅉ",
893
- mapsfrom: "↤",
894
- MapsDown: "↧",
895
- mapsdown: "↧",
896
- linefeed: "↴",
897
- leftturn: "↺",
898
- divslash: "∕",
899
- cuberoot: "∛",
900
- parallel: "∥",
901
- dotminus: "∸",
902
- invlazys: "∾",
903
- sinewave: "∿",
904
- approxeq: "≊",
905
- backcong: "≌",
906
- dotequal: "≐",
907
- doteqdot: "≑",
908
- coloneqq: "≔",
909
- eqqcolon: "≕",
910
- notasymp: "≭",
911
- nlesssim: "≴",
912
- nlessgtr: "≸",
913
- ngtrless: "≹",
914
- subseteq: "⊆",
915
- supseteq: "⊇",
916
- sqsubset: "⊏",
917
- sqsupset: "⊐",
918
- boxminus: "⊟",
919
- boxtimes: "⊠",
920
- multimap: "⊸",
921
- intercal: "⊺",
922
- barwedge: "⊼",
923
- bigwedge: "⋀",
924
- curlyvee: "⋎",
925
- precnsim: "⋨",
926
- succnsim: "⋩",
927
- varisins: "⋳",
928
- isinobar: "⋷",
929
- diameter: "⌀",
930
- profline: "⌒",
931
- profsurf: "⌓",
932
- viewdata: "⌗",
933
- ulcorner: "⌜",
934
- urcorner: "⌝",
935
- llcorner: "⌞",
936
- lrcorner: "⌟",
937
- notslash: "⌿",
938
- APLinput: "⍞",
939
- bbrktbrk: "⎶",
940
- elinters: "⏧",
941
- triangle: "△",
942
- bullseye: "◎",
943
- astrosun: "☉",
944
- steaming: "☕",
945
- leftmoon: "☾",
946
- varEarth: "♁",
947
- aquarius: "♒",
948
- clubsuit: "♣",
949
- varspade: "♤",
950
- varheart: "♥",
951
- twonotes: "♫",
952
- acidfree: "♾",
953
- bsolhsub: "⟈",
954
- wedgedot: "⟑",
955
- pullback: "⟓",
956
- UUparrow: "⟰",
957
- Mapsfrom: "⤆",
958
- Uuparrow: "⤊",
959
- drbkarow: "⤐",
960
- lefttail: "⤙",
961
- hksearow: "⤥",
962
- hkswarow: "⤦",
963
- strictfi: "⥼",
964
- strictif: "⥽",
965
- revangle: "⦣",
966
- boxslash: "⧄",
967
- boxonbox: "⧉",
968
- rtriltri: "⧎",
969
- lfbowtie: "⧑",
970
- rfbowtie: "⧒",
971
- lvzigzag: "⧘",
972
- rvzigzag: "⧙",
973
- Lvzigzag: "⧚",
974
- Rvzigzag: "⧛",
975
- tieinfty: "⧝",
976
- smeparsl: "⧤",
977
- eqvparsl: "⧥",
978
- setminus: "⧵",
979
- bigoplus: "⨁",
980
- biguplus: "⨄",
981
- bigsqcap: "⨅",
982
- bigsqcup: "⨆",
983
- bigtimes: "⨉",
984
- cirfnint: "⨐",
985
- rppolint: "⨒",
986
- scpolint: "⨓",
987
- pointint: "⨕",
988
- intlarhk: "⨗",
989
- zproject: "⨡",
990
- ringplus: "⨢",
991
- plustrif: "⨨",
992
- minusdot: "⨪",
993
- vectimes: "⨯",
994
- dottimes: "⨰",
995
- timesbar: "⨱",
996
- intprodr: "⨽",
997
- capwedge: "⩄",
998
- veeonvee: "⩖",
999
- wedgebar: "⩟",
1000
- dotequiv: "⩧",
1001
- simrdots: "⩫",
1002
- Coloneqq: "⩴",
1003
- leqslant: "⩽",
1004
- geqslant: "⩾",
1005
- lesdotor: "⪃",
1006
- gesdotol: "⪄",
1007
- lnapprox: "⪉",
1008
- gnapprox: "⪊",
1009
- precneqq: "⪵",
1010
- succneqq: "⪶",
1011
- forksnot: "⫝",
1012
- varVdash: "⫦",
1013
- pentagon: "⬠",
1014
- mathring: "̊",
1015
- underbar: "̱",
1016
- upLambda: "Λ",
1017
- uplambda: "λ",
1018
- varsigma: "ς",
1019
- upvarphi: "φ",
1020
- vartheta: "ϑ",
1021
- upStigma: "Ϛ",
1022
- upstigma: "ϛ",
1023
- varkappa: "ϰ",
1024
- upvarrho: "ϱ",
1025
- question: "?",
1026
- mathcent: "¢",
1027
- sterling: "£",
1028
- circledR: "®",
1029
- ddagger: "‡",
1030
- trprime: "‴",
1031
- closure: "⁐",
1032
- annuity: "⃧",
1033
- uparrow: "↑",
1034
- nwarrow: "↖",
1035
- nearrow: "↗",
1036
- searrow: "↘",
1037
- swarrow: "↙",
1038
- Uparrow: "⇑",
1039
- Nwarrow: "⇖",
1040
- Nearrow: "⇗",
1041
- Searrow: "⇘",
1042
- Swarrow: "⇙",
1043
- partial: "∂",
1044
- nexists: "∄",
1045
- smallin: "∊",
1046
- smallni: "∍",
1047
- dotplus: "∔",
1048
- dbloint: "∯",
1049
- because: "∵",
1050
- eqcolon: "∹",
1051
- backsim: "∽",
1052
- simneqq: "≆",
1053
- napprox: "≉",
1054
- coloneq: "≔",
1055
- varsdef: "≜",
1056
- questeq: "≟",
1057
- between: "≬",
1058
- lesssim: "≲",
1059
- ngtrsim: "≵",
1060
- lessgtr: "≶",
1061
- gtrless: "≷",
1062
- precsim: "≾",
1063
- succsim: "≿",
1064
- nsubset: "⊄",
1065
- nsupset: "⊅",
1066
- boxplus: "⊞",
1067
- imageof: "⊷",
1068
- diamond: "⋄",
1069
- lrtimes: "⋈",
1070
- lessdot: "⋖",
1071
- npreceq: "⋠",
1072
- nsucceq: "⋡",
1073
- isindot: "⋵",
1074
- hexagon: "⎔",
1075
- obrbrak: "⏠",
1076
- ubrbrak: "⏡",
1077
- benzenr: "⏣",
1078
- squoval: "▢",
1079
- Diamond: "◇",
1080
- fisheye: "◉",
1081
- lozenge: "◊",
1082
- bigstar: "★",
1083
- yinyang: "☯",
1084
- frownie: "☹",
1085
- sadface: "☹",
1086
- mercury: "☿",
1087
- Mercury: "☿",
1088
- jupiter: "♃",
1089
- Jupiter: "♃",
1090
- neptune: "♆",
1091
- Neptune: "♆",
1092
- scorpio: "♏",
1093
- Scorpio: "♏",
1094
- varclub: "♧",
1095
- natural: "♮",
1096
- recycle: "♻",
1097
- diceiii: "⚂",
1098
- warning: "⚠",
1099
- medcirc: "⚪",
1100
- ballotx: "✗",
1101
- maltese: "✠",
1102
- varstar: "✶",
1103
- lbrbrak: "❲",
1104
- rbrbrak: "❳",
1105
- suphsol: "⟉",
1106
- pushout: "⟔",
1107
- Lbrbrak: "⟬",
1108
- Rbrbrak: "⟭",
1109
- implies: "⟹",
1110
- dbkarow: "⤏",
1111
- leadsto: "⤳",
1112
- subrarr: "⥹",
1113
- suplarr: "⥻",
1114
- llangle: "⦉",
1115
- rrangle: "⦊",
1116
- vzigzag: "⦚",
1117
- obslash: "⦸",
1118
- olcross: "⦻",
1119
- cirscir: "⧂",
1120
- boxdiag: "⧄",
1121
- fbowtie: "⧓",
1122
- lftimes: "⧔",
1123
- rftimes: "⧕",
1124
- nvinfty: "⧞",
1125
- dualmap: "⧟",
1126
- shuffle: "⧢",
1127
- thermod: "⧧",
1128
- rsolbar: "⧷",
1129
- bigodot: "⨀",
1130
- varprod: "⨉",
1131
- npolint: "⨔",
1132
- project: "⨡",
1133
- plushat: "⨣",
1134
- simplus: "⨤",
1135
- plusdot: "⨥",
1136
- plussim: "⨦",
1137
- intprod: "⨼",
1138
- twocups: "⩊",
1139
- twocaps: "⩋",
1140
- veeodot: "⩒",
1141
- congdot: "⩭",
1142
- eqqplus: "⩱",
1143
- pluseqq: "⩲",
1144
- Coloneq: "⩴",
1145
- ddotseq: "⩷",
1146
- equivDD: "⩸",
1147
- ltquest: "⩻",
1148
- gtquest: "⩼",
1149
- lesdoto: "⪁",
1150
- gesdoto: "⪂",
1151
- eqqless: "⪙",
1152
- simless: "⪝",
1153
- bumpeqq: "⪮",
1154
- precneq: "⪱",
1155
- succneq: "⪲",
1156
- preceqq: "⪳",
1157
- succeqq: "⪴",
1158
- llcurly: "⪻",
1159
- ggcurly: "⪼",
1160
- submult: "⫁",
1161
- supmult: "⫂",
1162
- subedot: "⫃",
1163
- supedot: "⫄",
1164
- lsqhook: "⫍",
1165
- rsqhook: "⫎",
1166
- suphsub: "⫗",
1167
- supdsub: "⫘",
1168
- topfork: "⫚",
1169
- revnmid: "⫮",
1170
- nhVvert: "⫵",
1171
- lllnest: "⫷",
1172
- gggnest: "⫸",
1173
- trslash: "⫻",
1174
- hzigzag: "〰",
1175
- overbar: "̅",
1176
- upAlpha: "Α",
1177
- upGamma: "Γ",
1178
- upDelta: "Δ",
1179
- upTheta: "Θ",
1180
- upKappa: "Κ",
1181
- upSigma: "Σ",
1182
- Upsilon: "Υ",
1183
- upOmega: "Ω",
1184
- upalpha: "α",
1185
- upgamma: "γ",
1186
- updelta: "δ",
1187
- uptheta: "θ",
1188
- upkappa: "κ",
1189
- upsigma: "σ",
1190
- upsilon: "υ",
1191
- upomega: "ω",
1192
- varbeta: "ϐ",
1193
- upvarpi: "ϖ",
1194
- Digamma: "Ϝ",
1195
- digamma: "ϝ",
1196
- upKoppa: "Ϟ",
1197
- upkoppa: "ϟ",
1198
- upSampi: "Ϡ",
1199
- upsampi: "ϡ",
1200
- epsilon: "ϵ",
1201
- percent: "%",
1202
- greater: ">",
1203
- sptilde: "~",
1204
- matheth: "ð",
1205
- dagger: "†",
1206
- bullet: "•",
1207
- second: "″",
1208
- dprime: "″",
1209
- Exclam: "‼",
1210
- fourth: "⁗",
1211
- qprime: "⁗",
1212
- ddddot: "⃜",
1213
- hslash: "ℏ",
1214
- daleth: "ℸ",
1215
- invamp: "⅋",
1216
- MapsUp: "↥",
1217
- mapsup: "↥",
1218
- mapsto: "↦",
1219
- forall: "∀",
1220
- exists: "∃",
1221
- coprod: "∐",
1222
- propto: "∝",
1223
- oiiint: "∰",
1224
- nsimeq: "≄",
1225
- approx: "≈",
1226
- Bumpeq: "≎",
1227
- bumpeq: "≏",
1228
- eqcirc: "≖",
1229
- circeq: "≗",
1230
- wedgeq: "≙",
1231
- stareq: "≛",
1232
- measeq: "≞",
1233
- nequiv: "≢",
1234
- nasymp: "≭",
1235
- apprle: "≲",
1236
- gtrsim: "≳",
1237
- apprge: "≳",
1238
- subset: "⊂",
1239
- supset: "⊃",
1240
- cupdot: "⊍",
1241
- ominus: "⊖",
1242
- otimes: "⊗",
1243
- oslash: "⊘",
1244
- boxdot: "⊡",
1245
- assert: "⊦",
1246
- models: "⊧",
1247
- Vvdash: "⊪",
1248
- nvdash: "⊬",
1249
- nvDash: "⊭",
1250
- nVdash: "⊮",
1251
- nVDash: "⊯",
1252
- prurel: "⊰",
1253
- scurel: "⊱",
1254
- origof: "⊶",
1255
- veebar: "⊻",
1256
- barvee: "⊽",
1257
- bigvee: "⋁",
1258
- bigcap: "⋂",
1259
- bigcup: "⋃",
1260
- bowtie: "⋈",
1261
- ltimes: "⋉",
1262
- rtimes: "⋊",
1263
- Subset: "⋐",
1264
- Supset: "⋑",
1265
- gtrdot: "⋗",
1266
- eqless: "⋜",
1267
- nunlhd: "⋬",
1268
- nunrhd: "⋭",
1269
- iddots: "⋰",
1270
- isinvb: "⋸",
1271
- varnis: "⋻",
1272
- niobar: "⋾",
1273
- lfloor: "⌊",
1274
- rfloor: "⌋",
1275
- invneg: "⌐",
1276
- invnot: "⌐",
1277
- inttop: "⌠",
1278
- topbot: "⌶",
1279
- APLinv: "⌹",
1280
- APLlog: "⍟",
1281
- sumtop: "⎲",
1282
- Circle: "○",
1283
- CIRCLE: "●",
1284
- boxbar: "◫",
1285
- square: "◻",
1286
- Square: "☐",
1287
- danger: "☡",
1288
- smiley: "☺",
1289
- female: "♀",
1290
- saturn: "♄",
1291
- Saturn: "♄",
1292
- uranus: "♅",
1293
- Uranus: "♅",
1294
- taurus: "♉",
1295
- Taurus: "♉",
1296
- gemini: "♊",
1297
- Gemini: "♊",
1298
- cancer: "♋",
1299
- pisces: "♓",
1300
- diceii: "⚁",
1301
- diceiv: "⚃",
1302
- dicevi: "⚅",
1303
- anchor: "⚓",
1304
- swords: "⚔",
1305
- neuter: "⚲",
1306
- pencil: "✎",
1307
- veedot: "⟇",
1308
- bigbot: "⟘",
1309
- bigtop: "⟙",
1310
- cirbot: "⟟",
1311
- lBrack: "⟦",
1312
- Lbrack: "⟦",
1313
- rBrack: "⟧",
1314
- Rbrack: "⟧",
1315
- langle: "〈",
1316
- rangle: "〉",
1317
- lAngle: "⟪",
1318
- rAngle: "⟫",
1319
- lgroup: "⟮",
1320
- rgroup: "⟯",
1321
- Mapsto: "⤇",
1322
- ltlarr: "⥶",
1323
- gtrarr: "⥸",
1324
- lBrace: "⦃",
1325
- rBrace: "⦄",
1326
- Lparen: "⦅",
1327
- lParen: "⦅",
1328
- Rparen: "⦆",
1329
- rParen: "⦆",
1330
- angles: "⦞",
1331
- angdnr: "⦟",
1332
- gtlpar: "⦠",
1333
- boxast: "⧆",
1334
- boxbox: "⧈",
1335
- ltrivb: "⧏",
1336
- vbrtri: "⧐",
1337
- iinfin: "⧜",
1338
- laplac: "⧠",
1339
- eparsl: "⧣",
1340
- tminus: "⧿",
1341
- sumint: "⨋",
1342
- iiiint: "⨌",
1343
- intbar: "⨍",
1344
- intBar: "⨎",
1345
- sqrint: "⨖",
1346
- intcap: "⨙",
1347
- intcup: "⨚",
1348
- lowint: "⨜",
1349
- btimes: "⨲",
1350
- Otimes: "⨷",
1351
- capdot: "⩀",
1352
- uminus: "⩁",
1353
- barcup: "⩂",
1354
- barcap: "⩃",
1355
- cupvee: "⩅",
1356
- dotsim: "⩪",
1357
- eqqsim: "⩳",
1358
- eqeqeq: "⩶",
1359
- lesdot: "⩿",
1360
- gesdot: "⪀",
1361
- lesges: "⪓",
1362
- gesles: "⪔",
1363
- elsdot: "⪗",
1364
- egsdot: "⪘",
1365
- eqqgtr: "⪚",
1366
- simgtr: "⪞",
1367
- preceq: "⪯",
1368
- succeq: "⪰",
1369
- subsim: "⫇",
1370
- supsim: "⫈",
1371
- subsup: "⫓",
1372
- supsub: "⫔",
1373
- subsub: "⫕",
1374
- supsup: "⫖",
1375
- vDdash: "⫢",
1376
- cirmid: "⫯",
1377
- midcir: "⫰",
1378
- topcir: "⫱",
1379
- parsim: "⫳",
1380
- sslash: "⫽",
1381
- ovhook: "̉",
1382
- candra: "̐",
1383
- droang: "̚",
1384
- utilde: "̰",
1385
- upBeta: "Β",
1386
- upZeta: "Ζ",
1387
- upIota: "Ι",
1388
- Lambda: "Λ",
1389
- upbeta: "β",
1390
- upzeta: "ζ",
1391
- upiota: "ι",
1392
- lambda: "λ",
1393
- varphi: "φ",
1394
- Stigma: "Ϛ",
1395
- stigma: "ϛ",
1396
- varrho: "ϱ",
1397
- exclam: "!",
1398
- lparen: "(",
1399
- rparen: ")",
1400
- period: ".",
1401
- atsign: "@",
1402
- lbrack: "[",
1403
- rbrack: "]",
1404
- lbrace: "{",
1405
- rbrace: "}",
1406
- pounds: "£",
1407
- spddot: "¨",
1408
- qquad: "    ",
1409
- ldots: "…",
1410
- prime: "′",
1411
- third: "‴",
1412
- dddot: "⃛",
1413
- DDDot: "⃛",
1414
- Euler: "ℇ",
1415
- tcohm: "Ω",
1416
- aleph: "ℵ",
1417
- gimel: "ℷ",
1418
- upand: "⅋",
1419
- nabla: "∇",
1420
- notin: "∉",
1421
- notni: "∌",
1422
- minus: "−",
1423
- slash: "∕",
1424
- infty: "∞",
1425
- angle: "∠",
1426
- wedge: "∧",
1427
- iiint: "∭",
1428
- oiint: "∯",
1429
- Colon: "∷",
1430
- eqsim: "≂",
1431
- simeq: "≃",
1432
- nsime: "≄",
1433
- ncong: "≇",
1434
- asymp: "≍",
1435
- doteq: "≐",
1436
- Doteq: "≑",
1437
- arceq: "≘",
1438
- veeeq: "≚",
1439
- eqdef: "≝",
1440
- equiv: "≡",
1441
- Equiv: "≣",
1442
- lneqq: "≨",
1443
- gneqq: "≩",
1444
- nless: "≮",
1445
- nprec: "⊀",
1446
- nsucc: "⊁",
1447
- uplus: "⊎",
1448
- sqcap: "⊓",
1449
- sqcup: "⊔",
1450
- oplus: "⊕",
1451
- vdash: "⊢",
1452
- dashv: "⊣",
1453
- vDash: "⊨",
1454
- Vdash: "⊩",
1455
- VDash: "⊫",
1456
- unlhd: "⊴",
1457
- unrhd: "⊵",
1458
- eqgtr: "⋝",
1459
- lnsim: "⋦",
1460
- gnsim: "⋧",
1461
- vdots: "⋮",
1462
- cdots: "⋯",
1463
- adots: "⋰",
1464
- ddots: "⋱",
1465
- disin: "⋲",
1466
- isins: "⋴",
1467
- barin: "⋶",
1468
- isinE: "⋹",
1469
- house: "⌂",
1470
- lceil: "⌈",
1471
- rceil: "⌉",
1472
- frown: "⌢",
1473
- smile: "⌣",
1474
- strns: "⏤",
1475
- fltns: "⏥",
1476
- ularc: "◜",
1477
- urarc: "◝",
1478
- lrarc: "◞",
1479
- llarc: "◟",
1480
- skull: "☠",
1481
- Venus: "♀",
1482
- earth: "♁",
1483
- pluto: "♇",
1484
- Pluto: "♇",
1485
- aries: "♈",
1486
- Aries: "♈",
1487
- virgo: "♍",
1488
- libra: "♎",
1489
- Libra: "♎",
1490
- sharp: "♯",
1491
- dicei: "⚀",
1492
- dicev: "⚄",
1493
- psurj: "⤀",
1494
- Vvert: "⦀",
1495
- lblot: "⦉",
1496
- rblot: "⦊",
1497
- operp: "⦹",
1498
- zhide: "⧹",
1499
- xbsol: "⧹",
1500
- tplus: "⧾",
1501
- awint: "⨑",
1502
- sqint: "⨖",
1503
- upint: "⨛",
1504
- zpipe: "⨠",
1505
- amalg: "⨿",
1506
- Sqcap: "⩎",
1507
- Sqcup: "⩏",
1508
- Wedge: "⩓",
1509
- ndres: "⩤",
1510
- nrres: "⩥",
1511
- eqdot: "⩦",
1512
- asteq: "⩮",
1513
- Equal: "⩵",
1514
- ltcir: "⩹",
1515
- gtcir: "⩺",
1516
- lsime: "⪍",
1517
- gsime: "⪎",
1518
- lsimg: "⪏",
1519
- gsiml: "⪐",
1520
- simlE: "⪟",
1521
- simgE: "⪠",
1522
- lescc: "⪨",
1523
- gescc: "⪩",
1524
- csube: "⫑",
1525
- csupe: "⫒",
1526
- forkv: "⫙",
1527
- forks: "⫝̸",
1528
- perps: "⫡",
1529
- dashV: "⫣",
1530
- Dashv: "⫤",
1531
- DashV: "⫥",
1532
- vBarv: "⫩",
1533
- nhpar: "⫲",
1534
- hline: "⎯",
1535
- imath: "ı",
1536
- jmath: "ȷ",
1537
- grave: "̀",
1538
- acute: "́",
1539
- breve: "̆",
1540
- ocirc: "̊",
1541
- check: "̌",
1542
- Gamma: "Γ",
1543
- Delta: "Δ",
1544
- upEta: "Η",
1545
- Theta: "Θ",
1546
- upRho: "Ρ",
1547
- Sigma: "Σ",
1548
- upTau: "Τ",
1549
- upPhi: "Φ",
1550
- upChi: "Χ",
1551
- upPsi: "Ψ",
1552
- Omega: "Ω",
1553
- alpha: "α",
1554
- gamma: "γ",
1555
- delta: "δ",
1556
- upeta: "η",
1557
- theta: "θ",
1558
- kappa: "κ",
1559
- uprho: "ρ",
1560
- sigma: "σ",
1561
- uptau: "τ",
1562
- upchi: "χ",
1563
- uppsi: "ψ",
1564
- omega: "ω",
1565
- upphi: "ϕ",
1566
- varpi: "ϖ",
1567
- Qoppa: "Ϙ",
1568
- Koppa: "Ϙ",
1569
- qoppa: "ϙ",
1570
- koppa: "ϙ",
1571
- Sampi: "Ϡ",
1572
- sampi: "ϡ",
1573
- comma: ",",
1574
- colon: ":",
1575
- equal: "=",
1576
- sphat: "^",
1577
- Micro: "µ",
1578
- cdotp: "·",
1579
- times: "×",
1580
- lVert: "∥",
1581
- rVert: "∥",
1582
- quad: " ",
1583
- Vert: "‖",
1584
- euro: "€",
1585
- lvec: "⃐",
1586
- LVec: "⃖",
1587
- Finv: "Ⅎ",
1588
- beth: "ℶ",
1589
- Game: "⅁",
1590
- gets: "←",
1591
- tsur: "↠",
1592
- tinj: "↣",
1593
- dlsh: "↲",
1594
- Ldsh: "↲",
1595
- drsh: "↳",
1596
- Rdsh: "↳",
1597
- pfun: "⇸",
1598
- ffun: "⇻",
1599
- nexi: "∄",
1600
- owns: "∋",
1601
- circ: "∘",
1602
- nmid: "∤",
1603
- land: "∧",
1604
- iint: "∬",
1605
- nsim: "≁",
1606
- cong: "≅",
1607
- sdef: "≙",
1608
- leqq: "≦",
1609
- geqq: "≧",
1610
- ngtr: "≯",
1611
- nleq: "≰",
1612
- ngeq: "≱",
1613
- prec: "≺",
1614
- succ: "≻",
1615
- buni: "⊎",
1616
- odot: "⊙",
1617
- dint: "⋂",
1618
- duni: "⋃",
1619
- cdot: "⋅",
1620
- star: "⋆",
1621
- hash: "⋕",
1622
- nisd: "⋺",
1623
- obar: "⌽",
1624
- rres: "▷",
1625
- dres: "◁",
1626
- XBox: "☒",
1627
- male: "♂",
1628
- Mars: "♂",
1629
- flat: "♭",
1630
- perp: "⟂",
1631
- Lbag: "⟅",
1632
- lbag: "⟅",
1633
- Rbag: "⟆",
1634
- rbag: "⟆",
1635
- upin: "⟒",
1636
- lang: "⟪",
1637
- rang: "⟫",
1638
- psur: "⤀",
1639
- pinj: "⤔",
1640
- finj: "⤕",
1641
- tona: "⤧",
1642
- toea: "⤨",
1643
- tosa: "⤩",
1644
- towa: "⤪",
1645
- VERT: "⦀",
1646
- spot: "⦁",
1647
- limg: "⦇",
1648
- rimg: "⦈",
1649
- obot: "⦺",
1650
- cirE: "⧃",
1651
- dsol: "⧶",
1652
- xsol: "⧸",
1653
- hide: "⧹",
1654
- fint: "⨏",
1655
- intx: "⨘",
1656
- Join: "⨝",
1657
- zcmp: "⨟",
1658
- semi: "⨟",
1659
- odiv: "⨸",
1660
- fcmp: "⨾",
1661
- comp: "⨾",
1662
- dsub: "⩤",
1663
- rsub: "⩥",
1664
- eqeq: "⩵",
1665
- Same: "⩶",
1666
- lneq: "⪇",
1667
- gneq: "⪈",
1668
- ltcc: "⪦",
1669
- gtcc: "⪧",
1670
- smte: "⪬",
1671
- late: "⪭",
1672
- Prec: "⪻",
1673
- Succ: "⪼",
1674
- csub: "⫏",
1675
- csup: "⫐",
1676
- mlcp: "⫛",
1677
- Barv: "⫧",
1678
- vBar: "⫨",
1679
- barV: "⫪",
1680
- Vbar: "⫫",
1681
- Perp: "⫫",
1682
- bNot: "⫭",
1683
- Zbar: "Ƶ",
1684
- DDot: "̈",
1685
- ring: "̊",
1686
- upMu: "Μ",
1687
- upNu: "Ν",
1688
- upXi: "Ξ",
1689
- upPi: "Π",
1690
- beta: "β",
1691
- zeta: "ζ",
1692
- iota: "ι",
1693
- upmu: "μ",
1694
- upnu: "ν",
1695
- upxi: "ξ",
1696
- uppi: "π",
1697
- plus: "+",
1698
- less: "<",
1699
- vert: "|",
1700
- cent: "¢",
1701
- lnot: "¬",
1702
- tcmu: "µ",
1703
- "\ ": " ",
1704
- cat: "⁀",
1705
- Vec: "⃗",
1706
- ell: "ℓ",
1707
- mho: "℧",
1708
- Mho: "℧",
1709
- Yup: "⅄",
1710
- rel: "↔",
1711
- Lsh: "↰",
1712
- Rsh: "↱",
1713
- exi: "∃",
1714
- nin: "∉",
1715
- nni: "∌",
1716
- QED: "∎",
1717
- ast: "∗",
1718
- mid: "∣",
1719
- vee: "∨",
1720
- lor: "∨",
1721
- cap: "∩",
1722
- cup: "∪",
1723
- sim: "∼",
1724
- int: "∫",
1725
- neq: "≠",
1726
- leq: "≤",
1727
- geq: "≥",
1728
- top: "⊤",
1729
- bot: "⊥",
1730
- Cap: "⋒",
1731
- Cup: "⋓",
1732
- lll: "⋘",
1733
- ggg: "⋙",
1734
- nis: "⋼",
1735
- RHD: "▶",
1736
- rhd: "▷",
1737
- LHD: "◀",
1738
- lhd: "◁",
1739
- Sun: "☉",
1740
- sun: "☼",
1741
- leo: "♌",
1742
- Leo: "♌",
1743
- iff: "⟺",
1744
- bij: "⤖",
1745
- Vee: "⩔",
1746
- lgE: "⪑",
1747
- glE: "⪒",
1748
- glj: "⪤",
1749
- gla: "⪥",
1750
- smt: "⪪",
1751
- lat: "⪫",
1752
- Top: "⫪",
1753
- Bot: "⫫",
1754
- Not: "⫬",
1755
- Dot: "̇",
1756
- not: "̸",
1757
- Phi: "Φ",
1758
- Psi: "Ψ",
1759
- eta: "η",
1760
- rho: "ρ",
1761
- tau: "τ",
1762
- chi: "χ",
1763
- psi: "ψ",
1764
- phi: "ϕ",
1765
- yen: "¥",
1766
- neg: "¬",
1767
- eth: "ð",
1768
- div: "÷",
1769
- Xi: "Ξ",
1770
- Im: "ℑ",
1771
- wp: "℘",
1772
- Re: "ℜ",
1773
- DD: "ⅅ",
1774
- dd: "ⅆ",
1775
- ee: "ⅇ",
1776
- ii: "ⅈ",
1777
- jj: "ⅉ",
1778
- to: "→",
1779
- in: "∈",
1780
- ni: "∋",
1781
- mp: "∓",
1782
- AC: "∿",
1783
- wr: "≀",
1784
- ne: "≠",
1785
- le: "≤",
1786
- ge: "≥",
1787
- ll: "≪",
1788
- gg: "≫",
1789
- Lt: "⪡",
1790
- Gt: "⪢",
1791
- Pi: "Π",
1792
- mu: "μ",
1793
- nu: "ν",
1794
- xi: "ξ",
1795
- pi: "π",
1796
- pm: "±",
1797
- RR: "ℝ",
1798
- NN: "ℕ",
1799
- CC: "ℂ",
1800
- QQ: "ℚ",
1801
- ZZ: "ℤ",
1802
- "-": "−",
1803
- "'": "'",
1804
- "!": "!",
1805
- "#": "#",
1806
- "$": "$",
1807
- "%": "%",
1808
- "&": "&",
1809
- "*": "*",
1810
- "+": "+",
1811
- ",": ",",
1812
- ".": ".",
1813
- "/": "/",
1814
- ":": ":",
1815
- ";": "&#x3b;",
1816
- "<": "&#x3c;",
1817
- "=": "&#x3d;",
1818
- ">": "&#x3e;",
1819
- "?": "&#x3f;",
1820
- "@": "&#x40;",
1821
- "|": "&#x7c;",
1822
- _: "&#x5f;",
1823
- }.freeze
1824
6
  SYMBOLS = {
1825
- barleftarrowrightarrowba: :symbols,
1826
- rightarrowshortleftarrow: :symbols,
1827
- leftarrowshortrightarrow: :symbols,
1828
- shortrightarrowleftarrow: :symbols,
1829
- leftrightharpoondowndown: :symbols,
1830
- smallblacktriangleright: :symbols,
1831
- invwhiteupperhalfcircle: :symbols,
1832
- invwhitelowerhalfcircle: :symbols,
1833
- concavediamondtickright: :symbols,
1834
- nvtwoheadrightarrowtail: :symbols,
1835
- nVtwoheadrightarrowtail: :symbols,
1836
- updownharpoonrightright: :symbols,
1837
- updownharpoonsleftright: :symbols,
1838
- downupharpoonsleftright: :symbols,
1839
- leftrightarrowtriangle: :symbols,
1840
- smallblacktriangleleft: :symbols,
1841
- blackcircleulquadwhite: :symbols,
1842
- concavediamondtickleft: :symbols,
1843
- leftrightharpoonupdown: :symbols,
1844
- leftrightharpoondownup: :symbols,
1845
- updownharpoonrightleft: :symbols,
1846
- updownharpoonleftright: :symbols,
1847
- downtrianglerightblack: :symbols,
1848
- partialmeetcontraction: :symbols,
1849
- nvtwoheadleftarrowtail: :symbols,
1850
- nVtwoheadleftarrowtail: :symbols,
1851
- underrightharpoondown: :symbols,
1852
- barovernorthwestarrow: :symbols,
1853
- rangledownzigzagarrow: :symbols,
1854
- circlebottomhalfblack: :symbols,
1855
- twoheadrightarrowtail: :symbols,
1856
- updownharpoonleftleft: :symbols,
1857
- downharpoonsleftright: :symbols,
1858
- leftrightharpoonsdown: :symbols,
1859
- rightleftharpoonsdown: :symbols,
1860
- downtriangleleftblack: :symbols,
1861
- blackdiamonddownarrow: :symbols,
1862
- closedvarcupsmashprod: :symbols,
1863
- underleftharpoondown: :symbols,
1864
- CapitalDifferentialD: :symbols,
1865
- bigblacktriangledown: :symbols,
1866
- circlerighthalfblack: :symbols,
1867
- blackrighthalfcircle: :symbols,
1868
- blackcircledrightdot: :symbols,
1869
- whiteinwhitetriangle: :symbols,
1870
- whitesquaretickright: :symbols,
1871
- barrightarrowdiamond: :symbols,
1872
- downrightcurvedarrow: :symbols,
1873
- rightdowncurvedarrow: :symbols,
1874
- curvearrowrightminus: :symbols,
1875
- leftrightarrowcircle: :symbols,
1876
- twoheaduparrowcircle: :symbols,
1877
- leftrightharpoonupup: :symbols,
1878
- leftrightharpoondown: :symbols,
1879
- dashrightharpoondown: :symbols,
1880
- blackcircledownarrow: :symbols,
1881
- NestedGreaterGreater: :symbols,
1882
- twoheadleftarrowtail: :symbols,
1883
- rightarrowbackapprox: :symbols,
1884
- leftrightsquigarrow: :symbols,
1885
- whitearrowupfrombar: :symbols,
1886
- blockthreeqtrshaded: :symbols,
1887
- blackinwhitediamond: :symbols,
1888
- circlelefthalfblack: :symbols,
1889
- blacklefthalfcircle: :symbols,
1890
- blackcircledtwodots: :symbols,
1891
- whitesquaretickleft: :symbols,
1892
- longrightsquigarrow: :symbols,
1893
- nvtwoheadrightarrow: :symbols,
1894
- nVtwoheadrightarrow: :symbols,
1895
- diamondleftarrowbar: :symbols,
1896
- leftdowncurvedarrow: :symbols,
1897
- downharpoonrightbar: :symbols,
1898
- rightharpoondownbar: :symbols,
1899
- bardownharpoonright: :symbols,
1900
- barrightharpoondown: :symbols,
1901
- upharpoonsleftright: :symbols,
1902
- rightharpoonsupdown: :symbols,
1903
- leftrightharpoonsup: :symbols,
1904
- rightleftharpoonsup: :symbols,
1905
- dashleftharpoondown: :symbols,
1906
- twoheadleftdbkarrow: :symbols,
1907
- leftarrowbackapprox: :symbols,
1908
- rightharpoonaccent: :symbols,
1909
- overleftrightarrow: :symbols,
1910
- acwopencirclearrow: :symbols,
1911
- upharpoonrightdown: :symbols,
1912
- circleonrightarrow: :symbols,
1913
- rightarrowtriangle: :symbols,
1914
- PrecedesSlantEqual: :symbols,
1915
- SucceedsSlantEqual: :symbols,
1916
- measuredrightangle: :symbols,
1917
- blackinwhitesquare: :symbols,
1918
- parallelogramblack: :symbols,
1919
- bigblacktriangleup: :symbols,
1920
- blacktriangleright: :symbols,
1921
- smalltriangleright: :symbols,
1922
- circletophalfblack: :symbols,
1923
- inversewhitecircle: :symbols,
1924
- trianglerightblack: :symbols,
1925
- longleftrightarrow: :symbols,
1926
- Longleftrightarrow: :symbols,
1927
- curvearrowleftplus: :symbols,
1928
- ccwundercurvearrow: :symbols,
1929
- leftrightharpoonup: :symbols,
1930
- rightupdownharpoon: :symbols,
1931
- RightDownVectorBar: :symbols,
1932
- barleftharpoondown: :symbols,
1933
- DownRightVectorBar: :symbols,
1934
- downharpoonleftbar: :symbols,
1935
- RightDownTeeVector: :symbols,
1936
- leftharpoondownbar: :symbols,
1937
- DownRightTeeVector: :symbols,
1938
- bardownharpoonleft: :symbols,
1939
- leftharpoonsupdown: :symbols,
1940
- rightrightharpoons: :symbols,
1941
- rightharpoonupdash: :symbols,
1942
- circledwhitebullet: :symbols,
1943
- errbarblackdiamond: :symbols,
1944
- longleftsquigarrow: :symbols,
1945
- nvtwoheadleftarrow: :symbols,
1946
- nVtwoheadleftarrow: :symbols,
1947
- bsimilarrightarrow: :symbols,
1948
- rightarrowbsimilar: :symbols,
1949
- rightpentagonblack: :symbols,
1950
- leftharpoonaccent: :symbols,
1951
- twoheadrightarrow: :symbols,
1952
- cwopencirclearrow: :symbols,
1953
- upharpoonleftdown: :symbols,
1954
- leftrightharpoons: :symbols,
1955
- rightleftharpoons: :symbols,
1956
- leftarrowtriangle: :symbols,
1957
- kernelcontraction: :symbols,
1958
- vardoublebarwedge: :symbols,
1959
- varhexagonlrbonds: :symbols,
1960
- varcarriagereturn: :symbols,
1961
- blackpointerright: :symbols,
1962
- whitepointerright: :symbols,
1963
- blacktriangledown: :symbols,
1964
- smalltriangledown: :symbols,
1965
- blacktriangleleft: :symbols,
1966
- smalltriangleleft: :symbols,
1967
- circleurquadblack: :symbols,
1968
- triangleleftblack: :symbols,
1969
- acwgapcirclearrow: :symbols,
1970
- rightarrowonoplus: :symbols,
1971
- rightarrowdiamond: :symbols,
1972
- uprightcurvearrow: :symbols,
1973
- cwundercurvearrow: :symbols,
1974
- leftupdownharpoon: :symbols,
1975
- rightharpoonupbar: :symbols,
1976
- barupharpoonright: :symbols,
1977
- DownLeftVectorBar: :symbols,
1978
- LeftDownVectorBar: :symbols,
1979
- barrightharpoonup: :symbols,
1980
- upharpoonrightbar: :symbols,
1981
- DownLeftTeeVector: :symbols,
1982
- LeftDownTeeVector: :symbols,
1983
- leftharpoonupdash: :symbols,
1984
- similarrightarrow: :symbols,
1985
- rightarrowsimilar: :symbols,
1986
- measuredangleleft: :symbols,
1987
- errbarblacksquare: :symbols,
1988
- errbarblackcircle: :symbols,
1989
- diamondrightblack: :symbols,
1990
- circleonleftarrow: :symbols,
1991
- bsimilarleftarrow: :symbols,
1992
- leftarrowbsimilar: :symbols,
1993
- twoheadleftarrow: :symbols,
1994
- twoheaddownarrow: :symbols,
1995
- circlearrowright: :symbols,
1996
- rightharpoondown: :symbols,
1997
- downharpoonright: :symbols,
1998
- uparrowdownarrow: :symbols,
1999
- rightrightarrows: :symbols,
2000
- downarrowuparrow: :symbols,
2001
- rightthreearrows: :symbols,
2002
- nvleftrightarrow: :symbols,
2003
- nVleftrightarrow: :symbols,
2004
- varointclockwise: :symbols,
2005
- ointctrclockwise: :symbols,
2006
- vartriangleright: :symbols,
2007
- multimapdotbothA: :symbols,
2008
- multimapdotbothB: :symbols,
2009
- NotRightTriangle: :symbols,
2010
- ntrianglerighteq: :symbols,
2011
- APLrightarrowbox: :symbols,
2012
- blackpointerleft: :symbols,
2013
- whitepointerleft: :symbols,
2014
- squarerightblack: :symbols,
2015
- cwgapcirclearrow: :symbols,
2016
- nvLeftrightarrow: :symbols,
2017
- nvrightarrowtail: :symbols,
2018
- nVrightarrowtail: :symbols,
2019
- diamondleftarrow: :symbols,
2020
- rightcurvedarrow: :symbols,
2021
- acwunderarcarrow: :symbols,
2022
- leftrightharpoon: :symbols,
2023
- rightleftharpoon: :symbols,
2024
- barleftharpoonup: :symbols,
2025
- RightUpVectorBar: :symbols,
2026
- barupharpoonleft: :symbols,
2027
- leftharpoonupbar: :symbols,
2028
- RightUpTeeVector: :symbols,
2029
- upharpoonleftbar: :symbols,
2030
- leftleftharpoons: :symbols,
2031
- downdownharpoons: :symbols,
2032
- uprevequilibrium: :symbols,
2033
- leftarrowsimilar: :symbols,
2034
- rightarrowapprox: :symbols,
2035
- sphericalangleup: :symbols,
2036
- RightTriangleBar: :symbols,
2037
- diamondleftblack: :symbols,
2038
- leftarrowonoplus: :symbols,
2039
- rightarrowsupset: :symbols,
2040
- similarleftarrow: :symbols,
2041
- enleadertwodots: :symbols,
2042
- unicodeellipsis: :symbols,
2043
- enclosetriangle: :symbols,
2044
- widebridgeabove: :symbols,
2045
- underrightarrow: :symbols,
2046
- nleftrightarrow: :symbols,
2047
- downzigzagarrow: :symbols,
2048
- curvearrowright: :symbols,
2049
- circlearrowleft: :symbols,
2050
- leftharpoondown: :symbols,
2051
- upharpoonleftup: :symbols,
2052
- downharpoonleft: :symbols,
2053
- rightleftarrows: :symbols,
2054
- leftrightarrows: :symbols,
2055
- nLeftrightarrow: :symbols,
2056
- rightsquigarrow: :symbols,
2057
- rightwhitearrow: :symbols,
2058
- NotGreaterTilde: :symbols,
2059
- vartriangleleft: :symbols,
2060
- trianglerighteq: :symbols,
2061
- rightthreetimes: :symbols,
2062
- NotLeftTriangle: :symbols,
2063
- ntrianglelefteq: :symbols,
2064
- APLnotbackslash: :symbols,
2065
- APLleftarrowbox: :symbols,
2066
- APLdownarrowbox: :symbols,
2067
- blockhalfshaded: :symbols,
2068
- squarecrossfill: :symbols,
2069
- hrectangleblack: :symbols,
2070
- vrectangleblack: :symbols,
2071
- blacktriangleup: :symbols,
2072
- smalltriangleup: :symbols,
2073
- bigtriangledown: :symbols,
2074
- lrblacktriangle: :symbols,
2075
- llblacktriangle: :symbols,
2076
- ulblacktriangle: :symbols,
2077
- urblacktriangle: :symbols,
2078
- squareleftblack: :symbols,
2079
- circledrightdot: :symbols,
2080
- downarrowbarred: :symbols,
2081
- cwrightarcarrow: :symbols,
2082
- acwleftarcarrow: :symbols,
2083
- acwoverarcarrow: :symbols,
2084
- LeftUpVectorBar: :symbols,
2085
- LeftUpTeeVector: :symbols,
2086
- rightbarharpoon: :symbols,
2087
- barrightharpoon: :symbols,
2088
- equalrightarrow: :symbols,
2089
- leftarrowsubset: :symbols,
2090
- measanglerutone: :symbols,
2091
- measanglelutonw: :symbols,
2092
- measanglerdtose: :symbols,
2093
- measangleldtosw: :symbols,
2094
- measangleurtone: :symbols,
2095
- measangleultonw: :symbols,
2096
- measangledrtose: :symbols,
2097
- measangledltosw: :symbols,
2098
- circledparallel: :symbols,
2099
- uparrowoncircle: :symbols,
2100
- LeftTriangleBar: :symbols,
2101
- circledownarrow: :symbols,
2102
- bigtriangleleft: :symbols,
2103
- diamondtopblack: :symbols,
2104
- diamondbotblack: :symbols,
2105
- varhexagonblack: :symbols,
2106
- leftthreearrows: :symbols,
2107
- twoheadmapsfrom: :symbols,
2108
- nvleftarrowtail: :symbols,
2109
- nVleftarrowtail: :symbols,
2110
- leftcurvedarrow: :symbols,
2111
- leftarrowapprox: :symbols,
2112
- enclosediamond: :symbols,
2113
- underleftarrow: :symbols,
2114
- leftrightarrow: :symbols,
2115
- rightwavearrow: :symbols,
2116
- twoheaduparrow: :symbols,
2117
- rightarrowtail: :symbols,
2118
- updownarrowbar: :symbols,
2119
- hookrightarrow: :symbols,
2120
- looparrowright: :symbols,
2121
- carriagereturn: :symbols,
2122
- curvearrowleft: :symbols,
2123
- upharpoonright: :symbols,
2124
- rightharpoonup: :symbols,
2125
- rightleftarrow: :symbols,
2126
- leftleftarrows: :symbols,
2127
- downdownarrows: :symbols,
2128
- revequilibrium: :symbols,
2129
- Leftrightarrow: :symbols,
2130
- leftsquigarrow: :symbols,
2131
- dashrightarrow: :symbols,
2132
- rightdasharrow: :symbols,
2133
- leftwhitearrow: :symbols,
2134
- downwhitearrow: :symbols,
2135
- sphericalangle: :symbols,
2136
- NotGreaterLess: :symbols,
2137
- trianglelefteq: :symbols,
2138
- leftthreetimes: :symbols,
2139
- ntriangleright: :symbols,
2140
- APLboxquestion: :symbols,
2141
- lparenextender: :symbols,
2142
- rparenextender: :symbols,
2143
- lbrackextender: :symbols,
2144
- rbrackextender: :symbols,
2145
- vbraceextender: :symbols,
2146
- harrowextender: :symbols,
2147
- blockrighthalf: :symbols,
2148
- blockqtrshaded: :symbols,
2149
- squarenwsefill: :symbols,
2150
- squareneswfill: :symbols,
2151
- mdlgblkdiamond: :symbols,
2152
- mdlgwhtdiamond: :symbols,
2153
- mdlgwhtlozenge: :symbols,
2154
- circlevertfill: :symbols,
2155
- vardiamondsuit: :symbols,
2156
- circledtwodots: :symbols,
2157
- rightouterjoin: :symbols,
2158
- concavediamond: :symbols,
2159
- longrightarrow: :symbols,
2160
- Longrightarrow: :symbols,
2161
- longmappedfrom: :symbols,
2162
- Longmappedfrom: :symbols,
2163
- fdiagovnearrow: :symbols,
2164
- rdiagovsearrow: :symbols,
2165
- acwcirclearrow: :symbols,
2166
- rightarrowplus: :symbols,
2167
- RightVectorBar: :symbols,
2168
- RightTeeVector: :symbols,
2169
- leftbarharpoon: :symbols,
2170
- barleftharpoon: :symbols,
2171
- updownharpoons: :symbols,
2172
- downupharpoons: :symbols,
2173
- rightanglemdot: :symbols,
2174
- triangleserifs: :symbols,
2175
- blackhourglass: :symbols,
2176
- mdlgblklozenge: :symbols,
2177
- bigslopedwedge: :symbols,
2178
- doublebarwedge: :symbols,
2179
- wedgedoublebar: :symbols,
2180
- NestedLessLess: :symbols,
2181
- squaretopblack: :symbols,
2182
- squarebotblack: :symbols,
2183
- equalleftarrow: :symbols,
2184
- ocommatopright: :symbols,
2185
- overleftarrow: :symbols,
2186
- enclosecircle: :symbols,
2187
- enclosesquare: :symbols,
2188
- threeunderdot: :symbols,
2189
- sansLmirrored: :symbols,
2190
- DifferentialD: :symbols,
2191
- leftwavearrow: :symbols,
2192
- leftarrowtail: :symbols,
2193
- hookleftarrow: :symbols,
2194
- looparrowleft: :symbols,
2195
- leftharpoonup: :symbols,
2196
- upharpoonleft: :symbols,
2197
- dashleftarrow: :symbols,
2198
- leftdasharrow: :symbols,
2199
- downdasharrow: :symbols,
2200
- RightArrowBar: :symbols,
2201
- rightarrowbar: :symbols,
2202
- smallsetminus: :symbols,
2203
- vysmwhtcircle: :symbols,
2204
- vysmblkcircle: :symbols,
2205
- measuredangle: :symbols,
2206
- wasytherefore: :symbols,
2207
- dotsminusdots: :symbols,
2208
- fallingdotseq: :symbols,
2209
- PrecedesTilde: :symbols,
2210
- SucceedsTilde: :symbols,
2211
- varlrtriangle: :symbols,
2212
- divideontimes: :symbols,
2213
- equalparallel: :symbols,
2214
- ntriangleleft: :symbols,
2215
- APLuparrowbox: :symbols,
2216
- APLboxupcaret: :symbols,
2217
- bdtriplevdash: :symbols,
2218
- blocklefthalf: :symbols,
2219
- mdlgblksquare: :symbols,
2220
- mdlgwhtsquare: :symbols,
2221
- parallelogram: :symbols,
2222
- bigtriangleup: :symbols,
2223
- blacktriangle: :symbols,
2224
- triangleright: :symbols,
2225
- mdlgwhtcircle: :symbols,
2226
- mdlgblkcircle: :symbols,
2227
- inversebullet: :symbols,
2228
- topsemicircle: :symbols,
2229
- botsemicircle: :symbols,
2230
- squareulblack: :symbols,
2231
- squarelrblack: :symbols,
2232
- mdsmwhtsquare: :symbols,
2233
- mdsmblksquare: :symbols,
2234
- sixteenthnote: :symbols,
2235
- Hermaphrodite: :symbols,
2236
- mdsmwhtcircle: :symbols,
2237
- draftingarrow: :symbols,
2238
- leftouterjoin: :symbols,
2239
- fullouterjoin: :symbols,
2240
- longleftarrow: :symbols,
2241
- Longleftarrow: :symbols,
2242
- twoheadmapsto: :symbols,
2243
- uparrowbarred: :symbols,
2244
- rightdotarrow: :symbols,
2245
- cwcirclearrow: :symbols,
2246
- leftarrowplus: :symbols,
2247
- LeftVectorBar: :symbols,
2248
- LeftTeeVector: :symbols,
2249
- upequilibrium: :symbols,
2250
- leftarrowless: :symbols,
2251
- rightfishtail: :symbols,
2252
- mdsmblkcircle: :symbols,
2253
- llparenthesis: :symbols,
2254
- rrparenthesis: :symbols,
2255
- rightanglesqr: :symbols,
2256
- wideangledown: :symbols,
2257
- emptysetocirc: :symbols,
2258
- emptysetoarrl: :symbols,
2259
- circledbslash: :symbols,
2260
- circledbullet: :symbols,
2261
- errbardiamond: :symbols,
2262
- triangleminus: :symbols,
2263
- triangletimes: :symbols,
2264
- shortlefttack: :symbols,
2265
- shortdowntack: :symbols,
2266
- threedotcolon: :symbols,
2267
- biginterleave: :symbols,
2268
- bigtalloblong: :symbols,
2269
- squareurblack: :symbols,
2270
- squarellblack: :symbols,
2271
- vysmblksquare: :symbols,
2272
- vysmwhtsquare: :symbols,
2273
- pentagonblack: :symbols,
2274
- rightarrowgtr: :symbols,
2275
- rightpentagon: :symbols,
2276
- upbackepsilon: :symbols,
2277
- hyphenbullet: :symbols,
2278
- PropertyLine: :symbols,
2279
- updownarrows: :symbols,
2280
- LeftArrowBar: :symbols,
2281
- barleftarrow: :symbols,
2282
- upwhitearrow: :symbols,
2283
- downuparrows: :symbols,
2284
- nvrightarrow: :symbols,
2285
- nVrightarrow: :symbols,
2286
- intclockwise: :symbols,
2287
- cntclockoint: :symbols,
2288
- risingdotseq: :symbols,
2289
- NotLessTilde: :symbols,
2290
- varsubsetneq: :symbols,
2291
- cupleftarrow: :symbols,
2292
- circledequal: :symbols,
2293
- hermitmatrix: :symbols,
2294
- smwhtdiamond: :symbols,
2295
- npreccurlyeq: :symbols,
2296
- nsucccurlyeq: :symbols,
2297
- unicodecdots: :symbols,
2298
- notbackslash: :symbols,
2299
- underbracket: :symbols,
2300
- blocklowhalf: :symbols,
2301
- squarehvfill: :symbols,
2302
- triangledown: :symbols,
2303
- triangleleft: :symbols,
2304
- Diamondblack: :symbols,
2305
- dottedcircle: :symbols,
2306
- trianglecdot: :symbols,
2307
- squareulquad: :symbols,
2308
- squarellquad: :symbols,
2309
- squarelrquad: :symbols,
2310
- squareurquad: :symbols,
2311
- circleulquad: :symbols,
2312
- circlellquad: :symbols,
2313
- circlelrquad: :symbols,
2314
- circleurquad: :symbols,
2315
- bigwhitestar: :symbols,
2316
- invsmileface: :symbols,
2317
- varspadesuit: :symbols,
2318
- varheartsuit: :symbols,
2319
- dingasterisk: :symbols,
2320
- longdivision: :symbols,
2321
- lozengeminus: :symbols,
2322
- longmapsfrom: :symbols,
2323
- Longmapsfrom: :symbols,
2324
- nvRightarrow: :symbols,
2325
- rightbkarrow: :symbols,
2326
- leftdbkarrow: :symbols,
2327
- DownArrowBar: :symbols,
2328
- downarrowbar: :symbols,
2329
- rightdbltail: :symbols,
2330
- rdiagovfdiag: :symbols,
2331
- fdiagovrdiag: :symbols,
2332
- upupharpoons: :symbols,
2333
- leftfishtail: :symbols,
2334
- downfishtail: :symbols,
2335
- lbrackultick: :symbols,
2336
- rbracklrtick: :symbols,
2337
- lbracklltick: :symbols,
2338
- rbrackurtick: :symbols,
2339
- revangleubar: :symbols,
2340
- emptysetobar: :symbols,
2341
- emptysetoarr: :symbols,
2342
- odotslashdot: :symbols,
2343
- ogreaterthan: :symbols,
2344
- triangleodot: :symbols,
2345
- triangleubar: :symbols,
2346
- multimapboth: :symbols,
2347
- lrtriangleeq: :symbols,
2348
- blacklozenge: :symbols,
2349
- errbarsquare: :symbols,
2350
- errbarcircle: :symbols,
2351
- triangleplus: :symbols,
2352
- closedvarcup: :symbols,
2353
- closedvarcap: :symbols,
2354
- wedgeonwedge: :symbols,
2355
- bigslopedvee: :symbols,
2356
- wedgemidvert: :symbols,
2357
- doublebarvee: :symbols,
2358
- veedoublebar: :symbols,
2359
- eqqslantless: :symbols,
2360
- subsetapprox: :symbols,
2361
- supsetapprox: :symbols,
2362
- dottedsquare: :symbols,
2363
- hexagonblack: :symbols,
2364
- mdblkdiamond: :symbols,
2365
- mdwhtdiamond: :symbols,
2366
- mdblklozenge: :symbols,
2367
- mdwhtlozenge: :symbols,
2368
- smblkdiamond: :symbols,
2369
- smblklozenge: :symbols,
2370
- smwhtlozenge: :symbols,
2371
- leftdotarrow: :symbols,
2372
- medwhitestar: :symbols,
2373
- medblackstar: :symbols,
2374
- oturnedcomma: :symbols,
2375
- upvarepsilon: :symbols,
2376
- mathsterling: :symbols,
2377
7
  displaystyle: :fonts,
2378
- smblkcircle: :symbols,
2379
- backtrprime: :symbols,
2380
- caretinsert: :symbols,
2381
- vertoverlay: :symbols,
2382
- asteraccent: :symbols,
2383
- Planckconst: :symbols,
2384
- sansLturned: :symbols,
2385
- ExponetialE: :symbols,
2386
- updownarrow: :symbols,
2387
- nrightarrow: :symbols,
2388
- restriction: :symbols,
2389
- equilibrium: :symbols,
2390
- nRightarrow: :symbols,
2391
- Updownarrow: :symbols,
2392
- Rrightarrow: :symbols,
2393
- nHdownarrow: :symbols,
2394
- updasharrow: :symbols,
2395
- nvleftarrow: :symbols,
2396
- nVleftarrow: :symbols,
2397
- approxident: :symbols,
2398
- corresponds: :symbols,
2399
- GreaterLess: :symbols,
2400
- preccurlyeq: :symbols,
2401
- succcurlyeq: :symbols,
2402
- circledcirc: :symbols,
2403
- circleddash: :symbols,
2404
- curlyeqprec: :symbols,
2405
- curlyeqsucc: :symbols,
2406
- nsqsubseteq: :symbols,
2407
- nsqsupseteq: :symbols,
2408
- sqsubsetneq: :symbols,
2409
- sqsupsetneq: :symbols,
2410
- varisinobar: :symbols,
2411
- varbarwedge: :symbols,
2412
- wasylozenge: :symbols,
2413
- APLnotslash: :symbols,
2414
- invdiameter: :symbols,
2415
- intextender: :symbols,
2416
- overbracket: :symbols,
2417
- blockuphalf: :symbols,
2418
- squarehfill: :symbols,
2419
- squarevfill: :symbols,
2420
- smblksquare: :symbols,
2421
- smwhtsquare: :symbols,
2422
- vartriangle: :symbols,
2423
- RIGHTcircle: :symbols,
2424
- RIGHTCIRCLE: :symbols,
2425
- smwhtcircle: :symbols,
2426
- lgwhtcircle: :symbols,
2427
- mdwhtsquare: :symbols,
2428
- blacksquare: :symbols,
2429
- mdblksquare: :symbols,
2430
- blacksmiley: :symbols,
2431
- sagittarius: :symbols,
2432
- capricornus: :symbols,
2433
- diamondsuit: :symbols,
2434
- varclubsuit: :symbols,
2435
- quarternote: :symbols,
2436
- mdwhtcircle: :symbols,
2437
- mdblkcircle: :symbols,
2438
- ballotcheck: :symbols,
2439
- circledstar: :symbols,
2440
- arrowbullet: :symbols,
2441
- threedangle: :symbols,
2442
- diamondcdot: :symbols,
2443
- multimapinv: :symbols,
2444
- nvLeftarrow: :symbols,
2445
- leftbkarrow: :symbols,
2446
- leftdbltail: :symbols,
2447
- seovnearrow: :symbols,
2448
- neovsearrow: :symbols,
2449
- neovnwarrow: :symbols,
2450
- nwovnearrow: :symbols,
2451
- rightarrowx: :symbols,
2452
- wideangleup: :symbols,
2453
- revemptyset: :symbols,
2454
- circledvert: :symbols,
2455
- circledless: :symbols,
2456
- gleichstark: :symbols,
2457
- ruledelayed: :symbols,
2458
- lcurvyangle: :symbols,
2459
- rcurvyangle: :symbols,
2460
- otimeslhrim: :symbols,
2461
- otimesrhrim: :symbols,
2462
- midbarwedge: :symbols,
2463
- simminussim: :symbols,
2464
- eqslantless: :symbols,
2465
- eqqslantgtr: :symbols,
2466
- precnapprox: :symbols,
2467
- succnapprox: :symbols,
2468
- shortuptack: :symbols,
2469
- lgblksquare: :symbols,
2470
- lgwhtsquare: :symbols,
2471
- lgblkcircle: :symbols,
2472
- blkhorzoval: :symbols,
2473
- whthorzoval: :symbols,
2474
- blkvertoval: :symbols,
2475
- whtvertoval: :symbols,
2476
- RRightarrow: :symbols,
2477
- smwhitestar: :symbols,
2478
- backepsilon: :symbols,
2479
- varepsilon: :symbols,
2480
- wideutilde: :symbols,
2481
- upvartheta: :symbols,
2482
- upoldKoppa: :symbols,
2483
- upoldkoppa: :symbols,
2484
- upvarkappa: :symbols,
2485
- upvarTheta: :symbols,
2486
- upvarsigma: :symbols,
2487
- octothorpe: :symbols,
2488
- mathdollar: :symbols,
2489
- twolowline: :symbols,
2490
- backdprime: :symbols,
2491
- Eulerconst: :symbols,
2492
- turnediota: :symbols,
2493
- rightarrow: :symbols,
2494
- nleftarrow: :symbols,
2495
- mappedfrom: :symbols,
2496
- upuparrows: :symbols,
2497
- nLeftarrow: :symbols,
2498
- Rightarrow: :symbols,
2499
- Lleftarrow: :symbols,
2500
- complement: :symbols,
2501
- varnothing: :symbols,
2502
- fourthroot: :symbols,
2503
- rightangle: :symbols,
2504
- Proportion: :symbols,
2505
- sqsubseteq: :symbols,
2506
- sqsupseteq: :symbols,
2507
- circledast: :symbols,
2508
- curlywedge: :symbols,
2509
- conictaper: :symbols,
2510
- APLcomment: :symbols,
2511
- lparenuend: :symbols,
2512
- lparenlend: :symbols,
2513
- rparenuend: :symbols,
2514
- rparenlend: :symbols,
2515
- lbrackuend: :symbols,
2516
- lbracklend: :symbols,
2517
- rbrackuend: :symbols,
2518
- rbracklend: :symbols,
2519
- lbraceuend: :symbols,
2520
- lbracelend: :symbols,
2521
- rbraceuend: :symbols,
2522
- rbracelend: :symbols,
2523
- lmoustache: :symbols,
2524
- rmoustache: :symbols,
2525
- sqrtbottom: :symbols,
2526
- underparen: :symbols,
2527
8
  underbrace: :unary,
2528
- hrectangle: :symbols,
2529
- vrectangle: :symbols,
2530
- LEFTcircle: :symbols,
2531
- LEFTCIRCLE: :symbols,
2532
- ultriangle: :symbols,
2533
- urtriangle: :symbols,
2534
- lltriangle: :symbols,
2535
- lrtriangle: :symbols,
2536
- CheckedBox: :symbols,
2537
- pointright: :symbols,
2538
- vardiamond: :symbols,
2539
- eighthnote: :symbols,
2540
- subsetcirc: :symbols,
2541
- supsetcirc: :symbols,
2542
- Diamonddot: :symbols,
2543
- DDownarrow: :symbols,
2544
- longmapsto: :symbols,
2545
- Longmapsto: :symbols,
2546
- Mappedfrom: :symbols,
2547
- Ddownarrow: :symbols,
2548
- UpArrowBar: :symbols,
2549
- baruparrow: :symbols,
2550
- rightimply: :symbols,
2551
- upfishtail: :symbols,
2552
- lbrackubar: :symbols,
2553
- rbrackubar: :symbols,
2554
- lparenless: :symbols,
2555
- Rparenless: :symbols,
2556
- lblkbrbrak: :symbols,
2557
- rblkbrbrak: :symbols,
2558
- circlehbar: :symbols,
2559
- circledgtr: :symbols,
2560
- doubleplus: :symbols,
2561
- tripleplus: :symbols,
2562
- plussubtwo: :symbols,
2563
- commaminus: :symbols,
2564
- minusfdots: :symbols,
2565
- minusrdots: :symbols,
2566
- opluslhrim: :symbols,
2567
- oplusrhrim: :symbols,
2568
- smashtimes: :symbols,
2569
- cupovercap: :symbols,
2570
- capovercup: :symbols,
2571
- veeonwedge: :symbols,
2572
- veemidvert: :symbols,
2573
- equivVvert: :symbols,
2574
- lessapprox: :symbols,
2575
- lesseqqgtr: :symbols,
2576
- gtreqqless: :symbols,
2577
- eqslantgtr: :symbols,
2578
- rightslice: :symbols,
2579
- precapprox: :symbols,
2580
- succapprox: :symbols,
2581
- subsetplus: :symbols,
2582
- supsetplus: :symbols,
2583
- subsetneqq: :symbols,
2584
- supsetneqq: :symbols,
2585
- interleave: :symbols,
2586
- talloblong: :symbols,
2587
- varhexagon: :symbols,
2588
- leftarrowx: :symbols,
2589
- LLeftarrow: :symbols,
2590
- postalmark: :symbols,
2591
9
  mathsfbfit: :fonts,
2592
- underline: :symbols,
2593
- upEpsilon: :symbols,
2594
- upOmicron: :symbols,
2595
- upUpsilon: :symbols,
2596
- upepsilon: :symbols,
2597
- upomicron: :symbols,
2598
- upupsilon: :symbols,
2599
- upvarbeta: :symbols,
2600
- upDigamma: :symbols,
2601
- updigamma: :symbols,
2602
- ampersand: :symbols,
2603
- mathslash: :symbols,
2604
- mathcolon: :symbols,
2605
- semicolon: :symbols,
2606
- backslash: :symbols,
2607
- backprime: :symbols,
2608
- tieconcat: :symbols,
2609
- fracslash: :symbols,
2610
- Angstroem: :symbols,
2611
- leftarrow: :symbols,
2612
- downarrow: :symbols,
2613
- lightning: :symbols,
2614
- rightturn: :symbols,
2615
- Leftarrow: :symbols,
2616
- Downarrow: :symbols,
2617
- nHuparrow: :symbols,
2618
- dasharrow: :symbols,
2619
- partialup: :symbols,
2620
- increment: :symbols,
2621
- nparallel: :symbols,
2622
- clockoint: :symbols,
2623
- therefore: :symbols,
2624
- mathratio: :symbols,
2625
- dashcolon: :symbols,
2626
- triangleq: :symbols,
2627
- nleqslant: :symbols,
2628
- ngeqslant: :symbols,
2629
- nsubseteq: :symbols,
2630
- nsupseteq: :symbols,
2631
- subsetneq: :symbols,
2632
- supsetneq: :symbols,
2633
- backsimeq: :symbols,
2634
- pitchfork: :symbols,
2635
- lesseqgtr: :symbols,
2636
- gtreqless: :symbols,
2637
- varniobar: :symbols,
2638
- bagmember: :symbols,
2639
- sqlozenge: :symbols,
2640
- turnednot: :symbols,
2641
- intbottom: :symbols,
2642
- lbracemid: :symbols,
2643
- rbracemid: :symbols,
2644
- sumbottom: :symbols,
2645
- lvboxline: :symbols,
2646
- rvboxline: :symbols,
2647
- overparen: :symbols,
2648
- wideparen: :symbols,
2649
10
  overbrace: :underover,
2650
- trapezium: :symbols,
2651
- accurrent: :symbols,
2652
- blockfull: :symbols,
2653
- radiation: :symbols,
2654
- biohazard: :symbols,
2655
- smileface: :symbols,
2656
- rightmoon: :symbols,
2657
- spadesuit: :symbols,
2658
- heartsuit: :symbols,
2659
- medbullet: :symbols,
2660
- checkmark: :symbols,
2661
- DashVDash: :symbols,
2662
- dashVdash: :symbols,
2663
- vlongdash: :symbols,
2664
- longdashv: :symbols,
2665
- llbracket: :symbols,
2666
- rrbracket: :symbols,
2667
- impliedby: :symbols,
2668
- righttail: :symbols,
2669
- nwsearrow: :symbols,
2670
- neswarrow: :symbols,
2671
- hknwarrow: :symbols,
2672
- hknearrow: :symbols,
2673
- typecolon: :symbols,
2674
- langledot: :symbols,
2675
- rangledot: :symbols,
2676
- rparengtr: :symbols,
2677
- Lparengtr: :symbols,
2678
- fourvdots: :symbols,
2679
- turnangle: :symbols,
2680
- angleubar: :symbols,
2681
- olessthan: :symbols,
2682
- boxbslash: :symbols,
2683
- boxcircle: :symbols,
2684
- triangles: :symbols,
2685
- hourglass: :symbols,
2686
- bigotimes: :symbols,
2687
- bigcupdot: :symbols,
2688
- conjquant: :symbols,
2689
- disjquant: :symbols,
2690
- modtwosum: :symbols,
2691
- otimeshat: :symbols,
2692
- cupbarcap: :symbols,
2693
- capbarcup: :symbols,
2694
- wedgeodot: :symbols,
2695
- midbarvee: :symbols,
2696
- varveebar: :symbols,
2697
- equivVert: :symbols,
2698
- hatapprox: :symbols,
2699
- approxeqq: :symbols,
2700
- gtrapprox: :symbols,
2701
- leftslice: :symbols,
2702
- subsetdot: :symbols,
2703
- supsetdot: :symbols,
2704
- subseteqq: :symbols,
2705
- supseteqq: :symbols,
2706
- leqqslant: :symbols,
2707
- geqqslant: :symbols,
2708
11
  mbfitsans: :fonts,
2709
- emptyset: :symbols,
2710
- horizbar: :symbols,
2711
- Question: :symbols,
2712
- medspace: :symbols,
2713
- Angstrom: :symbols,
2714
- ComplexI: :symbols,
2715
- ComplexJ: :symbols,
2716
- mapsfrom: :symbols,
2717
- MapsDown: :symbols,
2718
- mapsdown: :symbols,
2719
- linefeed: :symbols,
2720
- leftturn: :symbols,
2721
- divslash: :symbols,
2722
- cuberoot: :symbols,
2723
- parallel: :symbols,
2724
- dotminus: :symbols,
2725
- invlazys: :symbols,
2726
- sinewave: :symbols,
2727
- approxeq: :symbols,
2728
- backcong: :symbols,
2729
- dotequal: :symbols,
2730
- doteqdot: :symbols,
2731
- coloneqq: :symbols,
2732
- eqqcolon: :symbols,
2733
- notasymp: :symbols,
2734
- nlesssim: :symbols,
2735
- nlessgtr: :symbols,
2736
- ngtrless: :symbols,
2737
- subseteq: :symbols,
2738
- supseteq: :symbols,
2739
- sqsubset: :symbols,
2740
- sqsupset: :symbols,
2741
- boxminus: :symbols,
2742
- boxtimes: :symbols,
2743
- multimap: :symbols,
2744
- intercal: :symbols,
2745
- barwedge: :symbols,
2746
- bigwedge: :symbols,
2747
- curlyvee: :symbols,
2748
- precnsim: :symbols,
2749
- succnsim: :symbols,
2750
- varisins: :symbols,
2751
- isinobar: :symbols,
2752
- diameter: :symbols,
2753
- profline: :symbols,
2754
- profsurf: :symbols,
2755
- viewdata: :symbols,
2756
- ulcorner: :symbols,
2757
- urcorner: :symbols,
2758
- llcorner: :symbols,
2759
- lrcorner: :symbols,
2760
- notslash: :symbols,
2761
- APLinput: :symbols,
2762
- bbrktbrk: :symbols,
2763
- elinters: :symbols,
2764
- triangle: :symbols,
2765
- bullseye: :symbols,
2766
- astrosun: :symbols,
2767
- steaming: :symbols,
2768
- leftmoon: :symbols,
2769
- varEarth: :symbols,
2770
- aquarius: :symbols,
2771
- clubsuit: :symbols,
2772
- varspade: :symbols,
2773
- varheart: :symbols,
2774
- twonotes: :symbols,
2775
- acidfree: :symbols,
2776
- bsolhsub: :symbols,
2777
- wedgedot: :symbols,
2778
- pullback: :symbols,
2779
- UUparrow: :symbols,
2780
- Mapsfrom: :symbols,
2781
- Uuparrow: :symbols,
2782
- drbkarow: :symbols,
2783
- lefttail: :symbols,
2784
- hksearow: :symbols,
2785
- hkswarow: :symbols,
2786
- strictfi: :symbols,
2787
- strictif: :symbols,
2788
- revangle: :symbols,
2789
- boxslash: :symbols,
2790
- boxonbox: :symbols,
2791
- rtriltri: :symbols,
2792
- lfbowtie: :symbols,
2793
- rfbowtie: :symbols,
2794
- lvzigzag: :symbols,
2795
- rvzigzag: :symbols,
2796
- Lvzigzag: :symbols,
2797
- Rvzigzag: :symbols,
2798
- tieinfty: :symbols,
2799
- smeparsl: :symbols,
2800
- eqvparsl: :symbols,
2801
- setminus: :symbols,
2802
- bigoplus: :symbols,
2803
- biguplus: :symbols,
2804
- bigsqcap: :symbols,
2805
- bigsqcup: :symbols,
2806
- bigtimes: :symbols,
2807
- cirfnint: :symbols,
2808
- rppolint: :symbols,
2809
- scpolint: :symbols,
2810
- pointint: :symbols,
2811
- intlarhk: :symbols,
2812
- zproject: :symbols,
2813
- ringplus: :symbols,
2814
- plustrif: :symbols,
2815
- minusdot: :symbols,
2816
- vectimes: :symbols,
2817
- dottimes: :symbols,
2818
- timesbar: :symbols,
2819
- intprodr: :symbols,
2820
- capwedge: :symbols,
2821
- veeonvee: :symbols,
2822
- wedgebar: :symbols,
2823
- dotequiv: :symbols,
2824
- simrdots: :symbols,
2825
- Coloneqq: :symbols,
2826
- leqslant: :symbols,
2827
- geqslant: :symbols,
2828
- lesdotor: :symbols,
2829
- gesdotol: :symbols,
2830
- lnapprox: :symbols,
2831
- gnapprox: :symbols,
2832
- precneqq: :symbols,
2833
- succneqq: :symbols,
2834
- forksnot: :symbols,
2835
- varVdash: :symbols,
2836
- pentagon: :symbols,
2837
- mathring: :symbols,
2838
- underbar: :symbols,
2839
- upLambda: :symbols,
2840
- uplambda: :symbols,
2841
- varsigma: :symbols,
2842
- upvarphi: :symbols,
2843
- vartheta: :symbols,
2844
- upStigma: :symbols,
2845
- upstigma: :symbols,
2846
- varkappa: :symbols,
2847
- upvarrho: :symbols,
2848
- question: :symbols,
2849
- mathcent: :symbols,
2850
- sterling: :symbols,
2851
- circledR: :symbols,
2852
12
  stackrel: :binary,
2853
13
  mathbold: :fonts,
2854
14
  mathsfit: :fonts,
@@ -2859,387 +19,8 @@ module Plurimath
2859
19
  underset: :binary,
2860
20
  overset: :binary,
2861
21
  phantom: :unary,
2862
- ddagger: :symbols,
2863
- trprime: :symbols,
2864
- closure: :symbols,
2865
- annuity: :symbols,
2866
- uparrow: :symbols,
2867
- nwarrow: :symbols,
2868
- nearrow: :symbols,
2869
- searrow: :symbols,
2870
- swarrow: :symbols,
2871
- Uparrow: :symbols,
2872
- Nwarrow: :symbols,
2873
- Nearrow: :symbols,
2874
- Searrow: :symbols,
2875
- Swarrow: :symbols,
2876
- partial: :symbols,
2877
- nexists: :symbols,
2878
- smallin: :symbols,
2879
- smallni: :symbols,
2880
- dotplus: :symbols,
2881
- dbloint: :symbols,
2882
- because: :symbols,
2883
- eqcolon: :symbols,
2884
- backsim: :symbols,
2885
- simneqq: :symbols,
2886
- napprox: :symbols,
2887
- coloneq: :symbols,
2888
- varsdef: :symbols,
2889
- questeq: :symbols,
2890
- between: :symbols,
2891
- lesssim: :symbols,
2892
- ngtrsim: :symbols,
2893
- lessgtr: :symbols,
2894
- gtrless: :symbols,
2895
- precsim: :symbols,
2896
- succsim: :symbols,
2897
- nsubset: :symbols,
2898
- nsupset: :symbols,
2899
- boxplus: :symbols,
2900
- imageof: :symbols,
2901
- diamond: :symbols,
2902
- lrtimes: :symbols,
2903
- lessdot: :symbols,
2904
- npreceq: :symbols,
2905
- nsucceq: :symbols,
2906
- isindot: :symbols,
2907
- hexagon: :symbols,
2908
- obrbrak: :symbols,
2909
- ubrbrak: :symbols,
2910
- benzenr: :symbols,
2911
- squoval: :symbols,
2912
- Diamond: :symbols,
2913
- fisheye: :symbols,
2914
- lozenge: :symbols,
2915
- bigstar: :symbols,
2916
- yinyang: :symbols,
2917
- frownie: :symbols,
2918
- sadface: :symbols,
2919
- mercury: :symbols,
2920
- Mercury: :symbols,
2921
- jupiter: :symbols,
2922
- Jupiter: :symbols,
2923
- neptune: :symbols,
2924
- Neptune: :symbols,
2925
- scorpio: :symbols,
2926
- Scorpio: :symbols,
2927
- varclub: :symbols,
2928
- natural: :symbols,
2929
- recycle: :symbols,
2930
- diceiii: :symbols,
2931
- warning: :symbols,
2932
- medcirc: :symbols,
2933
- ballotx: :symbols,
2934
- maltese: :symbols,
2935
- varstar: :symbols,
2936
- lbrbrak: :symbols,
2937
- rbrbrak: :symbols,
2938
- suphsol: :symbols,
2939
- pushout: :symbols,
2940
- Lbrbrak: :symbols,
2941
- Rbrbrak: :symbols,
2942
- implies: :symbols,
2943
- dbkarow: :symbols,
2944
- leadsto: :symbols,
2945
- subrarr: :symbols,
2946
- suplarr: :symbols,
2947
- llangle: :symbols,
2948
- rrangle: :symbols,
2949
- vzigzag: :symbols,
2950
- obslash: :symbols,
2951
- olcross: :symbols,
2952
- cirscir: :symbols,
2953
- boxdiag: :symbols,
2954
- fbowtie: :symbols,
2955
- lftimes: :symbols,
2956
- rftimes: :symbols,
2957
- nvinfty: :symbols,
2958
- dualmap: :symbols,
2959
- shuffle: :symbols,
2960
- thermod: :symbols,
2961
- rsolbar: :symbols,
2962
- bigodot: :symbols,
2963
- varprod: :symbols,
2964
- npolint: :symbols,
2965
- project: :symbols,
2966
- plushat: :symbols,
2967
- simplus: :symbols,
2968
- plusdot: :symbols,
2969
- plussim: :symbols,
2970
- intprod: :symbols,
2971
- twocups: :symbols,
2972
- twocaps: :symbols,
2973
- veeodot: :symbols,
2974
- congdot: :symbols,
2975
- eqqplus: :symbols,
2976
- pluseqq: :symbols,
2977
- Coloneq: :symbols,
2978
- ddotseq: :symbols,
2979
- equivDD: :symbols,
2980
- ltquest: :symbols,
2981
- gtquest: :symbols,
2982
- lesdoto: :symbols,
2983
- gesdoto: :symbols,
2984
- eqqless: :symbols,
2985
- simless: :symbols,
2986
- bumpeqq: :symbols,
2987
- precneq: :symbols,
2988
- succneq: :symbols,
2989
- preceqq: :symbols,
2990
- succeqq: :symbols,
2991
- llcurly: :symbols,
2992
- ggcurly: :symbols,
2993
- submult: :symbols,
2994
- supmult: :symbols,
2995
- subedot: :symbols,
2996
- supedot: :symbols,
2997
- lsqhook: :symbols,
2998
- rsqhook: :symbols,
2999
- suphsub: :symbols,
3000
- supdsub: :symbols,
3001
- topfork: :symbols,
3002
- revnmid: :symbols,
3003
- nhVvert: :symbols,
3004
- lllnest: :symbols,
3005
- gggnest: :symbols,
3006
- trslash: :symbols,
3007
- hzigzag: :symbols,
3008
- overbar: :symbols,
3009
- upAlpha: :symbols,
3010
- upGamma: :symbols,
3011
- upDelta: :symbols,
3012
- upTheta: :symbols,
3013
- upKappa: :symbols,
3014
- upSigma: :symbols,
3015
- Upsilon: :symbols,
3016
- upOmega: :symbols,
3017
- upalpha: :symbols,
3018
- upgamma: :symbols,
3019
- updelta: :symbols,
3020
- uptheta: :symbols,
3021
- upkappa: :symbols,
3022
- upsigma: :symbols,
3023
- upsilon: :symbols,
3024
- upomega: :symbols,
3025
- varbeta: :symbols,
3026
- upvarpi: :symbols,
3027
- Digamma: :symbols,
3028
- digamma: :symbols,
3029
- upKoppa: :symbols,
3030
- upkoppa: :symbols,
3031
- upSampi: :symbols,
3032
- upsampi: :symbols,
3033
- epsilon: :symbols,
3034
- percent: :symbols,
3035
- greater: :symbols,
3036
- sptilde: :symbols,
3037
- matheth: :symbols,
3038
22
  mathcal: :fonts,
3039
23
  mbfsans: :fonts,
3040
- dagger: :symbols,
3041
- bullet: :symbols,
3042
- second: :symbols,
3043
- dprime: :symbols,
3044
- Exclam: :symbols,
3045
- fourth: :symbols,
3046
- qprime: :symbols,
3047
- ddddot: :symbols,
3048
- hslash: :symbols,
3049
- daleth: :symbols,
3050
- invamp: :symbols,
3051
- MapsUp: :symbols,
3052
- mapsup: :symbols,
3053
- mapsto: :symbols,
3054
- forall: :symbols,
3055
- exists: :symbols,
3056
- coprod: :symbols,
3057
- propto: :symbols,
3058
- oiiint: :symbols,
3059
- nsimeq: :symbols,
3060
- approx: :symbols,
3061
- Bumpeq: :symbols,
3062
- bumpeq: :symbols,
3063
- eqcirc: :symbols,
3064
- circeq: :symbols,
3065
- wedgeq: :symbols,
3066
- stareq: :symbols,
3067
- measeq: :symbols,
3068
- nequiv: :symbols,
3069
- nasymp: :symbols,
3070
- apprle: :symbols,
3071
- gtrsim: :symbols,
3072
- apprge: :symbols,
3073
- subset: :symbols,
3074
- supset: :symbols,
3075
- cupdot: :symbols,
3076
- ominus: :symbols,
3077
- otimes: :symbols,
3078
- oslash: :symbols,
3079
- boxdot: :symbols,
3080
- assert: :symbols,
3081
- models: :symbols,
3082
- Vvdash: :symbols,
3083
- nvdash: :symbols,
3084
- nvDash: :symbols,
3085
- nVdash: :symbols,
3086
- nVDash: :symbols,
3087
- prurel: :symbols,
3088
- scurel: :symbols,
3089
- origof: :symbols,
3090
- veebar: :symbols,
3091
- barvee: :symbols,
3092
- bigvee: :symbols,
3093
- bigcap: :symbols,
3094
- bigcup: :symbols,
3095
- bowtie: :symbols,
3096
- ltimes: :symbols,
3097
- rtimes: :symbols,
3098
- Subset: :symbols,
3099
- Supset: :symbols,
3100
- gtrdot: :symbols,
3101
- eqless: :symbols,
3102
- nunlhd: :symbols,
3103
- nunrhd: :symbols,
3104
- iddots: :symbols,
3105
- isinvb: :symbols,
3106
- varnis: :symbols,
3107
- niobar: :symbols,
3108
- lfloor: :symbols,
3109
- rfloor: :symbols,
3110
- invneg: :symbols,
3111
- invnot: :symbols,
3112
- inttop: :symbols,
3113
- topbot: :symbols,
3114
- APLinv: :symbols,
3115
- APLlog: :symbols,
3116
- sumtop: :symbols,
3117
- Circle: :symbols,
3118
- CIRCLE: :symbols,
3119
- boxbar: :symbols,
3120
- square: :symbols,
3121
- Square: :symbols,
3122
- danger: :symbols,
3123
- smiley: :symbols,
3124
- female: :symbols,
3125
- saturn: :symbols,
3126
- Saturn: :symbols,
3127
- uranus: :symbols,
3128
- Uranus: :symbols,
3129
- taurus: :symbols,
3130
- Taurus: :symbols,
3131
- gemini: :symbols,
3132
- Gemini: :symbols,
3133
- cancer: :symbols,
3134
- pisces: :symbols,
3135
- diceii: :symbols,
3136
- diceiv: :symbols,
3137
- dicevi: :symbols,
3138
- anchor: :symbols,
3139
- swords: :symbols,
3140
- neuter: :symbols,
3141
- pencil: :symbols,
3142
- veedot: :symbols,
3143
- bigbot: :symbols,
3144
- bigtop: :symbols,
3145
- cirbot: :symbols,
3146
- lBrack: :symbols,
3147
- Lbrack: :symbols,
3148
- rBrack: :symbols,
3149
- Rbrack: :symbols,
3150
- langle: :symbols,
3151
- rangle: :symbols,
3152
- lAngle: :symbols,
3153
- rAngle: :symbols,
3154
- lgroup: :symbols,
3155
- rgroup: :symbols,
3156
- Mapsto: :symbols,
3157
- ltlarr: :symbols,
3158
- gtrarr: :symbols,
3159
- lBrace: :symbols,
3160
- rBrace: :symbols,
3161
- Lparen: :symbols,
3162
- lParen: :symbols,
3163
- Rparen: :symbols,
3164
- rParen: :symbols,
3165
- angles: :symbols,
3166
- angdnr: :symbols,
3167
- gtlpar: :symbols,
3168
- boxast: :symbols,
3169
- boxbox: :symbols,
3170
- ltrivb: :symbols,
3171
- vbrtri: :symbols,
3172
- iinfin: :symbols,
3173
- laplac: :symbols,
3174
- eparsl: :symbols,
3175
- tminus: :symbols,
3176
- sumint: :symbols,
3177
- iiiint: :symbols,
3178
- intbar: :symbols,
3179
- intBar: :symbols,
3180
- sqrint: :symbols,
3181
- intcap: :symbols,
3182
- intcup: :symbols,
3183
- lowint: :symbols,
3184
- btimes: :symbols,
3185
- Otimes: :symbols,
3186
- capdot: :symbols,
3187
- uminus: :symbols,
3188
- barcup: :symbols,
3189
- barcap: :symbols,
3190
- cupvee: :symbols,
3191
- dotsim: :symbols,
3192
- eqqsim: :symbols,
3193
- eqeqeq: :symbols,
3194
- lesdot: :symbols,
3195
- gesdot: :symbols,
3196
- lesges: :symbols,
3197
- gesles: :symbols,
3198
- elsdot: :symbols,
3199
- egsdot: :symbols,
3200
- eqqgtr: :symbols,
3201
- simgtr: :symbols,
3202
- preceq: :symbols,
3203
- succeq: :symbols,
3204
- subsim: :symbols,
3205
- supsim: :symbols,
3206
- subsup: :symbols,
3207
- supsub: :symbols,
3208
- subsub: :symbols,
3209
- supsup: :symbols,
3210
- vDdash: :symbols,
3211
- cirmid: :symbols,
3212
- midcir: :symbols,
3213
- topcir: :symbols,
3214
- parsim: :symbols,
3215
- sslash: :symbols,
3216
- ovhook: :symbols,
3217
- candra: :symbols,
3218
- droang: :symbols,
3219
- utilde: :symbols,
3220
- upBeta: :symbols,
3221
- upZeta: :symbols,
3222
- upIota: :symbols,
3223
- Lambda: :symbols,
3224
- upbeta: :symbols,
3225
- upzeta: :symbols,
3226
- upiota: :symbols,
3227
- lambda: :symbols,
3228
- varphi: :symbols,
3229
- Stigma: :symbols,
3230
- stigma: :symbols,
3231
- varrho: :symbols,
3232
- exclam: :symbols,
3233
- lparen: :symbols,
3234
- rparen: :symbols,
3235
- period: :symbols,
3236
- atsign: :symbols,
3237
- lbrack: :symbols,
3238
- rbrack: :symbols,
3239
- lbrace: :symbols,
3240
- rbrace: :symbols,
3241
- pounds: :symbols,
3242
- spddot: :symbols,
3243
24
  mathds: :fonts,
3244
25
  mathbf: :fonts,
3245
26
  mathbb: :fonts,
@@ -3249,186 +30,13 @@ module Plurimath
3249
30
  mathit: :fonts,
3250
31
  textrm: :fonts,
3251
32
  textbf: :fonts,
33
+ textit: :fonts,
3252
34
  arccos: :unary,
3253
35
  cancel: :unary,
3254
36
  arcsin: :unary,
3255
37
  arctan: :unary,
3256
38
  limsup: :unary,
3257
39
  liminf: :unary,
3258
- qquad: :symbols,
3259
- ldots: :symbols,
3260
- prime: :symbols,
3261
- third: :symbols,
3262
- dddot: :symbols,
3263
- DDDot: :symbols,
3264
- Euler: :symbols,
3265
- tcohm: :symbols,
3266
- aleph: :symbols,
3267
- gimel: :symbols,
3268
- lVert: :symbols,
3269
- rVert: :symbols,
3270
- upand: :symbols,
3271
- nabla: :symbols,
3272
- notin: :symbols,
3273
- notni: :symbols,
3274
- minus: :symbols,
3275
- slash: :symbols,
3276
- infty: :symbols,
3277
- angle: :symbols,
3278
- wedge: :symbols,
3279
- iiint: :symbols,
3280
- oiint: :symbols,
3281
- Colon: :symbols,
3282
- eqsim: :symbols,
3283
- simeq: :symbols,
3284
- nsime: :symbols,
3285
- ncong: :symbols,
3286
- asymp: :symbols,
3287
- doteq: :symbols,
3288
- Doteq: :symbols,
3289
- arceq: :symbols,
3290
- veeeq: :symbols,
3291
- eqdef: :symbols,
3292
- equiv: :symbols,
3293
- Equiv: :symbols,
3294
- lneqq: :symbols,
3295
- gneqq: :symbols,
3296
- nless: :symbols,
3297
- nprec: :symbols,
3298
- nsucc: :symbols,
3299
- uplus: :symbols,
3300
- sqcap: :symbols,
3301
- sqcup: :symbols,
3302
- oplus: :symbols,
3303
- vdash: :symbols,
3304
- dashv: :symbols,
3305
- vDash: :symbols,
3306
- Vdash: :symbols,
3307
- VDash: :symbols,
3308
- unlhd: :symbols,
3309
- unrhd: :symbols,
3310
- eqgtr: :symbols,
3311
- lnsim: :symbols,
3312
- gnsim: :symbols,
3313
- vdots: :symbols,
3314
- cdots: :symbols,
3315
- adots: :symbols,
3316
- ddots: :symbols,
3317
- disin: :symbols,
3318
- isins: :symbols,
3319
- barin: :symbols,
3320
- isinE: :symbols,
3321
- house: :symbols,
3322
- lceil: :symbols,
3323
- rceil: :symbols,
3324
- frown: :symbols,
3325
- smile: :symbols,
3326
- strns: :symbols,
3327
- fltns: :symbols,
3328
- ularc: :symbols,
3329
- urarc: :symbols,
3330
- lrarc: :symbols,
3331
- llarc: :symbols,
3332
- skull: :symbols,
3333
- Venus: :symbols,
3334
- earth: :symbols,
3335
- pluto: :symbols,
3336
- Pluto: :symbols,
3337
- aries: :symbols,
3338
- Aries: :symbols,
3339
- virgo: :symbols,
3340
- libra: :symbols,
3341
- Libra: :symbols,
3342
- sharp: :symbols,
3343
- dicei: :symbols,
3344
- dicev: :symbols,
3345
- psurj: :symbols,
3346
- Vvert: :symbols,
3347
- lblot: :symbols,
3348
- rblot: :symbols,
3349
- operp: :symbols,
3350
- zhide: :symbols,
3351
- xbsol: :symbols,
3352
- tplus: :symbols,
3353
- awint: :symbols,
3354
- sqint: :symbols,
3355
- upint: :symbols,
3356
- zpipe: :symbols,
3357
- amalg: :symbols,
3358
- Sqcap: :symbols,
3359
- Sqcup: :symbols,
3360
- Wedge: :symbols,
3361
- ndres: :symbols,
3362
- nrres: :symbols,
3363
- eqdot: :symbols,
3364
- asteq: :symbols,
3365
- Equal: :symbols,
3366
- ltcir: :symbols,
3367
- gtcir: :symbols,
3368
- lsime: :symbols,
3369
- gsime: :symbols,
3370
- lsimg: :symbols,
3371
- gsiml: :symbols,
3372
- simlE: :symbols,
3373
- simgE: :symbols,
3374
- lescc: :symbols,
3375
- gescc: :symbols,
3376
- csube: :symbols,
3377
- csupe: :symbols,
3378
- forkv: :symbols,
3379
- forks: :symbols,
3380
- perps: :symbols,
3381
- dashV: :symbols,
3382
- Dashv: :symbols,
3383
- DashV: :symbols,
3384
- vBarv: :symbols,
3385
- nhpar: :symbols,
3386
- hline: :symbols,
3387
- imath: :symbols,
3388
- jmath: :symbols,
3389
- grave: :symbols,
3390
- acute: :symbols,
3391
- breve: :symbols,
3392
- ocirc: :symbols,
3393
- check: :symbols,
3394
- Gamma: :symbols,
3395
- Delta: :symbols,
3396
- upEta: :symbols,
3397
- Theta: :symbols,
3398
- upRho: :symbols,
3399
- Sigma: :symbols,
3400
- upTau: :symbols,
3401
- upPhi: :symbols,
3402
- upChi: :symbols,
3403
- upPsi: :symbols,
3404
- Omega: :symbols,
3405
- alpha: :symbols,
3406
- gamma: :symbols,
3407
- delta: :symbols,
3408
- upeta: :symbols,
3409
- theta: :symbols,
3410
- kappa: :symbols,
3411
- uprho: :symbols,
3412
- sigma: :symbols,
3413
- uptau: :symbols,
3414
- upchi: :symbols,
3415
- uppsi: :symbols,
3416
- omega: :symbols,
3417
- upphi: :symbols,
3418
- varpi: :symbols,
3419
- Qoppa: :symbols,
3420
- Koppa: :symbols,
3421
- qoppa: :symbols,
3422
- koppa: :symbols,
3423
- Sampi: :symbols,
3424
- sampi: :symbols,
3425
- comma: :symbols,
3426
- colon: :symbols,
3427
- equal: :symbols,
3428
- sphat: :symbols,
3429
- Micro: :symbols,
3430
- cdotp: :symbols,
3431
- times: :symbols,
3432
40
  binom: :binary,
3433
41
  color: :binary,
3434
42
  mfrak: :fonts,
@@ -3436,128 +44,7 @@ module Plurimath
3436
44
  msans: :fonts,
3437
45
  tilde: :unary,
3438
46
  prod: :ternary,
3439
- zeta: :symbols,
3440
- quad: :symbols,
3441
- Vert: :symbols,
3442
- euro: :symbols,
3443
- lvec: :symbols,
3444
- LVec: :symbols,
3445
- Finv: :symbols,
3446
- beth: :symbols,
3447
- Game: :symbols,
3448
- gets: :symbols,
3449
- tsur: :symbols,
3450
- tinj: :symbols,
3451
- dlsh: :symbols,
3452
- Ldsh: :symbols,
3453
- drsh: :symbols,
3454
- Rdsh: :symbols,
3455
- pfun: :symbols,
3456
- ffun: :symbols,
3457
- nexi: :symbols,
3458
- owns: :symbols,
3459
- circ: :symbols,
3460
- nmid: :symbols,
3461
- land: :symbols,
3462
- iint: :symbols,
3463
47
  oint: :ternary,
3464
- nsim: :symbols,
3465
- cong: :symbols,
3466
- sdef: :symbols,
3467
- leqq: :symbols,
3468
- geqq: :symbols,
3469
- ngtr: :symbols,
3470
- nleq: :symbols,
3471
- ngeq: :symbols,
3472
- prec: :symbols,
3473
- succ: :symbols,
3474
- buni: :symbols,
3475
- odot: :symbols,
3476
- dint: :symbols,
3477
- duni: :symbols,
3478
- cdot: :symbols,
3479
- star: :symbols,
3480
- hash: :symbols,
3481
- nisd: :symbols,
3482
- obar: :symbols,
3483
- rres: :symbols,
3484
- dres: :symbols,
3485
- XBox: :symbols,
3486
- male: :symbols,
3487
- Mars: :symbols,
3488
- flat: :symbols,
3489
- perp: :symbols,
3490
- Lbag: :symbols,
3491
- lbag: :symbols,
3492
- Rbag: :symbols,
3493
- rbag: :symbols,
3494
- upin: :symbols,
3495
- lang: :symbols,
3496
- rang: :symbols,
3497
- psur: :symbols,
3498
- pinj: :symbols,
3499
- finj: :symbols,
3500
- tona: :symbols,
3501
- toea: :symbols,
3502
- tosa: :symbols,
3503
- towa: :symbols,
3504
- VERT: :symbols,
3505
- spot: :symbols,
3506
- limg: :symbols,
3507
- rimg: :symbols,
3508
- obot: :symbols,
3509
- cirE: :symbols,
3510
- dsol: :symbols,
3511
- xsol: :symbols,
3512
- hide: :symbols,
3513
- fint: :symbols,
3514
- intx: :symbols,
3515
- Join: :symbols,
3516
- zcmp: :symbols,
3517
- semi: :symbols,
3518
- odiv: :symbols,
3519
- fcmp: :symbols,
3520
- comp: :symbols,
3521
- dsub: :symbols,
3522
- rsub: :symbols,
3523
- eqeq: :symbols,
3524
- Same: :symbols,
3525
- lneq: :symbols,
3526
- gneq: :symbols,
3527
- ltcc: :symbols,
3528
- gtcc: :symbols,
3529
- smte: :symbols,
3530
- late: :symbols,
3531
- Prec: :symbols,
3532
- Succ: :symbols,
3533
- csub: :symbols,
3534
- csup: :symbols,
3535
- mlcp: :symbols,
3536
- Barv: :symbols,
3537
- vBar: :symbols,
3538
- barV: :symbols,
3539
- Vbar: :symbols,
3540
- Perp: :symbols,
3541
- bNot: :symbols,
3542
- Zbar: :symbols,
3543
- DDot: :symbols,
3544
- ring: :symbols,
3545
- upMu: :symbols,
3546
- upNu: :symbols,
3547
- upXi: :symbols,
3548
- upPi: :symbols,
3549
- beta: :symbols,
3550
- iota: :symbols,
3551
- upmu: :symbols,
3552
- upnu: :symbols,
3553
- upxi: :symbols,
3554
- uppi: :symbols,
3555
- plus: :symbols,
3556
- less: :symbols,
3557
- vert: :symbols,
3558
- cent: :symbols,
3559
- lnot: :symbols,
3560
- tcmu: :symbols,
3561
48
  frac: :binary,
3562
49
  mscr: :fonts,
3563
50
  sinh: :unary,
@@ -3567,76 +54,11 @@ module Plurimath
3567
54
  ddot: :unary,
3568
55
  mbox: :text,
3569
56
  text: :text,
3570
- '"': :symbols,
3571
57
  sum: :ternary,
3572
58
  inf: :power_base,
3573
59
  lim: :power_base,
3574
60
  log: :power_base,
3575
- cat: :symbols,
3576
- Vec: :symbols,
3577
- ell: :symbols,
3578
- mho: :symbols,
3579
- Mho: :symbols,
3580
- Yup: :symbols,
3581
- rel: :symbols,
3582
- Lsh: :symbols,
3583
- Rsh: :symbols,
3584
- exi: :symbols,
3585
- nin: :symbols,
3586
- nni: :symbols,
3587
- QED: :symbols,
3588
- ast: :symbols,
3589
- mid: :symbols,
3590
- vee: :symbols,
3591
- lor: :symbols,
3592
- cap: :symbols,
3593
- cup: :symbols,
3594
61
  int: :ternary,
3595
- sim: :symbols,
3596
- neq: :symbols,
3597
- leq: :symbols,
3598
- geq: :symbols,
3599
- top: :symbols,
3600
- bot: :symbols,
3601
- Cap: :symbols,
3602
- Cup: :symbols,
3603
- lll: :symbols,
3604
- ggg: :symbols,
3605
- nis: :symbols,
3606
- RHD: :symbols,
3607
- rhd: :symbols,
3608
- LHD: :symbols,
3609
- lhd: :symbols,
3610
- Sun: :symbols,
3611
- sun: :symbols,
3612
- leo: :symbols,
3613
- Leo: :symbols,
3614
- iff: :symbols,
3615
- bij: :symbols,
3616
- Vee: :symbols,
3617
- lgE: :symbols,
3618
- glE: :symbols,
3619
- glj: :symbols,
3620
- gla: :symbols,
3621
- smt: :symbols,
3622
- lat: :symbols,
3623
- Top: :symbols,
3624
- Bot: :symbols,
3625
- Not: :symbols,
3626
- Dot: :symbols,
3627
- not: :symbols,
3628
- Phi: :symbols,
3629
- Psi: :symbols,
3630
- eta: :symbols,
3631
- rho: :symbols,
3632
- tau: :symbols,
3633
- chi: :symbols,
3634
- psi: :symbols,
3635
- phi: :symbols,
3636
- yen: :symbols,
3637
- neg: :symbols,
3638
- eth: :symbols,
3639
- div: :symbols,
3640
62
  cal: :fonts,
3641
63
  mit: :fonts,
3642
64
  mbf: :fonts,
@@ -3662,34 +84,6 @@ module Plurimath
3662
84
  sup: :unary,
3663
85
  ker: :unary,
3664
86
  bar: :unary,
3665
- Xi: :symbols,
3666
- Im: :symbols,
3667
- wp: :symbols,
3668
- Re: :symbols,
3669
- DD: :symbols,
3670
- dd: :symbols,
3671
- ee: :symbols,
3672
- ii: :symbols,
3673
- jj: :symbols,
3674
- to: :symbols,
3675
- in: :symbols,
3676
- ni: :symbols,
3677
- mp: :symbols,
3678
- AC: :symbols,
3679
- wr: :symbols,
3680
- ne: :symbols,
3681
- le: :symbols,
3682
- ge: :symbols,
3683
- ll: :symbols,
3684
- gg: :symbols,
3685
- Lt: :symbols,
3686
- Gt: :symbols,
3687
- Pi: :symbols,
3688
- mu: :symbols,
3689
- nu: :symbols,
3690
- xi: :symbols,
3691
- pi: :symbols,
3692
- pm: :symbols,
3693
87
  rm: :fonts,
3694
88
  bf: :fonts,
3695
89
  lg: :unary,
@@ -3717,15 +111,8 @@ module Plurimath
3717
111
  "|": :operant,
3718
112
  _: :operant,
3719
113
  }.freeze
3720
- PARENTHESIS = {
3721
- "[" => "]",
3722
- "(" => ")",
3723
- "\\(" => "\\)",
3724
- "\\[" => "\\]",
3725
- "\\{" => "\\}",
3726
- }.freeze
3727
114
  MATRICES_PARENTHESIS = {
3728
- "norm[": :"]",
115
+ "\\Vert": :"]",
3729
116
  "|": :"|",
3730
117
  "(": :")",
3731
118
  "{": :"}",
@@ -3733,7 +120,7 @@ module Plurimath
3733
120
  }.freeze
3734
121
  MATRICES = {
3735
122
  multline: nil,
3736
- Vmatrix: "norm[",
123
+ Vmatrix: "\\Vert",
3737
124
  vmatrix: "|",
3738
125
  pmatrix: "(",
3739
126
  Bmatrix: "{",
@@ -3835,6 +222,46 @@ module Plurimath
3835
222
  }
3836
223
  {
3837
224
  ].freeze
225
+
226
+ class << self
227
+ def symbols_constants
228
+ @@symbols ||= reverse_sort_hash(SYMBOLS.merge(symbols_hash))
229
+ end
230
+
231
+ def parenthesis
232
+ @@parens ||= {"\\(" => "\\)", "\\[" => "\\]", "\\{" => "\\}"}
233
+ rejected_paren(:close?).each do |paren, klass|
234
+ @@parens[paren] = klass.new.closing::INPUT[:latex].flatten
235
+ end
236
+ reverse_sort_hash(@@parens)
237
+ end
238
+
239
+ def wrapper_symbols
240
+ symbols_hash.keys.grep(/__{/)
241
+ end
242
+
243
+ private
244
+
245
+ def symbols_hash
246
+ latex_symbols.map { |sym, klass| [sym, :symbols] }.compact.to_h
247
+ end
248
+
249
+ def latex_symbols
250
+ @@latex_symbols ||= Utility.symbols_hash(:latex)
251
+ end
252
+
253
+ def latex_parens
254
+ @@latex_parens ||= Utility.parens_hash(:latex, skipables: ["lcurly"])
255
+ end
256
+
257
+ def rejected_paren(type)
258
+ latex_parens.reject { |_, klass| klass.new.send(type) }
259
+ end
260
+
261
+ def reverse_sort_hash(hash)
262
+ hash.sort_by { |str, _| -str.length }.to_h
263
+ end
264
+ end
3838
265
  end
3839
266
  end
3840
267
  end