plurimath 0.8.3 → 0.8.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/AsciiMath-Supported-Data.adoc +1 -1925
- data/Latex-Supported-Data.adoc +46 -1864
- data/MathML-Supported-Data.adoc +0 -167
- data/README.adoc +27 -0
- data/UnicodeMath-Supported-Data.adoc +0 -819
- data/lib/plurimath/asciimath/constants.rb +24 -252
- data/lib/plurimath/asciimath/parse.rb +17 -7
- data/lib/plurimath/asciimath/transform.rb +57 -67
- data/lib/plurimath/formatter/localized_number.rb +13 -0
- data/lib/plurimath/formatter/number_data_reader.rb +11 -0
- data/lib/plurimath/formatter/number_formatter.rb +26 -100
- data/lib/plurimath/formatter/{twitter_cldr_rb → numbers}/fraction.rb +10 -9
- data/lib/plurimath/formatter/{twitter_cldr_rb → numbers}/integer.rb +3 -3
- data/lib/plurimath/formatter/numeric_formatter.rb +120 -0
- data/lib/plurimath/html/transform.rb +24 -24
- data/lib/plurimath/latex/constants.rb +43 -3616
- data/lib/plurimath/latex/parse.rb +8 -8
- data/lib/plurimath/latex/transform.rb +41 -49
- data/lib/plurimath/math/core.rb +49 -11
- data/lib/plurimath/math/formula.rb +18 -14
- data/lib/plurimath/math/function/bar.rb +1 -1
- data/lib/plurimath/math/function/binary_function.rb +1 -7
- data/lib/plurimath/math/function/ceil.rb +2 -2
- data/lib/plurimath/math/function/ddot.rb +1 -1
- data/lib/plurimath/math/function/dot.rb +2 -2
- data/lib/plurimath/math/function/fenced.rb +38 -22
- data/lib/plurimath/math/function/frac.rb +1 -1
- data/lib/plurimath/math/function/hat.rb +2 -2
- data/lib/plurimath/math/function/linebreak.rb +1 -1
- data/lib/plurimath/math/function/nary.rb +0 -7
- data/lib/plurimath/math/function/obrace.rb +2 -2
- data/lib/plurimath/math/function/overset.rb +15 -10
- data/lib/plurimath/math/function/power.rb +3 -8
- data/lib/plurimath/math/function/table/array.rb +9 -8
- data/lib/plurimath/math/function/table/bmatrix.rb +1 -1
- data/lib/plurimath/math/function/table/eqarray.rb +1 -1
- data/lib/plurimath/math/function/table/matrix.rb +3 -2
- data/lib/plurimath/math/function/table/vmatrix.rb +1 -1
- data/lib/plurimath/math/function/table.rb +33 -41
- data/lib/plurimath/math/function/ternary_function.rb +0 -6
- data/lib/plurimath/math/function/tilde.rb +2 -2
- data/lib/plurimath/math/function/tr.rb +7 -3
- data/lib/plurimath/math/function/ubrace.rb +2 -2
- data/lib/plurimath/math/function/ul.rb +2 -2
- data/lib/plurimath/math/function/underset.rb +17 -17
- data/lib/plurimath/math/function/vec.rb +2 -2
- data/lib/plurimath/math/symbols/aa.rb +41 -0
- data/lib/plurimath/math/symbols/ac.rb +41 -0
- data/lib/plurimath/math/symbols/accurrent.rb +41 -0
- data/lib/plurimath/math/symbols/acidfree.rb +41 -0
- data/lib/plurimath/math/symbols/acute.rb +41 -0
- data/lib/plurimath/math/symbols/acwcirclearrow.rb +41 -0
- data/lib/plurimath/math/symbols/acwgapcirclearrow.rb +41 -0
- data/lib/plurimath/math/symbols/acwleftarcarrow.rb +41 -0
- data/lib/plurimath/math/symbols/acwoverarcarrow.rb +41 -0
- data/lib/plurimath/math/symbols/acwunderarcarrow.rb +41 -0
- data/lib/plurimath/math/symbols/aleph.rb +41 -0
- data/lib/plurimath/math/symbols/alpha.rb +41 -0
- data/lib/plurimath/math/symbols/amalg.rb +41 -0
- data/lib/plurimath/math/symbols/ampersand.rb +41 -0
- data/lib/plurimath/math/symbols/anchor.rb +41 -0
- data/lib/plurimath/math/symbols/angdnr.rb +41 -0
- data/lib/plurimath/math/symbols/angle.rb +41 -0
- data/lib/plurimath/math/symbols/angles.rb +41 -0
- data/lib/plurimath/math/symbols/angleubar.rb +41 -0
- data/lib/plurimath/math/symbols/angmsd.rb +41 -0
- data/lib/plurimath/math/symbols/angrtvb.rb +41 -0
- data/lib/plurimath/math/symbols/angsph.rb +41 -0
- data/lib/plurimath/math/symbols/angstrom.rb +41 -0
- data/lib/plurimath/math/symbols/annuity.rb +41 -0
- data/lib/plurimath/math/symbols/aplboxquestion.rb +41 -0
- data/lib/plurimath/math/symbols/aplboxupcaret.rb +41 -0
- data/lib/plurimath/math/symbols/aplcomment.rb +41 -0
- data/lib/plurimath/math/symbols/apldownarrowbox.rb +41 -0
- data/lib/plurimath/math/symbols/aplinput.rb +41 -0
- data/lib/plurimath/math/symbols/aplinv.rb +41 -0
- data/lib/plurimath/math/symbols/aplleftarrowbox.rb +41 -0
- data/lib/plurimath/math/symbols/apllog.rb +41 -0
- data/lib/plurimath/math/symbols/aplrightarrowbox.rb +41 -0
- data/lib/plurimath/math/symbols/apluparrowbox.rb +41 -0
- data/lib/plurimath/math/symbols/apprge.rb +41 -0
- data/lib/plurimath/math/symbols/apprle.rb +41 -0
- data/lib/plurimath/math/symbols/approx.rb +41 -0
- data/lib/plurimath/math/symbols/approxeq.rb +41 -0
- data/lib/plurimath/math/symbols/approxeqq.rb +41 -0
- data/lib/plurimath/math/symbols/approxident.rb +41 -0
- data/lib/plurimath/math/symbols/aquarius.rb +41 -0
- data/lib/plurimath/math/symbols/arceq.rb +41 -0
- data/lib/plurimath/math/symbols/aries.rb +41 -0
- data/lib/plurimath/math/symbols/arrowbullet.rb +41 -0
- data/lib/plurimath/math/symbols/assert.rb +41 -0
- data/lib/plurimath/math/symbols/ast.rb +41 -0
- data/lib/plurimath/math/symbols/asteq.rb +41 -0
- data/lib/plurimath/math/symbols/asteraccent.rb +41 -0
- data/lib/plurimath/math/symbols/asymp.rb +41 -0
- data/lib/plurimath/math/symbols/atsign.rb +41 -0
- data/lib/plurimath/math/symbols/awint.rb +41 -0
- data/lib/plurimath/math/symbols/backcong.rb +41 -0
- data/lib/plurimath/math/symbols/backdprime.rb +41 -0
- data/lib/plurimath/math/symbols/backepsilon.rb +41 -0
- data/lib/plurimath/math/symbols/backprime.rb +41 -0
- data/lib/plurimath/math/symbols/backsim.rb +41 -0
- data/lib/plurimath/math/symbols/backsimeq.rb +41 -0
- data/lib/plurimath/math/symbols/backslash.rb +41 -0
- data/lib/plurimath/math/symbols/backtrprime.rb +41 -0
- data/lib/plurimath/math/symbols/bagmember.rb +41 -0
- data/lib/plurimath/math/symbols/ballotx.rb +41 -0
- data/lib/plurimath/math/symbols/bar.rb +41 -0
- data/lib/plurimath/math/symbols/barcap.rb +41 -0
- data/lib/plurimath/math/symbols/barcup.rb +41 -0
- data/lib/plurimath/math/symbols/barin.rb +41 -0
- data/lib/plurimath/math/symbols/barleftarrow.rb +41 -0
- data/lib/plurimath/math/symbols/barleftarrowrightarrowba.rb +41 -0
- data/lib/plurimath/math/symbols/barleftharpoon.rb +41 -0
- data/lib/plurimath/math/symbols/barovernorthwestarrow.rb +41 -0
- data/lib/plurimath/math/symbols/barrightarrowdiamond.rb +41 -0
- data/lib/plurimath/math/symbols/barrightharpoon.rb +41 -0
- data/lib/plurimath/math/symbols/baruparrow.rb +41 -0
- data/lib/plurimath/math/symbols/barv.rb +41 -0
- data/lib/plurimath/math/symbols/barvee.rb +41 -0
- data/lib/plurimath/math/symbols/barwedge.rb +41 -0
- data/lib/plurimath/math/symbols/bbrktbrk.rb +41 -0
- data/lib/plurimath/math/symbols/bdtriplevdash.rb +41 -0
- data/lib/plurimath/math/symbols/because.rb +41 -0
- data/lib/plurimath/math/symbols/benzenr.rb +41 -0
- data/lib/plurimath/math/symbols/beth.rb +41 -0
- data/lib/plurimath/math/symbols/between.rb +41 -0
- data/lib/plurimath/math/symbols/bigblacktriangledown.rb +41 -0
- data/lib/plurimath/math/symbols/bigblacktriangleup.rb +41 -0
- data/lib/plurimath/math/symbols/bigbot.rb +41 -0
- data/lib/plurimath/math/symbols/bigcupdot.rb +41 -0
- data/lib/plurimath/math/symbols/biginterleave.rb +41 -0
- data/lib/plurimath/math/symbols/bigodot.rb +41 -0
- data/lib/plurimath/math/symbols/bigoplus.rb +41 -0
- data/lib/plurimath/math/symbols/bigotimes.rb +41 -0
- data/lib/plurimath/math/symbols/bigslopedvee.rb +41 -0
- data/lib/plurimath/math/symbols/bigslopedwedge.rb +41 -0
- data/lib/plurimath/math/symbols/bigsqcap.rb +41 -0
- data/lib/plurimath/math/symbols/bigsqcup.rb +41 -0
- data/lib/plurimath/math/symbols/bigstar.rb +41 -0
- data/lib/plurimath/math/symbols/bigtalloblong.rb +41 -0
- data/lib/plurimath/math/symbols/bigtop.rb +41 -0
- data/lib/plurimath/math/symbols/bigtriangledown.rb +41 -0
- data/lib/plurimath/math/symbols/bigtriangleleft.rb +41 -0
- data/lib/plurimath/math/symbols/bigtriangleup.rb +41 -0
- data/lib/plurimath/math/symbols/biguplus.rb +41 -0
- data/lib/plurimath/math/symbols/bigwedge.rb +41 -0
- data/lib/plurimath/math/symbols/bigwhitestar.rb +41 -0
- data/lib/plurimath/math/symbols/bij.rb +41 -0
- data/lib/plurimath/math/symbols/biohazard.rb +41 -0
- data/lib/plurimath/math/symbols/blackcircledownarrow.rb +41 -0
- data/lib/plurimath/math/symbols/blackcircledrightdot.rb +41 -0
- data/lib/plurimath/math/symbols/blackcircledtwodots.rb +41 -0
- data/lib/plurimath/math/symbols/blackcircleulquadwhite.rb +41 -0
- data/lib/plurimath/math/symbols/blackdiamonddownarrow.rb +41 -0
- data/lib/plurimath/math/symbols/blackhourglass.rb +41 -0
- data/lib/plurimath/math/symbols/blackinwhitediamond.rb +41 -0
- data/lib/plurimath/math/symbols/blackinwhitesquare.rb +41 -0
- data/lib/plurimath/math/symbols/blacklozenge.rb +41 -0
- data/lib/plurimath/math/symbols/blackpointerleft.rb +41 -0
- data/lib/plurimath/math/symbols/blackpointerright.rb +41 -0
- data/lib/plurimath/math/symbols/blacksmiley.rb +41 -0
- data/lib/plurimath/math/symbols/blacktriangle.rb +41 -0
- data/lib/plurimath/math/symbols/blacktriangledown.rb +41 -0
- data/lib/plurimath/math/symbols/blkhorzoval.rb +41 -0
- data/lib/plurimath/math/symbols/blkvertoval.rb +41 -0
- data/lib/plurimath/math/symbols/blockfull.rb +41 -0
- data/lib/plurimath/math/symbols/blockhalfshaded.rb +41 -0
- data/lib/plurimath/math/symbols/blocklefthalf.rb +41 -0
- data/lib/plurimath/math/symbols/blocklowhalf.rb +41 -0
- data/lib/plurimath/math/symbols/blockqtrshaded.rb +41 -0
- data/lib/plurimath/math/symbols/blockrighthalf.rb +41 -0
- data/lib/plurimath/math/symbols/blockthreeqtrshaded.rb +41 -0
- data/lib/plurimath/math/symbols/blockuphalf.rb +41 -0
- data/lib/plurimath/math/symbols/bnot.rb +41 -0
- data/lib/plurimath/math/symbols/bot.rb +41 -0
- data/lib/plurimath/math/symbols/botsemicircle.rb +41 -0
- data/lib/plurimath/math/symbols/bowtie.rb +41 -0
- data/lib/plurimath/math/symbols/box.rb +41 -0
- data/lib/plurimath/math/symbols/boxast.rb +41 -0
- data/lib/plurimath/math/symbols/boxbar.rb +41 -0
- data/lib/plurimath/math/symbols/boxbox.rb +41 -0
- data/lib/plurimath/math/symbols/boxbslash.rb +41 -0
- data/lib/plurimath/math/symbols/boxcircle.rb +41 -0
- data/lib/plurimath/math/symbols/boxdiag.rb +41 -0
- data/lib/plurimath/math/symbols/boxdot.rb +41 -0
- data/lib/plurimath/math/symbols/boxminus.rb +41 -0
- data/lib/plurimath/math/symbols/boxonbox.rb +41 -0
- data/lib/plurimath/math/symbols/boxplus.rb +41 -0
- data/lib/plurimath/math/symbols/boxtimes.rb +41 -0
- data/lib/plurimath/math/symbols/breve.rb +41 -0
- data/lib/plurimath/math/symbols/bsimilarleftarrow.rb +41 -0
- data/lib/plurimath/math/symbols/bsimilarrightarrow.rb +41 -0
- data/lib/plurimath/math/symbols/bsolhsub.rb +41 -0
- data/lib/plurimath/math/symbols/btimes.rb +41 -0
- data/lib/plurimath/math/symbols/bullet.rb +41 -0
- data/lib/plurimath/math/symbols/bullseye.rb +41 -0
- data/lib/plurimath/math/symbols/bumpeq.rb +41 -0
- data/lib/plurimath/math/symbols/bumpeqq.rb +41 -0
- data/lib/plurimath/math/symbols/buni.rb +41 -0
- data/lib/plurimath/math/symbols/cancer.rb +41 -0
- data/lib/plurimath/math/symbols/candra.rb +41 -0
- data/lib/plurimath/math/symbols/cap.rb +45 -0
- data/lib/plurimath/math/symbols/capbarcup.rb +41 -0
- data/lib/plurimath/math/symbols/capdot.rb +41 -0
- data/lib/plurimath/math/symbols/capovercup.rb +41 -0
- data/lib/plurimath/math/symbols/capricornus.rb +41 -0
- data/lib/plurimath/math/symbols/capwedge.rb +41 -0
- data/lib/plurimath/math/symbols/caretinsert.rb +41 -0
- data/lib/plurimath/math/symbols/carriagereturn.rb +41 -0
- data/lib/plurimath/math/symbols/cat.rb +41 -0
- data/lib/plurimath/math/symbols/cc.rb +41 -0
- data/lib/plurimath/math/symbols/ccwundercurvearrow.rb +41 -0
- data/lib/plurimath/math/symbols/cdot.rb +41 -0
- data/lib/plurimath/math/symbols/cdotp.rb +41 -0
- data/lib/plurimath/math/symbols/cdots.rb +41 -0
- data/lib/plurimath/math/symbols/cent.rb +41 -0
- data/lib/plurimath/math/symbols/check.rb +41 -0
- data/lib/plurimath/math/symbols/checkedbox.rb +41 -0
- data/lib/plurimath/math/symbols/checkmark.rb +41 -0
- data/lib/plurimath/math/symbols/chi.rb +41 -0
- data/lib/plurimath/math/symbols/cirbot.rb +41 -0
- data/lib/plurimath/math/symbols/circ.rb +41 -0
- data/lib/plurimath/math/symbols/circeq.rb +41 -0
- data/lib/plurimath/math/symbols/circle.rb +41 -0
- data/lib/plurimath/math/symbols/circlebottomhalfblack.rb +41 -0
- data/lib/plurimath/math/symbols/circledbullet.rb +41 -0
- data/lib/plurimath/math/symbols/circledgtr.rb +41 -0
- data/lib/plurimath/math/symbols/circledownarrow.rb +41 -0
- data/lib/plurimath/math/symbols/circledparallel.rb +41 -0
- data/lib/plurimath/math/symbols/circledr.rb +41 -0
- data/lib/plurimath/math/symbols/circledrightdot.rb +41 -0
- data/lib/plurimath/math/symbols/circledstar.rb +41 -0
- data/lib/plurimath/math/symbols/circledtwodots.rb +41 -0
- data/lib/plurimath/math/symbols/circledvert.rb +41 -0
- data/lib/plurimath/math/symbols/circledwhitebullet.rb +41 -0
- data/lib/plurimath/math/symbols/circlehbar.rb +41 -0
- data/lib/plurimath/math/symbols/circlellquad.rb +41 -0
- data/lib/plurimath/math/symbols/circlelrquad.rb +41 -0
- data/lib/plurimath/math/symbols/circleonleftarrow.rb +41 -0
- data/lib/plurimath/math/symbols/circleonrightarrow.rb +41 -0
- data/lib/plurimath/math/symbols/circletophalfblack.rb +41 -0
- data/lib/plurimath/math/symbols/circleulquad.rb +41 -0
- data/lib/plurimath/math/symbols/circleurquad.rb +41 -0
- data/lib/plurimath/math/symbols/circleurquadblack.rb +41 -0
- data/lib/plurimath/math/symbols/circlevertfill.rb +41 -0
- data/lib/plurimath/math/symbols/cire.rb +41 -0
- data/lib/plurimath/math/symbols/cirfnint.rb +41 -0
- data/lib/plurimath/math/symbols/cirmid.rb +41 -0
- data/lib/plurimath/math/symbols/cirscir.rb +41 -0
- data/lib/plurimath/math/symbols/clockoint.rb +45 -0
- data/lib/plurimath/math/symbols/closedvarcap.rb +41 -0
- data/lib/plurimath/math/symbols/closedvarcup.rb +41 -0
- data/lib/plurimath/math/symbols/closedvarcupsmashprod.rb +41 -0
- data/lib/plurimath/math/symbols/closure.rb +41 -0
- data/lib/plurimath/math/symbols/clubsuit.rb +41 -0
- data/lib/plurimath/math/symbols/cntclockoint.rb +45 -0
- data/lib/plurimath/math/symbols/colon.rb +41 -0
- data/lib/plurimath/math/symbols/coloneq.rb +41 -0
- data/lib/plurimath/math/symbols/comma.rb +41 -0
- data/lib/plurimath/math/symbols/commaminus.rb +41 -0
- data/lib/plurimath/math/symbols/comp.rb +41 -0
- data/lib/plurimath/math/symbols/complement.rb +41 -0
- data/lib/plurimath/math/symbols/concavediamond.rb +41 -0
- data/lib/plurimath/math/symbols/concavediamondtickleft.rb +41 -0
- data/lib/plurimath/math/symbols/concavediamondtickright.rb +41 -0
- data/lib/plurimath/math/symbols/cong.rb +41 -0
- data/lib/plurimath/math/symbols/congdot.rb +41 -0
- data/lib/plurimath/math/symbols/conictaper.rb +41 -0
- data/lib/plurimath/math/symbols/conjquant.rb +41 -0
- data/lib/plurimath/math/symbols/coprod.rb +45 -0
- data/lib/plurimath/math/symbols/csub.rb +41 -0
- data/lib/plurimath/math/symbols/csube.rb +41 -0
- data/lib/plurimath/math/symbols/csup.rb +41 -0
- data/lib/plurimath/math/symbols/csupe.rb +41 -0
- data/lib/plurimath/math/symbols/cuberoot.rb +41 -0
- data/lib/plurimath/math/symbols/cup.rb +41 -0
- data/lib/plurimath/math/symbols/cupbarcap.rb +41 -0
- data/lib/plurimath/math/symbols/cupdot.rb +41 -0
- data/lib/plurimath/math/symbols/cupleftarrow.rb +41 -0
- data/lib/plurimath/math/symbols/cupovercap.rb +41 -0
- data/lib/plurimath/math/symbols/cupvee.rb +41 -0
- data/lib/plurimath/math/symbols/curlyeqprec.rb +41 -0
- data/lib/plurimath/math/symbols/curlyeqsucc.rb +41 -0
- data/lib/plurimath/math/symbols/curlyvee.rb +41 -0
- data/lib/plurimath/math/symbols/curlywedge.rb +41 -0
- data/lib/plurimath/math/symbols/curvearrowleftplus.rb +41 -0
- data/lib/plurimath/math/symbols/curvearrowright.rb +41 -0
- data/lib/plurimath/math/symbols/curvearrowrightminus.rb +41 -0
- data/lib/plurimath/math/symbols/cwcirclearrow.rb +41 -0
- data/lib/plurimath/math/symbols/cwgapcirclearrow.rb +41 -0
- data/lib/plurimath/math/symbols/cwrightarcarrow.rb +41 -0
- data/lib/plurimath/math/symbols/cwundercurvearrow.rb +41 -0
- data/lib/plurimath/math/symbols/dag.rb +41 -0
- data/lib/plurimath/math/symbols/daleth.rb +41 -0
- data/lib/plurimath/math/symbols/danger.rb +41 -0
- data/lib/plurimath/math/symbols/darr.rb +41 -0
- data/lib/plurimath/math/symbols/dasharrow.rb +41 -0
- data/lib/plurimath/math/symbols/dasharrowright.rb +41 -0
- data/lib/plurimath/math/symbols/dashv.rb +41 -0
- data/lib/plurimath/math/symbols/dashvdash.rb +41 -0
- data/lib/plurimath/math/symbols/dbkarow.rb +41 -0
- data/lib/plurimath/math/symbols/dd.rb +41 -0
- data/lib/plurimath/math/symbols/ddag.rb +41 -0
- data/lib/plurimath/math/symbols/ddddot.rb +41 -0
- data/lib/plurimath/math/symbols/dddot.rb +41 -0
- data/lib/plurimath/math/symbols/ddot.rb +41 -0
- data/lib/plurimath/math/symbols/ddots.rb +41 -0
- data/lib/plurimath/math/symbols/ddotseq.rb +41 -0
- data/lib/plurimath/math/symbols/ddownarrow.rb +41 -0
- data/lib/plurimath/math/symbols/degc.rb +41 -0
- data/lib/plurimath/math/symbols/degf.rb +41 -0
- data/lib/plurimath/math/symbols/degree.rb +41 -0
- data/lib/plurimath/math/symbols/del.rb +41 -0
- data/lib/plurimath/math/symbols/delta.rb +41 -0
- data/lib/plurimath/math/symbols/deltaeq.rb +41 -0
- data/lib/plurimath/math/symbols/diameter.rb +41 -0
- data/lib/plurimath/math/symbols/diamond.rb +41 -0
- data/lib/plurimath/math/symbols/diamondblack.rb +41 -0
- data/lib/plurimath/math/symbols/diamondbotblack.rb +41 -0
- data/lib/plurimath/math/symbols/diamonddot.rb +41 -0
- data/lib/plurimath/math/symbols/diamondleftarrow.rb +41 -0
- data/lib/plurimath/math/symbols/diamondleftarrowbar.rb +41 -0
- data/lib/plurimath/math/symbols/diamondleftblack.rb +41 -0
- data/lib/plurimath/math/symbols/diamondrightblack.rb +41 -0
- data/lib/plurimath/math/symbols/diamondtopblack.rb +41 -0
- data/lib/plurimath/math/symbols/dicei.rb +41 -0
- data/lib/plurimath/math/symbols/diceii.rb +41 -0
- data/lib/plurimath/math/symbols/diceiii.rb +41 -0
- data/lib/plurimath/math/symbols/diceiv.rb +41 -0
- data/lib/plurimath/math/symbols/dicev.rb +41 -0
- data/lib/plurimath/math/symbols/dicevi.rb +41 -0
- data/lib/plurimath/math/symbols/digamma.rb +41 -0
- data/lib/plurimath/math/symbols/dingasterisk.rb +41 -0
- data/lib/plurimath/math/symbols/dint.rb +41 -0
- data/lib/plurimath/math/symbols/disin.rb +41 -0
- data/lib/plurimath/math/symbols/disjquant.rb +41 -0
- data/lib/plurimath/math/symbols/div.rb +41 -0
- data/lib/plurimath/math/symbols/divideontimes.rb +41 -0
- data/lib/plurimath/math/symbols/dot.rb +41 -0
- data/lib/plurimath/math/symbols/doteq.rb +41 -0
- data/lib/plurimath/math/symbols/dotequiv.rb +41 -0
- data/lib/plurimath/math/symbols/dotminus.rb +41 -0
- data/lib/plurimath/math/symbols/dotplus.rb +41 -0
- data/lib/plurimath/math/symbols/dots.rb +41 -0
- data/lib/plurimath/math/symbols/dotsim.rb +41 -0
- data/lib/plurimath/math/symbols/dotsminusdots.rb +41 -0
- data/lib/plurimath/math/symbols/dottedcircle.rb +41 -0
- data/lib/plurimath/math/symbols/dottedsquare.rb +41 -0
- data/lib/plurimath/math/symbols/dottimes.rb +41 -0
- data/lib/plurimath/math/symbols/doublebarvee.rb +41 -0
- data/lib/plurimath/math/symbols/doublebarwedge.rb +41 -0
- data/lib/plurimath/math/symbols/doubleplus.rb +41 -0
- data/lib/plurimath/math/symbols/downarrow.rb +41 -0
- data/lib/plurimath/math/symbols/downarrowbar.rb +41 -0
- data/lib/plurimath/math/symbols/downarrowbarred.rb +41 -0
- data/lib/plurimath/math/symbols/downarrows.rb +41 -0
- data/lib/plurimath/math/symbols/downdasharrow.rb +41 -0
- data/lib/plurimath/math/symbols/downdownharpoons.rb +41 -0
- data/lib/plurimath/math/symbols/downfishtail.rb +41 -0
- data/lib/plurimath/math/symbols/downharpoonleft.rb +41 -0
- data/lib/plurimath/math/symbols/downharpoonright.rb +41 -0
- data/lib/plurimath/math/symbols/downleftteevector.rb +41 -0
- data/lib/plurimath/math/symbols/downleftvectorbar.rb +41 -0
- data/lib/plurimath/math/symbols/downrightcurvedarrow.rb +41 -0
- data/lib/plurimath/math/symbols/downrightteevector.rb +41 -0
- data/lib/plurimath/math/symbols/downrightvectorbar.rb +41 -0
- data/lib/plurimath/math/symbols/downtriangleleftblack.rb +41 -0
- data/lib/plurimath/math/symbols/downtrianglerightblack.rb +41 -0
- data/lib/plurimath/math/symbols/downuparrows.rb +41 -0
- data/lib/plurimath/math/symbols/downupharpoons.rb +41 -0
- data/lib/plurimath/math/symbols/downwhitearrow.rb +41 -0
- data/lib/plurimath/math/symbols/dprime.rb +41 -0
- data/lib/plurimath/math/symbols/draftingarrow.rb +41 -0
- data/lib/plurimath/math/symbols/drbkarow.rb +41 -0
- data/lib/plurimath/math/symbols/droang.rb +41 -0
- data/lib/plurimath/math/symbols/dsol.rb +41 -0
- data/lib/plurimath/math/symbols/dsub.rb +41 -0
- data/lib/plurimath/math/symbols/dualmap.rb +41 -0
- data/lib/plurimath/math/symbols/duni.rb +41 -0
- data/lib/plurimath/math/symbols/earth.rb +41 -0
- data/lib/plurimath/math/symbols/ee.rb +41 -0
- data/lib/plurimath/math/symbols/egsdot.rb +41 -0
- data/lib/plurimath/math/symbols/eighthnote.rb +41 -0
- data/lib/plurimath/math/symbols/elinters.rb +41 -0
- data/lib/plurimath/math/symbols/ell.rb +41 -0
- data/lib/plurimath/math/symbols/elsdot.rb +41 -0
- data/lib/plurimath/math/symbols/emptyset.rb +41 -0
- data/lib/plurimath/math/symbols/emptysetoarr.rb +41 -0
- data/lib/plurimath/math/symbols/emptysetoarrl.rb +41 -0
- data/lib/plurimath/math/symbols/emptysetobar.rb +41 -0
- data/lib/plurimath/math/symbols/emptysetocirc.rb +41 -0
- data/lib/plurimath/math/symbols/enclosecircle.rb +41 -0
- data/lib/plurimath/math/symbols/enclosediamond.rb +41 -0
- data/lib/plurimath/math/symbols/enclosesquare.rb +41 -0
- data/lib/plurimath/math/symbols/enclosetriangle.rb +41 -0
- data/lib/plurimath/math/symbols/enleadertwodots.rb +41 -0
- data/lib/plurimath/math/symbols/epar.rb +41 -0
- data/lib/plurimath/math/symbols/eparsl.rb +41 -0
- data/lib/plurimath/math/symbols/epsilon.rb +41 -0
- data/lib/plurimath/math/symbols/eqcirc.rb +41 -0
- data/lib/plurimath/math/symbols/eqcolon.rb +41 -0
- data/lib/plurimath/math/symbols/eqdef.rb +41 -0
- data/lib/plurimath/math/symbols/eqdot.rb +41 -0
- data/lib/plurimath/math/symbols/eqeq.rb +41 -0
- data/lib/plurimath/math/symbols/eqgtr.rb +41 -0
- data/lib/plurimath/math/symbols/eqless.rb +41 -0
- data/lib/plurimath/math/symbols/eqno.rb +41 -0
- data/lib/plurimath/math/symbols/eqqcolon.rb +41 -0
- data/lib/plurimath/math/symbols/eqqgtr.rb +41 -0
- data/lib/plurimath/math/symbols/eqqless.rb +41 -0
- data/lib/plurimath/math/symbols/eqqplus.rb +41 -0
- data/lib/plurimath/math/symbols/eqqsim.rb +41 -0
- data/lib/plurimath/math/symbols/eqqslantgtr.rb +41 -0
- data/lib/plurimath/math/symbols/eqqslantless.rb +41 -0
- data/lib/plurimath/math/symbols/eqsim.rb +41 -0
- data/lib/plurimath/math/symbols/eqslantgtr.rb +41 -0
- data/lib/plurimath/math/symbols/eqslantless.rb +41 -0
- data/lib/plurimath/math/symbols/equal.rb +41 -0
- data/lib/plurimath/math/symbols/equalleftarrow.rb +41 -0
- data/lib/plurimath/math/symbols/equalrightarrow.rb +41 -0
- data/lib/plurimath/math/symbols/equiv.rb +41 -0
- data/lib/plurimath/math/symbols/equivdd.rb +41 -0
- data/lib/plurimath/math/symbols/equivvert.rb +41 -0
- data/lib/plurimath/math/symbols/equivvvert.rb +41 -0
- data/lib/plurimath/math/symbols/eqvparsl.rb +41 -0
- data/lib/plurimath/math/symbols/errbarblackcircle.rb +41 -0
- data/lib/plurimath/math/symbols/errbarblackdiamond.rb +41 -0
- data/lib/plurimath/math/symbols/errbarblacksquare.rb +41 -0
- data/lib/plurimath/math/symbols/errbarcircle.rb +41 -0
- data/lib/plurimath/math/symbols/errbardiamond.rb +41 -0
- data/lib/plurimath/math/symbols/errbarsquare.rb +41 -0
- data/lib/plurimath/math/symbols/eta.rb +41 -0
- data/lib/plurimath/math/symbols/eth.rb +41 -0
- data/lib/plurimath/math/symbols/euler.rb +41 -0
- data/lib/plurimath/math/symbols/euro.rb +41 -0
- data/lib/plurimath/math/symbols/exclam.rb +41 -0
- data/lib/plurimath/math/symbols/exi.rb +41 -0
- data/lib/plurimath/math/symbols/exists.rb +41 -0
- data/lib/plurimath/math/symbols/fallingdotseq.rb +41 -0
- data/lib/plurimath/math/symbols/fbowtie.rb +41 -0
- data/lib/plurimath/math/symbols/fdiagovnearrow.rb +41 -0
- data/lib/plurimath/math/symbols/fdiagovrdiag.rb +41 -0
- data/lib/plurimath/math/symbols/ffun.rb +41 -0
- data/lib/plurimath/math/symbols/finj.rb +41 -0
- data/lib/plurimath/math/symbols/fint.rb +41 -0
- data/lib/plurimath/math/symbols/finv.rb +41 -0
- data/lib/plurimath/math/symbols/fisheye.rb +41 -0
- data/lib/plurimath/math/symbols/flat.rb +41 -0
- data/lib/plurimath/math/symbols/fltns.rb +41 -0
- data/lib/plurimath/math/symbols/forall.rb +41 -0
- data/lib/plurimath/math/symbols/forks.rb +41 -0
- data/lib/plurimath/math/symbols/forksnot.rb +41 -0
- data/lib/plurimath/math/symbols/forkv.rb +41 -0
- data/lib/plurimath/math/symbols/fourthroot.rb +41 -0
- data/lib/plurimath/math/symbols/fourvdots.rb +41 -0
- data/lib/plurimath/math/symbols/fracslash.rb +41 -0
- data/lib/plurimath/math/symbols/frown.rb +41 -0
- data/lib/plurimath/math/symbols/fullouterjoin.rb +41 -0
- data/lib/plurimath/math/symbols/funcapply.rb +41 -0
- data/lib/plurimath/math/symbols/game.rb +41 -0
- data/lib/plurimath/math/symbols/gamma.rb +41 -0
- data/lib/plurimath/math/symbols/ge.rb +41 -0
- data/lib/plurimath/math/symbols/gemini.rb +41 -0
- data/lib/plurimath/math/symbols/geq.rb +41 -0
- data/lib/plurimath/math/symbols/geqq.rb +41 -0
- data/lib/plurimath/math/symbols/geqqslant.rb +41 -0
- data/lib/plurimath/math/symbols/geqslant.rb +41 -0
- data/lib/plurimath/math/symbols/gescc.rb +41 -0
- data/lib/plurimath/math/symbols/gesdot.rb +41 -0
- data/lib/plurimath/math/symbols/gesdoto.rb +41 -0
- data/lib/plurimath/math/symbols/gesdotol.rb +41 -0
- data/lib/plurimath/math/symbols/gesles.rb +41 -0
- data/lib/plurimath/math/symbols/gets.rb +41 -0
- data/lib/plurimath/math/symbols/gg.rb +41 -0
- data/lib/plurimath/math/symbols/ggg.rb +41 -0
- data/lib/plurimath/math/symbols/gggnest.rb +41 -0
- data/lib/plurimath/math/symbols/gimel.rb +41 -0
- data/lib/plurimath/math/symbols/gla.rb +41 -0
- data/lib/plurimath/math/symbols/gle.rb +41 -0
- data/lib/plurimath/math/symbols/gleichstark.rb +41 -0
- data/lib/plurimath/math/symbols/glj.rb +41 -0
- data/lib/plurimath/math/symbols/gnapprox.rb +41 -0
- data/lib/plurimath/math/symbols/gneq.rb +41 -0
- data/lib/plurimath/math/symbols/gneqq.rb +41 -0
- data/lib/plurimath/math/symbols/gnsim.rb +41 -0
- data/lib/plurimath/math/symbols/grad.rb +41 -0
- data/lib/plurimath/math/symbols/grave.rb +41 -0
- data/lib/plurimath/math/symbols/greater.rb +41 -0
- data/lib/plurimath/math/symbols/gsime.rb +41 -0
- data/lib/plurimath/math/symbols/gsiml.rb +41 -0
- data/lib/plurimath/math/symbols/gt.rb +41 -0
- data/lib/plurimath/math/symbols/gtcc.rb +41 -0
- data/lib/plurimath/math/symbols/gtcir.rb +41 -0
- data/lib/plurimath/math/symbols/gtlpar.rb +41 -0
- data/lib/plurimath/math/symbols/gtquest.rb +41 -0
- data/lib/plurimath/math/symbols/gtrapprox.rb +41 -0
- data/lib/plurimath/math/symbols/gtrarr.rb +41 -0
- data/lib/plurimath/math/symbols/gtrdot.rb +41 -0
- data/lib/plurimath/math/symbols/gtreqless.rb +41 -0
- data/lib/plurimath/math/symbols/gtreqqless.rb +41 -0
- data/lib/plurimath/math/symbols/gtrless.rb +41 -0
- data/lib/plurimath/math/symbols/harr.rb +41 -0
- data/lib/plurimath/math/symbols/hash.rb +41 -0
- data/lib/plurimath/math/symbols/hat.rb +41 -0
- data/lib/plurimath/math/symbols/hatapprox.rb +41 -0
- data/lib/plurimath/math/symbols/hbar.rb +41 -0
- data/lib/plurimath/math/symbols/hearsuit.rb +41 -0
- data/lib/plurimath/math/symbols/hermaphrodite.rb +41 -0
- data/lib/plurimath/math/symbols/hermitmatrix.rb +41 -0
- data/lib/plurimath/math/symbols/hexagon.rb +41 -0
- data/lib/plurimath/math/symbols/hexagonblack.rb +41 -0
- data/lib/plurimath/math/symbols/hide.rb +41 -0
- data/lib/plurimath/math/symbols/hknearrow.rb +41 -0
- data/lib/plurimath/math/symbols/hknwarrow.rb +41 -0
- data/lib/plurimath/math/symbols/hksearow.rb +41 -0
- data/lib/plurimath/math/symbols/hkswarow.rb +41 -0
- data/lib/plurimath/math/symbols/hline.rb +41 -0
- data/lib/plurimath/math/symbols/hookleftarrow.rb +41 -0
- data/lib/plurimath/math/symbols/hookrightarrow.rb +41 -0
- data/lib/plurimath/math/symbols/horizbar.rb +41 -0
- data/lib/plurimath/math/symbols/hourglass.rb +41 -0
- data/lib/plurimath/math/symbols/house.rb +41 -0
- data/lib/plurimath/math/symbols/hrectangle.rb +41 -0
- data/lib/plurimath/math/symbols/hrectangleblack.rb +41 -0
- data/lib/plurimath/math/symbols/hyphenbullet.rb +41 -0
- data/lib/plurimath/math/symbols/hzigzag.rb +41 -0
- data/lib/plurimath/math/symbols/if.rb +41 -0
- data/lib/plurimath/math/symbols/iff.rb +41 -0
- data/lib/plurimath/math/symbols/ii.rb +41 -0
- data/lib/plurimath/math/symbols/iiiint.rb +41 -0
- data/lib/plurimath/math/symbols/iiint.rb +45 -0
- data/lib/plurimath/math/symbols/iinfin.rb +41 -0
- data/lib/plurimath/math/symbols/iint.rb +45 -0
- data/lib/plurimath/math/symbols/im.rb +41 -0
- data/lib/plurimath/math/symbols/imageof.rb +41 -0
- data/lib/plurimath/math/symbols/imath.rb +41 -0
- data/lib/plurimath/math/symbols/impliedby.rb +41 -0
- data/lib/plurimath/math/symbols/in.rb +41 -0
- data/lib/plurimath/math/symbols/inc.rb +41 -0
- data/lib/plurimath/math/symbols/int.rb +41 -0
- data/lib/plurimath/math/symbols/intbar.rb +41 -0
- data/lib/plurimath/math/symbols/intbottom.rb +41 -0
- data/lib/plurimath/math/symbols/intcap.rb +41 -0
- data/lib/plurimath/math/symbols/intclockwise.rb +45 -0
- data/lib/plurimath/math/symbols/intcup.rb +41 -0
- data/lib/plurimath/math/symbols/intercal.rb +41 -0
- data/lib/plurimath/math/symbols/interleave.rb +41 -0
- data/lib/plurimath/math/symbols/intextender.rb +41 -0
- data/lib/plurimath/math/symbols/intlarhk.rb +41 -0
- data/lib/plurimath/math/symbols/intprod.rb +41 -0
- data/lib/plurimath/math/symbols/intprodr.rb +41 -0
- data/lib/plurimath/math/symbols/inttop.rb +41 -0
- data/lib/plurimath/math/symbols/intx.rb +41 -0
- data/lib/plurimath/math/symbols/invdiameter.rb +41 -0
- data/lib/plurimath/math/symbols/inversebullet.rb +41 -0
- data/lib/plurimath/math/symbols/inversewhitecircle.rb +41 -0
- data/lib/plurimath/math/symbols/invlazys.rb +41 -0
- data/lib/plurimath/math/symbols/invnot.rb +41 -0
- data/lib/plurimath/math/symbols/invwhitelowerhalfcircle.rb +41 -0
- data/lib/plurimath/math/symbols/invwhiteupperhalfcircle.rb +41 -0
- data/lib/plurimath/math/symbols/iota.rb +41 -0
- data/lib/plurimath/math/symbols/isindot.rb +41 -0
- data/lib/plurimath/math/symbols/isine.rb +41 -0
- data/lib/plurimath/math/symbols/isinobar.rb +41 -0
- data/lib/plurimath/math/symbols/isins.rb +41 -0
- data/lib/plurimath/math/symbols/isinvb.rb +41 -0
- data/lib/plurimath/math/symbols/jj.rb +41 -0
- data/lib/plurimath/math/symbols/jmath.rb +41 -0
- data/lib/plurimath/math/symbols/join.rb +41 -0
- data/lib/plurimath/math/symbols/jupiter.rb +41 -0
- data/lib/plurimath/math/symbols/kappa.rb +41 -0
- data/lib/plurimath/math/symbols/kernelcontraction.rb +41 -0
- data/lib/plurimath/math/symbols/koppa.rb +41 -0
- data/lib/plurimath/math/symbols/lambda.rb +41 -0
- data/lib/plurimath/math/symbols/land.rb +41 -0
- data/lib/plurimath/math/symbols/lang.rb +41 -0
- data/lib/plurimath/math/symbols/langledot.rb +41 -0
- data/lib/plurimath/math/symbols/laplac.rb +41 -0
- data/lib/plurimath/math/symbols/larr.rb +41 -0
- data/lib/plurimath/math/symbols/lat.rb +41 -0
- data/lib/plurimath/math/symbols/late.rb +41 -0
- data/lib/plurimath/math/symbols/lbag.rb +41 -0
- data/lib/plurimath/math/symbols/lblkbrbrak.rb +41 -0
- data/lib/plurimath/math/symbols/lblot.rb +41 -0
- data/lib/plurimath/math/symbols/lbracelend.rb +41 -0
- data/lib/plurimath/math/symbols/lbracemid.rb +41 -0
- data/lib/plurimath/math/symbols/lbraceuend.rb +41 -0
- data/lib/plurimath/math/symbols/lbrackextender.rb +41 -0
- data/lib/plurimath/math/symbols/lbracklend.rb +41 -0
- data/lib/plurimath/math/symbols/lbracklltick.rb +41 -0
- data/lib/plurimath/math/symbols/lbrackubar.rb +41 -0
- data/lib/plurimath/math/symbols/lbrackuend.rb +41 -0
- data/lib/plurimath/math/symbols/lbrackultick.rb +41 -0
- data/lib/plurimath/math/symbols/lbrbrak.rb +41 -0
- data/lib/plurimath/math/symbols/lcurvyangle.rb +41 -0
- data/lib/plurimath/math/symbols/ldsh.rb +41 -0
- data/lib/plurimath/math/symbols/le.rb +41 -0
- data/lib/plurimath/math/symbols/leadsto.rb +41 -0
- data/lib/plurimath/math/symbols/leftarrow.rb +41 -0
- data/lib/plurimath/math/symbols/leftarrowapprox.rb +41 -0
- data/lib/plurimath/math/symbols/leftarrowbackapprox.rb +41 -0
- data/lib/plurimath/math/symbols/leftarrowbsimilar.rb +41 -0
- data/lib/plurimath/math/symbols/leftarrowless.rb +41 -0
- data/lib/plurimath/math/symbols/leftarrowonoplus.rb +41 -0
- data/lib/plurimath/math/symbols/leftarrowplus.rb +41 -0
- data/lib/plurimath/math/symbols/leftarrowshortrightarrow.rb +41 -0
- data/lib/plurimath/math/symbols/leftarrowsimilar.rb +41 -0
- data/lib/plurimath/math/symbols/leftarrowsubset.rb +41 -0
- data/lib/plurimath/math/symbols/leftarrowtail.rb +41 -0
- data/lib/plurimath/math/symbols/leftarrowtriangle.rb +41 -0
- data/lib/plurimath/math/symbols/leftarrowx.rb +41 -0
- data/lib/plurimath/math/symbols/leftbarharpoon.rb +41 -0
- data/lib/plurimath/math/symbols/leftbkarrow.rb +41 -0
- data/lib/plurimath/math/symbols/leftcircle.rb +41 -0
- data/lib/plurimath/math/symbols/leftcurvedarrow.rb +41 -0
- data/lib/plurimath/math/symbols/leftdasharrow.rb +41 -0
- data/lib/plurimath/math/symbols/leftdbkarrow.rb +41 -0
- data/lib/plurimath/math/symbols/leftdbltail.rb +41 -0
- data/lib/plurimath/math/symbols/leftdotarrow.rb +41 -0
- data/lib/plurimath/math/symbols/leftdowncurvedarrow.rb +41 -0
- data/lib/plurimath/math/symbols/leftdownteevector.rb +41 -0
- data/lib/plurimath/math/symbols/leftdownvectorbar.rb +41 -0
- data/lib/plurimath/math/symbols/leftharpoondown.rb +41 -0
- data/lib/plurimath/math/symbols/leftharpoonup.rb +41 -0
- data/lib/plurimath/math/symbols/leftleftarrows.rb +41 -0
- data/lib/plurimath/math/symbols/leftleftharpoons.rb +41 -0
- data/lib/plurimath/math/symbols/leftmoon.rb +41 -0
- data/lib/plurimath/math/symbols/leftouterjoin.rb +41 -0
- data/lib/plurimath/math/symbols/leftrightarrow.rb +41 -0
- data/lib/plurimath/math/symbols/leftrightarrowcircle.rb +41 -0
- data/lib/plurimath/math/symbols/leftrightarrows.rb +41 -0
- data/lib/plurimath/math/symbols/leftrightarrowtriangle.rb +41 -0
- data/lib/plurimath/math/symbols/leftrightharpoon.rb +41 -0
- data/lib/plurimath/math/symbols/leftrightharpoondown.rb +41 -0
- data/lib/plurimath/math/symbols/leftrightharpoonsdown.rb +41 -0
- data/lib/plurimath/math/symbols/leftrightharpoonsup.rb +41 -0
- data/lib/plurimath/math/symbols/leftrightharpoonup.rb +41 -0
- data/lib/plurimath/math/symbols/leftrightwavearrow.rb +41 -0
- data/lib/plurimath/math/symbols/leftsquigarrow.rb +41 -0
- data/lib/plurimath/math/symbols/lefttail.rb +41 -0
- data/lib/plurimath/math/symbols/leftteevector.rb +41 -0
- data/lib/plurimath/math/symbols/leftthreearrows.rb +41 -0
- data/lib/plurimath/math/symbols/leftthreetimes.rb +41 -0
- data/lib/plurimath/math/symbols/leftturn.rb +41 -0
- data/lib/plurimath/math/symbols/leftupdownharpoon.rb +41 -0
- data/lib/plurimath/math/symbols/leftupteevector.rb +41 -0
- data/lib/plurimath/math/symbols/leftupvectorbar.rb +41 -0
- data/lib/plurimath/math/symbols/leftvectorbar.rb +41 -0
- data/lib/plurimath/math/symbols/leftwavearrow.rb +41 -0
- data/lib/plurimath/math/symbols/leftwhitearrow.rb +41 -0
- data/lib/plurimath/math/symbols/leo.rb +41 -0
- data/lib/plurimath/math/symbols/leq.rb +41 -0
- data/lib/plurimath/math/symbols/leqq.rb +41 -0
- data/lib/plurimath/math/symbols/leqqslant.rb +41 -0
- data/lib/plurimath/math/symbols/leqslant.rb +41 -0
- data/lib/plurimath/math/symbols/lescc.rb +41 -0
- data/lib/plurimath/math/symbols/lesdot.rb +41 -0
- data/lib/plurimath/math/symbols/lesdoto.rb +41 -0
- data/lib/plurimath/math/symbols/lesdotor.rb +41 -0
- data/lib/plurimath/math/symbols/lesges.rb +41 -0
- data/lib/plurimath/math/symbols/less.rb +41 -0
- data/lib/plurimath/math/symbols/lessapprox.rb +41 -0
- data/lib/plurimath/math/symbols/lessdot.rb +41 -0
- data/lib/plurimath/math/symbols/lesseqgtr.rb +41 -0
- data/lib/plurimath/math/symbols/lesseqqgtr.rb +41 -0
- data/lib/plurimath/math/symbols/lessgtr.rb +41 -0
- data/lib/plurimath/math/symbols/lfbowtie.rb +41 -0
- data/lib/plurimath/math/symbols/lftimes.rb +41 -0
- data/lib/plurimath/math/symbols/lgblkcircle.rb +41 -0
- data/lib/plurimath/math/symbols/lgblksquare.rb +41 -0
- data/lib/plurimath/math/symbols/lge.rb +41 -0
- data/lib/plurimath/math/symbols/lgroup.rb +41 -0
- data/lib/plurimath/math/symbols/lgwhtcircle.rb +41 -0
- data/lib/plurimath/math/symbols/lgwhtsquare.rb +41 -0
- data/lib/plurimath/math/symbols/lhd.rb +41 -0
- data/lib/plurimath/math/symbols/libra.rb +41 -0
- data/lib/plurimath/math/symbols/lightning.rb +41 -0
- data/lib/plurimath/math/symbols/limg.rb +41 -0
- data/lib/plurimath/math/symbols/linefeed.rb +41 -0
- data/lib/plurimath/math/symbols/ll.rb +41 -0
- data/lib/plurimath/math/symbols/llarc.rb +41 -0
- data/lib/plurimath/math/symbols/llblacktriangle.rb +41 -0
- data/lib/plurimath/math/symbols/llcorner.rb +41 -0
- data/lib/plurimath/math/symbols/lleftarrow.rb +41 -0
- data/lib/plurimath/math/symbols/lll.rb +41 -0
- data/lib/plurimath/math/symbols/lllnest.rb +41 -0
- data/lib/plurimath/math/symbols/lltriangle.rb +41 -0
- data/lib/plurimath/math/symbols/lmoust.rb +41 -0
- data/lib/plurimath/math/symbols/lmoustache.rb +41 -0
- data/lib/plurimath/math/symbols/lnapprox.rb +41 -0
- data/lib/plurimath/math/symbols/lneq.rb +41 -0
- data/lib/plurimath/math/symbols/lnot.rb +40 -0
- data/lib/plurimath/math/symbols/lnsim.rb +41 -0
- data/lib/plurimath/math/symbols/longdashv.rb +41 -0
- data/lib/plurimath/math/symbols/longdivision.rb +41 -0
- data/lib/plurimath/math/symbols/longleftarrow.rb +41 -0
- data/lib/plurimath/math/symbols/longleftrightarrow.rb +41 -0
- data/lib/plurimath/math/symbols/longleftsquigarrow.rb +41 -0
- data/lib/plurimath/math/symbols/longmapsfrom.rb +41 -0
- data/lib/plurimath/math/symbols/longmapsto.rb +41 -0
- data/lib/plurimath/math/symbols/longrightarrow.rb +41 -0
- data/lib/plurimath/math/symbols/looparrowleft.rb +41 -0
- data/lib/plurimath/math/symbols/lor.rb +41 -0
- data/lib/plurimath/math/symbols/lowint.rb +41 -0
- data/lib/plurimath/math/symbols/lozenge.rb +41 -0
- data/lib/plurimath/math/symbols/lozengeminus.rb +41 -0
- data/lib/plurimath/math/symbols/lparen.rb +41 -0
- data/lib/plurimath/math/symbols/lparenextender.rb +41 -0
- data/lib/plurimath/math/symbols/lparengtr.rb +41 -0
- data/lib/plurimath/math/symbols/lparenlend.rb +41 -0
- data/lib/plurimath/math/symbols/lparenless.rb +41 -0
- data/lib/plurimath/math/symbols/lparenuend.rb +41 -0
- data/lib/plurimath/math/symbols/lrarc.rb +41 -0
- data/lib/plurimath/math/symbols/lrblacktriangle.rb +41 -0
- data/lib/plurimath/math/symbols/lrcorner.rb +41 -0
- data/lib/plurimath/math/symbols/lrhar.rb +41 -0
- data/lib/plurimath/math/symbols/lrtimes.rb +41 -0
- data/lib/plurimath/math/symbols/lrtriangle.rb +41 -0
- data/lib/plurimath/math/symbols/lrtriangleeq.rb +41 -0
- data/lib/plurimath/math/symbols/lsh.rb +41 -0
- data/lib/plurimath/math/symbols/lsime.rb +41 -0
- data/lib/plurimath/math/symbols/lsimg.rb +41 -0
- data/lib/plurimath/math/symbols/lsqhook.rb +41 -0
- data/lib/plurimath/math/symbols/lt.rb +41 -0
- data/lib/plurimath/math/symbols/ltcc.rb +41 -0
- data/lib/plurimath/math/symbols/ltcir.rb +41 -0
- data/lib/plurimath/math/symbols/ltimes.rb +41 -0
- data/lib/plurimath/math/symbols/ltlarr.rb +41 -0
- data/lib/plurimath/math/symbols/ltquest.rb +41 -0
- data/lib/plurimath/math/symbols/ltrivb.rb +41 -0
- data/lib/plurimath/math/symbols/lvboxline.rb +41 -0
- data/lib/plurimath/math/symbols/lvec.rb +41 -0
- data/lib/plurimath/math/symbols/lvzigzag.rb +41 -0
- data/lib/plurimath/math/symbols/maltese.rb +41 -0
- data/lib/plurimath/math/symbols/mapsdown.rb +41 -0
- data/lib/plurimath/math/symbols/mapsfrom.rb +41 -0
- data/lib/plurimath/math/symbols/mapsto.rb +41 -0
- data/lib/plurimath/math/symbols/mapstoleft.rb +41 -0
- data/lib/plurimath/math/symbols/mapsup.rb +41 -0
- data/lib/plurimath/math/symbols/mars.rb +41 -0
- data/lib/plurimath/math/symbols/mathcolon.rb +41 -0
- data/lib/plurimath/math/symbols/mathdollar.rb +41 -0
- data/lib/plurimath/math/symbols/mathslash.rb +41 -0
- data/lib/plurimath/math/symbols/mdblkdiamond.rb +41 -0
- data/lib/plurimath/math/symbols/mdblklozenge.rb +41 -0
- data/lib/plurimath/math/symbols/mdblksquare.rb +41 -0
- data/lib/plurimath/math/symbols/mdlgblksquare.rb +41 -0
- data/lib/plurimath/math/symbols/mdsmblksquare.rb +41 -0
- data/lib/plurimath/math/symbols/mdsmwhtcircle.rb +41 -0
- data/lib/plurimath/math/symbols/mdsmwhtsquare.rb +41 -0
- data/lib/plurimath/math/symbols/mdwhtdiamond.rb +41 -0
- data/lib/plurimath/math/symbols/mdwhtlozenge.rb +41 -0
- data/lib/plurimath/math/symbols/mdwhtsquare.rb +41 -0
- data/lib/plurimath/math/symbols/measangledltosw.rb +41 -0
- data/lib/plurimath/math/symbols/measangledrtose.rb +41 -0
- data/lib/plurimath/math/symbols/measangleldtosw.rb +41 -0
- data/lib/plurimath/math/symbols/measanglelutonw.rb +41 -0
- data/lib/plurimath/math/symbols/measanglerdtose.rb +41 -0
- data/lib/plurimath/math/symbols/measanglerutone.rb +41 -0
- data/lib/plurimath/math/symbols/measangleultonw.rb +41 -0
- data/lib/plurimath/math/symbols/measangleurtone.rb +41 -0
- data/lib/plurimath/math/symbols/measeq.rb +41 -0
- data/lib/plurimath/math/symbols/measuredangleleft.rb +41 -0
- data/lib/plurimath/math/symbols/medblackstar.rb +41 -0
- data/lib/plurimath/math/symbols/medbullet.rb +41 -0
- data/lib/plurimath/math/symbols/medcirc.rb +41 -0
- data/lib/plurimath/math/symbols/medsp.rb +41 -0
- data/lib/plurimath/math/symbols/medwhitestar.rb +41 -0
- data/lib/plurimath/math/symbols/mercury.rb +41 -0
- data/lib/plurimath/math/symbols/mho.rb +41 -0
- data/lib/plurimath/math/symbols/mid.rb +41 -0
- data/lib/plurimath/math/symbols/midbarvee.rb +41 -0
- data/lib/plurimath/math/symbols/midbarwedge.rb +41 -0
- data/lib/plurimath/math/symbols/midcir.rb +41 -0
- data/lib/plurimath/math/symbols/minus.rb +41 -0
- data/lib/plurimath/math/symbols/minusdot.rb +41 -0
- data/lib/plurimath/math/symbols/minusfdots.rb +41 -0
- data/lib/plurimath/math/symbols/minusrdots.rb +41 -0
- data/lib/plurimath/math/symbols/mlcp.rb +41 -0
- data/lib/plurimath/math/symbols/models.rb +41 -0
- data/lib/plurimath/math/symbols/modtwosum.rb +41 -0
- data/lib/plurimath/math/symbols/mp.rb +41 -0
- data/lib/plurimath/math/symbols/mu.rb +41 -0
- data/lib/plurimath/math/symbols/multimap.rb +41 -0
- data/lib/plurimath/math/symbols/multimapinv.rb +41 -0
- data/lib/plurimath/math/symbols/nabla.rb +41 -0
- data/lib/plurimath/math/symbols/napprox.rb +41 -0
- data/lib/plurimath/math/symbols/nasymp.rb +41 -0
- data/lib/plurimath/math/symbols/natural.rb +41 -0
- data/lib/plurimath/math/symbols/ncong.rb +41 -0
- data/lib/plurimath/math/symbols/ne.rb +41 -0
- data/lib/plurimath/math/symbols/nearrow.rb +41 -0
- data/lib/plurimath/math/symbols/neg.rb +41 -0
- data/lib/plurimath/math/symbols/neovnwarrow.rb +41 -0
- data/lib/plurimath/math/symbols/neovsearrow.rb +41 -0
- data/lib/plurimath/math/symbols/neptune.rb +41 -0
- data/lib/plurimath/math/symbols/neq.rb +41 -0
- data/lib/plurimath/math/symbols/nequiv.rb +41 -0
- data/lib/plurimath/math/symbols/neswarrow.rb +41 -0
- data/lib/plurimath/math/symbols/neuter.rb +41 -0
- data/lib/plurimath/math/symbols/nexi.rb +41 -0
- data/lib/plurimath/math/symbols/ngeq.rb +41 -0
- data/lib/plurimath/math/symbols/ngt.rb +41 -0
- data/lib/plurimath/math/symbols/ngtrless.rb +41 -0
- data/lib/plurimath/math/symbols/ngtrsim.rb +41 -0
- data/lib/plurimath/math/symbols/nhdownarrow.rb +41 -0
- data/lib/plurimath/math/symbols/nhpar.rb +41 -0
- data/lib/plurimath/math/symbols/nhuparrow.rb +41 -0
- data/lib/plurimath/math/symbols/nhvvert.rb +41 -0
- data/lib/plurimath/math/symbols/ni.rb +41 -0
- data/lib/plurimath/math/symbols/nin.rb +41 -0
- data/lib/plurimath/math/symbols/niobar.rb +41 -0
- data/lib/plurimath/math/symbols/nis.rb +41 -0
- data/lib/plurimath/math/symbols/nisd.rb +41 -0
- data/lib/plurimath/math/symbols/nleftarrow.rb +41 -0
- data/lib/plurimath/math/symbols/nleftrightarrow.rb +41 -0
- data/lib/plurimath/math/symbols/nleq.rb +41 -0
- data/lib/plurimath/math/symbols/nless.rb +41 -0
- data/lib/plurimath/math/symbols/nlessgtr.rb +41 -0
- data/lib/plurimath/math/symbols/nlesssim.rb +41 -0
- data/lib/plurimath/math/symbols/nmid.rb +41 -0
- data/lib/plurimath/math/symbols/nn.rb +41 -0
- data/lib/plurimath/math/symbols/nni.rb +41 -0
- data/lib/plurimath/math/symbols/nnn.rb +41 -0
- data/lib/plurimath/math/symbols/not.rb +41 -0
- data/lib/plurimath/math/symbols/notbackslash.rb +41 -0
- data/lib/plurimath/math/symbols/notin.rb +41 -0
- data/lib/plurimath/math/symbols/notslash.rb +41 -0
- data/lib/plurimath/math/symbols/nparallel.rb +41 -0
- data/lib/plurimath/math/symbols/npolint.rb +41 -0
- data/lib/plurimath/math/symbols/nprec.rb +41 -0
- data/lib/plurimath/math/symbols/npreceq.rb +41 -0
- data/lib/plurimath/math/symbols/nrightarrow.rb +41 -0
- data/lib/plurimath/math/symbols/nsim.rb +41 -0
- data/lib/plurimath/math/symbols/nsime.rb +41 -0
- data/lib/plurimath/math/symbols/nsqsubseteq.rb +41 -0
- data/lib/plurimath/math/symbols/nsqsuperseteq.rb +41 -0
- data/lib/plurimath/math/symbols/nsub.rb +41 -0
- data/lib/plurimath/math/symbols/nsucc.rb +41 -0
- data/lib/plurimath/math/symbols/nsucceq.rb +41 -0
- data/lib/plurimath/math/symbols/nsup.rb +41 -0
- data/lib/plurimath/math/symbols/ntriangleleft.rb +41 -0
- data/lib/plurimath/math/symbols/ntriangleright.rb +41 -0
- data/lib/plurimath/math/symbols/nu.rb +41 -0
- data/lib/plurimath/math/symbols/nunlhd.rb +41 -0
- data/lib/plurimath/math/symbols/nunrhd.rb +41 -0
- data/lib/plurimath/math/symbols/nvdash.rb +41 -0
- data/lib/plurimath/math/symbols/nvinfty.rb +41 -0
- data/lib/plurimath/math/symbols/nvleftarrow.rb +41 -0
- data/lib/plurimath/math/symbols/nvleftarrowtail.rb +41 -0
- data/lib/plurimath/math/symbols/nvleftrightarrow.rb +41 -0
- data/lib/plurimath/math/symbols/nvrightarrow.rb +41 -0
- data/lib/plurimath/math/symbols/nvtwoheadleftarrow.rb +41 -0
- data/lib/plurimath/math/symbols/nvtwoheadleftarrowtail.rb +41 -0
- data/lib/plurimath/math/symbols/nvtwoheadrightarrow.rb +41 -0
- data/lib/plurimath/math/symbols/nvtwoheadrightarrowtail.rb +41 -0
- data/lib/plurimath/math/symbols/nwarrow.rb +41 -0
- data/lib/plurimath/math/symbols/nwovnearrow.rb +41 -0
- data/lib/plurimath/math/symbols/nwsearrow.rb +41 -0
- data/lib/plurimath/math/symbols/oast.rb +41 -0
- data/lib/plurimath/math/symbols/obar.rb +41 -0
- data/lib/plurimath/math/symbols/obot.rb +41 -0
- data/lib/plurimath/math/symbols/obrace.rb +41 -0
- data/lib/plurimath/math/symbols/obrbrak.rb +41 -0
- data/lib/plurimath/math/symbols/obslash.rb +41 -0
- data/lib/plurimath/math/symbols/ocirc.rb +41 -0
- data/lib/plurimath/math/symbols/ocommatopright.rb +41 -0
- data/lib/plurimath/math/symbols/octothorpe.rb +41 -0
- data/lib/plurimath/math/symbols/odash.rb +41 -0
- data/lib/plurimath/math/symbols/odiv.rb +41 -0
- data/lib/plurimath/math/symbols/odot.rb +41 -0
- data/lib/plurimath/math/symbols/odotslashdot.rb +41 -0
- data/lib/plurimath/math/symbols/oeq.rb +41 -0
- data/lib/plurimath/math/symbols/oiiint.rb +45 -0
- data/lib/plurimath/math/symbols/oiint.rb +45 -0
- data/lib/plurimath/math/symbols/oint.rb +41 -0
- data/lib/plurimath/math/symbols/olcross.rb +41 -0
- data/lib/plurimath/math/symbols/olessthan.rb +41 -0
- data/lib/plurimath/math/symbols/omega.rb +41 -0
- data/lib/plurimath/math/symbols/ominus.rb +41 -0
- data/lib/plurimath/math/symbols/oo.rb +41 -0
- data/lib/plurimath/math/symbols/operp.rb +41 -0
- data/lib/plurimath/math/symbols/oplus.rb +41 -0
- data/lib/plurimath/math/symbols/opluslhrim.rb +41 -0
- data/lib/plurimath/math/symbols/oplusrhrim.rb +41 -0
- data/lib/plurimath/math/symbols/origof.rb +41 -0
- data/lib/plurimath/math/symbols/oslash.rb +41 -0
- data/lib/plurimath/math/symbols/otimes.rb +41 -0
- data/lib/plurimath/math/symbols/otimeshat.rb +41 -0
- data/lib/plurimath/math/symbols/otimeslhrim.rb +41 -0
- data/lib/plurimath/math/symbols/otimesrhrim.rb +41 -0
- data/lib/plurimath/math/symbols/oturnedcomma.rb +41 -0
- data/lib/plurimath/math/symbols/overbar.rb +41 -0
- data/lib/plurimath/math/symbols/overbracket.rb +41 -0
- data/lib/plurimath/math/symbols/overleftrightarrow.rb +41 -0
- data/lib/plurimath/math/symbols/overline.rb +41 -0
- data/lib/plurimath/math/symbols/ovhook.rb +41 -0
- data/lib/plurimath/math/symbols/ox.rb +41 -0
- data/lib/plurimath/math/symbols/parallelogram.rb +41 -0
- data/lib/plurimath/math/symbols/parallelogramblack.rb +41 -0
- data/lib/plurimath/math/symbols/paren/close_paren.rb +59 -0
- data/lib/plurimath/math/symbols/paren/langle.rb +59 -0
- data/lib/plurimath/math/symbols/paren/lbbrack.rb +61 -0
- data/lib/plurimath/math/symbols/paren/lbrace.rb +61 -0
- data/lib/plurimath/math/symbols/paren/lbrack.rb +61 -0
- data/lib/plurimath/math/symbols/paren/lceil.rb +61 -0
- data/lib/plurimath/math/symbols/paren/lcurly.rb +63 -0
- data/lib/plurimath/math/symbols/paren/lfloor.rb +61 -0
- data/lib/plurimath/math/symbols/paren/lround.rb +63 -0
- data/lib/plurimath/math/symbols/paren/lsquare.rb +63 -0
- data/lib/plurimath/math/symbols/paren/norm.rb +73 -0
- data/lib/plurimath/math/symbols/paren/open_paren.rb +59 -0
- data/lib/plurimath/math/symbols/paren/rangle.rb +59 -0
- data/lib/plurimath/math/symbols/paren/rbbrack.rb +61 -0
- data/lib/plurimath/math/symbols/paren/rbrace.rb +61 -0
- data/lib/plurimath/math/symbols/paren/rbrack.rb +61 -0
- data/lib/plurimath/math/symbols/paren/rceil.rb +61 -0
- data/lib/plurimath/math/symbols/paren/rcurly.rb +59 -0
- data/lib/plurimath/math/symbols/paren/rfloor.rb +61 -0
- data/lib/plurimath/math/symbols/paren/rround.rb +59 -0
- data/lib/plurimath/math/symbols/paren/rsquare.rb +59 -0
- data/lib/plurimath/math/symbols/paren/upcase_langle.rb +61 -0
- data/lib/plurimath/math/symbols/paren/upcase_rangle.rb +61 -0
- data/lib/plurimath/math/symbols/paren/vert.rb +73 -0
- data/lib/plurimath/math/symbols/paren.rb +13 -0
- data/lib/plurimath/math/symbols/parsim.rb +41 -0
- data/lib/plurimath/math/symbols/partial.rb +41 -0
- data/lib/plurimath/math/symbols/partialmeetcontraction.rb +41 -0
- data/lib/plurimath/math/symbols/pencil.rb +41 -0
- data/lib/plurimath/math/symbols/pentagon.rb +41 -0
- data/lib/plurimath/math/symbols/pentagonblack.rb +41 -0
- data/lib/plurimath/math/symbols/percent.rb +41 -0
- data/lib/plurimath/math/symbols/period.rb +41 -0
- data/lib/plurimath/math/symbols/perp.rb +41 -0
- data/lib/plurimath/math/symbols/perps.rb +41 -0
- data/lib/plurimath/math/symbols/pfun.rb +41 -0
- data/lib/plurimath/math/symbols/phi.rb +41 -0
- data/lib/plurimath/math/symbols/pi.rb +41 -0
- data/lib/plurimath/math/symbols/pinj.rb +41 -0
- data/lib/plurimath/math/symbols/pisces.rb +41 -0
- data/lib/plurimath/math/symbols/pitchfork.rb +41 -0
- data/lib/plurimath/math/symbols/planckconst.rb +41 -0
- data/lib/plurimath/math/symbols/plus.rb +41 -0
- data/lib/plurimath/math/symbols/plusdot.rb +41 -0
- data/lib/plurimath/math/symbols/pluseqq.rb +41 -0
- data/lib/plurimath/math/symbols/plushat.rb +41 -0
- data/lib/plurimath/math/symbols/plussim.rb +41 -0
- data/lib/plurimath/math/symbols/plussubtwo.rb +41 -0
- data/lib/plurimath/math/symbols/plustrif.rb +41 -0
- data/lib/plurimath/math/symbols/pluto.rb +41 -0
- data/lib/plurimath/math/symbols/pm.rb +41 -0
- data/lib/plurimath/math/symbols/pointint.rb +41 -0
- data/lib/plurimath/math/symbols/pointright.rb +41 -0
- data/lib/plurimath/math/symbols/postalmark.rb +41 -0
- data/lib/plurimath/math/symbols/pounds.rb +41 -0
- data/lib/plurimath/math/symbols/pppprime.rb +41 -0
- data/lib/plurimath/math/symbols/ppprime.rb +41 -0
- data/lib/plurimath/math/symbols/pprime.rb +41 -0
- data/lib/plurimath/math/symbols/prcue.rb +41 -0
- data/lib/plurimath/math/symbols/prec.rb +41 -0
- data/lib/plurimath/math/symbols/precapprox.rb +41 -0
- data/lib/plurimath/math/symbols/preceq.rb +41 -0
- data/lib/plurimath/math/symbols/preceqq.rb +41 -0
- data/lib/plurimath/math/symbols/precnapprox.rb +41 -0
- data/lib/plurimath/math/symbols/precneq.rb +41 -0
- data/lib/plurimath/math/symbols/precneqq.rb +41 -0
- data/lib/plurimath/math/symbols/precnsim.rb +41 -0
- data/lib/plurimath/math/symbols/precsim.rb +41 -0
- data/lib/plurimath/math/symbols/prime.rb +41 -0
- data/lib/plurimath/math/symbols/prod.rb +41 -0
- data/lib/plurimath/math/symbols/profline.rb +41 -0
- data/lib/plurimath/math/symbols/profsurf.rb +41 -0
- data/lib/plurimath/math/symbols/project.rb +41 -0
- data/lib/plurimath/math/symbols/prop.rb +41 -0
- data/lib/plurimath/math/symbols/propertyline.rb +41 -0
- data/lib/plurimath/math/symbols/psi.rb +41 -0
- data/lib/plurimath/math/symbols/psur.rb +41 -0
- data/lib/plurimath/math/symbols/pullback.rb +41 -0
- data/lib/plurimath/math/symbols/pushout.rb +41 -0
- data/lib/plurimath/math/symbols/qed.rb +41 -0
- data/lib/plurimath/math/symbols/qprime.rb +41 -0
- data/lib/plurimath/math/symbols/qq.rb +41 -0
- data/lib/plurimath/math/symbols/qquad.rb +41 -0
- data/lib/plurimath/math/symbols/quad.rb +41 -0
- data/lib/plurimath/math/symbols/quarternote.rb +41 -0
- data/lib/plurimath/math/symbols/questeq.rb +41 -0
- data/lib/plurimath/math/symbols/question.rb +41 -0
- data/lib/plurimath/math/symbols/radiation.rb +41 -0
- data/lib/plurimath/math/symbols/rang.rb +41 -0
- data/lib/plurimath/math/symbols/rangledot.rb +41 -0
- data/lib/plurimath/math/symbols/rangledownzigzagarrow.rb +41 -0
- data/lib/plurimath/math/symbols/ratio.rb +41 -0
- data/lib/plurimath/math/symbols/rbag.rb +41 -0
- data/lib/plurimath/math/symbols/rblkbrbrak.rb +41 -0
- data/lib/plurimath/math/symbols/rblot.rb +41 -0
- data/lib/plurimath/math/symbols/rbracelend.rb +41 -0
- data/lib/plurimath/math/symbols/rbracemid.rb +41 -0
- data/lib/plurimath/math/symbols/rbraceuend.rb +41 -0
- data/lib/plurimath/math/symbols/rbrackextender.rb +41 -0
- data/lib/plurimath/math/symbols/rbracklend.rb +41 -0
- data/lib/plurimath/math/symbols/rbracklrtick.rb +41 -0
- data/lib/plurimath/math/symbols/rbrackubar.rb +41 -0
- data/lib/plurimath/math/symbols/rbrackuend.rb +41 -0
- data/lib/plurimath/math/symbols/rbrackurtick.rb +41 -0
- data/lib/plurimath/math/symbols/rbrbrak.rb +41 -0
- data/lib/plurimath/math/symbols/rcurvyangle.rb +41 -0
- data/lib/plurimath/math/symbols/rddots.rb +41 -0
- data/lib/plurimath/math/symbols/rdiagovfdiag.rb +41 -0
- data/lib/plurimath/math/symbols/rdiagovsearrow.rb +41 -0
- data/lib/plurimath/math/symbols/rdsh.rb +41 -0
- data/lib/plurimath/math/symbols/re.rb +41 -0
- data/lib/plurimath/math/symbols/recycle.rb +41 -0
- data/lib/plurimath/math/symbols/rel.rb +41 -0
- data/lib/plurimath/math/symbols/restriction.rb +41 -0
- data/lib/plurimath/math/symbols/revangle.rb +41 -0
- data/lib/plurimath/math/symbols/revangleubar.rb +41 -0
- data/lib/plurimath/math/symbols/revemptyset.rb +41 -0
- data/lib/plurimath/math/symbols/revnmid.rb +41 -0
- data/lib/plurimath/math/symbols/rfbowtie.rb +41 -0
- data/lib/plurimath/math/symbols/rftimes.rb +41 -0
- data/lib/plurimath/math/symbols/rgroup.rb +41 -0
- data/lib/plurimath/math/symbols/rhd.rb +41 -0
- data/lib/plurimath/math/symbols/rho.rb +41 -0
- data/lib/plurimath/math/symbols/rightangle.rb +41 -0
- data/lib/plurimath/math/symbols/rightanglemdot.rb +41 -0
- data/lib/plurimath/math/symbols/rightanglesqr.rb +41 -0
- data/lib/plurimath/math/symbols/rightarrow.rb +41 -0
- data/lib/plurimath/math/symbols/rightarrowapprox.rb +41 -0
- data/lib/plurimath/math/symbols/rightarrowbackapprox.rb +41 -0
- data/lib/plurimath/math/symbols/rightarrowbar.rb +41 -0
- data/lib/plurimath/math/symbols/rightarrowbsimilar.rb +41 -0
- data/lib/plurimath/math/symbols/rightarrowdiamond.rb +41 -0
- data/lib/plurimath/math/symbols/rightarrowgtr.rb +41 -0
- data/lib/plurimath/math/symbols/rightarrowonoplus.rb +41 -0
- data/lib/plurimath/math/symbols/rightarrowplus.rb +41 -0
- data/lib/plurimath/math/symbols/rightarrowshortleftarrow.rb +41 -0
- data/lib/plurimath/math/symbols/rightarrowsimilar.rb +41 -0
- data/lib/plurimath/math/symbols/rightarrowsupset.rb +41 -0
- data/lib/plurimath/math/symbols/rightarrowtail.rb +41 -0
- data/lib/plurimath/math/symbols/rightarrowtriangle.rb +41 -0
- data/lib/plurimath/math/symbols/rightarrowx.rb +41 -0
- data/lib/plurimath/math/symbols/rightbarharpoon.rb +41 -0
- data/lib/plurimath/math/symbols/rightbkarrow.rb +41 -0
- data/lib/plurimath/math/symbols/rightcircle.rb +41 -0
- data/lib/plurimath/math/symbols/rightdbltail.rb +41 -0
- data/lib/plurimath/math/symbols/rightdotarrow.rb +41 -0
- data/lib/plurimath/math/symbols/rightdowncurvedarrow.rb +41 -0
- data/lib/plurimath/math/symbols/rightdownteevector.rb +41 -0
- data/lib/plurimath/math/symbols/rightdownvectorbar.rb +41 -0
- data/lib/plurimath/math/symbols/rightharpoonaccent.rb +41 -0
- data/lib/plurimath/math/symbols/rightharpoondown.rb +41 -0
- data/lib/plurimath/math/symbols/rightharpoonup.rb +41 -0
- data/lib/plurimath/math/symbols/rightimply.rb +41 -0
- data/lib/plurimath/math/symbols/rightleftarrow.rb +41 -0
- data/lib/plurimath/math/symbols/rightleftharpoon.rb +41 -0
- data/lib/plurimath/math/symbols/rightleftharpoonsdown.rb +41 -0
- data/lib/plurimath/math/symbols/rightleftharpoonsup.rb +41 -0
- data/lib/plurimath/math/symbols/rightmoon.rb +41 -0
- data/lib/plurimath/math/symbols/rightouterjoin.rb +41 -0
- data/lib/plurimath/math/symbols/rightpentagon.rb +41 -0
- data/lib/plurimath/math/symbols/rightpentagonblack.rb +41 -0
- data/lib/plurimath/math/symbols/rightrightarrows.rb +41 -0
- data/lib/plurimath/math/symbols/rightrightharpoons.rb +41 -0
- data/lib/plurimath/math/symbols/rightsquigarrow.rb +41 -0
- data/lib/plurimath/math/symbols/righttail.rb +41 -0
- data/lib/plurimath/math/symbols/rightteevector.rb +41 -0
- data/lib/plurimath/math/symbols/rightthreearrows.rb +41 -0
- data/lib/plurimath/math/symbols/rightthreetimes.rb +41 -0
- data/lib/plurimath/math/symbols/rightturn.rb +41 -0
- data/lib/plurimath/math/symbols/rightupdownharpoon.rb +41 -0
- data/lib/plurimath/math/symbols/rightupteevector.rb +41 -0
- data/lib/plurimath/math/symbols/rightupvectorbar.rb +41 -0
- data/lib/plurimath/math/symbols/rightvectorbar.rb +41 -0
- data/lib/plurimath/math/symbols/rightwavearrow.rb +41 -0
- data/lib/plurimath/math/symbols/rightwhitearrow.rb +41 -0
- data/lib/plurimath/math/symbols/rimg.rb +41 -0
- data/lib/plurimath/math/symbols/ring.rb +41 -0
- data/lib/plurimath/math/symbols/ringplus.rb +41 -0
- data/lib/plurimath/math/symbols/risingdotseq.rb +41 -0
- data/lib/plurimath/math/symbols/rlhar.rb +41 -0
- data/lib/plurimath/math/symbols/rmoust.rb +41 -0
- data/lib/plurimath/math/symbols/rparen.rb +41 -0
- data/lib/plurimath/math/symbols/rparenextender.rb +41 -0
- data/lib/plurimath/math/symbols/rparengtr.rb +41 -0
- data/lib/plurimath/math/symbols/rparenlend.rb +41 -0
- data/lib/plurimath/math/symbols/rparenless.rb +41 -0
- data/lib/plurimath/math/symbols/rparenuend.rb +41 -0
- data/lib/plurimath/math/symbols/rppolint.rb +41 -0
- data/lib/plurimath/math/symbols/rr.rb +41 -0
- data/lib/plurimath/math/symbols/rrightarrow.rb +41 -0
- data/lib/plurimath/math/symbols/rsh.rb +41 -0
- data/lib/plurimath/math/symbols/rsolbar.rb +41 -0
- data/lib/plurimath/math/symbols/rsqhook.rb +41 -0
- data/lib/plurimath/math/symbols/rsub.rb +41 -0
- data/lib/plurimath/math/symbols/rtimes.rb +41 -0
- data/lib/plurimath/math/symbols/rtriltri.rb +41 -0
- data/lib/plurimath/math/symbols/ruledelayed.rb +41 -0
- data/lib/plurimath/math/symbols/rvboxline.rb +41 -0
- data/lib/plurimath/math/symbols/rvert.rb +41 -0
- data/lib/plurimath/math/symbols/rvzigzag.rb +41 -0
- data/lib/plurimath/math/symbols/sadface.rb +41 -0
- data/lib/plurimath/math/symbols/sagittarius.rb +41 -0
- data/lib/plurimath/math/symbols/same.rb +41 -0
- data/lib/plurimath/math/symbols/sampi.rb +41 -0
- data/lib/plurimath/math/symbols/sanslmirrored.rb +41 -0
- data/lib/plurimath/math/symbols/sanslturned.rb +41 -0
- data/lib/plurimath/math/symbols/saturn.rb +41 -0
- data/lib/plurimath/math/symbols/scorpio.rb +41 -0
- data/lib/plurimath/math/symbols/scpolint.rb +41 -0
- data/lib/plurimath/math/symbols/scurel.rb +41 -0
- data/lib/plurimath/math/symbols/sdef.rb +41 -0
- data/lib/plurimath/math/symbols/searrow.rb +41 -0
- data/lib/plurimath/math/symbols/second.rb +41 -0
- data/lib/plurimath/math/symbols/semi.rb +41 -0
- data/lib/plurimath/math/symbols/semicolon.rb +41 -0
- data/lib/plurimath/math/symbols/seovnearrow.rb +41 -0
- data/lib/plurimath/math/symbols/setminus.rb +41 -0
- data/lib/plurimath/math/symbols/sharp.rb +41 -0
- data/lib/plurimath/math/symbols/shortdowntack.rb +41 -0
- data/lib/plurimath/math/symbols/shortlefttack.rb +41 -0
- data/lib/plurimath/math/symbols/shortrightarrowleftarrow.rb +41 -0
- data/lib/plurimath/math/symbols/shortuptack.rb +41 -0
- data/lib/plurimath/math/symbols/shuffle.rb +41 -0
- data/lib/plurimath/math/symbols/sigma.rb +41 -0
- data/lib/plurimath/math/symbols/sim.rb +41 -0
- data/lib/plurimath/math/symbols/simeq.rb +41 -0
- data/lib/plurimath/math/symbols/simge.rb +41 -0
- data/lib/plurimath/math/symbols/simgtr.rb +41 -0
- data/lib/plurimath/math/symbols/similarleftarrow.rb +41 -0
- data/lib/plurimath/math/symbols/similarrightarrow.rb +41 -0
- data/lib/plurimath/math/symbols/simle.rb +41 -0
- data/lib/plurimath/math/symbols/simless.rb +41 -0
- data/lib/plurimath/math/symbols/simminussim.rb +41 -0
- data/lib/plurimath/math/symbols/simneqq.rb +41 -0
- data/lib/plurimath/math/symbols/simplus.rb +41 -0
- data/lib/plurimath/math/symbols/simrdots.rb +41 -0
- data/lib/plurimath/math/symbols/sixteenthnote.rb +41 -0
- data/lib/plurimath/math/symbols/skull.rb +41 -0
- data/lib/plurimath/math/symbols/slash.rb +41 -0
- data/lib/plurimath/math/symbols/smallblacktriangleleft.rb +41 -0
- data/lib/plurimath/math/symbols/smallblacktriangleright.rb +41 -0
- data/lib/plurimath/math/symbols/smallin.rb +41 -0
- data/lib/plurimath/math/symbols/smallni.rb +41 -0
- data/lib/plurimath/math/symbols/smalltriangleleft.rb +41 -0
- data/lib/plurimath/math/symbols/smalltriangleright.rb +41 -0
- data/lib/plurimath/math/symbols/smashtimes.rb +41 -0
- data/lib/plurimath/math/symbols/smblkcircle.rb +41 -0
- data/lib/plurimath/math/symbols/smblkdiamond.rb +41 -0
- data/lib/plurimath/math/symbols/smblklozenge.rb +41 -0
- data/lib/plurimath/math/symbols/smblksquare.rb +41 -0
- data/lib/plurimath/math/symbols/smeparsl.rb +41 -0
- data/lib/plurimath/math/symbols/smile.rb +41 -0
- data/lib/plurimath/math/symbols/smiley.rb +41 -0
- data/lib/plurimath/math/symbols/smt.rb +41 -0
- data/lib/plurimath/math/symbols/smte.rb +41 -0
- data/lib/plurimath/math/symbols/smwhitestar.rb +41 -0
- data/lib/plurimath/math/symbols/smwhtcircle.rb +41 -0
- data/lib/plurimath/math/symbols/smwhtlozenge.rb +41 -0
- data/lib/plurimath/math/symbols/smwhtsquare.rb +41 -0
- data/lib/plurimath/math/symbols/space.rb +41 -0
- data/lib/plurimath/math/symbols/spadesuit.rb +41 -0
- data/lib/plurimath/math/symbols/spddot.rb +41 -0
- data/lib/plurimath/math/symbols/sphat.rb +41 -0
- data/lib/plurimath/math/symbols/sphericalangleup.rb +41 -0
- data/lib/plurimath/math/symbols/spot.rb +41 -0
- data/lib/plurimath/math/symbols/sprime.rb +41 -0
- data/lib/plurimath/math/symbols/sptilde.rb +41 -0
- data/lib/plurimath/math/symbols/sqcap.rb +41 -0
- data/lib/plurimath/math/symbols/sqcup.rb +41 -0
- data/lib/plurimath/math/symbols/sqint.rb +41 -0
- data/lib/plurimath/math/symbols/sqlozenge.rb +41 -0
- data/lib/plurimath/math/symbols/sqrtbottom.rb +41 -0
- data/lib/plurimath/math/symbols/sqsubset.rb +41 -0
- data/lib/plurimath/math/symbols/sqsubseteq.rb +41 -0
- data/lib/plurimath/math/symbols/sqsubsetneq.rb +41 -0
- data/lib/plurimath/math/symbols/sqsupset.rb +41 -0
- data/lib/plurimath/math/symbols/sqsupseteq.rb +41 -0
- data/lib/plurimath/math/symbols/square.rb +41 -0
- data/lib/plurimath/math/symbols/squarebotblack.rb +41 -0
- data/lib/plurimath/math/symbols/squarecrossfill.rb +41 -0
- data/lib/plurimath/math/symbols/squarehfill.rb +41 -0
- data/lib/plurimath/math/symbols/squarehvfill.rb +41 -0
- data/lib/plurimath/math/symbols/squareleftblack.rb +41 -0
- data/lib/plurimath/math/symbols/squarellblack.rb +41 -0
- data/lib/plurimath/math/symbols/squarellquad.rb +41 -0
- data/lib/plurimath/math/symbols/squarelrblack.rb +41 -0
- data/lib/plurimath/math/symbols/squarelrquad.rb +41 -0
- data/lib/plurimath/math/symbols/squareneswfill.rb +41 -0
- data/lib/plurimath/math/symbols/squarenwsefill.rb +41 -0
- data/lib/plurimath/math/symbols/squarerightblack.rb +41 -0
- data/lib/plurimath/math/symbols/squaretopblack.rb +41 -0
- data/lib/plurimath/math/symbols/squareulblack.rb +41 -0
- data/lib/plurimath/math/symbols/squareulquad.rb +41 -0
- data/lib/plurimath/math/symbols/squareurblack.rb +41 -0
- data/lib/plurimath/math/symbols/squareurquad.rb +41 -0
- data/lib/plurimath/math/symbols/squarevfill.rb +41 -0
- data/lib/plurimath/math/symbols/squoval.rb +41 -0
- data/lib/plurimath/math/symbols/sslash.rb +41 -0
- data/lib/plurimath/math/symbols/star.rb +41 -0
- data/lib/plurimath/math/symbols/stareq.rb +41 -0
- data/lib/plurimath/math/symbols/steaming.rb +41 -0
- data/lib/plurimath/math/symbols/stigma.rb +41 -0
- data/lib/plurimath/math/symbols/strictfi.rb +41 -0
- data/lib/plurimath/math/symbols/strictif.rb +41 -0
- data/lib/plurimath/math/symbols/strns.rb +41 -0
- data/lib/plurimath/math/symbols/sub.rb +41 -0
- data/lib/plurimath/math/symbols/sube.rb +41 -0
- data/lib/plurimath/math/symbols/subedot.rb +41 -0
- data/lib/plurimath/math/symbols/submult.rb +41 -0
- data/lib/plurimath/math/symbols/subrarr.rb +41 -0
- data/lib/plurimath/math/symbols/subset.rb +41 -0
- data/lib/plurimath/math/symbols/subsetapprox.rb +41 -0
- data/lib/plurimath/math/symbols/subsetcirc.rb +41 -0
- data/lib/plurimath/math/symbols/subsetdot.rb +41 -0
- data/lib/plurimath/math/symbols/subseteq.rb +41 -0
- data/lib/plurimath/math/symbols/subseteqq.rb +41 -0
- data/lib/plurimath/math/symbols/subsetneq.rb +41 -0
- data/lib/plurimath/math/symbols/subsetneqq.rb +41 -0
- data/lib/plurimath/math/symbols/subsetplus.rb +41 -0
- data/lib/plurimath/math/symbols/subsim.rb +41 -0
- data/lib/plurimath/math/symbols/subsub.rb +41 -0
- data/lib/plurimath/math/symbols/succ.rb +41 -0
- data/lib/plurimath/math/symbols/succapprox.rb +41 -0
- data/lib/plurimath/math/symbols/succcurlyeq.rb +41 -0
- data/lib/plurimath/math/symbols/succeq.rb +41 -0
- data/lib/plurimath/math/symbols/succeqq.rb +41 -0
- data/lib/plurimath/math/symbols/succnapprox.rb +41 -0
- data/lib/plurimath/math/symbols/succneq.rb +41 -0
- data/lib/plurimath/math/symbols/succneqq.rb +41 -0
- data/lib/plurimath/math/symbols/succnsim.rb +41 -0
- data/lib/plurimath/math/symbols/succsim.rb +41 -0
- data/lib/plurimath/math/symbols/sum.rb +41 -0
- data/lib/plurimath/math/symbols/sumbottom.rb +41 -0
- data/lib/plurimath/math/symbols/sumint.rb +41 -0
- data/lib/plurimath/math/symbols/sumtop.rb +41 -0
- data/lib/plurimath/math/symbols/sun.rb +41 -0
- data/lib/plurimath/math/symbols/sup.rb +41 -0
- data/lib/plurimath/math/symbols/supdsub.rb +41 -0
- data/lib/plurimath/math/symbols/supe.rb +41 -0
- data/lib/plurimath/math/symbols/supedot.rb +41 -0
- data/lib/plurimath/math/symbols/suphsol.rb +41 -0
- data/lib/plurimath/math/symbols/suphsub.rb +41 -0
- data/lib/plurimath/math/symbols/suplarr.rb +41 -0
- data/lib/plurimath/math/symbols/supmult.rb +41 -0
- data/lib/plurimath/math/symbols/supset.rb +41 -0
- data/lib/plurimath/math/symbols/supsetapprox.rb +41 -0
- data/lib/plurimath/math/symbols/supsetcirc.rb +41 -0
- data/lib/plurimath/math/symbols/supsetdot.rb +41 -0
- data/lib/plurimath/math/symbols/supseteq.rb +41 -0
- data/lib/plurimath/math/symbols/supseteqq.rb +41 -0
- data/lib/plurimath/math/symbols/supsetneq.rb +41 -0
- data/lib/plurimath/math/symbols/supsetneqq.rb +41 -0
- data/lib/plurimath/math/symbols/supsetplus.rb +41 -0
- data/lib/plurimath/math/symbols/supsim.rb +41 -0
- data/lib/plurimath/math/symbols/supsub.rb +41 -0
- data/lib/plurimath/math/symbols/supsup.rb +41 -0
- data/lib/plurimath/math/symbols/swarrow.rb +41 -0
- data/lib/plurimath/math/symbols/swords.rb +41 -0
- data/lib/plurimath/math/symbols/symbol.rb +218 -0
- data/lib/plurimath/math/symbols/talloblong.rb +41 -0
- data/lib/plurimath/math/symbols/tau.rb +41 -0
- data/lib/plurimath/math/symbols/taurus.rb +41 -0
- data/lib/plurimath/math/symbols/tcmu.rb +41 -0
- data/lib/plurimath/math/symbols/tcohm.rb +41 -0
- data/lib/plurimath/math/symbols/therefore.rb +41 -0
- data/lib/plurimath/math/symbols/thermod.rb +41 -0
- data/lib/plurimath/math/symbols/theta.rb +41 -0
- data/lib/plurimath/math/symbols/third.rb +41 -0
- data/lib/plurimath/math/symbols/threedangle.rb +41 -0
- data/lib/plurimath/math/symbols/threedotcolon.rb +41 -0
- data/lib/plurimath/math/symbols/threeunderdot.rb +41 -0
- data/lib/plurimath/math/symbols/tieinfty.rb +41 -0
- data/lib/plurimath/math/symbols/tilde.rb +41 -0
- data/lib/plurimath/math/symbols/times.rb +41 -0
- data/lib/plurimath/math/symbols/timesbar.rb +41 -0
- data/lib/plurimath/math/symbols/tinj.rb +41 -0
- data/lib/plurimath/math/symbols/tminus.rb +41 -0
- data/lib/plurimath/math/symbols/to.rb +41 -0
- data/lib/plurimath/math/symbols/toea.rb +41 -0
- data/lib/plurimath/math/symbols/tona.rb +41 -0
- data/lib/plurimath/math/symbols/top.rb +41 -0
- data/lib/plurimath/math/symbols/topbot.rb +41 -0
- data/lib/plurimath/math/symbols/topcir.rb +41 -0
- data/lib/plurimath/math/symbols/topfork.rb +41 -0
- data/lib/plurimath/math/symbols/topsemicircle.rb +41 -0
- data/lib/plurimath/math/symbols/tosa.rb +41 -0
- data/lib/plurimath/math/symbols/towa.rb +41 -0
- data/lib/plurimath/math/symbols/tplus.rb +41 -0
- data/lib/plurimath/math/symbols/trapezium.rb +41 -0
- data/lib/plurimath/math/symbols/triangle.rb +41 -0
- data/lib/plurimath/math/symbols/trianglecdot.rb +41 -0
- data/lib/plurimath/math/symbols/triangledown.rb +41 -0
- data/lib/plurimath/math/symbols/triangleleftblack.rb +41 -0
- data/lib/plurimath/math/symbols/triangleminus.rb +41 -0
- data/lib/plurimath/math/symbols/triangleodot.rb +41 -0
- data/lib/plurimath/math/symbols/triangleplus.rb +41 -0
- data/lib/plurimath/math/symbols/trianglerightblack.rb +41 -0
- data/lib/plurimath/math/symbols/triangles.rb +41 -0
- data/lib/plurimath/math/symbols/triangleserifs.rb +41 -0
- data/lib/plurimath/math/symbols/triangletimes.rb +41 -0
- data/lib/plurimath/math/symbols/triangleubar.rb +41 -0
- data/lib/plurimath/math/symbols/tripleplus.rb +41 -0
- data/lib/plurimath/math/symbols/trslash.rb +41 -0
- data/lib/plurimath/math/symbols/tsur.rb +41 -0
- data/lib/plurimath/math/symbols/tt.rb +41 -0
- data/lib/plurimath/math/symbols/turnangle.rb +41 -0
- data/lib/plurimath/math/symbols/turnediota.rb +41 -0
- data/lib/plurimath/math/symbols/turnednot.rb +41 -0
- data/lib/plurimath/math/symbols/twocaps.rb +41 -0
- data/lib/plurimath/math/symbols/twocups.rb +41 -0
- data/lib/plurimath/math/symbols/twoheaddownarrow.rb +41 -0
- data/lib/plurimath/math/symbols/twoheadleftarrow.rb +41 -0
- data/lib/plurimath/math/symbols/twoheadleftarrowtail.rb +41 -0
- data/lib/plurimath/math/symbols/twoheadleftdbkarrow.rb +41 -0
- data/lib/plurimath/math/symbols/twoheadmapsfrom.rb +41 -0
- data/lib/plurimath/math/symbols/twoheadmapsto.rb +41 -0
- data/lib/plurimath/math/symbols/twoheadrightarrow.rb +41 -0
- data/lib/plurimath/math/symbols/twoheadrightarrowtail.rb +41 -0
- data/lib/plurimath/math/symbols/twoheaduparrow.rb +41 -0
- data/lib/plurimath/math/symbols/twoheaduparrowcircle.rb +41 -0
- data/lib/plurimath/math/symbols/twolowline.rb +41 -0
- data/lib/plurimath/math/symbols/twonotes.rb +41 -0
- data/lib/plurimath/math/symbols/typecolon.rb +41 -0
- data/lib/plurimath/math/symbols/uarr.rb +41 -0
- data/lib/plurimath/math/symbols/ubrace.rb +41 -0
- data/lib/plurimath/math/symbols/ubrbrak.rb +41 -0
- data/lib/plurimath/math/symbols/ul.rb +41 -0
- data/lib/plurimath/math/symbols/ularc.rb +41 -0
- data/lib/plurimath/math/symbols/ulblacktriangle.rb +41 -0
- data/lib/plurimath/math/symbols/ulcorner.rb +41 -0
- data/lib/plurimath/math/symbols/ultriangle.rb +41 -0
- data/lib/plurimath/math/symbols/uminus.rb +41 -0
- data/lib/plurimath/math/symbols/underbar.rb +41 -0
- data/lib/plurimath/math/symbols/underbracket.rb +41 -0
- data/lib/plurimath/math/symbols/underleftarrow.rb +41 -0
- data/lib/plurimath/math/symbols/underleftharpoondown.rb +41 -0
- data/lib/plurimath/math/symbols/underline.rb +41 -0
- data/lib/plurimath/math/symbols/underparen.rb +41 -0
- data/lib/plurimath/math/symbols/underrightarrow.rb +41 -0
- data/lib/plurimath/math/symbols/underrightharpoondown.rb +41 -0
- data/lib/plurimath/math/symbols/unicodecdots.rb +41 -0
- data/lib/plurimath/math/symbols/unicodeellipsis.rb +41 -0
- data/lib/plurimath/math/symbols/unlhd.rb +41 -0
- data/lib/plurimath/math/symbols/unrhd.rb +41 -0
- data/lib/plurimath/math/symbols/upalpha.rb +41 -0
- data/lib/plurimath/math/symbols/upand.rb +41 -0
- data/lib/plurimath/math/symbols/uparrow.rb +41 -0
- data/lib/plurimath/math/symbols/uparrowbarred.rb +41 -0
- data/lib/plurimath/math/symbols/uparrowoncircle.rb +41 -0
- data/lib/plurimath/math/symbols/upbeta.rb +41 -0
- data/lib/plurimath/math/symbols/upcase_cap.rb +41 -0
- data/lib/plurimath/math/symbols/upcase_delta.rb +41 -0
- data/lib/plurimath/math/symbols/upcase_equiv.rb +41 -0
- data/lib/plurimath/math/symbols/upcase_gamma.rb +41 -0
- data/lib/plurimath/math/symbols/upcase_lambda.rb +41 -0
- data/lib/plurimath/math/symbols/upcase_mapsto.rb +41 -0
- data/lib/plurimath/math/symbols/upcase_omega.rb +41 -0
- data/lib/plurimath/math/symbols/upcase_phi.rb +41 -0
- data/lib/plurimath/math/symbols/upcase_pi.rb +41 -0
- data/lib/plurimath/math/symbols/upcase_psi.rb +41 -0
- data/lib/plurimath/math/symbols/upcase_rbrack.rb +41 -0
- data/lib/plurimath/math/symbols/upcase_rightarrow.rb +41 -0
- data/lib/plurimath/math/symbols/upcase_sigma.rb +41 -0
- data/lib/plurimath/math/symbols/upcase_theta.rb +41 -0
- data/lib/plurimath/math/symbols/upcase_wedge.rb +41 -0
- data/lib/plurimath/math/symbols/upcase_xi.rb +41 -0
- data/lib/plurimath/math/symbols/upcaseup_omega.rb +41 -0
- data/lib/plurimath/math/symbols/upchi.rb +41 -0
- data/lib/plurimath/math/symbols/updasharrow.rb +41 -0
- data/lib/plurimath/math/symbols/updownarrow.rb +41 -0
- data/lib/plurimath/math/symbols/updownarrowbar.rb +41 -0
- data/lib/plurimath/math/symbols/updownarrows.rb +41 -0
- data/lib/plurimath/math/symbols/updownharpoonleftright.rb +41 -0
- data/lib/plurimath/math/symbols/updownharpoonrightleft.rb +41 -0
- data/lib/plurimath/math/symbols/upepsilon.rb +41 -0
- data/lib/plurimath/math/symbols/upequilibrium.rb +41 -0
- data/lib/plurimath/math/symbols/upeta.rb +41 -0
- data/lib/plurimath/math/symbols/upfishtail.rb +41 -0
- data/lib/plurimath/math/symbols/upharpoonleft.rb +41 -0
- data/lib/plurimath/math/symbols/upin.rb +41 -0
- data/lib/plurimath/math/symbols/upint.rb +41 -0
- data/lib/plurimath/math/symbols/upiota.rb +41 -0
- data/lib/plurimath/math/symbols/upkappa.rb +41 -0
- data/lib/plurimath/math/symbols/upkoppa.rb +41 -0
- data/lib/plurimath/math/symbols/upmu.rb +41 -0
- data/lib/plurimath/math/symbols/upnu.rb +41 -0
- data/lib/plurimath/math/symbols/upomicron.rb +41 -0
- data/lib/plurimath/math/symbols/uprho.rb +41 -0
- data/lib/plurimath/math/symbols/uprightcurvearrow.rb +41 -0
- data/lib/plurimath/math/symbols/upsilon.rb +41 -0
- data/lib/plurimath/math/symbols/uptau.rb +41 -0
- data/lib/plurimath/math/symbols/upuparrows.rb +41 -0
- data/lib/plurimath/math/symbols/upupharpoons.rb +41 -0
- data/lib/plurimath/math/symbols/upvarsigma.rb +41 -0
- data/lib/plurimath/math/symbols/upvartheta.rb +41 -0
- data/lib/plurimath/math/symbols/upwhitearrow.rb +41 -0
- data/lib/plurimath/math/symbols/upzeta.rb +41 -0
- data/lib/plurimath/math/symbols/uranus.rb +41 -0
- data/lib/plurimath/math/symbols/urarc.rb +41 -0
- data/lib/plurimath/math/symbols/urblacktriangle.rb +41 -0
- data/lib/plurimath/math/symbols/urcorner.rb +41 -0
- data/lib/plurimath/math/symbols/urtriangle.rb +41 -0
- data/lib/plurimath/math/symbols/utilde.rb +41 -0
- data/lib/plurimath/math/symbols/uu.rb +45 -0
- data/lib/plurimath/math/symbols/uuparrow.rb +41 -0
- data/lib/plurimath/math/symbols/uuu.rb +41 -0
- data/lib/plurimath/math/symbols/varbarwedge.rb +41 -0
- data/lib/plurimath/math/symbols/varbeta.rb +41 -0
- data/lib/plurimath/math/symbols/varcarriagereturn.rb +41 -0
- data/lib/plurimath/math/symbols/varclub.rb +41 -0
- data/lib/plurimath/math/symbols/vardiamond.rb +41 -0
- data/lib/plurimath/math/symbols/vardoublebarwedge.rb +41 -0
- data/lib/plurimath/math/symbols/varepsilon.rb +41 -0
- data/lib/plurimath/math/symbols/varheart.rb +41 -0
- data/lib/plurimath/math/symbols/varhexagon.rb +41 -0
- data/lib/plurimath/math/symbols/varhexagonblack.rb +41 -0
- data/lib/plurimath/math/symbols/varhexagonlrbonds.rb +41 -0
- data/lib/plurimath/math/symbols/varisins.rb +41 -0
- data/lib/plurimath/math/symbols/varkappa.rb +41 -0
- data/lib/plurimath/math/symbols/varlrtriangle.rb +41 -0
- data/lib/plurimath/math/symbols/varniobar.rb +41 -0
- data/lib/plurimath/math/symbols/varnis.rb +41 -0
- data/lib/plurimath/math/symbols/varnothing.rb +41 -0
- data/lib/plurimath/math/symbols/varphi.rb +41 -0
- data/lib/plurimath/math/symbols/varpi.rb +41 -0
- data/lib/plurimath/math/symbols/varprod.rb +41 -0
- data/lib/plurimath/math/symbols/varrho.rb +41 -0
- data/lib/plurimath/math/symbols/varsigma.rb +41 -0
- data/lib/plurimath/math/symbols/varspade.rb +41 -0
- data/lib/plurimath/math/symbols/varstar.rb +41 -0
- data/lib/plurimath/math/symbols/vartheta.rb +41 -0
- data/lib/plurimath/math/symbols/vartriangle.rb +41 -0
- data/lib/plurimath/math/symbols/vartriangleleft.rb +41 -0
- data/lib/plurimath/math/symbols/vartriangleright.rb +41 -0
- data/lib/plurimath/math/symbols/varvdash.rb +41 -0
- data/lib/plurimath/math/symbols/varveebar.rb +41 -0
- data/lib/plurimath/math/symbols/vbar.rb +41 -0
- data/lib/plurimath/math/symbols/vbarv.rb +41 -0
- data/lib/plurimath/math/symbols/vbraceextender.rb +41 -0
- data/lib/plurimath/math/symbols/vbrtri.rb +41 -0
- data/lib/plurimath/math/symbols/vdash.rb +41 -0
- data/lib/plurimath/math/symbols/vddash.rb +41 -0
- data/lib/plurimath/math/symbols/vdots.rb +41 -0
- data/lib/plurimath/math/symbols/vec.rb +41 -0
- data/lib/plurimath/math/symbols/vectimes.rb +41 -0
- data/lib/plurimath/math/symbols/vee.rb +41 -0
- data/lib/plurimath/math/symbols/veebar.rb +41 -0
- data/lib/plurimath/math/symbols/veedot.rb +41 -0
- data/lib/plurimath/math/symbols/veedoublebar.rb +41 -0
- data/lib/plurimath/math/symbols/veeeq.rb +41 -0
- data/lib/plurimath/math/symbols/veemidvert.rb +41 -0
- data/lib/plurimath/math/symbols/veeodot.rb +41 -0
- data/lib/plurimath/math/symbols/veeonvee.rb +41 -0
- data/lib/plurimath/math/symbols/veeonwedge.rb +41 -0
- data/lib/plurimath/math/symbols/venus.rb +41 -0
- data/lib/plurimath/math/symbols/vertoverlay.rb +41 -0
- data/lib/plurimath/math/symbols/viewdata.rb +41 -0
- data/lib/plurimath/math/symbols/virgo.rb +41 -0
- data/lib/plurimath/math/symbols/vlongdash.rb +41 -0
- data/lib/plurimath/math/symbols/vrectangle.rb +41 -0
- data/lib/plurimath/math/symbols/vrectangleblack.rb +41 -0
- data/lib/plurimath/math/symbols/vv.rb +41 -0
- data/lib/plurimath/math/symbols/vvdash.rb +41 -0
- data/lib/plurimath/math/symbols/vvv.rb +41 -0
- data/lib/plurimath/math/symbols/vysmblkcircle.rb +41 -0
- data/lib/plurimath/math/symbols/vysmblksquare.rb +41 -0
- data/lib/plurimath/math/symbols/vysmwhtcircle.rb +41 -0
- data/lib/plurimath/math/symbols/vysmwhtsquare.rb +41 -0
- data/lib/plurimath/math/symbols/vzigzag.rb +41 -0
- data/lib/plurimath/math/symbols/warning.rb +41 -0
- data/lib/plurimath/math/symbols/wasytherefore.rb +41 -0
- data/lib/plurimath/math/symbols/wedge.rb +41 -0
- data/lib/plurimath/math/symbols/wedgebar.rb +41 -0
- data/lib/plurimath/math/symbols/wedgedot.rb +41 -0
- data/lib/plurimath/math/symbols/wedgedoublebar.rb +41 -0
- data/lib/plurimath/math/symbols/wedgemidvert.rb +41 -0
- data/lib/plurimath/math/symbols/wedgeodot.rb +41 -0
- data/lib/plurimath/math/symbols/wedgeonwedge.rb +41 -0
- data/lib/plurimath/math/symbols/whitearrowupfrombar.rb +41 -0
- data/lib/plurimath/math/symbols/whiteinwhitetriangle.rb +41 -0
- data/lib/plurimath/math/symbols/whitepointerleft.rb +41 -0
- data/lib/plurimath/math/symbols/whitepointerright.rb +41 -0
- data/lib/plurimath/math/symbols/whitesquaretickleft.rb +41 -0
- data/lib/plurimath/math/symbols/whitesquaretickright.rb +41 -0
- data/lib/plurimath/math/symbols/whthorzoval.rb +41 -0
- data/lib/plurimath/math/symbols/whtvertoval.rb +41 -0
- data/lib/plurimath/math/symbols/wideangledown.rb +41 -0
- data/lib/plurimath/math/symbols/wideangleup.rb +41 -0
- data/lib/plurimath/math/symbols/widebridgeabove.rb +41 -0
- data/lib/plurimath/math/symbols/wideparen.rb +41 -0
- data/lib/plurimath/math/symbols/wp.rb +41 -0
- data/lib/plurimath/math/symbols/wr.rb +41 -0
- data/lib/plurimath/math/symbols/xbox.rb +41 -0
- data/lib/plurimath/math/symbols/xi.rb +41 -0
- data/lib/plurimath/math/symbols/xsol.rb +41 -0
- data/lib/plurimath/math/symbols/xx.rb +41 -0
- data/lib/plurimath/math/symbols/yen.rb +41 -0
- data/lib/plurimath/math/symbols/yinyang.rb +41 -0
- data/lib/plurimath/math/symbols/yup.rb +41 -0
- data/lib/plurimath/math/symbols/zbar.rb +41 -0
- data/lib/plurimath/math/symbols/zeta.rb +41 -0
- data/lib/plurimath/math/symbols/zpipe.rb +41 -0
- data/lib/plurimath/math/symbols/zwnj.rb +41 -0
- data/lib/plurimath/math/symbols/zwsp.rb +41 -0
- data/lib/plurimath/math/symbols/zz.rb +41 -0
- data/lib/plurimath/math/symbols.rb +14 -0
- data/lib/plurimath/math.rb +1 -2
- data/lib/plurimath/mathml/constants.rb +1 -1
- data/lib/plurimath/mathml/parser.rb +1 -1
- data/lib/plurimath/mathml/transform.rb +12 -10
- data/lib/plurimath/number_formatter.rb +2 -2
- data/lib/plurimath/omml/parser.rb +1 -1
- data/lib/plurimath/omml/transform.rb +16 -18
- data/lib/plurimath/setup/oga.rb +1 -1
- data/lib/plurimath/setup/ox.rb +1 -1
- data/lib/plurimath/unicode_math/constants.rb +8 -1
- data/lib/plurimath/unicode_math/parsing_rules/common_rules.rb +1 -0
- data/lib/plurimath/unicode_math/parsing_rules/constants_rules.rb +1 -0
- data/lib/plurimath/unicode_math/parsing_rules/masked.rb +1 -1
- data/lib/plurimath/unicode_math/parsing_rules/sub_sup.rb +1 -1
- data/lib/plurimath/unicode_math/transform.rb +315 -320
- data/lib/plurimath/utility.rb +215 -80
- data/lib/plurimath/version.rb +1 -1
- data/lib/plurimath/xml_engine/oga/document.rb +10 -0
- data/lib/plurimath/xml_engine/oga/dumper.rb +96 -0
- data/lib/plurimath/xml_engine/oga/element.rb +8 -0
- data/lib/plurimath/xml_engine/oga/node.rb +133 -0
- data/lib/plurimath/xml_engine/oga/wrapper.rb +21 -0
- data/lib/plurimath/xml_engine/oga.rb +12 -218
- data/lib/plurimath/xml_engine/ox/element.rb +127 -0
- data/lib/plurimath/xml_engine/ox.rb +11 -6
- data/lib/plurimath/xml_engine.rb +1 -1
- data/supported_parens_list.adoc +441 -0
- data/supported_symbols_list.adoc +24493 -0
- data/tasks/symbols_documentation_list.rake +54 -0
- metadata +1477 -7
- data/lib/plurimath/formatter/twitter_cldr_rb/number_formatter.rb +0 -23
- data/lib/plurimath/math/symbol.rb +0 -193
- data/lib/plurimath/math/unicode.rb +0 -11
@@ -1,18 +1,4 @@
|
|
1
|
-
= AsciiMath
|
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` | ↹
|
318
|
-
| `rightarrowshortleftarrow` | ⥂
|
319
|
-
| `leftarrowshortrightarrow` | ⥃
|
320
|
-
| `shortrightarrowleftarrow` | ⥄
|
321
|
-
| `leftrightharpoondowndown` | ⥐
|
322
|
-
| `smallblacktriangleright` | ▸
|
323
|
-
| `invwhiteupperhalfcircle` | ◚
|
324
|
-
| `invwhitelowerhalfcircle` | ◛
|
325
|
-
| `concavediamondtickright` | ⟣
|
326
|
-
| `nvtwoheadrightarrowtail` | ⤗
|
327
|
-
| `nVtwoheadrightarrowtail` | ⤘
|
328
|
-
| `updownharpoonrightright` | ⥏
|
329
|
-
| `updownharpoonsleftright` | ⥮
|
330
|
-
| `downupharpoonsleftright` | ⥯
|
331
|
-
| `leftrightarrowtriangle` | ⇿
|
332
|
-
| `smallblacktriangleleft` | ◂
|
333
|
-
| `blackcircleulquadwhite` | ◕
|
334
|
-
| `concavediamondtickleft` | ⟢
|
335
|
-
| `leftrightharpoonupdown` | ⥊
|
336
|
-
| `leftrightharpoondownup` | ⥋
|
337
|
-
| `updownharpoonrightleft` | ⥌
|
338
|
-
| `updownharpoonleftright` | ⥍
|
339
|
-
| `downtrianglerightblack` | ⧩
|
340
|
-
| `partialmeetcontraction` | ⪣
|
341
|
-
| `nvtwoheadleftarrowtail` | ⬼
|
342
|
-
| `nVtwoheadleftarrowtail` | ⬽
|
343
|
-
| `underrightharpoondown` | ⃬
|
344
|
-
| `barovernorthwestarrow` | ↸
|
345
|
-
| `rangledownzigzagarrow` | ⍼
|
346
|
-
| `circlebottomhalfblack` | ◒
|
347
|
-
| `updownharpoonleftleft` | ⥑
|
348
|
-
| `downharpoonsleftright` | ⥥
|
349
|
-
| `leftrightharpoonsdown` | ⥧
|
350
|
-
| `rightleftharpoonsdown` | ⥩
|
351
|
-
| `downtriangleleftblack` | ⧨
|
352
|
-
| `blackdiamonddownarrow` | ⧪
|
353
|
-
| `closedvarcupsmashprod` | ⩐
|
354
|
-
| `underleftharpoondown` | ⃭
|
355
|
-
| `CapitalDifferentialD` | ⅅ
|
356
|
-
| `bigblacktriangledown` | ▼
|
357
|
-
| `circlerighthalfblack` | ◑
|
358
|
-
| `blackrighthalfcircle` | ◗
|
359
|
-
| `blackcircledrightdot` | ⚈
|
360
|
-
| `whiteinwhitetriangle` | ⟁
|
361
|
-
| `whitesquaretickright` | ⟥
|
362
|
-
| `barrightarrowdiamond` | ⤠
|
363
|
-
| `downrightcurvedarrow` | ⤵
|
364
|
-
| `rightdowncurvedarrow` | ⤷
|
365
|
-
| `curvearrowrightminus` | ⤼
|
366
|
-
| `leftrightarrowcircle` | ⥈
|
367
|
-
| `twoheaduparrowcircle` | ⥉
|
368
|
-
| `leftrightharpoonupup` | ⥎
|
369
|
-
| `leftrightharpoondown` | ⥐
|
370
|
-
| `dashrightharpoondown` | ⥭
|
371
|
-
| `blackcircledownarrow` | ⧭
|
372
|
-
| `NestedGreaterGreater` | ⪢
|
373
|
-
| `twoheadleftarrowtail` | ⬻
|
374
|
-
| `rightarrowbackapprox` | ⭈
|
375
|
-
| `leftrightsquigarrow` | ↭
|
376
|
-
| `whitearrowupfrombar` | ⇪
|
377
|
-
| `blockthreeqtrshaded` | ▓
|
378
|
-
| `blackinwhitediamond` | ◈
|
379
|
-
| `circlelefthalfblack` | ◐
|
380
|
-
| `blacklefthalfcircle` | ◖
|
381
|
-
| `blackcircledtwodots` | ⚉
|
382
|
-
| `whitesquaretickleft` | ⟤
|
383
|
-
| `longrightsquigarrow` | ⟿
|
384
|
-
| `nvtwoheadrightarrow` | ⤀
|
385
|
-
| `nVtwoheadrightarrow` | ⤁
|
386
|
-
| `diamondleftarrowbar` | ⤟
|
387
|
-
| `leftdowncurvedarrow` | ⤶
|
388
|
-
| `downharpoonrightbar` | ⥕
|
389
|
-
| `rightharpoondownbar` | ⥗
|
390
|
-
| `bardownharpoonright` | ⥝
|
391
|
-
| `barrightharpoondown` | ⥟
|
392
|
-
| `upharpoonsleftright` | ⥣
|
393
|
-
| `rightharpoonsupdown` | ⥤
|
394
|
-
| `leftrightharpoonsup` | ⥦
|
395
|
-
| `rightleftharpoonsup` | ⥨
|
396
|
-
| `dashleftharpoondown` | ⥫
|
397
|
-
| `twoheadleftdbkarrow` | ⬷
|
398
|
-
| `leftarrowbackapprox` | ⭂
|
399
|
-
| `rightharpoonaccent` | ⃑
|
400
|
-
| `overleftrightarrow` | ⃡
|
401
|
-
| `acwopencirclearrow` | ↺
|
402
|
-
| `upharpoonrightdown` | ⇂
|
403
|
-
| `circleonrightarrow` | ⇴
|
404
|
-
| `rightarrowtriangle` | ⇾
|
405
|
-
| `PrecedesSlantEqual` | ≼
|
406
|
-
| `SucceedsSlantEqual` | ≽
|
407
|
-
| `measuredrightangle` | ⊾
|
408
|
-
| `blackinwhitesquare` | ▣
|
409
|
-
| `parallelogramblack` | ▰
|
410
|
-
| `bigblacktriangleup` | ▲
|
411
|
-
| `blacktriangleright` | ▶
|
412
|
-
| `smalltriangleright` | ▹
|
413
|
-
| `circletophalfblack` | ◓
|
414
|
-
| `inversewhitecircle` | ◙
|
415
|
-
| `trianglerightblack` | ◮
|
416
|
-
| `longleftrightarrow` | ⟷
|
417
|
-
| `Longleftrightarrow` | ⟺
|
418
|
-
| `curvearrowleftplus` | ⤽
|
419
|
-
| `ccwundercurvearrow` | ⤿
|
420
|
-
| `leftrightharpoonup` | ⥎
|
421
|
-
| `rightupdownharpoon` | ⥏
|
422
|
-
| `RightDownVectorBar` | ⥕
|
423
|
-
| `barleftharpoondown` | ⥖
|
424
|
-
| `DownRightVectorBar` | ⥗
|
425
|
-
| `downharpoonleftbar` | ⥙
|
426
|
-
| `RightDownTeeVector` | ⥝
|
427
|
-
| `leftharpoondownbar` | ⥞
|
428
|
-
| `DownRightTeeVector` | ⥟
|
429
|
-
| `bardownharpoonleft` | ⥡
|
430
|
-
| `leftharpoonsupdown` | ⥢
|
431
|
-
| `rightrightharpoons` | ⥤
|
432
|
-
| `rightharpoonupdash` | ⥬
|
433
|
-
| `circledwhitebullet` | ⦾
|
434
|
-
| `errbarblackdiamond` | ⧱
|
435
|
-
| `longleftsquigarrow` | ⬳
|
436
|
-
| `nvtwoheadleftarrow` | ⬴
|
437
|
-
| `nVtwoheadleftarrow` | ⬵
|
438
|
-
| `bsimilarrightarrow` | ⭇
|
439
|
-
| `rightarrowbsimilar` | ⭌
|
440
|
-
| `rightpentagonblack` | ⭓
|
441
|
-
| `leftharpoonaccent` | ⃐
|
442
|
-
| `cwopencirclearrow` | ↻
|
443
|
-
| `upharpoonleftdown` | ⇃
|
444
|
-
| `leftrightharpoons` | ⇋
|
445
|
-
| `rightleftharpoons` | ⇌
|
446
|
-
| `leftarrowtriangle` | ⇽
|
447
|
-
| `kernelcontraction` | ∻
|
448
|
-
| `vardoublebarwedge` | ⌆
|
449
|
-
| `varhexagonlrbonds` | ⌬
|
450
|
-
| `varcarriagereturn` | ⏎
|
451
|
-
| `blackpointerright` | ►
|
452
|
-
| `whitepointerright` | ▻
|
453
|
-
| `blacktriangledown` | ▾
|
454
|
-
| `smalltriangledown` | ▿
|
455
|
-
| `blacktriangleleft` | ◀
|
456
|
-
| `smalltriangleleft` | ◃
|
457
|
-
| `circleurquadblack` | ◔
|
458
|
-
| `triangleleftblack` | ◭
|
459
|
-
| `acwgapcirclearrow` | ⟲
|
460
|
-
| `rightarrowonoplus` | ⟴
|
461
|
-
| `rightarrowdiamond` | ⤞
|
462
|
-
| `uprightcurvearrow` | ⤴
|
463
|
-
| `cwundercurvearrow` | ⤾
|
464
|
-
| `leftupdownharpoon` | ⥑
|
465
|
-
| `rightharpoonupbar` | ⥓
|
466
|
-
| `barupharpoonright` | ⥔
|
467
|
-
| `DownLeftVectorBar` | ⥖
|
468
|
-
| `LeftDownVectorBar` | ⥙
|
469
|
-
| `barrightharpoonup` | ⥛
|
470
|
-
| `upharpoonrightbar` | ⥜
|
471
|
-
| `DownLeftTeeVector` | ⥞
|
472
|
-
| `LeftDownTeeVector` | ⥡
|
473
|
-
| `leftharpoonupdash` | ⥪
|
474
|
-
| `similarrightarrow` | ⥲
|
475
|
-
| `rightarrowsimilar` | ⥴
|
476
|
-
| `measuredangleleft` | ⦛
|
477
|
-
| `errbarblacksquare` | ⧯
|
478
|
-
| `errbarblackcircle` | ⧳
|
479
|
-
| `diamondrightblack` | ⬗
|
480
|
-
| `circleonleftarrow` | ⬰
|
481
|
-
| `bsimilarleftarrow` | ⭁
|
482
|
-
| `leftarrowbsimilar` | ⭋
|
483
|
-
| `twoheadleftarrow` | ↞
|
484
|
-
| `twoheaddownarrow` | ↡
|
485
|
-
| `circlearrowright` | ↻
|
486
|
-
| `rightharpoondown` | ⇁
|
487
|
-
| `downharpoonright` | ⇂
|
488
|
-
| `uparrowdownarrow` | ⇅
|
489
|
-
| `rightrightarrows` | ⇉
|
490
|
-
| `downarrowuparrow` | ⇵
|
491
|
-
| `rightthreearrows` | ⇶
|
492
|
-
| `nvleftrightarrow` | ⇹
|
493
|
-
| `nVleftrightarrow` | ⇼
|
494
|
-
| `varointclockwise` | ∲
|
495
|
-
| `ointctrclockwise` | ∳
|
496
|
-
| `vartriangleright` | ⊳
|
497
|
-
| `multimapdotbothA` | ⊶
|
498
|
-
| `multimapdotbothB` | ⊷
|
499
|
-
| `NotRightTriangle` | ⋫
|
500
|
-
| `ntrianglerighteq` | ⋭
|
501
|
-
| `APLrightarrowbox` | ⍈
|
502
|
-
| `blackpointerleft` | ◄
|
503
|
-
| `whitepointerleft` | ◅
|
504
|
-
| `squarerightblack` | ◨
|
505
|
-
| `cwgapcirclearrow` | ⟳
|
506
|
-
| `nvLeftrightarrow` | ⤄
|
507
|
-
| `nvrightarrowtail` | ⤔
|
508
|
-
| `nVrightarrowtail` | ⤕
|
509
|
-
| `diamondleftarrow` | ⤝
|
510
|
-
| `rightcurvedarrow` | ⤳
|
511
|
-
| `acwunderarcarrow` | ⤻
|
512
|
-
| `leftrightharpoon` | ⥊
|
513
|
-
| `rightleftharpoon` | ⥋
|
514
|
-
| `barleftharpoonup` | ⥒
|
515
|
-
| `RightUpVectorBar` | ⥔
|
516
|
-
| `barupharpoonleft` | ⥘
|
517
|
-
| `leftharpoonupbar` | ⥚
|
518
|
-
| `RightUpTeeVector` | ⥜
|
519
|
-
| `upharpoonleftbar` | ⥠
|
520
|
-
| `leftleftharpoons` | ⥢
|
521
|
-
| `downdownharpoons` | ⥥
|
522
|
-
| `uprevequilibrium` | ⥯
|
523
|
-
| `leftarrowsimilar` | ⥳
|
524
|
-
| `rightarrowapprox` | ⥵
|
525
|
-
| `sphericalangleup` | ⦡
|
526
|
-
| `RightTriangleBar` | ⧐
|
527
|
-
| `diamondleftblack` | ⬖
|
528
|
-
| `leftarrowonoplus` | ⬲
|
529
|
-
| `rightarrowsupset` | ⭄
|
530
|
-
| `similarleftarrow` | ⭉
|
531
|
-
| `unicodeellipsis` | …
|
532
|
-
| `enleadertwodots` | ‥
|
533
|
-
| `enclosetriangle` | ⃤
|
534
|
-
| `widebridgeabove` | ⃩
|
535
|
-
| `underrightarrow` | ⃯
|
536
|
-
| `nleftrightarrow` | ↮
|
537
|
-
| `downzigzagarrow` | ↯
|
538
|
-
| `curvearrowright` | ↷
|
539
|
-
| `circlearrowleft` | ↺
|
540
|
-
| `leftharpoondown` | ↽
|
541
|
-
| `upharpoonleftup` | ↿
|
542
|
-
| `downharpoonleft` | ⇃
|
543
|
-
| `rightleftarrows` | ⇄
|
544
|
-
| `leftrightarrows` | ⇆
|
545
|
-
| `nLeftrightarrow` | ⇎
|
546
|
-
| `rightsquigarrow` | ⇝
|
547
|
-
| `rightwhitearrow` | ⇨
|
548
|
-
| `NotGreaterTilde` | ≵
|
549
|
-
| `vartriangleleft` | ⊲
|
550
|
-
| `trianglerighteq` | ⊵
|
551
|
-
| `rightthreetimes` | ⋌
|
552
|
-
| `NotLeftTriangle` | ⋪
|
553
|
-
| `ntrianglelefteq` | ⋬
|
554
|
-
| `APLnotbackslash` | ⍀
|
555
|
-
| `APLleftarrowbox` | ⍇
|
556
|
-
| `APLdownarrowbox` | ⍗
|
557
|
-
| `blockhalfshaded` | ▒
|
558
|
-
| `squarecrossfill` | ▩
|
559
|
-
| `hrectangleblack` | ▬
|
560
|
-
| `vrectangleblack` | ▮
|
561
|
-
| `blacktriangleup` | ▴
|
562
|
-
| `smalltriangleup` | ▵
|
563
|
-
| `bigtriangledown` | ▽
|
564
|
-
| `lrblacktriangle` | ◢
|
565
|
-
| `llblacktriangle` | ◣
|
566
|
-
| `ulblacktriangle` | ◤
|
567
|
-
| `urblacktriangle` | ◥
|
568
|
-
| `squareleftblack` | ◧
|
569
|
-
| `circledrightdot` | ⚆
|
570
|
-
| `downarrowbarred` | ⤈
|
571
|
-
| `cwrightarcarrow` | ⤸
|
572
|
-
| `acwleftarcarrow` | ⤹
|
573
|
-
| `acwoverarcarrow` | ⤺
|
574
|
-
| `LeftUpVectorBar` | ⥘
|
575
|
-
| `LeftUpTeeVector` | ⥠
|
576
|
-
| `rightbarharpoon` | ⥬
|
577
|
-
| `barrightharpoon` | ⥭
|
578
|
-
| `equalrightarrow` | ⥱
|
579
|
-
| `leftarrowsubset` | ⥺
|
580
|
-
| `measanglerutone` | ⦨
|
581
|
-
| `measanglelutonw` | ⦩
|
582
|
-
| `measanglerdtose` | ⦪
|
583
|
-
| `measangleldtosw` | ⦫
|
584
|
-
| `measangleurtone` | ⦬
|
585
|
-
| `measangleultonw` | ⦭
|
586
|
-
| `measangledrtose` | ⦮
|
587
|
-
| `measangledltosw` | ⦯
|
588
|
-
| `circledparallel` | ⦷
|
589
|
-
| `uparrowoncircle` | ⦽
|
590
|
-
| `LeftTriangleBar` | ⧏
|
591
|
-
| `circledownarrow` | ⧬
|
592
|
-
| `bigtriangleleft` | ⨞
|
593
|
-
| `diamondtopblack` | ⬘
|
594
|
-
| `diamondbotblack` | ⬙
|
595
|
-
| `varhexagonblack` | ⬢
|
596
|
-
| `leftthreearrows` | ⬱
|
597
|
-
| `twoheadmapsfrom` | ⬶
|
598
|
-
| `nvleftarrowtail` | ⬹
|
599
|
-
| `nVleftarrowtail` | ⬺
|
600
|
-
| `leftcurvedarrow` | ⬿
|
601
|
-
| `leftarrowapprox` | ⭊
|
602
|
-
| `enclosediamond` | ⃟
|
603
|
-
| `underleftarrow` | ⃮
|
604
|
-
| `rightwavearrow` | ↝
|
605
|
-
| `twoheaduparrow` | ↟
|
606
|
-
| `updownarrowbar` | ↨
|
607
|
-
| `hookrightarrow` | ↪
|
608
|
-
| `looparrowright` | ↬
|
609
|
-
| `carriagereturn` | ↵
|
610
|
-
| `curvearrowleft` | ↶
|
611
|
-
| `upharpoonright` | ↾
|
612
|
-
| `rightharpoonup` | ⇀
|
613
|
-
| `rightleftarrow` | ⇄
|
614
|
-
| `leftleftarrows` | ⇇
|
615
|
-
| `downdownarrows` | ⇊
|
616
|
-
| `revequilibrium` | ⇋
|
617
|
-
| `leftsquigarrow` | ⇜
|
618
|
-
| `dashrightarrow` | ⇢
|
619
|
-
| `rightdasharrow` | ⇢
|
620
|
-
| `leftwhitearrow` | ⇦
|
621
|
-
| `downwhitearrow` | ⇩
|
622
|
-
| `sphericalangle` | ∢
|
623
|
-
| `NotGreaterLess` | ≹
|
624
|
-
| `trianglelefteq` | ⊴
|
625
|
-
| `leftthreetimes` | ⋋
|
626
|
-
| `ntriangleright` | ⋫
|
627
|
-
| `APLboxquestion` | ⍰
|
628
|
-
| `lparenextender` | ⎜
|
629
|
-
| `rparenextender` | ⎟
|
630
|
-
| `lbrackextender` | ⎢
|
631
|
-
| `rbrackextender` | ⎥
|
632
|
-
| `vbraceextender` | ⎪
|
633
|
-
| `harrowextender` | ⎯
|
634
|
-
| `blockrighthalf` | ▐
|
635
|
-
| `blockqtrshaded` | ░
|
636
|
-
| `squarenwsefill` | ▧
|
637
|
-
| `squareneswfill` | ▨
|
638
|
-
| `mdlgblkdiamond` | ◆
|
639
|
-
| `mdlgwhtdiamond` | ◇
|
640
|
-
| `mdlgwhtlozenge` | ◊
|
641
|
-
| `circlevertfill` | ◍
|
642
|
-
| `vardiamondsuit` | ♦
|
643
|
-
| `circledtwodots` | ⚇
|
644
|
-
| `rightouterjoin` | ⟖
|
645
|
-
| `concavediamond` | ⟡
|
646
|
-
| `longrightarrow` | ⟶
|
647
|
-
| `Longrightarrow` | ⟹
|
648
|
-
| `longmappedfrom` | ⟻
|
649
|
-
| `Longmappedfrom` | ⟽
|
650
|
-
| `fdiagovnearrow` | ⤯
|
651
|
-
| `rdiagovsearrow` | ⤰
|
652
|
-
| `acwcirclearrow` | ⥀
|
653
|
-
| `rightarrowplus` | ⥅
|
654
|
-
| `RightVectorBar` | ⥓
|
655
|
-
| `RightTeeVector` | ⥛
|
656
|
-
| `leftbarharpoon` | ⥪
|
657
|
-
| `barleftharpoon` | ⥫
|
658
|
-
| `updownharpoons` | ⥮
|
659
|
-
| `downupharpoons` | ⥯
|
660
|
-
| `rightanglemdot` | ⦝
|
661
|
-
| `triangleserifs` | ⧍
|
662
|
-
| `blackhourglass` | ⧗
|
663
|
-
| `mdlgblklozenge` | ⧫
|
664
|
-
| `bigslopedwedge` | ⩘
|
665
|
-
| `doublebarwedge` | ⩞
|
666
|
-
| `wedgedoublebar` | ⩠
|
667
|
-
| `NestedLessLess` | ⪡
|
668
|
-
| `squaretopblack` | ⬒
|
669
|
-
| `squarebotblack` | ⬓
|
670
|
-
| `equalleftarrow` | ⭀
|
671
|
-
| `ocommatopright` | ̕
|
672
|
-
| `overleftarrow` | ⃖
|
673
|
-
| `enclosecircle` | ⃝
|
674
|
-
| `enclosesquare` | ⃞
|
675
|
-
| `threeunderdot` | ⃨
|
676
|
-
| `sansLmirrored` | ⅃
|
677
|
-
| `DifferentialD` | ⅆ
|
678
|
-
| `leftwavearrow` | ↜
|
679
|
-
| `leftarrowtail` | ↢
|
680
|
-
| `hookleftarrow` | ↩
|
681
|
-
| `looparrowleft` | ↫
|
682
|
-
| `leftharpoonup` | ↼
|
683
|
-
| `upharpoonleft` | ↿
|
684
|
-
| `dashleftarrow` | ⇠
|
685
|
-
| `leftdasharrow` | ⇠
|
686
|
-
| `downdasharrow` | ⇣
|
687
|
-
| `RightArrowBar` | ⇥
|
688
|
-
| `rightarrowbar` | ⇥
|
689
|
-
| `smallsetminus` | ∖
|
690
|
-
| `vysmwhtcircle` | ∘
|
691
|
-
| `vysmblkcircle` | ∙
|
692
|
-
| `measuredangle` | ∡
|
693
|
-
| `dotsminusdots` | ∺
|
694
|
-
| `fallingdotseq` | ≒
|
695
|
-
| `PrecedesTilde` | ≾
|
696
|
-
| `SucceedsTilde` | ≿
|
697
|
-
| `varlrtriangle` | ⊿
|
698
|
-
| `divideontimes` | ⋇
|
699
|
-
| `equalparallel` | ⋕
|
700
|
-
| `ntriangleleft` | ⋪
|
701
|
-
| `APLuparrowbox` | ⍐
|
702
|
-
| `APLboxupcaret` | ⍓
|
703
|
-
| `bdtriplevdash` | ┆
|
704
|
-
| `blocklefthalf` | ▌
|
705
|
-
| `mdlgblksquare` | ■
|
706
|
-
| `parallelogram` | ▱
|
707
|
-
| `blacktriangle` | ▴
|
708
|
-
| `triangleright` | ▷
|
709
|
-
| `mdlgwhtcircle` | ○
|
710
|
-
| `mdlgblkcircle` | ●
|
711
|
-
| `inversebullet` | ◘
|
712
|
-
| `topsemicircle` | ◠
|
713
|
-
| `botsemicircle` | ◡
|
714
|
-
| `squareulblack` | ◩
|
715
|
-
| `squarelrblack` | ◪
|
716
|
-
| `mdsmwhtsquare` | ◽
|
717
|
-
| `mdsmblksquare` | ◾
|
718
|
-
| `sixteenthnote` | ♬
|
719
|
-
| `Hermaphrodite` | ⚥
|
720
|
-
| `mdsmwhtcircle` | ⚬
|
721
|
-
| `draftingarrow` | ➛
|
722
|
-
| `leftouterjoin` | ⟕
|
723
|
-
| `fullouterjoin` | ⟗
|
724
|
-
| `longleftarrow` | ⟵
|
725
|
-
| `Longleftarrow` | ⟸
|
726
|
-
| `twoheadmapsto` | ⤅
|
727
|
-
| `uparrowbarred` | ⤉
|
728
|
-
| `rightdotarrow` | ⤑
|
729
|
-
| `cwcirclearrow` | ⥁
|
730
|
-
| `leftarrowplus` | ⥆
|
731
|
-
| `LeftVectorBar` | ⥒
|
732
|
-
| `LeftTeeVector` | ⥚
|
733
|
-
| `upequilibrium` | ⥮
|
734
|
-
| `leftarrowless` | ⥷
|
735
|
-
| `rightfishtail` | ⥽
|
736
|
-
| `mdsmblkcircle` | ⦁
|
737
|
-
| `llparenthesis` | ⦇
|
738
|
-
| `rrparenthesis` | ⦈
|
739
|
-
| `rightanglesqr` | ⦜
|
740
|
-
| `wideangledown` | ⦦
|
741
|
-
| `mdlgwhtsquare` | □
|
742
|
-
| `emptysetocirc` | ⦲
|
743
|
-
| `emptysetoarrl` | ⦴
|
744
|
-
| `circledbslash` | ⦸
|
745
|
-
| `circledbullet` | ⦿
|
746
|
-
| `errbardiamond` | ⧰
|
747
|
-
| `triangleminus` | ⨺
|
748
|
-
| `triangletimes` | ⨻
|
749
|
-
| `shortlefttack` | ⫞
|
750
|
-
| `shortdowntack` | ⫟
|
751
|
-
| `threedotcolon` | ⫶
|
752
|
-
| `biginterleave` | ⫼
|
753
|
-
| `bigtalloblong` | ⫿
|
754
|
-
| `squareurblack` | ⬔
|
755
|
-
| `squarellblack` | ⬕
|
756
|
-
| `vysmblksquare` | ⬝
|
757
|
-
| `vysmwhtsquare` | ⬞
|
758
|
-
| `pentagonblack` | ⬟
|
759
|
-
| `rightarrowgtr` | ⭃
|
760
|
-
| `rightpentagon` | ⭔
|
761
|
-
| `upbackepsilon` | ϶
|
762
|
-
| `bigtriangleup` | △
|
763
|
-
| `wasytherefore` | ∴
|
764
|
-
| `smwhtdiamond` | ⋄
|
765
|
-
| `unicodecdots` | ⋯
|
766
|
-
| `hyphenbullet` | ⁃
|
767
|
-
| `PropertyLine` | ⅊
|
768
|
-
| `updownarrows` | ⇅
|
769
|
-
| `LeftArrowBar` | ⇤
|
770
|
-
| `barleftarrow` | ⇤
|
771
|
-
| `upwhitearrow` | ⇧
|
772
|
-
| `downuparrows` | ⇵
|
773
|
-
| `nvrightarrow` | ⇸
|
774
|
-
| `nVrightarrow` | ⇻
|
775
|
-
| `intclockwise` | ∱
|
776
|
-
| `cntclockoint` | ∳
|
777
|
-
| `risingdotseq` | ≓
|
778
|
-
| `NotLessTilde` | ≴
|
779
|
-
| `varsubsetneq` | ⊊
|
780
|
-
| `cupleftarrow` | ⊌
|
781
|
-
| `circledequal` | ⊜
|
782
|
-
| `hermitmatrix` | ⊹
|
783
|
-
| `npreccurlyeq` | ⋠
|
784
|
-
| `nsucccurlyeq` | ⋡
|
785
|
-
| `notbackslash` | ⍀
|
786
|
-
| `underbracket` | ⎵
|
787
|
-
| `blocklowhalf` | ▄
|
788
|
-
| `squarehvfill` | ▦
|
789
|
-
| `triangledown` | ▿
|
790
|
-
| `triangleleft` | ◁
|
791
|
-
| `Diamondblack` | ◆
|
792
|
-
| `dottedcircle` | ◌
|
793
|
-
| `trianglecdot` | ◬
|
794
|
-
| `squareulquad` | ◰
|
795
|
-
| `squarellquad` | ◱
|
796
|
-
| `squarelrquad` | ◲
|
797
|
-
| `squareurquad` | ◳
|
798
|
-
| `circleulquad` | ◴
|
799
|
-
| `circlellquad` | ◵
|
800
|
-
| `circlelrquad` | ◶
|
801
|
-
| `circleurquad` | ◷
|
802
|
-
| `bigwhitestar` | ☆
|
803
|
-
| `invsmileface` | ☻
|
804
|
-
| `varspadesuit` | ♤
|
805
|
-
| `varheartsuit` | ♥
|
806
|
-
| `dingasterisk` | ✽
|
807
|
-
| `longdivision` | ⟌
|
808
|
-
| `lozengeminus` | ⟠
|
809
|
-
| `longmapsfrom` | ⟻
|
810
|
-
| `Longmapsfrom` | ⟽
|
811
|
-
| `nvRightarrow` | ⤃
|
812
|
-
| `rightbkarrow` | ⤍
|
813
|
-
| `leftdbkarrow` | ⤎
|
814
|
-
| `DownArrowBar` | ⤓
|
815
|
-
| `downarrowbar` | ⤓
|
816
|
-
| `rightdbltail` | ⤜
|
817
|
-
| `rdiagovfdiag` | ⤫
|
818
|
-
| `fdiagovrdiag` | ⤬
|
819
|
-
| `upupharpoons` | ⥣
|
820
|
-
| `leftfishtail` | ⥼
|
821
|
-
| `downfishtail` | ⥿
|
822
|
-
| `lbrackultick` | ⦍
|
823
|
-
| `rbracklrtick` | ⦎
|
824
|
-
| `lbracklltick` | ⦏
|
825
|
-
| `rbrackurtick` | ⦐
|
826
|
-
| `revangleubar` | ⦥
|
827
|
-
| `emptysetobar` | ⦱
|
828
|
-
| `emptysetoarr` | ⦳
|
829
|
-
| `odotslashdot` | ⦼
|
830
|
-
| `ogreaterthan` | ⧁
|
831
|
-
| `triangleodot` | ⧊
|
832
|
-
| `triangleubar` | ⧋
|
833
|
-
| `multimapboth` | ⧟
|
834
|
-
| `lrtriangleeq` | ⧡
|
835
|
-
| `blacklozenge` | ⧫
|
836
|
-
| `errbarsquare` | ⧮
|
837
|
-
| `errbarcircle` | ⧲
|
838
|
-
| `triangleplus` | ⨹
|
839
|
-
| `closedvarcup` | ⩌
|
840
|
-
| `closedvarcap` | ⩍
|
841
|
-
| `wedgeonwedge` | ⩕
|
842
|
-
| `bigslopedvee` | ⩗
|
843
|
-
| `wedgemidvert` | ⩚
|
844
|
-
| `doublebarvee` | ⩢
|
845
|
-
| `veedoublebar` | ⩣
|
846
|
-
| `eqqslantless` | ⪛
|
847
|
-
| `subsetapprox` | ⫉
|
848
|
-
| `supsetapprox` | ⫊
|
849
|
-
| `dottedsquare` | ⬚
|
850
|
-
| `hexagonblack` | ⬣
|
851
|
-
| `mdblkdiamond` | ⬥
|
852
|
-
| `mdwhtdiamond` | ⬦
|
853
|
-
| `mdblklozenge` | ⬧
|
854
|
-
| `mdwhtlozenge` | ⬨
|
855
|
-
| `smblkdiamond` | ⬩
|
856
|
-
| `smblklozenge` | ⬪
|
857
|
-
| `smwhtlozenge` | ⬫
|
858
|
-
| `leftdotarrow` | ⬸
|
859
|
-
| `medwhitestar` | ⭐
|
860
|
-
| `medblackstar` | ⭑
|
861
|
-
| `oturnedcomma` | ̒
|
862
|
-
| `upvarepsilon` | ϵ
|
863
|
-
| `mathsterling` | £
|
864
|
-
| `smblkcircle` | •
|
865
|
-
| `backtrprime` | ‷
|
866
|
-
| `caretinsert` | ‸
|
867
|
-
| `vertoverlay` | ⃒
|
868
|
-
| `asteraccent` | ⃰
|
869
|
-
| `Planckconst` | ℎ
|
870
|
-
| `sansLturned` | ⅂
|
871
|
-
| `ExponetialE` | ⅇ
|
872
|
-
| `updownarrow` | ↕
|
873
|
-
| `nrightarrow` | ↛
|
874
|
-
| `restriction` | ↾
|
875
|
-
| `equilibrium` | ⇌
|
876
|
-
| `nRightarrow` | ⇏
|
877
|
-
| `Updownarrow` | ⇕
|
878
|
-
| `Rrightarrow` | ⇛
|
879
|
-
| `nHdownarrow` | ⇟
|
880
|
-
| `updasharrow` | ⇡
|
881
|
-
| `nvleftarrow` | ⇷
|
882
|
-
| `nVleftarrow` | ⇺
|
883
|
-
| `approxident` | ≋
|
884
|
-
| `corresponds` | ≙
|
885
|
-
| `GreaterLess` | ≷
|
886
|
-
| `preccurlyeq` | ≼
|
887
|
-
| `succcurlyeq` | ≽
|
888
|
-
| `circledcirc` | ⊚
|
889
|
-
| `circleddash` | ⊝
|
890
|
-
| `curlyeqprec` | ⋞
|
891
|
-
| `curlyeqsucc` | ⋟
|
892
|
-
| `nsqsubseteq` | ⋢
|
893
|
-
| `nsqsupseteq` | ⋣
|
894
|
-
| `sqsubsetneq` | ⋤
|
895
|
-
| `sqsupsetneq` | ⋥
|
896
|
-
| `varisinobar` | ⋶
|
897
|
-
| `varbarwedge` | ⌅
|
898
|
-
| `wasylozenge` | ⌑
|
899
|
-
| `APLnotslash` | ⌿
|
900
|
-
| `invdiameter` | ⍉
|
901
|
-
| `intextender` | ⎮
|
902
|
-
| `overbracket` | ⎴
|
903
|
-
| `blockuphalf` | ▀
|
904
|
-
| `squarehfill` | ▤
|
905
|
-
| `squarevfill` | ▥
|
906
|
-
| `smblksquare` | ▪
|
907
|
-
| `smwhtsquare` | ▫
|
908
|
-
| `vartriangle` | ▵
|
909
|
-
| `RIGHTcircle` | ◑
|
910
|
-
| `RIGHTCIRCLE` | ◗
|
911
|
-
| `smwhtcircle` | ◦
|
912
|
-
| `lgwhtcircle` | ◯
|
913
|
-
| `mdwhtsquare` | ◻
|
914
|
-
| `blacksquare` | ◼
|
915
|
-
| `mdblksquare` | ◼
|
916
|
-
| `blacksmiley` | ☻
|
917
|
-
| `sagittarius` | ♐
|
918
|
-
| `capricornus` | ♑
|
919
|
-
| `diamondsuit` | ♢
|
920
|
-
| `varclubsuit` | ♧
|
921
|
-
| `quarternote` | ♩
|
922
|
-
| `mdwhtcircle` | ⚪
|
923
|
-
| `mdblkcircle` | ⚫
|
924
|
-
| `ballotcheck` | ✓
|
925
|
-
| `circledstar` | ✪
|
926
|
-
| `arrowbullet` | ➢
|
927
|
-
| `threedangle` | ⟀
|
928
|
-
| `diamondcdot` | ⟐
|
929
|
-
| `multimapinv` | ⟜
|
930
|
-
| `nvLeftarrow` | ⤂
|
931
|
-
| `leftbkarrow` | ⤌
|
932
|
-
| `leftdbltail` | ⤛
|
933
|
-
| `seovnearrow` | ⤭
|
934
|
-
| `neovsearrow` | ⤮
|
935
|
-
| `neovnwarrow` | ⤱
|
936
|
-
| `nwovnearrow` | ⤲
|
937
|
-
| `rightarrowx` | ⥇
|
938
|
-
| `wideangleup` | ⦧
|
939
|
-
| `revemptyset` | ⦰
|
940
|
-
| `circledvert` | ⦶
|
941
|
-
| `circledless` | ⧀
|
942
|
-
| `gleichstark` | ⧦
|
943
|
-
| `ruledelayed` | ⧴
|
944
|
-
| `lcurvyangle` | ⧼
|
945
|
-
| `rcurvyangle` | ⧽
|
946
|
-
| `otimeslhrim` | ⨴
|
947
|
-
| `otimesrhrim` | ⨵
|
948
|
-
| `midbarwedge` | ⩜
|
949
|
-
| `simminussim` | ⩬
|
950
|
-
| `eqslantless` | ⪕
|
951
|
-
| `eqqslantgtr` | ⪜
|
952
|
-
| `precnapprox` | ⪹
|
953
|
-
| `succnapprox` | ⪺
|
954
|
-
| `shortuptack` | ⫠
|
955
|
-
| `lgblksquare` | ⬛
|
956
|
-
| `lgwhtsquare` | ⬜
|
957
|
-
| `lgblkcircle` | ⬤
|
958
|
-
| `blkhorzoval` | ⬬
|
959
|
-
| `whthorzoval` | ⬭
|
960
|
-
| `blkvertoval` | ⬮
|
961
|
-
| `whtvertoval` | ⬯
|
962
|
-
| `RRightarrow` | ⭆
|
963
|
-
| `smwhitestar` | ⭒
|
964
|
-
| `backepsilon` | ϶
|
965
|
-
| `wideutilde` | ̰
|
966
|
-
| `upoldKoppa` | Ϙ
|
967
|
-
| `upoldkoppa` | ϙ
|
968
|
-
| `upvarkappa` | ϰ
|
969
|
-
| `upvarsigma` | ς
|
970
|
-
| `octothorpe` | #
|
971
|
-
| `mathdollar` | $
|
972
|
-
| `twolowline` | ‗
|
973
|
-
| `backdprime` | ‶
|
974
|
-
| `Eulerconst` | ℇ
|
975
|
-
| `turnediota` | ℩
|
976
|
-
| `nleftarrow` | ↚
|
977
|
-
| `mappedfrom` | ↤
|
978
|
-
| `upuparrows` | ⇈
|
979
|
-
| `nLeftarrow` | ⇍
|
980
|
-
| `Lleftarrow` | ⇚
|
981
|
-
| `complement` | ∁
|
982
|
-
| `fourthroot` | ∜
|
983
|
-
| `rightangle` | ∟
|
984
|
-
| `Proportion` | ∷
|
985
|
-
| `sqsubseteq` | ⊑
|
986
|
-
| `sqsupseteq` | ⊒
|
987
|
-
| `circledast` | ⊛
|
988
|
-
| `curlywedge` | ⋏
|
989
|
-
| `conictaper` | ⌲
|
990
|
-
| `APLcomment` | ⍝
|
991
|
-
| `lparenuend` | ⎛
|
992
|
-
| `lparenlend` | ⎝
|
993
|
-
| `rparenuend` | ⎞
|
994
|
-
| `rparenlend` | ⎠
|
995
|
-
| `lbrackuend` | ⎡
|
996
|
-
| `lbracklend` | ⎣
|
997
|
-
| `rbrackuend` | ⎤
|
998
|
-
| `rbracklend` | ⎦
|
999
|
-
| `lbraceuend` | ⎧
|
1000
|
-
| `lbracelend` | ⎩
|
1001
|
-
| `rbraceuend` | ⎫
|
1002
|
-
| `rbracelend` | ⎭
|
1003
|
-
| `lmoustache` | ⎰
|
1004
|
-
| `rmoustache` | ⎱
|
1005
|
-
| `sqrtbottom` | ⎷
|
1006
|
-
| `underparen` | ⏝
|
1007
|
-
| `underbrace` | ⏟
|
1008
|
-
| `hrectangle` | ▭
|
1009
|
-
| `vrectangle` | ▯
|
1010
|
-
| `LEFTcircle` | ◐
|
1011
|
-
| `LEFTCIRCLE` | ◖
|
1012
|
-
| `ultriangle` | ◸
|
1013
|
-
| `urtriangle` | ◹
|
1014
|
-
| `lltriangle` | ◺
|
1015
|
-
| `lrtriangle` | ◿
|
1016
|
-
| `CheckedBox` | ☑
|
1017
|
-
| `pointright` | ☞
|
1018
|
-
| `vardiamond` | ♦
|
1019
|
-
| `eighthnote` | ♪
|
1020
|
-
| `subsetcirc` | ⟃
|
1021
|
-
| `supsetcirc` | ⟄
|
1022
|
-
| `Diamonddot` | ⟐
|
1023
|
-
| `DDownarrow` | ⟱
|
1024
|
-
| `longmapsto` | ⟼
|
1025
|
-
| `Longmapsto` | ⟾
|
1026
|
-
| `Mappedfrom` | ⤆
|
1027
|
-
| `Ddownarrow` | ⤋
|
1028
|
-
| `UpArrowBar` | ⤒
|
1029
|
-
| `baruparrow` | ⤒
|
1030
|
-
| `rightimply` | ⥰
|
1031
|
-
| `upfishtail` | ⥾
|
1032
|
-
| `lbrackubar` | ⦋
|
1033
|
-
| `rbrackubar` | ⦌
|
1034
|
-
| `lparenless` | ⦓
|
1035
|
-
| `Rparenless` | ⦖
|
1036
|
-
| `lblkbrbrak` | ⦗
|
1037
|
-
| `rblkbrbrak` | ⦘
|
1038
|
-
| `circlehbar` | ⦵
|
1039
|
-
| `circledgtr` | ⧁
|
1040
|
-
| `doubleplus` | ⧺
|
1041
|
-
| `tripleplus` | ⧻
|
1042
|
-
| `plussubtwo` | ⨧
|
1043
|
-
| `commaminus` | ⨩
|
1044
|
-
| `minusfdots` | ⨫
|
1045
|
-
| `minusrdots` | ⨬
|
1046
|
-
| `opluslhrim` | ⨭
|
1047
|
-
| `oplusrhrim` | ⨮
|
1048
|
-
| `smashtimes` | ⨳
|
1049
|
-
| `cupovercap` | ⩆
|
1050
|
-
| `capovercup` | ⩇
|
1051
|
-
| `veeonwedge` | ⩙
|
1052
|
-
| `veemidvert` | ⩛
|
1053
|
-
| `equivVvert` | ⩩
|
1054
|
-
| `lessapprox` | ⪅
|
1055
|
-
| `lesseqqgtr` | ⪋
|
1056
|
-
| `gtreqqless` | ⪌
|
1057
|
-
| `eqslantgtr` | ⪖
|
1058
|
-
| `rightslice` | ⪧
|
1059
|
-
| `precapprox` | ⪷
|
1060
|
-
| `succapprox` | ⪸
|
1061
|
-
| `subsetplus` | ⪿
|
1062
|
-
| `supsetplus` | ⫀
|
1063
|
-
| `subsetneqq` | ⫋
|
1064
|
-
| `supsetneqq` | ⫌
|
1065
|
-
| `interleave` | ⫴
|
1066
|
-
| `talloblong` | ⫾
|
1067
|
-
| `varhexagon` | ⬡
|
1068
|
-
| `leftarrowx` | ⬾
|
1069
|
-
| `LLeftarrow` | ⭅
|
1070
|
-
| `postalmark` | 〒
|
1071
|
-
| `upvartheta` | ϑ
|
1072
|
-
| `upvarTheta` | ϴ
|
1073
|
-
| `varnothing` | ∅
|
1074
|
-
| `underline` | ̲
|
1075
|
-
| `upEpsilon` | Ε
|
1076
|
-
| `upepsilon` | ε
|
1077
|
-
| `upOmicron` | Ο
|
1078
|
-
| `upUpsilon` | Υ
|
1079
|
-
| `upupsilon` | υ
|
1080
|
-
| `upomicron` | ο
|
1081
|
-
| `upvarbeta` | ϐ
|
1082
|
-
| `upDigamma` | Ϝ
|
1083
|
-
| `updigamma` | ϝ
|
1084
|
-
| `ampersand` | &
|
1085
|
-
| `semicolon` | ;
|
1086
|
-
| `backprime` | ‵
|
1087
|
-
| `tieconcat` | ⁀
|
1088
|
-
| `fracslash` | ⁄
|
1089
|
-
| `Angstroem` | Å
|
1090
|
-
| `lightning` | ↯
|
1091
|
-
| `rightturn` | ↻
|
1092
|
-
| `Downarrow` | ⇓
|
1093
|
-
| `nHuparrow` | ⇞
|
1094
|
-
| `dasharrow` | ⇢
|
1095
|
-
| `increment` | ∆
|
1096
|
-
| `nparallel` | ∦
|
1097
|
-
| `clockoint` | ∲
|
1098
|
-
| `mathratio` | ∶
|
1099
|
-
| `dashcolon` | ∹
|
1100
|
-
| `triangleq` | ≜
|
1101
|
-
| `nleqslant` | ≰
|
1102
|
-
| `ngeqslant` | ≱
|
1103
|
-
| `nsubseteq` | ⊈
|
1104
|
-
| `nsupseteq` | ⊉
|
1105
|
-
| `subsetneq` | ⊊
|
1106
|
-
| `supsetneq` | ⊋
|
1107
|
-
| `backsimeq` | ⋍
|
1108
|
-
| `pitchfork` | ⋔
|
1109
|
-
| `lesseqgtr` | ⋚
|
1110
|
-
| `gtreqless` | ⋛
|
1111
|
-
| `varniobar` | ⋽
|
1112
|
-
| `bagmember` | ⋿
|
1113
|
-
| `sqlozenge` | ⌑
|
1114
|
-
| `turnednot` | ⌙
|
1115
|
-
| `intbottom` | ⌡
|
1116
|
-
| `lbracemid` | ⎨
|
1117
|
-
| `rbracemid` | ⎬
|
1118
|
-
| `sumbottom` | ⎳
|
1119
|
-
| `lvboxline` | ⎸
|
1120
|
-
| `rvboxline` | ⎹
|
1121
|
-
| `overparen` | ⏜
|
1122
|
-
| `wideparen` | ⏜
|
1123
|
-
| `overbrace` | ⏞
|
1124
|
-
| `trapezium` | ⏢
|
1125
|
-
| `accurrent` | ⏦
|
1126
|
-
| `blockfull` | █
|
1127
|
-
| `radiation` | ☢
|
1128
|
-
| `biohazard` | ☣
|
1129
|
-
| `smileface` | ☺
|
1130
|
-
| `rightmoon` | ☽
|
1131
|
-
| `spadesuit` | ♠
|
1132
|
-
| `heartsuit` | ♡
|
1133
|
-
| `medbullet` | ⚫
|
1134
|
-
| `checkmark` | ✓
|
1135
|
-
| `DashVDash` | ⟚
|
1136
|
-
| `dashVdash` | ⟛
|
1137
|
-
| `vlongdash` | ⟝
|
1138
|
-
| `longdashv` | ⟞
|
1139
|
-
| `llbracket` | ⟦
|
1140
|
-
| `rrbracket` | ⟧
|
1141
|
-
| `impliedby` | ⟸
|
1142
|
-
| `righttail` | ⤚
|
1143
|
-
| `nwsearrow` | ⤡
|
1144
|
-
| `neswarrow` | ⤢
|
1145
|
-
| `hknwarrow` | ⤣
|
1146
|
-
| `hknearrow` | ⤤
|
1147
|
-
| `typecolon` | ⦂
|
1148
|
-
| `langledot` | ⦑
|
1149
|
-
| `rangledot` | ⦒
|
1150
|
-
| `rparengtr` | ⦔
|
1151
|
-
| `Lparengtr` | ⦕
|
1152
|
-
| `fourvdots` | ⦙
|
1153
|
-
| `turnangle` | ⦢
|
1154
|
-
| `angleubar` | ⦤
|
1155
|
-
| `olessthan` | ⧀
|
1156
|
-
| `boxbslash` | ⧅
|
1157
|
-
| `mathcolon` | :
|
1158
|
-
| `mathslash` | /
|
1159
|
-
| `boxcircle` | ⧇
|
1160
|
-
| `triangles` | ⧌
|
1161
|
-
| `hourglass` | ⧖
|
1162
|
-
| `bigotimes` | ⨂
|
1163
|
-
| `bigcupdot` | ⨃
|
1164
|
-
| `conjquant` | ⨇
|
1165
|
-
| `disjquant` | ⨈
|
1166
|
-
| `modtwosum` | ⨊
|
1167
|
-
| `otimeshat` | ⨶
|
1168
|
-
| `cupbarcap` | ⩈
|
1169
|
-
| `capbarcup` | ⩉
|
1170
|
-
| `wedgeodot` | ⩑
|
1171
|
-
| `midbarvee` | ⩝
|
1172
|
-
| `varveebar` | ⩡
|
1173
|
-
| `equivVert` | ⩨
|
1174
|
-
| `hatapprox` | ⩯
|
1175
|
-
| `approxeqq` | ⩰
|
1176
|
-
| `gtrapprox` | ⪆
|
1177
|
-
| `leftslice` | ⪦
|
1178
|
-
| `subsetdot` | ⪽
|
1179
|
-
| `supsetdot` | ⪾
|
1180
|
-
| `subseteqq` | ⫅
|
1181
|
-
| `supseteqq` | ⫆
|
1182
|
-
| `leqqslant` | ⫹
|
1183
|
-
| `geqqslant` | ⫺
|
1184
|
-
| `partialup` | ∂
|
1185
|
-
| `upvarphi` | φ
|
1186
|
-
| `horizbar` | ―
|
1187
|
-
| `Question` | ⁇
|
1188
|
-
| `medspace` |  
|
1189
|
-
| `Angstrom` | Å
|
1190
|
-
| `ComplexI` | ⅈ
|
1191
|
-
| `ComplexJ` | ⅉ
|
1192
|
-
| `mapsfrom` | ↤
|
1193
|
-
| `MapsDown` | ↧
|
1194
|
-
| `mapsdown` | ↧
|
1195
|
-
| `linefeed` | ↴
|
1196
|
-
| `leftturn` | ↺
|
1197
|
-
| `divslash` | ∕
|
1198
|
-
| `cuberoot` | ∛
|
1199
|
-
| `parallel` | ∥
|
1200
|
-
| `dotminus` | ∸
|
1201
|
-
| `invlazys` | ∾
|
1202
|
-
| `sinewave` | ∿
|
1203
|
-
| `approxeq` | ≊
|
1204
|
-
| `backcong` | ≌
|
1205
|
-
| `dotequal` | ≐
|
1206
|
-
| `doteqdot` | ≑
|
1207
|
-
| `coloneqq` | ≔
|
1208
|
-
| `eqqcolon` | ≕
|
1209
|
-
| `notasymp` | ≭
|
1210
|
-
| `nlesssim` | ≴
|
1211
|
-
| `nlessgtr` | ≸
|
1212
|
-
| `ngtrless` | ≹
|
1213
|
-
| `sqsubset` | ⊏
|
1214
|
-
| `sqsupset` | ⊐
|
1215
|
-
| `boxminus` | ⊟
|
1216
|
-
| `boxtimes` | ⊠
|
1217
|
-
| `multimap` | ⊸
|
1218
|
-
| `intercal` | ⊺
|
1219
|
-
| `barwedge` | ⊼
|
1220
|
-
| `curlyvee` | ⋎
|
1221
|
-
| `precnsim` | ⋨
|
1222
|
-
| `succnsim` | ⋩
|
1223
|
-
| `varisins` | ⋳
|
1224
|
-
| `isinobar` | ⋷
|
1225
|
-
| `diameter` | ⌀
|
1226
|
-
| `profline` | ⌒
|
1227
|
-
| `profsurf` | ⌓
|
1228
|
-
| `viewdata` | ⌗
|
1229
|
-
| `ulcorner` | ⌜
|
1230
|
-
| `urcorner` | ⌝
|
1231
|
-
| `llcorner` | ⌞
|
1232
|
-
| `lrcorner` | ⌟
|
1233
|
-
| `notslash` | ⌿
|
1234
|
-
| `APLinput` | ⍞
|
1235
|
-
| `bbrktbrk` | ⎶
|
1236
|
-
| `elinters` | ⏧
|
1237
|
-
| `bullseye` | ◎
|
1238
|
-
| `astrosun` | ☉
|
1239
|
-
| `steaming` | ☕
|
1240
|
-
| `leftmoon` | ☾
|
1241
|
-
| `varEarth` | ♁
|
1242
|
-
| `aquarius` | ♒
|
1243
|
-
| `clubsuit` | ♣
|
1244
|
-
| `varspade` | ♤
|
1245
|
-
| `varheart` | ♥
|
1246
|
-
| `twonotes` | ♫
|
1247
|
-
| `acidfree` | ♾
|
1248
|
-
| `bsolhsub` | ⟈
|
1249
|
-
| `wedgedot` | ⟑
|
1250
|
-
| `pullback` | ⟓
|
1251
|
-
| `UUparrow` | ⟰
|
1252
|
-
| `Mapsfrom` | ⤆
|
1253
|
-
| `Uuparrow` | ⤊
|
1254
|
-
| `drbkarow` | ⤐
|
1255
|
-
| `lefttail` | ⤙
|
1256
|
-
| `hksearow` | ⤥
|
1257
|
-
| `hkswarow` | ⤦
|
1258
|
-
| `strictfi` | ⥼
|
1259
|
-
| `strictif` | ⥽
|
1260
|
-
| `revangle` | ⦣
|
1261
|
-
| `boxslash` | ⧄
|
1262
|
-
| `boxonbox` | ⧉
|
1263
|
-
| `rtriltri` | ⧎
|
1264
|
-
| `lfbowtie` | ⧑
|
1265
|
-
| `rfbowtie` | ⧒
|
1266
|
-
| `lvzigzag` | ⧘
|
1267
|
-
| `rvzigzag` | ⧙
|
1268
|
-
| `Lvzigzag` | ⧚
|
1269
|
-
| `Rvzigzag` | ⧛
|
1270
|
-
| `tieinfty` | ⧝
|
1271
|
-
| `smeparsl` | ⧤
|
1272
|
-
| `eqvparsl` | ⧥
|
1273
|
-
| `bigoplus` | ⨁
|
1274
|
-
| `biguplus` | ⨄
|
1275
|
-
| `bigsqcap` | ⨅
|
1276
|
-
| `bigsqcup` | ⨆
|
1277
|
-
| `bigtimes` | ⨉
|
1278
|
-
| `cirfnint` | ⨐
|
1279
|
-
| `rppolint` | ⨒
|
1280
|
-
| `scpolint` | ⨓
|
1281
|
-
| `pointint` | ⨕
|
1282
|
-
| `intlarhk` | ⨗
|
1283
|
-
| `zproject` | ⨡
|
1284
|
-
| `ringplus` | ⨢
|
1285
|
-
| `plustrif` | ⨨
|
1286
|
-
| `minusdot` | ⨪
|
1287
|
-
| `vectimes` | ⨯
|
1288
|
-
| `dottimes` | ⨰
|
1289
|
-
| `timesbar` | ⨱
|
1290
|
-
| `intprodr` | ⨽
|
1291
|
-
| `capwedge` | ⩄
|
1292
|
-
| `veeonvee` | ⩖
|
1293
|
-
| `wedgebar` | ⩟
|
1294
|
-
| `dotequiv` | ⩧
|
1295
|
-
| `simrdots` | ⩫
|
1296
|
-
| `Coloneqq` | ⩴
|
1297
|
-
| `leqslant` | ⩽
|
1298
|
-
| `geqslant` | ⩾
|
1299
|
-
| `lesdotor` | ⪃
|
1300
|
-
| `gesdotol` | ⪄
|
1301
|
-
| `lnapprox` | ⪉
|
1302
|
-
| `gnapprox` | ⪊
|
1303
|
-
| `precneqq` | ⪵
|
1304
|
-
| `succneqq` | ⪶
|
1305
|
-
| `forksnot` | ⫝
|
1306
|
-
| `varVdash` | ⫦
|
1307
|
-
| `pentagon` | ⬠
|
1308
|
-
| `mathring` | ̊
|
1309
|
-
| `underbar` | ̱
|
1310
|
-
| `varsigma` | ς
|
1311
|
-
| `upStigma` | Ϛ
|
1312
|
-
| `upstigma` | ϛ
|
1313
|
-
| `varkappa` | ϰ
|
1314
|
-
| `upvarrho` | ϱ
|
1315
|
-
| `question` | ?
|
1316
|
-
| `mathcent` | ¢
|
1317
|
-
| `sterling` | £
|
1318
|
-
| `circledR` | ®
|
1319
|
-
| `uplambda` | λ
|
1320
|
-
| `upLambda` | Λ
|
1321
|
-
| `ddagger` | ‡
|
1322
|
-
| `trprime` | ‴
|
1323
|
-
| `closure` | ⁐
|
1324
|
-
| `annuity` | ⃧
|
1325
|
-
| `nwarrow` | ↖
|
1326
|
-
| `nearrow` | ↗
|
1327
|
-
| `searrow` | ↘
|
1328
|
-
| `swarrow` | ↙
|
1329
|
-
| `Uparrow` | ⇑
|
1330
|
-
| `Nwarrow` | ⇖
|
1331
|
-
| `Nearrow` | ⇗
|
1332
|
-
| `Searrow` | ⇘
|
1333
|
-
| `Swarrow` | ⇙
|
1334
|
-
| `nexists` | ∄
|
1335
|
-
| `smallin` | ∊
|
1336
|
-
| `smallni` | ∍
|
1337
|
-
| `dotplus` | ∔
|
1338
|
-
| `dbloint` | ∯
|
1339
|
-
| `eqcolon` | ∹
|
1340
|
-
| `backsim` | ∽
|
1341
|
-
| `simneqq` | ≆
|
1342
|
-
| `napprox` | ≉
|
1343
|
-
| `coloneq` | ≔
|
1344
|
-
| `varsdef` | ≜
|
1345
|
-
| `questeq` | ≟
|
1346
|
-
| `between` | ≬
|
1347
|
-
| `lesssim` | ≲
|
1348
|
-
| `ngtrsim` | ≵
|
1349
|
-
| `lessgtr` | ≶
|
1350
|
-
| `gtrless` | ≷
|
1351
|
-
| `precsim` | ≾
|
1352
|
-
| `succsim` | ≿
|
1353
|
-
| `nsubset` | ⊄
|
1354
|
-
| `nsupset` | ⊅
|
1355
|
-
| `boxplus` | ⊞
|
1356
|
-
| `imageof` | ⊷
|
1357
|
-
| `lessdot` | ⋖
|
1358
|
-
| `npreceq` | ⋠
|
1359
|
-
| `nsucceq` | ⋡
|
1360
|
-
| `isindot` | ⋵
|
1361
|
-
| `hexagon` | ⎔
|
1362
|
-
| `obrbrak` | ⏠
|
1363
|
-
| `ubrbrak` | ⏡
|
1364
|
-
| `benzenr` | ⏣
|
1365
|
-
| `squoval` | ▢
|
1366
|
-
| `Diamond` | ◇
|
1367
|
-
| `fisheye` | ◉
|
1368
|
-
| `lozenge` | ◊
|
1369
|
-
| `bigstar` | ★
|
1370
|
-
| `yinyang` | ☯
|
1371
|
-
| `frownie` | ☹
|
1372
|
-
| `sadface` | ☹
|
1373
|
-
| `mercury` | ☿
|
1374
|
-
| `Mercury` | ☿
|
1375
|
-
| `jupiter` | ♃
|
1376
|
-
| `Jupiter` | ♃
|
1377
|
-
| `neptune` | ♆
|
1378
|
-
| `Neptune` | ♆
|
1379
|
-
| `scorpio` | ♏
|
1380
|
-
| `Scorpio` | ♏
|
1381
|
-
| `varclub` | ♧
|
1382
|
-
| `natural` | ♮
|
1383
|
-
| `recycle` | ♻
|
1384
|
-
| `diceiii` | ⚂
|
1385
|
-
| `warning` | ⚠
|
1386
|
-
| `medcirc` | ⚪
|
1387
|
-
| `ballotx` | ✗
|
1388
|
-
| `maltese` | ✠
|
1389
|
-
| `varstar` | ✶
|
1390
|
-
| `lbrbrak` | ❲
|
1391
|
-
| `rbrbrak` | ❳
|
1392
|
-
| `suphsol` | ⟉
|
1393
|
-
| `pushout` | ⟔
|
1394
|
-
| `Lbrbrak` | ⟬
|
1395
|
-
| `Rbrbrak` | ⟭
|
1396
|
-
| `implies` | ⟹
|
1397
|
-
| `dbkarow` | ⤏
|
1398
|
-
| `leadsto` | ⤳
|
1399
|
-
| `subrarr` | ⥹
|
1400
|
-
| `suplarr` | ⥻
|
1401
|
-
| `llangle` | ⦉
|
1402
|
-
| `rrangle` | ⦊
|
1403
|
-
| `vzigzag` | ⦚
|
1404
|
-
| `obslash` | ⦸
|
1405
|
-
| `olcross` | ⦻
|
1406
|
-
| `cirscir` | ⧂
|
1407
|
-
| `boxdiag` | ⧄
|
1408
|
-
| `fbowtie` | ⧓
|
1409
|
-
| `lftimes` | ⧔
|
1410
|
-
| `lrtimes` | ⋈
|
1411
|
-
| `rftimes` | ⧕
|
1412
|
-
| `nvinfty` | ⧞
|
1413
|
-
| `dualmap` | ⧟
|
1414
|
-
| `shuffle` | ⧢
|
1415
|
-
| `thermod` | ⧧
|
1416
|
-
| `rsolbar` | ⧷
|
1417
|
-
| `bigodot` | ⨀
|
1418
|
-
| `varprod` | ⨉
|
1419
|
-
| `npolint` | ⨔
|
1420
|
-
| `project` | ⨡
|
1421
|
-
| `plushat` | ⨣
|
1422
|
-
| `simplus` | ⨤
|
1423
|
-
| `plusdot` | ⨥
|
1424
|
-
| `plussim` | ⨦
|
1425
|
-
| `intprod` | ⨼
|
1426
|
-
| `twocups` | ⩊
|
1427
|
-
| `twocaps` | ⩋
|
1428
|
-
| `veeodot` | ⩒
|
1429
|
-
| `percent` | %
|
1430
|
-
| `congdot` | ⩭
|
1431
|
-
| `eqqplus` | ⩱
|
1432
|
-
| `pluseqq` | ⩲
|
1433
|
-
| `Coloneq` | ⩴
|
1434
|
-
| `ddotseq` | ⩷
|
1435
|
-
| `equivDD` | ⩸
|
1436
|
-
| `ltquest` | ⩻
|
1437
|
-
| `gtquest` | ⩼
|
1438
|
-
| `lesdoto` | ⪁
|
1439
|
-
| `gesdoto` | ⪂
|
1440
|
-
| `eqqless` | ⪙
|
1441
|
-
| `simless` | ⪝
|
1442
|
-
| `bumpeqq` | ⪮
|
1443
|
-
| `precneq` | ⪱
|
1444
|
-
| `succneq` | ⪲
|
1445
|
-
| `preceqq` | ⪳
|
1446
|
-
| `succeqq` | ⪴
|
1447
|
-
| `llcurly` | ⪻
|
1448
|
-
| `ggcurly` | ⪼
|
1449
|
-
| `submult` | ⫁
|
1450
|
-
| `supmult` | ⫂
|
1451
|
-
| `subedot` | ⫃
|
1452
|
-
| `supedot` | ⫄
|
1453
|
-
| `lsqhook` | ⫍
|
1454
|
-
| `rsqhook` | ⫎
|
1455
|
-
| `suphsub` | ⫗
|
1456
|
-
| `supdsub` | ⫘
|
1457
|
-
| `topfork` | ⫚
|
1458
|
-
| `revnmid` | ⫮
|
1459
|
-
| `nhVvert` | ⫵
|
1460
|
-
| `lllnest` | ⫷
|
1461
|
-
| `gggnest` | ⫸
|
1462
|
-
| `trslash` | ⫻
|
1463
|
-
| `hzigzag` | 〰
|
1464
|
-
| `overbar` | ̅
|
1465
|
-
| `upAlpha` | Α
|
1466
|
-
| `upalpha` | α
|
1467
|
-
| `upKappa` | Κ
|
1468
|
-
| `upkappa` | κ
|
1469
|
-
| `Upsilon` | Υ
|
1470
|
-
| `varbeta` | ϐ
|
1471
|
-
| `upvarpi` | ϖ
|
1472
|
-
| `Digamma` | Ϝ
|
1473
|
-
| `digamma` | ϝ
|
1474
|
-
| `upKoppa` | Ϟ
|
1475
|
-
| `upkoppa` | ϟ
|
1476
|
-
| `upSampi` | Ϡ
|
1477
|
-
| `upsampi` | ϡ
|
1478
|
-
| `updelta` | δ
|
1479
|
-
| `upDelta` | Δ
|
1480
|
-
| `epsilon` | ϵ
|
1481
|
-
| `matheth` | ð
|
1482
|
-
| `greater` | >
|
1483
|
-
| `sptilde` | ~
|
1484
|
-
| `upgamma` | γ
|
1485
|
-
| `upGamma` | Γ
|
1486
|
-
| `upomega` | ω
|
1487
|
-
| `upOmega` | Ω
|
1488
|
-
| `upsigma` | σ
|
1489
|
-
| `upSigma` | Σ
|
1490
|
-
| `uptheta` | θ
|
1491
|
-
| `upTheta` | Θ
|
1492
|
-
| `dagger` | †
|
1493
|
-
| `upbeta` | β
|
1494
|
-
| `bullet` | •
|
1495
|
-
| `second` | ″
|
1496
|
-
| `dprime` | ″
|
1497
|
-
| `Exclam` | ‼
|
1498
|
-
| `exclam` | !
|
1499
|
-
| `fourth` | ⁗
|
1500
|
-
| `qprime` | ⁗
|
1501
|
-
| `ddddot` | ⃜
|
1502
|
-
| `hslash` | ℏ
|
1503
|
-
| `daleth` | ℸ
|
1504
|
-
| `invamp` | ⅋
|
1505
|
-
| `MapsUp` | ↥
|
1506
|
-
| `mapsup` | ↥
|
1507
|
-
| `coprod` | ∐
|
1508
|
-
| `coprod` | ∐
|
1509
|
-
| `oiiint` | ∰
|
1510
|
-
| `nsimeq` | ≄
|
1511
|
-
| `Bumpeq` | ≎
|
1512
|
-
| `bumpeq` | ≏
|
1513
|
-
| `eqcirc` | ≖
|
1514
|
-
| `circeq` | ≗
|
1515
|
-
| `wedgeq` | ≙
|
1516
|
-
| `stareq` | ≛
|
1517
|
-
| `measeq` | ≞
|
1518
|
-
| `nequiv` | ≢
|
1519
|
-
| `nasymp` | ≭
|
1520
|
-
| `apprle` | ≲
|
1521
|
-
| `gtrsim` | ≳
|
1522
|
-
| `apprge` | ≳
|
1523
|
-
| `cupdot` | ⊍
|
1524
|
-
| `ominus` | ⊖
|
1525
|
-
| `oslash` | ⊘
|
1526
|
-
| `boxdot` | ⊡
|
1527
|
-
| `assert` | ⊦
|
1528
|
-
| `models` | ⊧
|
1529
|
-
| `Vvdash` | ⊪
|
1530
|
-
| `nvdash` | ⊬
|
1531
|
-
| `nvDash` | ⊭
|
1532
|
-
| `nVdash` | ⊮
|
1533
|
-
| `nVDash` | ⊯
|
1534
|
-
| `prurel` | ⊰
|
1535
|
-
| `scurel` | ⊱
|
1536
|
-
| `origof` | ⊶
|
1537
|
-
| `veebar` | ⊻
|
1538
|
-
| `barvee` | ⊽
|
1539
|
-
| `Subset` | ⋐
|
1540
|
-
| `Supset` | ⋑
|
1541
|
-
| `gtrdot` | ⋗
|
1542
|
-
| `eqless` | ⋜
|
1543
|
-
| `nunlhd` | ⋬
|
1544
|
-
| `nunrhd` | ⋭
|
1545
|
-
| `iddots` | ⋰
|
1546
|
-
| `isinvb` | ⋸
|
1547
|
-
| `varnis` | ⋻
|
1548
|
-
| `niobar` | ⋾
|
1549
|
-
| `invneg` | ⌐
|
1550
|
-
| `invnot` | ⌐
|
1551
|
-
| `inttop` | ⌠
|
1552
|
-
| `topbot` | ⌶
|
1553
|
-
| `APLinv` | ⌹
|
1554
|
-
| `APLlog` | ⍟
|
1555
|
-
| `sumtop` | ⎲
|
1556
|
-
| `Circle` | ○
|
1557
|
-
| `CIRCLE` | ●
|
1558
|
-
| `boxbar` | ◫
|
1559
|
-
| `square` | ◻
|
1560
|
-
| `Square` | ☐
|
1561
|
-
| `danger` | ☡
|
1562
|
-
| `smiley` | ☺
|
1563
|
-
| `female` | ♀
|
1564
|
-
| `saturn` | ♄
|
1565
|
-
| `Saturn` | ♄
|
1566
|
-
| `uranus` | ♅
|
1567
|
-
| `Uranus` | ♅
|
1568
|
-
| `taurus` | ♉
|
1569
|
-
| `Taurus` | ♉
|
1570
|
-
| `gemini` | ♊
|
1571
|
-
| `Gemini` | ♊
|
1572
|
-
| `cancer` | ♋
|
1573
|
-
| `pisces` | ♓
|
1574
|
-
| `diceii` | ⚁
|
1575
|
-
| `diceiv` | ⚃
|
1576
|
-
| `dicevi` | ⚅
|
1577
|
-
| `anchor` | ⚓
|
1578
|
-
| `swords` | ⚔
|
1579
|
-
| `neuter` | ⚲
|
1580
|
-
| `pencil` | ✎
|
1581
|
-
| `veedot` | ⟇
|
1582
|
-
| `bigbot` | ⟘
|
1583
|
-
| `bigtop` | ⟙
|
1584
|
-
| `cirbot` | ⟟
|
1585
|
-
| `lBrack` | ⟦
|
1586
|
-
| `Lbrack` | ⟦
|
1587
|
-
| `rBrack` | ⟧
|
1588
|
-
| `Rbrack` | ⟧
|
1589
|
-
| `langle` | 〈
|
1590
|
-
| `lAngle` | ⟪
|
1591
|
-
| `rAngle` | ⟫
|
1592
|
-
| `rangle` | 〉
|
1593
|
-
| `lgroup` | ⟮
|
1594
|
-
| `rgroup` | ⟯
|
1595
|
-
| `Mapsto` | ⤇
|
1596
|
-
| `ltlarr` | ⥶
|
1597
|
-
| `gtrarr` | ⥸
|
1598
|
-
| `lBrace` | ⦃
|
1599
|
-
| `rBrace` | ⦄
|
1600
|
-
| `Lparen` | ⦅
|
1601
|
-
| `lParen` | ⦅
|
1602
|
-
| `Rparen` | ⦆
|
1603
|
-
| `rParen` | ⦆
|
1604
|
-
| `angles` | ⦞
|
1605
|
-
| `angdnr` | ⦟
|
1606
|
-
| `gtlpar` | ⦠
|
1607
|
-
| `boxast` | ⧆
|
1608
|
-
| `boxbox` | ⧈
|
1609
|
-
| `ltrivb` | ⧏
|
1610
|
-
| `vbrtri` | ⧐
|
1611
|
-
| `iinfin` | ⧜
|
1612
|
-
| `laplac` | ⧠
|
1613
|
-
| `eparsl` | ⧣
|
1614
|
-
| `tminus` | ⧿
|
1615
|
-
| `sumint` | ⨋
|
1616
|
-
| `iiiint` | ⨌
|
1617
|
-
| `intbar` | ⨍
|
1618
|
-
| `intBar` | ⨎
|
1619
|
-
| `sqrint` | ⨖
|
1620
|
-
| `intcap` | ⨙
|
1621
|
-
| `intcup` | ⨚
|
1622
|
-
| `lowint` | ⨜
|
1623
|
-
| `btimes` | ⨲
|
1624
|
-
| `Otimes` | ⨷
|
1625
|
-
| `capdot` | ⩀
|
1626
|
-
| `uminus` | ⩁
|
1627
|
-
| `barcup` | ⩂
|
1628
|
-
| `barcap` | ⩃
|
1629
|
-
| `cupvee` | ⩅
|
1630
|
-
| `dotsim` | ⩪
|
1631
|
-
| `eqqsim` | ⩳
|
1632
|
-
| `eqeqeq` | ⩶
|
1633
|
-
| `lesdot` | ⩿
|
1634
|
-
| `gesdot` | ⪀
|
1635
|
-
| `lesges` | ⪓
|
1636
|
-
| `gesles` | ⪔
|
1637
|
-
| `elsdot` | ⪗
|
1638
|
-
| `egsdot` | ⪘
|
1639
|
-
| `eqqgtr` | ⪚
|
1640
|
-
| `simgtr` | ⪞
|
1641
|
-
| `subsim` | ⫇
|
1642
|
-
| `supsim` | ⫈
|
1643
|
-
| `subsup` | ⫓
|
1644
|
-
| `supsub` | ⫔
|
1645
|
-
| `subsub` | ⫕
|
1646
|
-
| `supsup` | ⫖
|
1647
|
-
| `vDdash` | ⫢
|
1648
|
-
| `cirmid` | ⫯
|
1649
|
-
| `midcir` | ⫰
|
1650
|
-
| `topcir` | ⫱
|
1651
|
-
| `parsim` | ⫳
|
1652
|
-
| `sslash` | ⫽
|
1653
|
-
| `ovhook` | ̉
|
1654
|
-
| `candra` | ̐
|
1655
|
-
| `droang` | ̚
|
1656
|
-
| `utilde` | ̰
|
1657
|
-
| `upBeta` | Β
|
1658
|
-
| `upZeta` | Ζ
|
1659
|
-
| `upzeta` | ζ
|
1660
|
-
| `upIota` | Ι
|
1661
|
-
| `upiota` | ι
|
1662
|
-
| `Stigma` | Ϛ
|
1663
|
-
| `stigma` | ϛ
|
1664
|
-
| `varrho` | ϱ
|
1665
|
-
| `lparen` | (
|
1666
|
-
| `rparen` | )
|
1667
|
-
| `period` | .
|
1668
|
-
| `lbrack` | [
|
1669
|
-
| `rbrack` | ]
|
1670
|
-
| `lbrace` | {
|
1671
|
-
| `rbrace` | }
|
1672
|
-
| `pounds` | £
|
1673
|
-
| `spddot` | ¨
|
1674
|
-
| `atsign` | @
|
1675
|
-
| `minus` | −
|
1676
|
-
| `upphi` | ϕ
|
1677
|
-
| `upPhi` | Φ
|
1678
|
-
| `qquad` |     
|
1679
|
-
| `prime` | ′
|
1680
|
-
| `third` | ‴
|
1681
|
-
| `dddot` | ⃛
|
1682
|
-
| `DDDot` | ⃛
|
1683
|
-
| `Euler` | ℇ
|
1684
|
-
| `tcohm` | Ω
|
1685
|
-
| `gimel` | ℷ
|
1686
|
-
| `upand` | ⅋
|
1687
|
-
| `notni` | ∌
|
1688
|
-
| `slash` | ∕
|
1689
|
-
| `iiint` | ∭
|
1690
|
-
| `oiint` | ∯
|
1691
|
-
| `Colon` | ∷
|
1692
|
-
| `colon` | :
|
1693
|
-
| `rceil` | ⌉
|
1694
|
-
| `eqsim` | ≂
|
1695
|
-
| `simeq` | ≃
|
1696
|
-
| `nsime` | ≄
|
1697
|
-
| `ncong` | ≇
|
1698
|
-
| `asymp` | ≍
|
1699
|
-
| `doteq` | ≐
|
1700
|
-
| `Doteq` | ≑
|
1701
|
-
| `arceq` | ≘
|
1702
|
-
| `veeeq` | ≚
|
1703
|
-
| `eqdef` | ≝
|
1704
|
-
| `Equiv` | ≣
|
1705
|
-
| `lneqq` | ≨
|
1706
|
-
| `gneqq` | ≩
|
1707
|
-
| `nless` | ≮
|
1708
|
-
| `nprec` | ⊀
|
1709
|
-
| `nsucc` | ⊁
|
1710
|
-
| `uplus` | ⊎
|
1711
|
-
| `sqcap` | ⊓
|
1712
|
-
| `sqcup` | ⊔
|
1713
|
-
| `dashv` | ⊣
|
1714
|
-
| `Vdash` | ⊩
|
1715
|
-
| `VDash` | ⊫
|
1716
|
-
| `vDash` | ⊨
|
1717
|
-
| `unlhd` | ⊴
|
1718
|
-
| `unrhd` | ⊵
|
1719
|
-
| `eqgtr` | ⋝
|
1720
|
-
| `lnsim` | ⋦
|
1721
|
-
| `gnsim` | ⋧
|
1722
|
-
| `adots` | ⋰
|
1723
|
-
| `disin` | ⋲
|
1724
|
-
| `isins` | ⋴
|
1725
|
-
| `barin` | ⋶
|
1726
|
-
| `isinE` | ⋹
|
1727
|
-
| `house` | ⌂
|
1728
|
-
| `smile` | ⌣
|
1729
|
-
| `strns` | ⏤
|
1730
|
-
| `fltns` | ⏥
|
1731
|
-
| `ularc` | ◜
|
1732
|
-
| `urarc` | ◝
|
1733
|
-
| `lrarc` | ◞
|
1734
|
-
| `llarc` | ◟
|
1735
|
-
| `skull` | ☠
|
1736
|
-
| `Venus` | ♀
|
1737
|
-
| `earth` | ♁
|
1738
|
-
| `pluto` | ♇
|
1739
|
-
| `Pluto` | ♇
|
1740
|
-
| `aries` | ♈
|
1741
|
-
| `Aries` | ♈
|
1742
|
-
| `virgo` | ♍
|
1743
|
-
| `libra` | ♎
|
1744
|
-
| `Libra` | ♎
|
1745
|
-
| `sharp` | ♯
|
1746
|
-
| `dicei` | ⚀
|
1747
|
-
| `dicev` | ⚄
|
1748
|
-
| `psurj` | ⤀
|
1749
|
-
| `Vvert` | ⦀
|
1750
|
-
| `lblot` | ⦉
|
1751
|
-
| `rblot` | ⦊
|
1752
|
-
| `operp` | ⦹
|
1753
|
-
| `zhide` | ⧹
|
1754
|
-
| `xbsol` | ⧹
|
1755
|
-
| `tplus` | ⧾
|
1756
|
-
| `awint` | ⨑
|
1757
|
-
| `sqint` | ⨖
|
1758
|
-
| `upint` | ⨛
|
1759
|
-
| `lceil` | ⌈
|
1760
|
-
| `zpipe` | ⨠
|
1761
|
-
| `amalg` | ⨿
|
1762
|
-
| `Sqcap` | ⩎
|
1763
|
-
| `Sqcup` | ⩏
|
1764
|
-
| `Wedge` | ⩓
|
1765
|
-
| `ndres` | ⩤
|
1766
|
-
| `nrres` | ⩥
|
1767
|
-
| `eqdot` | ⩦
|
1768
|
-
| `asteq` | ⩮
|
1769
|
-
| `Equal` | ⩵
|
1770
|
-
| `equal` | =
|
1771
|
-
| `ltcir` | ⩹
|
1772
|
-
| `gtcir` | ⩺
|
1773
|
-
| `lsime` | ⪍
|
1774
|
-
| `gsime` | ⪎
|
1775
|
-
| `lsimg` | ⪏
|
1776
|
-
| `gsiml` | ⪐
|
1777
|
-
| `simlE` | ⪟
|
1778
|
-
| `simgE` | ⪠
|
1779
|
-
| `lescc` | ⪨
|
1780
|
-
| `gescc` | ⪩
|
1781
|
-
| `csube` | ⫑
|
1782
|
-
| `csupe` | ⫒
|
1783
|
-
| `forkv` | ⫙
|
1784
|
-
| `forks` | ⫝̸
|
1785
|
-
| `perps` | ⫡
|
1786
|
-
| `dashV` | ⫣
|
1787
|
-
| `Dashv` | ⫤
|
1788
|
-
| `DashV` | ⫥
|
1789
|
-
| `vBarv` | ⫩
|
1790
|
-
| `nhpar` | ⫲
|
1791
|
-
| `hline` | ⎯
|
1792
|
-
| `imath` | ı
|
1793
|
-
| `jmath` | ȷ
|
1794
|
-
| `grave` | ̀
|
1795
|
-
| `acute` | ́
|
1796
|
-
| `breve` | ̆
|
1797
|
-
| `ocirc` | ̊
|
1798
|
-
| `check` | ̌
|
1799
|
-
| `upEta` | Η
|
1800
|
-
| `upeta` | η
|
1801
|
-
| `upRho` | Ρ
|
1802
|
-
| `uprho` | ρ
|
1803
|
-
| `upTau` | Τ
|
1804
|
-
| `uptau` | τ
|
1805
|
-
| `upChi` | Χ
|
1806
|
-
| `varpi` | ϖ
|
1807
|
-
| `Qoppa` | Ϙ
|
1808
|
-
| `Koppa` | Ϙ
|
1809
|
-
| `qoppa` | ϙ
|
1810
|
-
| `koppa` | ϙ
|
1811
|
-
| `Sampi` | Ϡ
|
1812
|
-
| `sampi` | ϡ
|
1813
|
-
| `comma` | ,
|
1814
|
-
| `sphat` | ^
|
1815
|
-
| `Micro` | µ
|
1816
|
-
| `cdotp` | ·
|
1817
|
-
| `upchi` | χ
|
1818
|
-
| `uppsi` | ψ
|
1819
|
-
| `upPsi` | Ψ
|
1820
|
-
| `tinj` | ↣
|
1821
|
-
| `uppi` | π
|
1822
|
-
| `upPi` | Π
|
1823
|
-
| `tsur` | ↠
|
1824
|
-
| `less` | <
|
1825
|
-
| `Vert` | ‖
|
1826
|
-
| `vert` | |
|
1827
|
-
| `euro` | €
|
1828
|
-
| `lvec` | ⃐
|
1829
|
-
| `LVec` | ⃖
|
1830
|
-
| `Finv` | Ⅎ
|
1831
|
-
| `beth` | ℶ
|
1832
|
-
| `Game` | ⅁
|
1833
|
-
| `dlsh` | ↲
|
1834
|
-
| `Ldsh` | ↲
|
1835
|
-
| `drsh` | ↳
|
1836
|
-
| `Rdsh` | ↳
|
1837
|
-
| `pfun` | ⇸
|
1838
|
-
| `ffun` | ⇻
|
1839
|
-
| `nexi` | ∄
|
1840
|
-
| `owns` | ∋
|
1841
|
-
| `nmid` | ∤
|
1842
|
-
| `iint` | ∬
|
1843
|
-
| `oint` | ∮
|
1844
|
-
| `nsim` | ≁
|
1845
|
-
| `sdef` | ≙
|
1846
|
-
| `leqq` | ≦
|
1847
|
-
| `geqq` | ≧
|
1848
|
-
| `ngtr` | ≯
|
1849
|
-
| `nleq` | ≰
|
1850
|
-
| `ngeq` | ≱
|
1851
|
-
| `buni` | ⊎
|
1852
|
-
| `hash` | ⋕
|
1853
|
-
| `nisd` | ⋺
|
1854
|
-
| `obar` | ⌽
|
1855
|
-
| `rres` | ▷
|
1856
|
-
| `dres` | ◁
|
1857
|
-
| `XBox` | ☒
|
1858
|
-
| `male` | ♂
|
1859
|
-
| `Mars` | ♂
|
1860
|
-
| `flat` | ♭
|
1861
|
-
| `perp` | ⟂
|
1862
|
-
| `Lbag` | ⟅
|
1863
|
-
| `lbag` | ⟅
|
1864
|
-
| `Rbag` | ⟆
|
1865
|
-
| `rbag` | ⟆
|
1866
|
-
| `upin` | ⟒
|
1867
|
-
| `lang` | ⟪
|
1868
|
-
| `rang` | ⟫
|
1869
|
-
| `psur` | ⤀
|
1870
|
-
| `pinj` | ⤔
|
1871
|
-
| `finj` | ⤕
|
1872
|
-
| `tona` | ⤧
|
1873
|
-
| `toea` | ⤨
|
1874
|
-
| `tosa` | ⤩
|
1875
|
-
| `towa` | ⤪
|
1876
|
-
| `VERT` | ⦀
|
1877
|
-
| `spot` | ⦁
|
1878
|
-
| `limg` | ⦇
|
1879
|
-
| `rimg` | ⦈
|
1880
|
-
| `obot` | ⦺
|
1881
|
-
| `cirE` | ⧃
|
1882
|
-
| `dsol` | ⧶
|
1883
|
-
| `xsol` | ⧸
|
1884
|
-
| `hide` | ⧹
|
1885
|
-
| `fint` | ⨏
|
1886
|
-
| `intx` | ⨘
|
1887
|
-
| `Join` | ⨝
|
1888
|
-
| `zcmp` | ⨟
|
1889
|
-
| `semi` | ⨟
|
1890
|
-
| `odiv` | ⨸
|
1891
|
-
| `fcmp` | ⨾
|
1892
|
-
| `comp` | ⨾
|
1893
|
-
| `dsub` | ⩤
|
1894
|
-
| `rsub` | ⩥
|
1895
|
-
| `eqeq` | ⩵
|
1896
|
-
| `Same` | ⩶
|
1897
|
-
| `lneq` | ⪇
|
1898
|
-
| `lnot` | ¬
|
1899
|
-
| `gneq` | ⪈
|
1900
|
-
| `ltcc` | ⪦
|
1901
|
-
| `gtcc` | ⪧
|
1902
|
-
| `smte` | ⪬
|
1903
|
-
| `late` | ⪭
|
1904
|
-
| `Prec` | ⪻
|
1905
|
-
| `Succ` | ⪼
|
1906
|
-
| `csub` | ⫏
|
1907
|
-
| `csup` | ⫐
|
1908
|
-
| `mlcp` | ⫛
|
1909
|
-
| `Barv` | ⫧
|
1910
|
-
| `vBar` | ⫨
|
1911
|
-
| `barV` | ⫪
|
1912
|
-
| `Vbar` | ⫫
|
1913
|
-
| `Perp` | ⫫
|
1914
|
-
| `bNot` | ⫭
|
1915
|
-
| `Zbar` | Ƶ
|
1916
|
-
| `ddot` | ̈
|
1917
|
-
| `plus` | +
|
1918
|
-
| `DDot` | ̈
|
1919
|
-
| `ring` | ̊
|
1920
|
-
| `upMu` | Μ
|
1921
|
-
| `upmu` | μ
|
1922
|
-
| `upNu` | Ν
|
1923
|
-
| `upnu` | ν
|
1924
|
-
| `cent` | ¢
|
1925
|
-
| `tcmu` | µ
|
1926
|
-
| `dint` | ⋂
|
1927
|
-
| `duni` | ⋃
|
1928
|
-
| `gets` | ←
|
1929
|
-
| `land` | ∧
|
1930
|
-
| `upxi` | ξ
|
1931
|
-
| `upXi` | Ξ
|
1932
|
-
| `neq` | ≠
|
1933
|
-
| `leq` | ≤
|
1934
|
-
| `exi` | ∃
|
1935
|
-
| `geq` | ≥
|
1936
|
-
| `bij` | ⤖
|
1937
|
-
| `cat` | ⁀
|
1938
|
-
| `Vec` | ⃗
|
1939
|
-
| `ell` | ℓ
|
1940
|
-
| `mho` | ℧
|
1941
|
-
| `Mho` | ℧
|
1942
|
-
| `Yup` | ⅄
|
1943
|
-
| `Lsh` | ↰
|
1944
|
-
| `Rsh` | ↱
|
1945
|
-
| `nni` | ∌
|
1946
|
-
| `QED` | ∎
|
1947
|
-
| `mid` | ∣
|
1948
|
-
| `int` | ∫
|
1949
|
-
| `sim` | ∼
|
1950
|
-
| `Cap` | ⋒
|
1951
|
-
| `Cup` | ⋓
|
1952
|
-
| `lll` | ⋘
|
1953
|
-
| `ggg` | ⋙
|
1954
|
-
| `nis` | ⋼
|
1955
|
-
| `RHD` | ▶
|
1956
|
-
| `rhd` | ▷
|
1957
|
-
| `nin` | ∉
|
1958
|
-
| `LHD` | ◀
|
1959
|
-
| `rel` | ↔
|
1960
|
-
| `lhd` | ◁
|
1961
|
-
| `Sun` | ☉
|
1962
|
-
| `sun` | ☼
|
1963
|
-
| `leo` | ♌
|
1964
|
-
| `Leo` | ♌
|
1965
|
-
| `iff` | ⟺
|
1966
|
-
| `Vee` | ⩔
|
1967
|
-
| `lor` | ∨
|
1968
|
-
| `lgE` | ⪑
|
1969
|
-
| `glE` | ⪒
|
1970
|
-
| `glj` | ⪤
|
1971
|
-
| `gla` | ⪥
|
1972
|
-
| `smt` | ⪪
|
1973
|
-
| `lat` | ⪫
|
1974
|
-
| `Top` | ⫪
|
1975
|
-
| `Bot` | ⫫
|
1976
|
-
| `Not` | ⫬
|
1977
|
-
| `dot` | ̇
|
1978
|
-
| `Dot` | ̇
|
1979
|
-
| `not` | ̸
|
1980
|
-
| `yen` | ¥
|
1981
|
-
| `eth` | ð
|
1982
|
-
| `Im` | ℑ
|
1983
|
-
| `wp` | ℘
|
1984
|
-
| `Re` | ℜ
|
1985
|
-
| `DD` | ⅅ
|
1986
|
-
| `dd` | ⅆ
|
1987
|
-
| `ee` | ⅇ
|
1988
|
-
| `ii` | ⅈ
|
1989
|
-
| `jj` | ⅉ
|
1990
|
-
| `ni` | ∋
|
1991
|
-
| `mp` | ∓
|
1992
|
-
| `AC` | ∿
|
1993
|
-
| `wr` | ≀
|
1994
|
-
| `ll` | ≪
|
1995
|
-
| `gg` | ≫
|
1996
|
-
| `Lt` | ⪡
|
1997
|
-
| `Gt` | ⪢
|
1998
|
-
|===
|