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
@@ -1,18 +1,4 @@
1
- = AsciiMath symbols
2
-
3
- == Parenthesis
4
-
5
- |===
6
- | Open | Close
7
-
8
- | `(:` | `:)`
9
- | `{:` | `:}`
10
- | `(` | `)`
11
- | `{` | `}`
12
- | `[` | `]`
13
- | `\|` | `\|`
14
- |===
15
-
1
+ = AsciiMath Support
16
2
 
17
3
  == Classes
18
4
 
@@ -86,1913 +72,3 @@
86
72
  * `sec`
87
73
  * `ln`
88
74
  * `ul`
89
-
90
-
91
- == Symbols
92
-
93
- * `twoheadrightarrowtail`
94
- * `twoheadrightarrow`
95
- * `rightarrowtail`
96
- * `Leftrightarrow`
97
- * `leftrightarrow`
98
- * `Rightarrow`
99
- * `rightarrow`
100
- * `varepsilon`
101
- * `Leftarrow`
102
- * `leftarrow`
103
- * `downarrow`
104
- * `therefore`
105
- * `backslash`
106
- * `setminus`
107
- * `triangle`
108
- * `bigwedge`
109
- * `rceiling`
110
- * `lceiling`
111
- * `supseteq`
112
- * `subseteq`
113
- * `vartheta`
114
- * `emptyset`
115
- * `diamond`
116
- * `uparrow`
117
- * `implies`
118
- * `partial`
119
- * `because`
120
- * `upsilon`
121
- * `epsilon`
122
- * `bigcap`
123
- * `bigvee`
124
- * `propto`
125
- * `approx`
126
- * `exists`
127
- * `forall`
128
- * `otimes`
129
- * `ltimes`
130
- * `bowtie`
131
- * `rtimes`
132
- * `models`
133
- * `mapsto`
134
- * `bigcup`
135
- * `succeq`
136
- * `preceq`
137
- * `rfloor`
138
- * `lfloor`
139
- * `square`
140
- * `supset`
141
- * `subset`
142
- * `lambda`
143
- * `Lambda`
144
- * `varphi`
145
- * `>\->>`
146
- * `kappa`
147
- * `Delta`
148
- * `delta`
149
- * `gamma`
150
- * `Gamma`
151
- * `Theta`
152
- * `theta`
153
- * `alpha`
154
- * `aleph`
155
- * `infty`
156
- * `equiv`
157
- * `frown`
158
- * `notin`
159
- * `angle`
160
- * `cdots`
161
- * `vdash`
162
- * `wedge`
163
- * `oplus`
164
- * `nabla`
165
- * `ddots`
166
- * `vdots`
167
- * `Sigma`
168
- * `Omega`
169
- * `omega`
170
- * `sigma`
171
- * `times`
172
- * `ldots`
173
- * `\<\=>`
174
- * `-\<=`
175
- * `\^^^`
176
- * `|\->`
177
- * `>\->`
178
- * `\->>`
179
- * `\_|_`
180
- * `\***`
181
- * `|><|`
182
- * `quad`
183
- * `star`
184
- * `odot`
185
- * `cdot`
186
- * `rarr`
187
- * `darr`
188
- * `prop`
189
- * `lArr`
190
- * `rArr`
191
- * `uarr`
192
- * `hArr`
193
- * `harr`
194
- * `larr`
195
- * `grad`
196
- * `circ`
197
- * `sube`
198
- * `supe`
199
- * `succ`
200
- * `prec`
201
- * `cong`
202
- * `beta`
203
- * `zeta`
204
- * `iota`
205
- * `!in`
206
- * `sup`
207
- * `sub`
208
- * `top`
209
- * `vvv`
210
- * `vee`
211
- * `nnn`
212
- * `cap`
213
- * `ast`
214
- * `bot`
215
- * `del`
216
- * `uuu`
217
- * `cup`
218
- * `iff`
219
- * `eta`
220
- * `Phi`
221
- * `Psi`
222
- * `psi`
223
- * `chi`
224
- * `phi`
225
- * `rho`
226
- * `tau`
227
- * `div`
228
- * `neg`
229
- * `not`
230
- * `/_\`
231
- * `\->`
232
- * `>-=`
233
- * `><|`
234
- * `|==`
235
- * `|--`
236
- * `__|`
237
- * `|__`
238
- * `|><`
239
- * `\=>`
240
- * `\<=`
241
- * `nn`
242
- * `vv`
243
- * `TT`
244
- * `EE`
245
- * `ox`
246
- * `to`
247
- * `AA`
248
- * `uu`
249
- * `ne`
250
- * `ZZ`
251
- * `RR`
252
- * `QQ`
253
- * `NN`
254
- * `CC`
255
- * `oo`
256
- * `ge`
257
- * `le`
258
- * `in`
259
- * `nu`
260
- * `mu`
261
- * `pi`
262
- * `Pi`
263
- * `xi`
264
- * `Xi`
265
- * `xx`
266
- * `pm`
267
- * `gt`
268
- * `lt`
269
- * `:'`
270
- * `^^`
271
- * `o+`
272
- * `o.`
273
- * `**`
274
- * `~~`
275
- * `O/`
276
- * `>>`
277
- * `<<`
278
- * `~|`
279
- * `!=`
280
- * `>-`
281
- * `-<`
282
- * `~=`
283
- * `-=`
284
- * `:.`
285
- * `>=`
286
- * `|~`
287
- * `/_`
288
- * `+-`
289
- * `-:`
290
- * `@`
291
- * `*`
292
- * `<`
293
- * `>`
294
- * `-`
295
- * `_`
296
- * `|`
297
- * `'`
298
- * `:`
299
- * `!`
300
- * `=`
301
- * `+`
302
- * `/`
303
- * `,`
304
- * `.`
305
- * `;`
306
- * `&`
307
- * `?`
308
- * `$`
309
- * `#`
310
- * `%`
311
-
312
- = Symbols Inherited from Latex
313
-
314
- |===
315
- | Command | Presentation
316
-
317
- | `barleftarrowrightarrowba` | &#x21b9;
318
- | `rightarrowshortleftarrow` | &#x2942;
319
- | `leftarrowshortrightarrow` | &#x2943;
320
- | `shortrightarrowleftarrow` | &#x2944;
321
- | `leftrightharpoondowndown` | &#x2950;
322
- | `smallblacktriangleright` | &#x25b8;
323
- | `invwhiteupperhalfcircle` | &#x25da;
324
- | `invwhitelowerhalfcircle` | &#x25db;
325
- | `concavediamondtickright` | &#x27e3;
326
- | `nvtwoheadrightarrowtail` | &#x2917;
327
- | `nVtwoheadrightarrowtail` | &#x2918;
328
- | `updownharpoonrightright` | &#x294f;
329
- | `updownharpoonsleftright` | &#x296e;
330
- | `downupharpoonsleftright` | &#x296f;
331
- | `leftrightarrowtriangle` | &#x21ff;
332
- | `smallblacktriangleleft` | &#x25c2;
333
- | `blackcircleulquadwhite` | &#x25d5;
334
- | `concavediamondtickleft` | &#x27e2;
335
- | `leftrightharpoonupdown` | &#x294a;
336
- | `leftrightharpoondownup` | &#x294b;
337
- | `updownharpoonrightleft` | &#x294c;
338
- | `updownharpoonleftright` | &#x294d;
339
- | `downtrianglerightblack` | &#x29e9;
340
- | `partialmeetcontraction` | &#x2aa3;
341
- | `nvtwoheadleftarrowtail` | &#x2b3c;
342
- | `nVtwoheadleftarrowtail` | &#x2b3d;
343
- | `underrightharpoondown` | &#x20ec;
344
- | `barovernorthwestarrow` | &#x21b8;
345
- | `rangledownzigzagarrow` | &#x237c;
346
- | `circlebottomhalfblack` | &#x25d2;
347
- | `updownharpoonleftleft` | &#x2951;
348
- | `downharpoonsleftright` | &#x2965;
349
- | `leftrightharpoonsdown` | &#x2967;
350
- | `rightleftharpoonsdown` | &#x2969;
351
- | `downtriangleleftblack` | &#x29e8;
352
- | `blackdiamonddownarrow` | &#x29ea;
353
- | `closedvarcupsmashprod` | &#x2a50;
354
- | `underleftharpoondown` | &#x20ed;
355
- | `CapitalDifferentialD` | &#x2145;
356
- | `bigblacktriangledown` | &#x25bc;
357
- | `circlerighthalfblack` | &#x25d1;
358
- | `blackrighthalfcircle` | &#x25d7;
359
- | `blackcircledrightdot` | &#x2688;
360
- | `whiteinwhitetriangle` | &#x27c1;
361
- | `whitesquaretickright` | &#x27e5;
362
- | `barrightarrowdiamond` | &#x2920;
363
- | `downrightcurvedarrow` | &#x2935;
364
- | `rightdowncurvedarrow` | &#x2937;
365
- | `curvearrowrightminus` | &#x293c;
366
- | `leftrightarrowcircle` | &#x2948;
367
- | `twoheaduparrowcircle` | &#x2949;
368
- | `leftrightharpoonupup` | &#x294e;
369
- | `leftrightharpoondown` | &#x2950;
370
- | `dashrightharpoondown` | &#x296d;
371
- | `blackcircledownarrow` | &#x29ed;
372
- | `NestedGreaterGreater` | &#x2aa2;
373
- | `twoheadleftarrowtail` | &#x2b3b;
374
- | `rightarrowbackapprox` | &#x2b48;
375
- | `leftrightsquigarrow` | &#x21ad;
376
- | `whitearrowupfrombar` | &#x21ea;
377
- | `blockthreeqtrshaded` | &#x2593;
378
- | `blackinwhitediamond` | &#x25c8;
379
- | `circlelefthalfblack` | &#x25d0;
380
- | `blacklefthalfcircle` | &#x25d6;
381
- | `blackcircledtwodots` | &#x2689;
382
- | `whitesquaretickleft` | &#x27e4;
383
- | `longrightsquigarrow` | &#x27ff;
384
- | `nvtwoheadrightarrow` | &#x2900;
385
- | `nVtwoheadrightarrow` | &#x2901;
386
- | `diamondleftarrowbar` | &#x291f;
387
- | `leftdowncurvedarrow` | &#x2936;
388
- | `downharpoonrightbar` | &#x2955;
389
- | `rightharpoondownbar` | &#x2957;
390
- | `bardownharpoonright` | &#x295d;
391
- | `barrightharpoondown` | &#x295f;
392
- | `upharpoonsleftright` | &#x2963;
393
- | `rightharpoonsupdown` | &#x2964;
394
- | `leftrightharpoonsup` | &#x2966;
395
- | `rightleftharpoonsup` | &#x2968;
396
- | `dashleftharpoondown` | &#x296b;
397
- | `twoheadleftdbkarrow` | &#x2b37;
398
- | `leftarrowbackapprox` | &#x2b42;
399
- | `rightharpoonaccent` | &#x20d1;
400
- | `overleftrightarrow` | &#x20e1;
401
- | `acwopencirclearrow` | &#x21ba;
402
- | `upharpoonrightdown` | &#x21c2;
403
- | `circleonrightarrow` | &#x21f4;
404
- | `rightarrowtriangle` | &#x21fe;
405
- | `PrecedesSlantEqual` | &#x227c;
406
- | `SucceedsSlantEqual` | &#x227d;
407
- | `measuredrightangle` | &#x22be;
408
- | `blackinwhitesquare` | &#x25a3;
409
- | `parallelogramblack` | &#x25b0;
410
- | `bigblacktriangleup` | &#x25b2;
411
- | `blacktriangleright` | &#x25b6;
412
- | `smalltriangleright` | &#x25b9;
413
- | `circletophalfblack` | &#x25d3;
414
- | `inversewhitecircle` | &#x25d9;
415
- | `trianglerightblack` | &#x25ee;
416
- | `longleftrightarrow` | &#x27f7;
417
- | `Longleftrightarrow` | &#x27fa;
418
- | `curvearrowleftplus` | &#x293d;
419
- | `ccwundercurvearrow` | &#x293f;
420
- | `leftrightharpoonup` | &#x294e;
421
- | `rightupdownharpoon` | &#x294f;
422
- | `RightDownVectorBar` | &#x2955;
423
- | `barleftharpoondown` | &#x2956;
424
- | `DownRightVectorBar` | &#x2957;
425
- | `downharpoonleftbar` | &#x2959;
426
- | `RightDownTeeVector` | &#x295d;
427
- | `leftharpoondownbar` | &#x295e;
428
- | `DownRightTeeVector` | &#x295f;
429
- | `bardownharpoonleft` | &#x2961;
430
- | `leftharpoonsupdown` | &#x2962;
431
- | `rightrightharpoons` | &#x2964;
432
- | `rightharpoonupdash` | &#x296c;
433
- | `circledwhitebullet` | &#x29be;
434
- | `errbarblackdiamond` | &#x29f1;
435
- | `longleftsquigarrow` | &#x2b33;
436
- | `nvtwoheadleftarrow` | &#x2b34;
437
- | `nVtwoheadleftarrow` | &#x2b35;
438
- | `bsimilarrightarrow` | &#x2b47;
439
- | `rightarrowbsimilar` | &#x2b4c;
440
- | `rightpentagonblack` | &#x2b53;
441
- | `leftharpoonaccent` | &#x20d0;
442
- | `cwopencirclearrow` | &#x21bb;
443
- | `upharpoonleftdown` | &#x21c3;
444
- | `leftrightharpoons` | &#x21cb;
445
- | `rightleftharpoons` | &#x21cc;
446
- | `leftarrowtriangle` | &#x21fd;
447
- | `kernelcontraction` | &#x223b;
448
- | `vardoublebarwedge` | &#x2306;
449
- | `varhexagonlrbonds` | &#x232c;
450
- | `varcarriagereturn` | &#x23ce;
451
- | `blackpointerright` | &#x25ba;
452
- | `whitepointerright` | &#x25bb;
453
- | `blacktriangledown` | &#x25be;
454
- | `smalltriangledown` | &#x25bf;
455
- | `blacktriangleleft` | &#x25c0;
456
- | `smalltriangleleft` | &#x25c3;
457
- | `circleurquadblack` | &#x25d4;
458
- | `triangleleftblack` | &#x25ed;
459
- | `acwgapcirclearrow` | &#x27f2;
460
- | `rightarrowonoplus` | &#x27f4;
461
- | `rightarrowdiamond` | &#x291e;
462
- | `uprightcurvearrow` | &#x2934;
463
- | `cwundercurvearrow` | &#x293e;
464
- | `leftupdownharpoon` | &#x2951;
465
- | `rightharpoonupbar` | &#x2953;
466
- | `barupharpoonright` | &#x2954;
467
- | `DownLeftVectorBar` | &#x2956;
468
- | `LeftDownVectorBar` | &#x2959;
469
- | `barrightharpoonup` | &#x295b;
470
- | `upharpoonrightbar` | &#x295c;
471
- | `DownLeftTeeVector` | &#x295e;
472
- | `LeftDownTeeVector` | &#x2961;
473
- | `leftharpoonupdash` | &#x296a;
474
- | `similarrightarrow` | &#x2972;
475
- | `rightarrowsimilar` | &#x2974;
476
- | `measuredangleleft` | &#x299b;
477
- | `errbarblacksquare` | &#x29ef;
478
- | `errbarblackcircle` | &#x29f3;
479
- | `diamondrightblack` | &#x2b17;
480
- | `circleonleftarrow` | &#x2b30;
481
- | `bsimilarleftarrow` | &#x2b41;
482
- | `leftarrowbsimilar` | &#x2b4b;
483
- | `twoheadleftarrow` | &#x219e;
484
- | `twoheaddownarrow` | &#x21a1;
485
- | `circlearrowright` | &#x21bb;
486
- | `rightharpoondown` | &#x21c1;
487
- | `downharpoonright` | &#x21c2;
488
- | `uparrowdownarrow` | &#x21c5;
489
- | `rightrightarrows` | &#x21c9;
490
- | `downarrowuparrow` | &#x21f5;
491
- | `rightthreearrows` | &#x21f6;
492
- | `nvleftrightarrow` | &#x21f9;
493
- | `nVleftrightarrow` | &#x21fc;
494
- | `varointclockwise` | &#x2232;
495
- | `ointctrclockwise` | &#x2233;
496
- | `vartriangleright` | &#x22b3;
497
- | `multimapdotbothA` | &#x22b6;
498
- | `multimapdotbothB` | &#x22b7;
499
- | `NotRightTriangle` | &#x22eb;
500
- | `ntrianglerighteq` | &#x22ed;
501
- | `APLrightarrowbox` | &#x2348;
502
- | `blackpointerleft` | &#x25c4;
503
- | `whitepointerleft` | &#x25c5;
504
- | `squarerightblack` | &#x25e8;
505
- | `cwgapcirclearrow` | &#x27f3;
506
- | `nvLeftrightarrow` | &#x2904;
507
- | `nvrightarrowtail` | &#x2914;
508
- | `nVrightarrowtail` | &#x2915;
509
- | `diamondleftarrow` | &#x291d;
510
- | `rightcurvedarrow` | &#x2933;
511
- | `acwunderarcarrow` | &#x293b;
512
- | `leftrightharpoon` | &#x294a;
513
- | `rightleftharpoon` | &#x294b;
514
- | `barleftharpoonup` | &#x2952;
515
- | `RightUpVectorBar` | &#x2954;
516
- | `barupharpoonleft` | &#x2958;
517
- | `leftharpoonupbar` | &#x295a;
518
- | `RightUpTeeVector` | &#x295c;
519
- | `upharpoonleftbar` | &#x2960;
520
- | `leftleftharpoons` | &#x2962;
521
- | `downdownharpoons` | &#x2965;
522
- | `uprevequilibrium` | &#x296f;
523
- | `leftarrowsimilar` | &#x2973;
524
- | `rightarrowapprox` | &#x2975;
525
- | `sphericalangleup` | &#x29a1;
526
- | `RightTriangleBar` | &#x29d0;
527
- | `diamondleftblack` | &#x2b16;
528
- | `leftarrowonoplus` | &#x2b32;
529
- | `rightarrowsupset` | &#x2b44;
530
- | `similarleftarrow` | &#x2b49;
531
- | `unicodeellipsis` | &#x2026;
532
- | `enleadertwodots` | &#x2025;
533
- | `enclosetriangle` | &#x20e4;
534
- | `widebridgeabove` | &#x20e9;
535
- | `underrightarrow` | &#x20ef;
536
- | `nleftrightarrow` | &#x21ae;
537
- | `downzigzagarrow` | &#x21af;
538
- | `curvearrowright` | &#x21b7;
539
- | `circlearrowleft` | &#x21ba;
540
- | `leftharpoondown` | &#x21bd;
541
- | `upharpoonleftup` | &#x21bf;
542
- | `downharpoonleft` | &#x21c3;
543
- | `rightleftarrows` | &#x21c4;
544
- | `leftrightarrows` | &#x21c6;
545
- | `nLeftrightarrow` | &#x21ce;
546
- | `rightsquigarrow` | &#x21dd;
547
- | `rightwhitearrow` | &#x21e8;
548
- | `NotGreaterTilde` | &#x2275;
549
- | `vartriangleleft` | &#x22b2;
550
- | `trianglerighteq` | &#x22b5;
551
- | `rightthreetimes` | &#x22cc;
552
- | `NotLeftTriangle` | &#x22ea;
553
- | `ntrianglelefteq` | &#x22ec;
554
- | `APLnotbackslash` | &#x2340;
555
- | `APLleftarrowbox` | &#x2347;
556
- | `APLdownarrowbox` | &#x2357;
557
- | `blockhalfshaded` | &#x2592;
558
- | `squarecrossfill` | &#x25a9;
559
- | `hrectangleblack` | &#x25ac;
560
- | `vrectangleblack` | &#x25ae;
561
- | `blacktriangleup` | &#x25b4;
562
- | `smalltriangleup` | &#x25b5;
563
- | `bigtriangledown` | &#x25bd;
564
- | `lrblacktriangle` | &#x25e2;
565
- | `llblacktriangle` | &#x25e3;
566
- | `ulblacktriangle` | &#x25e4;
567
- | `urblacktriangle` | &#x25e5;
568
- | `squareleftblack` | &#x25e7;
569
- | `circledrightdot` | &#x2686;
570
- | `downarrowbarred` | &#x2908;
571
- | `cwrightarcarrow` | &#x2938;
572
- | `acwleftarcarrow` | &#x2939;
573
- | `acwoverarcarrow` | &#x293a;
574
- | `LeftUpVectorBar` | &#x2958;
575
- | `LeftUpTeeVector` | &#x2960;
576
- | `rightbarharpoon` | &#x296c;
577
- | `barrightharpoon` | &#x296d;
578
- | `equalrightarrow` | &#x2971;
579
- | `leftarrowsubset` | &#x297a;
580
- | `measanglerutone` | &#x29a8;
581
- | `measanglelutonw` | &#x29a9;
582
- | `measanglerdtose` | &#x29aa;
583
- | `measangleldtosw` | &#x29ab;
584
- | `measangleurtone` | &#x29ac;
585
- | `measangleultonw` | &#x29ad;
586
- | `measangledrtose` | &#x29ae;
587
- | `measangledltosw` | &#x29af;
588
- | `circledparallel` | &#x29b7;
589
- | `uparrowoncircle` | &#x29bd;
590
- | `LeftTriangleBar` | &#x29cf;
591
- | `circledownarrow` | &#x29ec;
592
- | `bigtriangleleft` | &#x2a1e;
593
- | `diamondtopblack` | &#x2b18;
594
- | `diamondbotblack` | &#x2b19;
595
- | `varhexagonblack` | &#x2b22;
596
- | `leftthreearrows` | &#x2b31;
597
- | `twoheadmapsfrom` | &#x2b36;
598
- | `nvleftarrowtail` | &#x2b39;
599
- | `nVleftarrowtail` | &#x2b3a;
600
- | `leftcurvedarrow` | &#x2b3f;
601
- | `leftarrowapprox` | &#x2b4a;
602
- | `enclosediamond` | &#x20df;
603
- | `underleftarrow` | &#x20ee;
604
- | `rightwavearrow` | &#x219d;
605
- | `twoheaduparrow` | &#x219f;
606
- | `updownarrowbar` | &#x21a8;
607
- | `hookrightarrow` | &#x21aa;
608
- | `looparrowright` | &#x21ac;
609
- | `carriagereturn` | &#x21b5;
610
- | `curvearrowleft` | &#x21b6;
611
- | `upharpoonright` | &#x21be;
612
- | `rightharpoonup` | &#x21c0;
613
- | `rightleftarrow` | &#x21c4;
614
- | `leftleftarrows` | &#x21c7;
615
- | `downdownarrows` | &#x21ca;
616
- | `revequilibrium` | &#x21cb;
617
- | `leftsquigarrow` | &#x21dc;
618
- | `dashrightarrow` | &#x21e2;
619
- | `rightdasharrow` | &#x21e2;
620
- | `leftwhitearrow` | &#x21e6;
621
- | `downwhitearrow` | &#x21e9;
622
- | `sphericalangle` | &#x2222;
623
- | `NotGreaterLess` | &#x2279;
624
- | `trianglelefteq` | &#x22b4;
625
- | `leftthreetimes` | &#x22cb;
626
- | `ntriangleright` | &#x22eb;
627
- | `APLboxquestion` | &#x2370;
628
- | `lparenextender` | &#x239c;
629
- | `rparenextender` | &#x239f;
630
- | `lbrackextender` | &#x23a2;
631
- | `rbrackextender` | &#x23a5;
632
- | `vbraceextender` | &#x23aa;
633
- | `harrowextender` | &#x23af;
634
- | `blockrighthalf` | &#x2590;
635
- | `blockqtrshaded` | &#x2591;
636
- | `squarenwsefill` | &#x25a7;
637
- | `squareneswfill` | &#x25a8;
638
- | `mdlgblkdiamond` | &#x25c6;
639
- | `mdlgwhtdiamond` | &#x25c7;
640
- | `mdlgwhtlozenge` | &#x25ca;
641
- | `circlevertfill` | &#x25cd;
642
- | `vardiamondsuit` | &#x2666;
643
- | `circledtwodots` | &#x2687;
644
- | `rightouterjoin` | &#x27d6;
645
- | `concavediamond` | &#x27e1;
646
- | `longrightarrow` | &#x27f6;
647
- | `Longrightarrow` | &#x27f9;
648
- | `longmappedfrom` | &#x27fb;
649
- | `Longmappedfrom` | &#x27fd;
650
- | `fdiagovnearrow` | &#x292f;
651
- | `rdiagovsearrow` | &#x2930;
652
- | `acwcirclearrow` | &#x2940;
653
- | `rightarrowplus` | &#x2945;
654
- | `RightVectorBar` | &#x2953;
655
- | `RightTeeVector` | &#x295b;
656
- | `leftbarharpoon` | &#x296a;
657
- | `barleftharpoon` | &#x296b;
658
- | `updownharpoons` | &#x296e;
659
- | `downupharpoons` | &#x296f;
660
- | `rightanglemdot` | &#x299d;
661
- | `triangleserifs` | &#x29cd;
662
- | `blackhourglass` | &#x29d7;
663
- | `mdlgblklozenge` | &#x29eb;
664
- | `bigslopedwedge` | &#x2a58;
665
- | `doublebarwedge` | &#x2a5e;
666
- | `wedgedoublebar` | &#x2a60;
667
- | `NestedLessLess` | &#x2aa1;
668
- | `squaretopblack` | &#x2b12;
669
- | `squarebotblack` | &#x2b13;
670
- | `equalleftarrow` | &#x2b40;
671
- | `ocommatopright` | &#x315;
672
- | `overleftarrow` | &#x20d6;
673
- | `enclosecircle` | &#x20dd;
674
- | `enclosesquare` | &#x20de;
675
- | `threeunderdot` | &#x20e8;
676
- | `sansLmirrored` | &#x2143;
677
- | `DifferentialD` | &#x2146;
678
- | `leftwavearrow` | &#x219c;
679
- | `leftarrowtail` | &#x21a2;
680
- | `hookleftarrow` | &#x21a9;
681
- | `looparrowleft` | &#x21ab;
682
- | `leftharpoonup` | &#x21bc;
683
- | `upharpoonleft` | &#x21bf;
684
- | `dashleftarrow` | &#x21e0;
685
- | `leftdasharrow` | &#x21e0;
686
- | `downdasharrow` | &#x21e3;
687
- | `RightArrowBar` | &#x21e5;
688
- | `rightarrowbar` | &#x21e5;
689
- | `smallsetminus` | &#x2216;
690
- | `vysmwhtcircle` | &#x2218;
691
- | `vysmblkcircle` | &#x2219;
692
- | `measuredangle` | &#x2221;
693
- | `dotsminusdots` | &#x223a;
694
- | `fallingdotseq` | &#x2252;
695
- | `PrecedesTilde` | &#x227e;
696
- | `SucceedsTilde` | &#x227f;
697
- | `varlrtriangle` | &#x22bf;
698
- | `divideontimes` | &#x22c7;
699
- | `equalparallel` | &#x22d5;
700
- | `ntriangleleft` | &#x22ea;
701
- | `APLuparrowbox` | &#x2350;
702
- | `APLboxupcaret` | &#x2353;
703
- | `bdtriplevdash` | &#x2506;
704
- | `blocklefthalf` | &#x258c;
705
- | `mdlgblksquare` | &#x25a0;
706
- | `parallelogram` | &#x25b1;
707
- | `blacktriangle` | &#x25b4;
708
- | `triangleright` | &#x25b7;
709
- | `mdlgwhtcircle` | &#x25cb;
710
- | `mdlgblkcircle` | &#x25cf;
711
- | `inversebullet` | &#x25d8;
712
- | `topsemicircle` | &#x25e0;
713
- | `botsemicircle` | &#x25e1;
714
- | `squareulblack` | &#x25e9;
715
- | `squarelrblack` | &#x25ea;
716
- | `mdsmwhtsquare` | &#x25fd;
717
- | `mdsmblksquare` | &#x25fe;
718
- | `sixteenthnote` | &#x266c;
719
- | `Hermaphrodite` | &#x26a5;
720
- | `mdsmwhtcircle` | &#x26ac;
721
- | `draftingarrow` | &#x279b;
722
- | `leftouterjoin` | &#x27d5;
723
- | `fullouterjoin` | &#x27d7;
724
- | `longleftarrow` | &#x27f5;
725
- | `Longleftarrow` | &#x27f8;
726
- | `twoheadmapsto` | &#x2905;
727
- | `uparrowbarred` | &#x2909;
728
- | `rightdotarrow` | &#x2911;
729
- | `cwcirclearrow` | &#x2941;
730
- | `leftarrowplus` | &#x2946;
731
- | `LeftVectorBar` | &#x2952;
732
- | `LeftTeeVector` | &#x295a;
733
- | `upequilibrium` | &#x296e;
734
- | `leftarrowless` | &#x2977;
735
- | `rightfishtail` | &#x297d;
736
- | `mdsmblkcircle` | &#x2981;
737
- | `llparenthesis` | &#x2987;
738
- | `rrparenthesis` | &#x2988;
739
- | `rightanglesqr` | &#x299c;
740
- | `wideangledown` | &#x29a6;
741
- | `mdlgwhtsquare` | &#x25a1;
742
- | `emptysetocirc` | &#x29b2;
743
- | `emptysetoarrl` | &#x29b4;
744
- | `circledbslash` | &#x29b8;
745
- | `circledbullet` | &#x29bf;
746
- | `errbardiamond` | &#x29f0;
747
- | `triangleminus` | &#x2a3a;
748
- | `triangletimes` | &#x2a3b;
749
- | `shortlefttack` | &#x2ade;
750
- | `shortdowntack` | &#x2adf;
751
- | `threedotcolon` | &#x2af6;
752
- | `biginterleave` | &#x2afc;
753
- | `bigtalloblong` | &#x2aff;
754
- | `squareurblack` | &#x2b14;
755
- | `squarellblack` | &#x2b15;
756
- | `vysmblksquare` | &#x2b1d;
757
- | `vysmwhtsquare` | &#x2b1e;
758
- | `pentagonblack` | &#x2b1f;
759
- | `rightarrowgtr` | &#x2b43;
760
- | `rightpentagon` | &#x2b54;
761
- | `upbackepsilon` | &#x3f6;
762
- | `bigtriangleup` | &#x25b3;
763
- | `wasytherefore` | &#x2234;
764
- | `smwhtdiamond` | &#x22c4;
765
- | `unicodecdots` | &#x22ef;
766
- | `hyphenbullet` | &#x2043;
767
- | `PropertyLine` | &#x214a;
768
- | `updownarrows` | &#x21c5;
769
- | `LeftArrowBar` | &#x21e4;
770
- | `barleftarrow` | &#x21e4;
771
- | `upwhitearrow` | &#x21e7;
772
- | `downuparrows` | &#x21f5;
773
- | `nvrightarrow` | &#x21f8;
774
- | `nVrightarrow` | &#x21fb;
775
- | `intclockwise` | &#x2231;
776
- | `cntclockoint` | &#x2233;
777
- | `risingdotseq` | &#x2253;
778
- | `NotLessTilde` | &#x2274;
779
- | `varsubsetneq` | &#x228a;
780
- | `cupleftarrow` | &#x228c;
781
- | `circledequal` | &#x229c;
782
- | `hermitmatrix` | &#x22b9;
783
- | `npreccurlyeq` | &#x22e0;
784
- | `nsucccurlyeq` | &#x22e1;
785
- | `notbackslash` | &#x2340;
786
- | `underbracket` | &#x23b5;
787
- | `blocklowhalf` | &#x2584;
788
- | `squarehvfill` | &#x25a6;
789
- | `triangledown` | &#x25bf;
790
- | `triangleleft` | &#x25c1;
791
- | `Diamondblack` | &#x25c6;
792
- | `dottedcircle` | &#x25cc;
793
- | `trianglecdot` | &#x25ec;
794
- | `squareulquad` | &#x25f0;
795
- | `squarellquad` | &#x25f1;
796
- | `squarelrquad` | &#x25f2;
797
- | `squareurquad` | &#x25f3;
798
- | `circleulquad` | &#x25f4;
799
- | `circlellquad` | &#x25f5;
800
- | `circlelrquad` | &#x25f6;
801
- | `circleurquad` | &#x25f7;
802
- | `bigwhitestar` | &#x2606;
803
- | `invsmileface` | &#x263b;
804
- | `varspadesuit` | &#x2664;
805
- | `varheartsuit` | &#x2665;
806
- | `dingasterisk` | &#x273d;
807
- | `longdivision` | &#x27cc;
808
- | `lozengeminus` | &#x27e0;
809
- | `longmapsfrom` | &#x27fb;
810
- | `Longmapsfrom` | &#x27fd;
811
- | `nvRightarrow` | &#x2903;
812
- | `rightbkarrow` | &#x290d;
813
- | `leftdbkarrow` | &#x290e;
814
- | `DownArrowBar` | &#x2913;
815
- | `downarrowbar` | &#x2913;
816
- | `rightdbltail` | &#x291c;
817
- | `rdiagovfdiag` | &#x292b;
818
- | `fdiagovrdiag` | &#x292c;
819
- | `upupharpoons` | &#x2963;
820
- | `leftfishtail` | &#x297c;
821
- | `downfishtail` | &#x297f;
822
- | `lbrackultick` | &#x298d;
823
- | `rbracklrtick` | &#x298e;
824
- | `lbracklltick` | &#x298f;
825
- | `rbrackurtick` | &#x2990;
826
- | `revangleubar` | &#x29a5;
827
- | `emptysetobar` | &#x29b1;
828
- | `emptysetoarr` | &#x29b3;
829
- | `odotslashdot` | &#x29bc;
830
- | `ogreaterthan` | &#x29c1;
831
- | `triangleodot` | &#x29ca;
832
- | `triangleubar` | &#x29cb;
833
- | `multimapboth` | &#x29df;
834
- | `lrtriangleeq` | &#x29e1;
835
- | `blacklozenge` | &#x29eb;
836
- | `errbarsquare` | &#x29ee;
837
- | `errbarcircle` | &#x29f2;
838
- | `triangleplus` | &#x2a39;
839
- | `closedvarcup` | &#x2a4c;
840
- | `closedvarcap` | &#x2a4d;
841
- | `wedgeonwedge` | &#x2a55;
842
- | `bigslopedvee` | &#x2a57;
843
- | `wedgemidvert` | &#x2a5a;
844
- | `doublebarvee` | &#x2a62;
845
- | `veedoublebar` | &#x2a63;
846
- | `eqqslantless` | &#x2a9b;
847
- | `subsetapprox` | &#x2ac9;
848
- | `supsetapprox` | &#x2aca;
849
- | `dottedsquare` | &#x2b1a;
850
- | `hexagonblack` | &#x2b23;
851
- | `mdblkdiamond` | &#x2b25;
852
- | `mdwhtdiamond` | &#x2b26;
853
- | `mdblklozenge` | &#x2b27;
854
- | `mdwhtlozenge` | &#x2b28;
855
- | `smblkdiamond` | &#x2b29;
856
- | `smblklozenge` | &#x2b2a;
857
- | `smwhtlozenge` | &#x2b2b;
858
- | `leftdotarrow` | &#x2b38;
859
- | `medwhitestar` | &#x2b50;
860
- | `medblackstar` | &#x2b51;
861
- | `oturnedcomma` | &#x312;
862
- | `upvarepsilon` | &#x3f5;
863
- | `mathsterling` | &#xa3;
864
- | `smblkcircle` | &#x2022;
865
- | `backtrprime` | &#x2037;
866
- | `caretinsert` | &#x2038;
867
- | `vertoverlay` | &#x20d2;
868
- | `asteraccent` | &#x20f0;
869
- | `Planckconst` | &#x210e;
870
- | `sansLturned` | &#x2142;
871
- | `ExponetialE` | &#x2147;
872
- | `updownarrow` | &#x2195;
873
- | `nrightarrow` | &#x219b;
874
- | `restriction` | &#x21be;
875
- | `equilibrium` | &#x21cc;
876
- | `nRightarrow` | &#x21cf;
877
- | `Updownarrow` | &#x21d5;
878
- | `Rrightarrow` | &#x21db;
879
- | `nHdownarrow` | &#x21df;
880
- | `updasharrow` | &#x21e1;
881
- | `nvleftarrow` | &#x21f7;
882
- | `nVleftarrow` | &#x21fa;
883
- | `approxident` | &#x224b;
884
- | `corresponds` | &#x2259;
885
- | `GreaterLess` | &#x2277;
886
- | `preccurlyeq` | &#x227c;
887
- | `succcurlyeq` | &#x227d;
888
- | `circledcirc` | &#x229a;
889
- | `circleddash` | &#x229d;
890
- | `curlyeqprec` | &#x22de;
891
- | `curlyeqsucc` | &#x22df;
892
- | `nsqsubseteq` | &#x22e2;
893
- | `nsqsupseteq` | &#x22e3;
894
- | `sqsubsetneq` | &#x22e4;
895
- | `sqsupsetneq` | &#x22e5;
896
- | `varisinobar` | &#x22f6;
897
- | `varbarwedge` | &#x2305;
898
- | `wasylozenge` | &#x2311;
899
- | `APLnotslash` | &#x233f;
900
- | `invdiameter` | &#x2349;
901
- | `intextender` | &#x23ae;
902
- | `overbracket` | &#x23b4;
903
- | `blockuphalf` | &#x2580;
904
- | `squarehfill` | &#x25a4;
905
- | `squarevfill` | &#x25a5;
906
- | `smblksquare` | &#x25aa;
907
- | `smwhtsquare` | &#x25ab;
908
- | `vartriangle` | &#x25b5;
909
- | `RIGHTcircle` | &#x25d1;
910
- | `RIGHTCIRCLE` | &#x25d7;
911
- | `smwhtcircle` | &#x25e6;
912
- | `lgwhtcircle` | &#x25ef;
913
- | `mdwhtsquare` | &#x25fb;
914
- | `blacksquare` | &#x25fc;
915
- | `mdblksquare` | &#x25fc;
916
- | `blacksmiley` | &#x263b;
917
- | `sagittarius` | &#x2650;
918
- | `capricornus` | &#x2651;
919
- | `diamondsuit` | &#x2662;
920
- | `varclubsuit` | &#x2667;
921
- | `quarternote` | &#x2669;
922
- | `mdwhtcircle` | &#x26aa;
923
- | `mdblkcircle` | &#x26ab;
924
- | `ballotcheck` | &#x2713;
925
- | `circledstar` | &#x272a;
926
- | `arrowbullet` | &#x27a2;
927
- | `threedangle` | &#x27c0;
928
- | `diamondcdot` | &#x27d0;
929
- | `multimapinv` | &#x27dc;
930
- | `nvLeftarrow` | &#x2902;
931
- | `leftbkarrow` | &#x290c;
932
- | `leftdbltail` | &#x291b;
933
- | `seovnearrow` | &#x292d;
934
- | `neovsearrow` | &#x292e;
935
- | `neovnwarrow` | &#x2931;
936
- | `nwovnearrow` | &#x2932;
937
- | `rightarrowx` | &#x2947;
938
- | `wideangleup` | &#x29a7;
939
- | `revemptyset` | &#x29b0;
940
- | `circledvert` | &#x29b6;
941
- | `circledless` | &#x29c0;
942
- | `gleichstark` | &#x29e6;
943
- | `ruledelayed` | &#x29f4;
944
- | `lcurvyangle` | &#x29fc;
945
- | `rcurvyangle` | &#x29fd;
946
- | `otimeslhrim` | &#x2a34;
947
- | `otimesrhrim` | &#x2a35;
948
- | `midbarwedge` | &#x2a5c;
949
- | `simminussim` | &#x2a6c;
950
- | `eqslantless` | &#x2a95;
951
- | `eqqslantgtr` | &#x2a9c;
952
- | `precnapprox` | &#x2ab9;
953
- | `succnapprox` | &#x2aba;
954
- | `shortuptack` | &#x2ae0;
955
- | `lgblksquare` | &#x2b1b;
956
- | `lgwhtsquare` | &#x2b1c;
957
- | `lgblkcircle` | &#x2b24;
958
- | `blkhorzoval` | &#x2b2c;
959
- | `whthorzoval` | &#x2b2d;
960
- | `blkvertoval` | &#x2b2e;
961
- | `whtvertoval` | &#x2b2f;
962
- | `RRightarrow` | &#x2b46;
963
- | `smwhitestar` | &#x2b52;
964
- | `backepsilon` | &#x3f6;
965
- | `wideutilde` | &#x330;
966
- | `upoldKoppa` | &#x3d8;
967
- | `upoldkoppa` | &#x3d9;
968
- | `upvarkappa` | &#x3f0;
969
- | `upvarsigma` | &#x3c2;
970
- | `octothorpe` | &#x23;
971
- | `mathdollar` | &#x24;
972
- | `twolowline` | &#x2017;
973
- | `backdprime` | &#x2036;
974
- | `Eulerconst` | &#x2107;
975
- | `turnediota` | &#x2129;
976
- | `nleftarrow` | &#x219a;
977
- | `mappedfrom` | &#x21a4;
978
- | `upuparrows` | &#x21c8;
979
- | `nLeftarrow` | &#x21cd;
980
- | `Lleftarrow` | &#x21da;
981
- | `complement` | &#x2201;
982
- | `fourthroot` | &#x221c;
983
- | `rightangle` | &#x221f;
984
- | `Proportion` | &#x2237;
985
- | `sqsubseteq` | &#x2291;
986
- | `sqsupseteq` | &#x2292;
987
- | `circledast` | &#x229b;
988
- | `curlywedge` | &#x22cf;
989
- | `conictaper` | &#x2332;
990
- | `APLcomment` | &#x235d;
991
- | `lparenuend` | &#x239b;
992
- | `lparenlend` | &#x239d;
993
- | `rparenuend` | &#x239e;
994
- | `rparenlend` | &#x23a0;
995
- | `lbrackuend` | &#x23a1;
996
- | `lbracklend` | &#x23a3;
997
- | `rbrackuend` | &#x23a4;
998
- | `rbracklend` | &#x23a6;
999
- | `lbraceuend` | &#x23a7;
1000
- | `lbracelend` | &#x23a9;
1001
- | `rbraceuend` | &#x23ab;
1002
- | `rbracelend` | &#x23ad;
1003
- | `lmoustache` | &#x23b0;
1004
- | `rmoustache` | &#x23b1;
1005
- | `sqrtbottom` | &#x23b7;
1006
- | `underparen` | &#x23dd;
1007
- | `underbrace` | &#x23df;
1008
- | `hrectangle` | &#x25ad;
1009
- | `vrectangle` | &#x25af;
1010
- | `LEFTcircle` | &#x25d0;
1011
- | `LEFTCIRCLE` | &#x25d6;
1012
- | `ultriangle` | &#x25f8;
1013
- | `urtriangle` | &#x25f9;
1014
- | `lltriangle` | &#x25fa;
1015
- | `lrtriangle` | &#x25ff;
1016
- | `CheckedBox` | &#x2611;
1017
- | `pointright` | &#x261e;
1018
- | `vardiamond` | &#x2666;
1019
- | `eighthnote` | &#x266a;
1020
- | `subsetcirc` | &#x27c3;
1021
- | `supsetcirc` | &#x27c4;
1022
- | `Diamonddot` | &#x27d0;
1023
- | `DDownarrow` | &#x27f1;
1024
- | `longmapsto` | &#x27fc;
1025
- | `Longmapsto` | &#x27fe;
1026
- | `Mappedfrom` | &#x2906;
1027
- | `Ddownarrow` | &#x290b;
1028
- | `UpArrowBar` | &#x2912;
1029
- | `baruparrow` | &#x2912;
1030
- | `rightimply` | &#x2970;
1031
- | `upfishtail` | &#x297e;
1032
- | `lbrackubar` | &#x298b;
1033
- | `rbrackubar` | &#x298c;
1034
- | `lparenless` | &#x2993;
1035
- | `Rparenless` | &#x2996;
1036
- | `lblkbrbrak` | &#x2997;
1037
- | `rblkbrbrak` | &#x2998;
1038
- | `circlehbar` | &#x29b5;
1039
- | `circledgtr` | &#x29c1;
1040
- | `doubleplus` | &#x29fa;
1041
- | `tripleplus` | &#x29fb;
1042
- | `plussubtwo` | &#x2a27;
1043
- | `commaminus` | &#x2a29;
1044
- | `minusfdots` | &#x2a2b;
1045
- | `minusrdots` | &#x2a2c;
1046
- | `opluslhrim` | &#x2a2d;
1047
- | `oplusrhrim` | &#x2a2e;
1048
- | `smashtimes` | &#x2a33;
1049
- | `cupovercap` | &#x2a46;
1050
- | `capovercup` | &#x2a47;
1051
- | `veeonwedge` | &#x2a59;
1052
- | `veemidvert` | &#x2a5b;
1053
- | `equivVvert` | &#x2a69;
1054
- | `lessapprox` | &#x2a85;
1055
- | `lesseqqgtr` | &#x2a8b;
1056
- | `gtreqqless` | &#x2a8c;
1057
- | `eqslantgtr` | &#x2a96;
1058
- | `rightslice` | &#x2aa7;
1059
- | `precapprox` | &#x2ab7;
1060
- | `succapprox` | &#x2ab8;
1061
- | `subsetplus` | &#x2abf;
1062
- | `supsetplus` | &#x2ac0;
1063
- | `subsetneqq` | &#x2acb;
1064
- | `supsetneqq` | &#x2acc;
1065
- | `interleave` | &#x2af4;
1066
- | `talloblong` | &#x2afe;
1067
- | `varhexagon` | &#x2b21;
1068
- | `leftarrowx` | &#x2b3e;
1069
- | `LLeftarrow` | &#x2b45;
1070
- | `postalmark` | &#x3012;
1071
- | `upvartheta` | &#x3d1;
1072
- | `upvarTheta` | &#x3f4;
1073
- | `varnothing` | &#x2205;
1074
- | `underline` | &#x332;
1075
- | `upEpsilon` | &#x395;
1076
- | `upepsilon` | &#x3b5;
1077
- | `upOmicron` | &#x39f;
1078
- | `upUpsilon` | &#x3a5;
1079
- | `upupsilon` | &#x3c5;
1080
- | `upomicron` | &#x3bf;
1081
- | `upvarbeta` | &#x3d0;
1082
- | `upDigamma` | &#x3dc;
1083
- | `updigamma` | &#x3dd;
1084
- | `ampersand` | &#x26;
1085
- | `semicolon` | &#x3b;
1086
- | `backprime` | &#x2035;
1087
- | `tieconcat` | &#x2040;
1088
- | `fracslash` | &#x2044;
1089
- | `Angstroem` | &#x212b;
1090
- | `lightning` | &#x21af;
1091
- | `rightturn` | &#x21bb;
1092
- | `Downarrow` | &#x21d3;
1093
- | `nHuparrow` | &#x21de;
1094
- | `dasharrow` | &#x21e2;
1095
- | `increment` | &#x2206;
1096
- | `nparallel` | &#x2226;
1097
- | `clockoint` | &#x2232;
1098
- | `mathratio` | &#x2236;
1099
- | `dashcolon` | &#x2239;
1100
- | `triangleq` | &#x225c;
1101
- | `nleqslant` | &#x2270;
1102
- | `ngeqslant` | &#x2271;
1103
- | `nsubseteq` | &#x2288;
1104
- | `nsupseteq` | &#x2289;
1105
- | `subsetneq` | &#x228a;
1106
- | `supsetneq` | &#x228b;
1107
- | `backsimeq` | &#x22cd;
1108
- | `pitchfork` | &#x22d4;
1109
- | `lesseqgtr` | &#x22da;
1110
- | `gtreqless` | &#x22db;
1111
- | `varniobar` | &#x22fd;
1112
- | `bagmember` | &#x22ff;
1113
- | `sqlozenge` | &#x2311;
1114
- | `turnednot` | &#x2319;
1115
- | `intbottom` | &#x2321;
1116
- | `lbracemid` | &#x23a8;
1117
- | `rbracemid` | &#x23ac;
1118
- | `sumbottom` | &#x23b3;
1119
- | `lvboxline` | &#x23b8;
1120
- | `rvboxline` | &#x23b9;
1121
- | `overparen` | &#x23dc;
1122
- | `wideparen` | &#x23dc;
1123
- | `overbrace` | &#x23de;
1124
- | `trapezium` | &#x23e2;
1125
- | `accurrent` | &#x23e6;
1126
- | `blockfull` | &#x2588;
1127
- | `radiation` | &#x2622;
1128
- | `biohazard` | &#x2623;
1129
- | `smileface` | &#x263a;
1130
- | `rightmoon` | &#x263d;
1131
- | `spadesuit` | &#x2660;
1132
- | `heartsuit` | &#x2661;
1133
- | `medbullet` | &#x26ab;
1134
- | `checkmark` | &#x2713;
1135
- | `DashVDash` | &#x27da;
1136
- | `dashVdash` | &#x27db;
1137
- | `vlongdash` | &#x27dd;
1138
- | `longdashv` | &#x27de;
1139
- | `llbracket` | &#x27e6;
1140
- | `rrbracket` | &#x27e7;
1141
- | `impliedby` | &#x27f8;
1142
- | `righttail` | &#x291a;
1143
- | `nwsearrow` | &#x2921;
1144
- | `neswarrow` | &#x2922;
1145
- | `hknwarrow` | &#x2923;
1146
- | `hknearrow` | &#x2924;
1147
- | `typecolon` | &#x2982;
1148
- | `langledot` | &#x2991;
1149
- | `rangledot` | &#x2992;
1150
- | `rparengtr` | &#x2994;
1151
- | `Lparengtr` | &#x2995;
1152
- | `fourvdots` | &#x2999;
1153
- | `turnangle` | &#x29a2;
1154
- | `angleubar` | &#x29a4;
1155
- | `olessthan` | &#x29c0;
1156
- | `boxbslash` | &#x29c5;
1157
- | `mathcolon` | &#x3a;
1158
- | `mathslash` | &#x2f;
1159
- | `boxcircle` | &#x29c7;
1160
- | `triangles` | &#x29cc;
1161
- | `hourglass` | &#x29d6;
1162
- | `bigotimes` | &#x2a02;
1163
- | `bigcupdot` | &#x2a03;
1164
- | `conjquant` | &#x2a07;
1165
- | `disjquant` | &#x2a08;
1166
- | `modtwosum` | &#x2a0a;
1167
- | `otimeshat` | &#x2a36;
1168
- | `cupbarcap` | &#x2a48;
1169
- | `capbarcup` | &#x2a49;
1170
- | `wedgeodot` | &#x2a51;
1171
- | `midbarvee` | &#x2a5d;
1172
- | `varveebar` | &#x2a61;
1173
- | `equivVert` | &#x2a68;
1174
- | `hatapprox` | &#x2a6f;
1175
- | `approxeqq` | &#x2a70;
1176
- | `gtrapprox` | &#x2a86;
1177
- | `leftslice` | &#x2aa6;
1178
- | `subsetdot` | &#x2abd;
1179
- | `supsetdot` | &#x2abe;
1180
- | `subseteqq` | &#x2ac5;
1181
- | `supseteqq` | &#x2ac6;
1182
- | `leqqslant` | &#x2af9;
1183
- | `geqqslant` | &#x2afa;
1184
- | `partialup` | &#x2202;
1185
- | `upvarphi` | &#x3c6;
1186
- | `horizbar` | &#x2015;
1187
- | `Question` | &#x2047;
1188
- | `medspace` | &#x205f;
1189
- | `Angstrom` | &#x212b;
1190
- | `ComplexI` | &#x2148;
1191
- | `ComplexJ` | &#x2149;
1192
- | `mapsfrom` | &#x21a4;
1193
- | `MapsDown` | &#x21a7;
1194
- | `mapsdown` | &#x21a7;
1195
- | `linefeed` | &#x21b4;
1196
- | `leftturn` | &#x21ba;
1197
- | `divslash` | &#x2215;
1198
- | `cuberoot` | &#x221b;
1199
- | `parallel` | &#x2225;
1200
- | `dotminus` | &#x2238;
1201
- | `invlazys` | &#x223e;
1202
- | `sinewave` | &#x223f;
1203
- | `approxeq` | &#x224a;
1204
- | `backcong` | &#x224c;
1205
- | `dotequal` | &#x2250;
1206
- | `doteqdot` | &#x2251;
1207
- | `coloneqq` | &#x2254;
1208
- | `eqqcolon` | &#x2255;
1209
- | `notasymp` | &#x226d;
1210
- | `nlesssim` | &#x2274;
1211
- | `nlessgtr` | &#x2278;
1212
- | `ngtrless` | &#x2279;
1213
- | `sqsubset` | &#x228f;
1214
- | `sqsupset` | &#x2290;
1215
- | `boxminus` | &#x229f;
1216
- | `boxtimes` | &#x22a0;
1217
- | `multimap` | &#x22b8;
1218
- | `intercal` | &#x22ba;
1219
- | `barwedge` | &#x22bc;
1220
- | `curlyvee` | &#x22ce;
1221
- | `precnsim` | &#x22e8;
1222
- | `succnsim` | &#x22e9;
1223
- | `varisins` | &#x22f3;
1224
- | `isinobar` | &#x22f7;
1225
- | `diameter` | &#x2300;
1226
- | `profline` | &#x2312;
1227
- | `profsurf` | &#x2313;
1228
- | `viewdata` | &#x2317;
1229
- | `ulcorner` | &#x231c;
1230
- | `urcorner` | &#x231d;
1231
- | `llcorner` | &#x231e;
1232
- | `lrcorner` | &#x231f;
1233
- | `notslash` | &#x233f;
1234
- | `APLinput` | &#x235e;
1235
- | `bbrktbrk` | &#x23b6;
1236
- | `elinters` | &#x23e7;
1237
- | `bullseye` | &#x25ce;
1238
- | `astrosun` | &#x2609;
1239
- | `steaming` | &#x2615;
1240
- | `leftmoon` | &#x263e;
1241
- | `varEarth` | &#x2641;
1242
- | `aquarius` | &#x2652;
1243
- | `clubsuit` | &#x2663;
1244
- | `varspade` | &#x2664;
1245
- | `varheart` | &#x2665;
1246
- | `twonotes` | &#x266b;
1247
- | `acidfree` | &#x267e;
1248
- | `bsolhsub` | &#x27c8;
1249
- | `wedgedot` | &#x27d1;
1250
- | `pullback` | &#x27d3;
1251
- | `UUparrow` | &#x27f0;
1252
- | `Mapsfrom` | &#x2906;
1253
- | `Uuparrow` | &#x290a;
1254
- | `drbkarow` | &#x2910;
1255
- | `lefttail` | &#x2919;
1256
- | `hksearow` | &#x2925;
1257
- | `hkswarow` | &#x2926;
1258
- | `strictfi` | &#x297c;
1259
- | `strictif` | &#x297d;
1260
- | `revangle` | &#x29a3;
1261
- | `boxslash` | &#x29c4;
1262
- | `boxonbox` | &#x29c9;
1263
- | `rtriltri` | &#x29ce;
1264
- | `lfbowtie` | &#x29d1;
1265
- | `rfbowtie` | &#x29d2;
1266
- | `lvzigzag` | &#x29d8;
1267
- | `rvzigzag` | &#x29d9;
1268
- | `Lvzigzag` | &#x29da;
1269
- | `Rvzigzag` | &#x29db;
1270
- | `tieinfty` | &#x29dd;
1271
- | `smeparsl` | &#x29e4;
1272
- | `eqvparsl` | &#x29e5;
1273
- | `bigoplus` | &#x2a01;
1274
- | `biguplus` | &#x2a04;
1275
- | `bigsqcap` | &#x2a05;
1276
- | `bigsqcup` | &#x2a06;
1277
- | `bigtimes` | &#x2a09;
1278
- | `cirfnint` | &#x2a10;
1279
- | `rppolint` | &#x2a12;
1280
- | `scpolint` | &#x2a13;
1281
- | `pointint` | &#x2a15;
1282
- | `intlarhk` | &#x2a17;
1283
- | `zproject` | &#x2a21;
1284
- | `ringplus` | &#x2a22;
1285
- | `plustrif` | &#x2a28;
1286
- | `minusdot` | &#x2a2a;
1287
- | `vectimes` | &#x2a2f;
1288
- | `dottimes` | &#x2a30;
1289
- | `timesbar` | &#x2a31;
1290
- | `intprodr` | &#x2a3d;
1291
- | `capwedge` | &#x2a44;
1292
- | `veeonvee` | &#x2a56;
1293
- | `wedgebar` | &#x2a5f;
1294
- | `dotequiv` | &#x2a67;
1295
- | `simrdots` | &#x2a6b;
1296
- | `Coloneqq` | &#x2a74;
1297
- | `leqslant` | &#x2a7d;
1298
- | `geqslant` | &#x2a7e;
1299
- | `lesdotor` | &#x2a83;
1300
- | `gesdotol` | &#x2a84;
1301
- | `lnapprox` | &#x2a89;
1302
- | `gnapprox` | &#x2a8a;
1303
- | `precneqq` | &#x2ab5;
1304
- | `succneqq` | &#x2ab6;
1305
- | `forksnot` | &#x2add;
1306
- | `varVdash` | &#x2ae6;
1307
- | `pentagon` | &#x2b20;
1308
- | `mathring` | &#x30a;
1309
- | `underbar` | &#x331;
1310
- | `varsigma` | &#x3c2;
1311
- | `upStigma` | &#x3da;
1312
- | `upstigma` | &#x3db;
1313
- | `varkappa` | &#x3f0;
1314
- | `upvarrho` | &#x3f1;
1315
- | `question` | &#x3f;
1316
- | `mathcent` | &#xa2;
1317
- | `sterling` | &#xa3;
1318
- | `circledR` | &#xae;
1319
- | `uplambda` | &#x3bb;
1320
- | `upLambda` | &#x39b;
1321
- | `ddagger` | &#x2021;
1322
- | `trprime` | &#x2034;
1323
- | `closure` | &#x2050;
1324
- | `annuity` | &#x20e7;
1325
- | `nwarrow` | &#x2196;
1326
- | `nearrow` | &#x2197;
1327
- | `searrow` | &#x2198;
1328
- | `swarrow` | &#x2199;
1329
- | `Uparrow` | &#x21d1;
1330
- | `Nwarrow` | &#x21d6;
1331
- | `Nearrow` | &#x21d7;
1332
- | `Searrow` | &#x21d8;
1333
- | `Swarrow` | &#x21d9;
1334
- | `nexists` | &#x2204;
1335
- | `smallin` | &#x220a;
1336
- | `smallni` | &#x220d;
1337
- | `dotplus` | &#x2214;
1338
- | `dbloint` | &#x222f;
1339
- | `eqcolon` | &#x2239;
1340
- | `backsim` | &#x223d;
1341
- | `simneqq` | &#x2246;
1342
- | `napprox` | &#x2249;
1343
- | `coloneq` | &#x2254;
1344
- | `varsdef` | &#x225c;
1345
- | `questeq` | &#x225f;
1346
- | `between` | &#x226c;
1347
- | `lesssim` | &#x2272;
1348
- | `ngtrsim` | &#x2275;
1349
- | `lessgtr` | &#x2276;
1350
- | `gtrless` | &#x2277;
1351
- | `precsim` | &#x227e;
1352
- | `succsim` | &#x227f;
1353
- | `nsubset` | &#x2284;
1354
- | `nsupset` | &#x2285;
1355
- | `boxplus` | &#x229e;
1356
- | `imageof` | &#x22b7;
1357
- | `lessdot` | &#x22d6;
1358
- | `npreceq` | &#x22e0;
1359
- | `nsucceq` | &#x22e1;
1360
- | `isindot` | &#x22f5;
1361
- | `hexagon` | &#x2394;
1362
- | `obrbrak` | &#x23e0;
1363
- | `ubrbrak` | &#x23e1;
1364
- | `benzenr` | &#x23e3;
1365
- | `squoval` | &#x25a2;
1366
- | `Diamond` | &#x25c7;
1367
- | `fisheye` | &#x25c9;
1368
- | `lozenge` | &#x25ca;
1369
- | `bigstar` | &#x2605;
1370
- | `yinyang` | &#x262f;
1371
- | `frownie` | &#x2639;
1372
- | `sadface` | &#x2639;
1373
- | `mercury` | &#x263f;
1374
- | `Mercury` | &#x263f;
1375
- | `jupiter` | &#x2643;
1376
- | `Jupiter` | &#x2643;
1377
- | `neptune` | &#x2646;
1378
- | `Neptune` | &#x2646;
1379
- | `scorpio` | &#x264f;
1380
- | `Scorpio` | &#x264f;
1381
- | `varclub` | &#x2667;
1382
- | `natural` | &#x266e;
1383
- | `recycle` | &#x267b;
1384
- | `diceiii` | &#x2682;
1385
- | `warning` | &#x26a0;
1386
- | `medcirc` | &#x26aa;
1387
- | `ballotx` | &#x2717;
1388
- | `maltese` | &#x2720;
1389
- | `varstar` | &#x2736;
1390
- | `lbrbrak` | &#x2772;
1391
- | `rbrbrak` | &#x2773;
1392
- | `suphsol` | &#x27c9;
1393
- | `pushout` | &#x27d4;
1394
- | `Lbrbrak` | &#x27ec;
1395
- | `Rbrbrak` | &#x27ed;
1396
- | `implies` | &#x27f9;
1397
- | `dbkarow` | &#x290f;
1398
- | `leadsto` | &#x2933;
1399
- | `subrarr` | &#x2979;
1400
- | `suplarr` | &#x297b;
1401
- | `llangle` | &#x2989;
1402
- | `rrangle` | &#x298a;
1403
- | `vzigzag` | &#x299a;
1404
- | `obslash` | &#x29b8;
1405
- | `olcross` | &#x29bb;
1406
- | `cirscir` | &#x29c2;
1407
- | `boxdiag` | &#x29c4;
1408
- | `fbowtie` | &#x29d3;
1409
- | `lftimes` | &#x29d4;
1410
- | `lrtimes` | &#x22c8;
1411
- | `rftimes` | &#x29d5;
1412
- | `nvinfty` | &#x29de;
1413
- | `dualmap` | &#x29df;
1414
- | `shuffle` | &#x29e2;
1415
- | `thermod` | &#x29e7;
1416
- | `rsolbar` | &#x29f7;
1417
- | `bigodot` | &#x2a00;
1418
- | `varprod` | &#x2a09;
1419
- | `npolint` | &#x2a14;
1420
- | `project` | &#x2a21;
1421
- | `plushat` | &#x2a23;
1422
- | `simplus` | &#x2a24;
1423
- | `plusdot` | &#x2a25;
1424
- | `plussim` | &#x2a26;
1425
- | `intprod` | &#x2a3c;
1426
- | `twocups` | &#x2a4a;
1427
- | `twocaps` | &#x2a4b;
1428
- | `veeodot` | &#x2a52;
1429
- | `percent` | &#x25;
1430
- | `congdot` | &#x2a6d;
1431
- | `eqqplus` | &#x2a71;
1432
- | `pluseqq` | &#x2a72;
1433
- | `Coloneq` | &#x2a74;
1434
- | `ddotseq` | &#x2a77;
1435
- | `equivDD` | &#x2a78;
1436
- | `ltquest` | &#x2a7b;
1437
- | `gtquest` | &#x2a7c;
1438
- | `lesdoto` | &#x2a81;
1439
- | `gesdoto` | &#x2a82;
1440
- | `eqqless` | &#x2a99;
1441
- | `simless` | &#x2a9d;
1442
- | `bumpeqq` | &#x2aae;
1443
- | `precneq` | &#x2ab1;
1444
- | `succneq` | &#x2ab2;
1445
- | `preceqq` | &#x2ab3;
1446
- | `succeqq` | &#x2ab4;
1447
- | `llcurly` | &#x2abb;
1448
- | `ggcurly` | &#x2abc;
1449
- | `submult` | &#x2ac1;
1450
- | `supmult` | &#x2ac2;
1451
- | `subedot` | &#x2ac3;
1452
- | `supedot` | &#x2ac4;
1453
- | `lsqhook` | &#x2acd;
1454
- | `rsqhook` | &#x2ace;
1455
- | `suphsub` | &#x2ad7;
1456
- | `supdsub` | &#x2ad8;
1457
- | `topfork` | &#x2ada;
1458
- | `revnmid` | &#x2aee;
1459
- | `nhVvert` | &#x2af5;
1460
- | `lllnest` | &#x2af7;
1461
- | `gggnest` | &#x2af8;
1462
- | `trslash` | &#x2afb;
1463
- | `hzigzag` | &#x3030;
1464
- | `overbar` | &#x305;
1465
- | `upAlpha` | &#x391;
1466
- | `upalpha` | &#x3b1;
1467
- | `upKappa` | &#x39a;
1468
- | `upkappa` | &#x3ba;
1469
- | `Upsilon` | &#x3a5;
1470
- | `varbeta` | &#x3d0;
1471
- | `upvarpi` | &#x3d6;
1472
- | `Digamma` | &#x3dc;
1473
- | `digamma` | &#x3dd;
1474
- | `upKoppa` | &#x3de;
1475
- | `upkoppa` | &#x3df;
1476
- | `upSampi` | &#x3e0;
1477
- | `upsampi` | &#x3e1;
1478
- | `updelta` | &#x3b4;
1479
- | `upDelta` | &#x394;
1480
- | `epsilon` | &#x3f5;
1481
- | `matheth` | &#xf0;
1482
- | `greater` | &#x3e;
1483
- | `sptilde` | &#x7e;
1484
- | `upgamma` | &#x3b3;
1485
- | `upGamma` | &#x393;
1486
- | `upomega` | &#x3c9;
1487
- | `upOmega` | &#x3a9;
1488
- | `upsigma` | &#x3c3;
1489
- | `upSigma` | &#x3a3;
1490
- | `uptheta` | &#x3b8;
1491
- | `upTheta` | &#x398;
1492
- | `dagger` | &#x2020;
1493
- | `upbeta` | &#x3b2;
1494
- | `bullet` | &#x2022;
1495
- | `second` | &#x2033;
1496
- | `dprime` | &#x2033;
1497
- | `Exclam` | &#x203c;
1498
- | `exclam` | &#x21;
1499
- | `fourth` | &#x2057;
1500
- | `qprime` | &#x2057;
1501
- | `ddddot` | &#x20dc;
1502
- | `hslash` | &#x210f;
1503
- | `daleth` | &#x2138;
1504
- | `invamp` | &#x214b;
1505
- | `MapsUp` | &#x21a5;
1506
- | `mapsup` | &#x21a5;
1507
- | `coprod` | &#x2210;
1508
- | `coprod` | &#x2210;
1509
- | `oiiint` | &#x2230;
1510
- | `nsimeq` | &#x2244;
1511
- | `Bumpeq` | &#x224e;
1512
- | `bumpeq` | &#x224f;
1513
- | `eqcirc` | &#x2256;
1514
- | `circeq` | &#x2257;
1515
- | `wedgeq` | &#x2259;
1516
- | `stareq` | &#x225b;
1517
- | `measeq` | &#x225e;
1518
- | `nequiv` | &#x2262;
1519
- | `nasymp` | &#x226d;
1520
- | `apprle` | &#x2272;
1521
- | `gtrsim` | &#x2273;
1522
- | `apprge` | &#x2273;
1523
- | `cupdot` | &#x228d;
1524
- | `ominus` | &#x2296;
1525
- | `oslash` | &#x2298;
1526
- | `boxdot` | &#x22a1;
1527
- | `assert` | &#x22a6;
1528
- | `models` | &#x22a7;
1529
- | `Vvdash` | &#x22aa;
1530
- | `nvdash` | &#x22ac;
1531
- | `nvDash` | &#x22ad;
1532
- | `nVdash` | &#x22ae;
1533
- | `nVDash` | &#x22af;
1534
- | `prurel` | &#x22b0;
1535
- | `scurel` | &#x22b1;
1536
- | `origof` | &#x22b6;
1537
- | `veebar` | &#x22bb;
1538
- | `barvee` | &#x22bd;
1539
- | `Subset` | &#x22d0;
1540
- | `Supset` | &#x22d1;
1541
- | `gtrdot` | &#x22d7;
1542
- | `eqless` | &#x22dc;
1543
- | `nunlhd` | &#x22ec;
1544
- | `nunrhd` | &#x22ed;
1545
- | `iddots` | &#x22f0;
1546
- | `isinvb` | &#x22f8;
1547
- | `varnis` | &#x22fb;
1548
- | `niobar` | &#x22fe;
1549
- | `invneg` | &#x2310;
1550
- | `invnot` | &#x2310;
1551
- | `inttop` | &#x2320;
1552
- | `topbot` | &#x2336;
1553
- | `APLinv` | &#x2339;
1554
- | `APLlog` | &#x235f;
1555
- | `sumtop` | &#x23b2;
1556
- | `Circle` | &#x25cb;
1557
- | `CIRCLE` | &#x25cf;
1558
- | `boxbar` | &#x25eb;
1559
- | `square` | &#x25fb;
1560
- | `Square` | &#x2610;
1561
- | `danger` | &#x2621;
1562
- | `smiley` | &#x263a;
1563
- | `female` | &#x2640;
1564
- | `saturn` | &#x2644;
1565
- | `Saturn` | &#x2644;
1566
- | `uranus` | &#x2645;
1567
- | `Uranus` | &#x2645;
1568
- | `taurus` | &#x2649;
1569
- | `Taurus` | &#x2649;
1570
- | `gemini` | &#x264a;
1571
- | `Gemini` | &#x264a;
1572
- | `cancer` | &#x264b;
1573
- | `pisces` | &#x2653;
1574
- | `diceii` | &#x2681;
1575
- | `diceiv` | &#x2683;
1576
- | `dicevi` | &#x2685;
1577
- | `anchor` | &#x2693;
1578
- | `swords` | &#x2694;
1579
- | `neuter` | &#x26b2;
1580
- | `pencil` | &#x270e;
1581
- | `veedot` | &#x27c7;
1582
- | `bigbot` | &#x27d8;
1583
- | `bigtop` | &#x27d9;
1584
- | `cirbot` | &#x27df;
1585
- | `lBrack` | &#x27e6;
1586
- | `Lbrack` | &#x27e6;
1587
- | `rBrack` | &#x27e7;
1588
- | `Rbrack` | &#x27e7;
1589
- | `langle` | &#x2329;
1590
- | `lAngle` | &#x27ea;
1591
- | `rAngle` | &#x27eb;
1592
- | `rangle` | &#x232a;
1593
- | `lgroup` | &#x27ee;
1594
- | `rgroup` | &#x27ef;
1595
- | `Mapsto` | &#x2907;
1596
- | `ltlarr` | &#x2976;
1597
- | `gtrarr` | &#x2978;
1598
- | `lBrace` | &#x2983;
1599
- | `rBrace` | &#x2984;
1600
- | `Lparen` | &#x2985;
1601
- | `lParen` | &#x2985;
1602
- | `Rparen` | &#x2986;
1603
- | `rParen` | &#x2986;
1604
- | `angles` | &#x299e;
1605
- | `angdnr` | &#x299f;
1606
- | `gtlpar` | &#x29a0;
1607
- | `boxast` | &#x29c6;
1608
- | `boxbox` | &#x29c8;
1609
- | `ltrivb` | &#x29cf;
1610
- | `vbrtri` | &#x29d0;
1611
- | `iinfin` | &#x29dc;
1612
- | `laplac` | &#x29e0;
1613
- | `eparsl` | &#x29e3;
1614
- | `tminus` | &#x29ff;
1615
- | `sumint` | &#x2a0b;
1616
- | `iiiint` | &#x2a0c;
1617
- | `intbar` | &#x2a0d;
1618
- | `intBar` | &#x2a0e;
1619
- | `sqrint` | &#x2a16;
1620
- | `intcap` | &#x2a19;
1621
- | `intcup` | &#x2a1a;
1622
- | `lowint` | &#x2a1c;
1623
- | `btimes` | &#x2a32;
1624
- | `Otimes` | &#x2a37;
1625
- | `capdot` | &#x2a40;
1626
- | `uminus` | &#x2a41;
1627
- | `barcup` | &#x2a42;
1628
- | `barcap` | &#x2a43;
1629
- | `cupvee` | &#x2a45;
1630
- | `dotsim` | &#x2a6a;
1631
- | `eqqsim` | &#x2a73;
1632
- | `eqeqeq` | &#x2a76;
1633
- | `lesdot` | &#x2a7f;
1634
- | `gesdot` | &#x2a80;
1635
- | `lesges` | &#x2a93;
1636
- | `gesles` | &#x2a94;
1637
- | `elsdot` | &#x2a97;
1638
- | `egsdot` | &#x2a98;
1639
- | `eqqgtr` | &#x2a9a;
1640
- | `simgtr` | &#x2a9e;
1641
- | `subsim` | &#x2ac7;
1642
- | `supsim` | &#x2ac8;
1643
- | `subsup` | &#x2ad3;
1644
- | `supsub` | &#x2ad4;
1645
- | `subsub` | &#x2ad5;
1646
- | `supsup` | &#x2ad6;
1647
- | `vDdash` | &#x2ae2;
1648
- | `cirmid` | &#x2aef;
1649
- | `midcir` | &#x2af0;
1650
- | `topcir` | &#x2af1;
1651
- | `parsim` | &#x2af3;
1652
- | `sslash` | &#x2afd;
1653
- | `ovhook` | &#x309;
1654
- | `candra` | &#x310;
1655
- | `droang` | &#x31a;
1656
- | `utilde` | &#x330;
1657
- | `upBeta` | &#x392;
1658
- | `upZeta` | &#x396;
1659
- | `upzeta` | &#x3b6;
1660
- | `upIota` | &#x399;
1661
- | `upiota` | &#x3b9;
1662
- | `Stigma` | &#x3da;
1663
- | `stigma` | &#x3db;
1664
- | `varrho` | &#x3f1;
1665
- | `lparen` | &#x28;
1666
- | `rparen` | &#x29;
1667
- | `period` | &#x2e;
1668
- | `lbrack` | &#x5b;
1669
- | `rbrack` | &#x5d;
1670
- | `lbrace` | &#x7b;
1671
- | `rbrace` | &#x7d;
1672
- | `pounds` | &#xa3;
1673
- | `spddot` | &#xa8;
1674
- | `atsign` | &#x40;
1675
- | `minus` | &#x2212;
1676
- | `upphi` | &#x3d5;
1677
- | `upPhi` | &#x3a6;
1678
- | `qquad` | &#xa0;&#xa0;&#xa0;&#xa0;
1679
- | `prime` | &#x2032;
1680
- | `third` | &#x2034;
1681
- | `dddot` | &#x20db;
1682
- | `DDDot` | &#x20db;
1683
- | `Euler` | &#x2107;
1684
- | `tcohm` | &#x2126;
1685
- | `gimel` | &#x2137;
1686
- | `upand` | &#x214b;
1687
- | `notni` | &#x220c;
1688
- | `slash` | &#x2215;
1689
- | `iiint` | &#x222d;
1690
- | `oiint` | &#x222f;
1691
- | `Colon` | &#x2237;
1692
- | `colon` | &#x3a;
1693
- | `rceil` | &#x2309;
1694
- | `eqsim` | &#x2242;
1695
- | `simeq` | &#x2243;
1696
- | `nsime` | &#x2244;
1697
- | `ncong` | &#x2247;
1698
- | `asymp` | &#x224d;
1699
- | `doteq` | &#x2250;
1700
- | `Doteq` | &#x2251;
1701
- | `arceq` | &#x2258;
1702
- | `veeeq` | &#x225a;
1703
- | `eqdef` | &#x225d;
1704
- | `Equiv` | &#x2263;
1705
- | `lneqq` | &#x2268;
1706
- | `gneqq` | &#x2269;
1707
- | `nless` | &#x226e;
1708
- | `nprec` | &#x2280;
1709
- | `nsucc` | &#x2281;
1710
- | `uplus` | &#x228e;
1711
- | `sqcap` | &#x2293;
1712
- | `sqcup` | &#x2294;
1713
- | `dashv` | &#x22a3;
1714
- | `Vdash` | &#x22a9;
1715
- | `VDash` | &#x22ab;
1716
- | `vDash` | &#x22a8;
1717
- | `unlhd` | &#x22b4;
1718
- | `unrhd` | &#x22b5;
1719
- | `eqgtr` | &#x22dd;
1720
- | `lnsim` | &#x22e6;
1721
- | `gnsim` | &#x22e7;
1722
- | `adots` | &#x22f0;
1723
- | `disin` | &#x22f2;
1724
- | `isins` | &#x22f4;
1725
- | `barin` | &#x22f6;
1726
- | `isinE` | &#x22f9;
1727
- | `house` | &#x2302;
1728
- | `smile` | &#x2323;
1729
- | `strns` | &#x23e4;
1730
- | `fltns` | &#x23e5;
1731
- | `ularc` | &#x25dc;
1732
- | `urarc` | &#x25dd;
1733
- | `lrarc` | &#x25de;
1734
- | `llarc` | &#x25df;
1735
- | `skull` | &#x2620;
1736
- | `Venus` | &#x2640;
1737
- | `earth` | &#x2641;
1738
- | `pluto` | &#x2647;
1739
- | `Pluto` | &#x2647;
1740
- | `aries` | &#x2648;
1741
- | `Aries` | &#x2648;
1742
- | `virgo` | &#x264d;
1743
- | `libra` | &#x264e;
1744
- | `Libra` | &#x264e;
1745
- | `sharp` | &#x266f;
1746
- | `dicei` | &#x2680;
1747
- | `dicev` | &#x2684;
1748
- | `psurj` | &#x2900;
1749
- | `Vvert` | &#x2980;
1750
- | `lblot` | &#x2989;
1751
- | `rblot` | &#x298a;
1752
- | `operp` | &#x29b9;
1753
- | `zhide` | &#x29f9;
1754
- | `xbsol` | &#x29f9;
1755
- | `tplus` | &#x29fe;
1756
- | `awint` | &#x2a11;
1757
- | `sqint` | &#x2a16;
1758
- | `upint` | &#x2a1b;
1759
- | `lceil` | &#x2308;
1760
- | `zpipe` | &#x2a20;
1761
- | `amalg` | &#x2a3f;
1762
- | `Sqcap` | &#x2a4e;
1763
- | `Sqcup` | &#x2a4f;
1764
- | `Wedge` | &#x2a53;
1765
- | `ndres` | &#x2a64;
1766
- | `nrres` | &#x2a65;
1767
- | `eqdot` | &#x2a66;
1768
- | `asteq` | &#x2a6e;
1769
- | `Equal` | &#x2a75;
1770
- | `equal` | &#x3d;
1771
- | `ltcir` | &#x2a79;
1772
- | `gtcir` | &#x2a7a;
1773
- | `lsime` | &#x2a8d;
1774
- | `gsime` | &#x2a8e;
1775
- | `lsimg` | &#x2a8f;
1776
- | `gsiml` | &#x2a90;
1777
- | `simlE` | &#x2a9f;
1778
- | `simgE` | &#x2aa0;
1779
- | `lescc` | &#x2aa8;
1780
- | `gescc` | &#x2aa9;
1781
- | `csube` | &#x2ad1;
1782
- | `csupe` | &#x2ad2;
1783
- | `forkv` | &#x2ad9;
1784
- | `forks` | &#x2adc;
1785
- | `perps` | &#x2ae1;
1786
- | `dashV` | &#x2ae3;
1787
- | `Dashv` | &#x2ae4;
1788
- | `DashV` | &#x2ae5;
1789
- | `vBarv` | &#x2ae9;
1790
- | `nhpar` | &#x2af2;
1791
- | `hline` | &#x23af;
1792
- | `imath` | &#x131;
1793
- | `jmath` | &#x237;
1794
- | `grave` | &#x300;
1795
- | `acute` | &#x301;
1796
- | `breve` | &#x306;
1797
- | `ocirc` | &#x30a;
1798
- | `check` | &#x30c;
1799
- | `upEta` | &#x397;
1800
- | `upeta` | &#x3b7;
1801
- | `upRho` | &#x3a1;
1802
- | `uprho` | &#x3c1;
1803
- | `upTau` | &#x3a4;
1804
- | `uptau` | &#x3c4;
1805
- | `upChi` | &#x3a7;
1806
- | `varpi` | &#x3d6;
1807
- | `Qoppa` | &#x3d8;
1808
- | `Koppa` | &#x3d8;
1809
- | `qoppa` | &#x3d9;
1810
- | `koppa` | &#x3d9;
1811
- | `Sampi` | &#x3e0;
1812
- | `sampi` | &#x3e1;
1813
- | `comma` | &#x2c;
1814
- | `sphat` | &#x5e;
1815
- | `Micro` | &#xb5;
1816
- | `cdotp` | &#xb7;
1817
- | `upchi` | &#x3c7;
1818
- | `uppsi` | &#x3c8;
1819
- | `upPsi` | &#x3a8;
1820
- | `tinj` | &#x21a3;
1821
- | `uppi` | &#x3c0;
1822
- | `upPi` | &#x3a0;
1823
- | `tsur` | &#x21a0;
1824
- | `less` | &#x3c;
1825
- | `Vert` | &#x2016;
1826
- | `vert` | &#x7c;
1827
- | `euro` | &#x20ac;
1828
- | `lvec` | &#x20d0;
1829
- | `LVec` | &#x20d6;
1830
- | `Finv` | &#x2132;
1831
- | `beth` | &#x2136;
1832
- | `Game` | &#x2141;
1833
- | `dlsh` | &#x21b2;
1834
- | `Ldsh` | &#x21b2;
1835
- | `drsh` | &#x21b3;
1836
- | `Rdsh` | &#x21b3;
1837
- | `pfun` | &#x21f8;
1838
- | `ffun` | &#x21fb;
1839
- | `nexi` | &#x2204;
1840
- | `owns` | &#x220b;
1841
- | `nmid` | &#x2224;
1842
- | `iint` | &#x222c;
1843
- | `oint` | &#x222e;
1844
- | `nsim` | &#x2241;
1845
- | `sdef` | &#x2259;
1846
- | `leqq` | &#x2266;
1847
- | `geqq` | &#x2267;
1848
- | `ngtr` | &#x226f;
1849
- | `nleq` | &#x2270;
1850
- | `ngeq` | &#x2271;
1851
- | `buni` | &#x228e;
1852
- | `hash` | &#x22d5;
1853
- | `nisd` | &#x22fa;
1854
- | `obar` | &#x233d;
1855
- | `rres` | &#x25b7;
1856
- | `dres` | &#x25c1;
1857
- | `XBox` | &#x2612;
1858
- | `male` | &#x2642;
1859
- | `Mars` | &#x2642;
1860
- | `flat` | &#x266d;
1861
- | `perp` | &#x27c2;
1862
- | `Lbag` | &#x27c5;
1863
- | `lbag` | &#x27c5;
1864
- | `Rbag` | &#x27c6;
1865
- | `rbag` | &#x27c6;
1866
- | `upin` | &#x27d2;
1867
- | `lang` | &#x27ea;
1868
- | `rang` | &#x27eb;
1869
- | `psur` | &#x2900;
1870
- | `pinj` | &#x2914;
1871
- | `finj` | &#x2915;
1872
- | `tona` | &#x2927;
1873
- | `toea` | &#x2928;
1874
- | `tosa` | &#x2929;
1875
- | `towa` | &#x292a;
1876
- | `VERT` | &#x2980;
1877
- | `spot` | &#x2981;
1878
- | `limg` | &#x2987;
1879
- | `rimg` | &#x2988;
1880
- | `obot` | &#x29ba;
1881
- | `cirE` | &#x29c3;
1882
- | `dsol` | &#x29f6;
1883
- | `xsol` | &#x29f8;
1884
- | `hide` | &#x29f9;
1885
- | `fint` | &#x2a0f;
1886
- | `intx` | &#x2a18;
1887
- | `Join` | &#x2a1d;
1888
- | `zcmp` | &#x2a1f;
1889
- | `semi` | &#x2a1f;
1890
- | `odiv` | &#x2a38;
1891
- | `fcmp` | &#x2a3e;
1892
- | `comp` | &#x2a3e;
1893
- | `dsub` | &#x2a64;
1894
- | `rsub` | &#x2a65;
1895
- | `eqeq` | &#x2a75;
1896
- | `Same` | &#x2a76;
1897
- | `lneq` | &#x2a87;
1898
- | `lnot` | &#xac;
1899
- | `gneq` | &#x2a88;
1900
- | `ltcc` | &#x2aa6;
1901
- | `gtcc` | &#x2aa7;
1902
- | `smte` | &#x2aac;
1903
- | `late` | &#x2aad;
1904
- | `Prec` | &#x2abb;
1905
- | `Succ` | &#x2abc;
1906
- | `csub` | &#x2acf;
1907
- | `csup` | &#x2ad0;
1908
- | `mlcp` | &#x2adb;
1909
- | `Barv` | &#x2ae7;
1910
- | `vBar` | &#x2ae8;
1911
- | `barV` | &#x2aea;
1912
- | `Vbar` | &#x2aeb;
1913
- | `Perp` | &#x2aeb;
1914
- | `bNot` | &#x2aed;
1915
- | `Zbar` | &#x1b5;
1916
- | `ddot` | &#x308;
1917
- | `plus` | &#x2b;
1918
- | `DDot` | &#x308;
1919
- | `ring` | &#x30a;
1920
- | `upMu` | &#x39c;
1921
- | `upmu` | &#x3bc;
1922
- | `upNu` | &#x39d;
1923
- | `upnu` | &#x3bd;
1924
- | `cent` | &#xa2;
1925
- | `tcmu` | &#xb5;
1926
- | `dint` | &#x22c2;
1927
- | `duni` | &#x22c3;
1928
- | `gets` | &#x2190;
1929
- | `land` | &#x2227;
1930
- | `upxi` | &#x3be;
1931
- | `upXi` | &#x39e;
1932
- | `neq` | &#x2260;
1933
- | `leq` | &#x2264;
1934
- | `exi` | &#x2203;
1935
- | `geq` | &#x2265;
1936
- | `bij` | &#x2916;
1937
- | `cat` | &#x2040;
1938
- | `Vec` | &#x20d7;
1939
- | `ell` | &#x2113;
1940
- | `mho` | &#x2127;
1941
- | `Mho` | &#x2127;
1942
- | `Yup` | &#x2144;
1943
- | `Lsh` | &#x21b0;
1944
- | `Rsh` | &#x21b1;
1945
- | `nni` | &#x220c;
1946
- | `QED` | &#x220e;
1947
- | `mid` | &#x2223;
1948
- | `int` | &#x222b;
1949
- | `sim` | &#x223c;
1950
- | `Cap` | &#x22d2;
1951
- | `Cup` | &#x22d3;
1952
- | `lll` | &#x22d8;
1953
- | `ggg` | &#x22d9;
1954
- | `nis` | &#x22fc;
1955
- | `RHD` | &#x25b6;
1956
- | `rhd` | &#x25b7;
1957
- | `nin` | &#x2209;
1958
- | `LHD` | &#x25c0;
1959
- | `rel` | &#x2194;
1960
- | `lhd` | &#x25c1;
1961
- | `Sun` | &#x2609;
1962
- | `sun` | &#x263c;
1963
- | `leo` | &#x264c;
1964
- | `Leo` | &#x264c;
1965
- | `iff` | &#x27fa;
1966
- | `Vee` | &#x2a54;
1967
- | `lor` | &#x2228;
1968
- | `lgE` | &#x2a91;
1969
- | `glE` | &#x2a92;
1970
- | `glj` | &#x2aa4;
1971
- | `gla` | &#x2aa5;
1972
- | `smt` | &#x2aaa;
1973
- | `lat` | &#x2aab;
1974
- | `Top` | &#x2aea;
1975
- | `Bot` | &#x2aeb;
1976
- | `Not` | &#x2aec;
1977
- | `dot` | &#x307;
1978
- | `Dot` | &#x307;
1979
- | `not` | &#x338;
1980
- | `yen` | &#xa5;
1981
- | `eth` | &#xf0;
1982
- | `Im` | &#x2111;
1983
- | `wp` | &#x2118;
1984
- | `Re` | &#x211c;
1985
- | `DD` | &#x2145;
1986
- | `dd` | &#x2146;
1987
- | `ee` | &#x2147;
1988
- | `ii` | &#x2148;
1989
- | `jj` | &#x2149;
1990
- | `ni` | &#x220b;
1991
- | `mp` | &#x2213;
1992
- | `AC` | &#x223f;
1993
- | `wr` | &#x2240;
1994
- | `ll` | &#x226a;
1995
- | `gg` | &#x226b;
1996
- | `Lt` | &#x2aa1;
1997
- | `Gt` | &#x2aa2;
1998
- |===