The following table gives the suggested dictionary of rendering
properties for operators, fences, separators, and accents in MathML, all of
which are represented by mo
elements. For brevity,
all such elements will be called simply "operators" in this
Appendix.
Note that the dictionary is indexed not just by the element
content, but by the element content and form
attribute
value, together. Operators with more than one possible form have more
than one entry. The MathML specification describes how the renderer
chooses ("infers") which form to use when no form
attribute is given; see Section 3.2.5.7.2 Default value of the form attribute.
Having made that choice, or with the form
attribute
explicitly specified in the <mo>
element's start
tag, the MathML renderer uses the remaining attributes from the
dictionary entry for the appropriate single form of that operator,
ignoring the entries for the other possible forms.
In the table below, all non-ASCII characters are represented by XML-style hexadecimal numeric character references. The choice of markup (character data, numeric character reference or named entity reference) for a given character in MathML has no effect on its rendering.
Each row of the table is indexed as described above by the both the character
(given by code point and Unicode Name) and the value of the form attribute.
The fourth column gives the priority which as described in Section 3.3.1 Horizontally Group Sub-Expressions
<mrow>
),
is significant for the proper grouping of sub-expressions using <mrow>
.
The rule described
there is especially relevant to the automatic generation of MathML by
conversion from other formats for displayed mathematics, such as TEX,
which do not always specify how sub-expressions nest.
The length valued attributes such as lspace
are given explicitly in the following columns.
Boolean valued attributes such as stretchy
are specified together in the final Properties
column by listing the attribute name if its value should be set to true by the dictionary.
Finally some rarely used non-boolean properties are shown in the Properties column together with a value,
for example linebreakstyle
=after.
Any attribute not listed for some entry has its default value,
which is given in parentheses in the table of attributes in Section 3.2.5 Operator, Fence, Separator or Accent
<mo>
.
( | ( | left parenthesis | prefix | 1 | 0 | 0 | fence, stretchy |
---|
could be expressed as an mo
element by:
<mo form="prefix" fence="true" stretchy="true" lspace="0em" rspace="0em"> ( </mo> |
(note the whitespace added around the content for readability; Such whitespace will be ignored by a MathML system, as described in Section 2.1.7 Collapsing Whitespace in Input.
This entry means that, for MathML renderers which use this
suggested operator dictionary, giving the element
<mo form="prefix"> ( </mo>
alone, or simply
<mo> ( </mo>
in a position for which
form="prefix"
would be inferred (see below), is equivalent to giving the element
with all attributes as shown above.
In some versions of this specification, the rows of the table may be reordered by clicking on a heading in the top row, to cause the table to be ordered by that column.
lspace
and
rspace
attributes
The values for lspace
and rspace
given here range from 0 to 7,
they are given numerically in order to save space in the table,
the values should be taken as referring to the named mathematical spaces, as follows.
Table Entry | Named Space | Default Length |
---|---|---|
0 | 0 em | |
1 | veryverythinmathspace | 1/18 em |
2 | verythinmathspace | 2/18 em |
3 | thinmathspace | 3/18 em |
4 | mediummathspace | 4/18 em |
5 | thickmathspace | 5/18 em |
6 | verythickmathspace | 6/18 em |
7 | veryverythickmathspace | 7/18 em |
For the invisible operators whose content is ⁢
or ⁡
,
it is suggested that MathML renderers choose spacing in a context-sensitive
way (which is an exception to the static values given in the following
table). For <mo>⁡</mo>
, the total
spacing ("lspace"+"rspace") in
expressions such as "sin x" (where the right operand
doesn't start with a fence) should be greater than zero; for
<mo>⁢</mo>
, the total spacing
should be greater than zero when both operands (or the nearest tokens on
either side, if on the baseline) are identifiers displayed in a non-slanted
font (i.e.. under the suggested rules, when both operands are
multi-character identifiers).
Some renderers may wish to use no spacing for most operators
appearing in scripts (i.e. when scriptlevel
is greater
than 0; see Section 3.3.4 Style Change <mstyle>
), as is the case in TEX.
Character | Glyph | Name | form | priority | lspace | rspace | Properties |
---|---|---|---|---|---|---|---|
‘ | ‘ | left single quotation mark | prefix | 10 | 0 | 0 | fence |
’ | ’ | right single quotation mark | postfix | 10 | 0 | 0 | fence |
“ | “ | left double quotation mark | prefix | 10 | 0 | 0 | fence |
” | ” | right double quotation mark | postfix | 10 | 0 | 0 | fence |
( | ( | left parenthesis | prefix | 20 | 0 | 0 | fence, stretchy, symmetric |
) | ) | right parenthesis | postfix | 20 | 0 | 0 | fence, stretchy, symmetric |
[ | [ | left square bracket | prefix | 20 | 0 | 0 | fence, stretchy, symmetric |
] | ] | right square bracket | postfix | 20 | 0 | 0 | fence, stretchy, symmetric |
{ | { | left curly bracket | prefix | 20 | 0 | 0 | fence, stretchy, symmetric |
| | | | vertical line | prefix | 20 | 0 | 0 | fence, stretchy, symmetric |
| | | | vertical line | postfix | 20 | 0 | 0 | fence, stretchy, symmetric |
|| | || | multiple character operator: || | prefix | 20 | 0 | 0 | fence, stretchy, symmetric |
|| | || | multiple character operator: || | postfix | 20 | 0 | 0 | fence, stretchy, symmetric |
||| | ||| | multiple character operator: ||| | prefix | 20 | 0 | 0 | fence, stretchy, symmetric |
||| | ||| | multiple character operator: ||| | postfix | 20 | 0 | 0 | fence, stretchy, symmetric |
} | } | right curly bracket | postfix | 20 | 0 | 0 | fence, stretchy, symmetric |
‖ | ‖ | double vertical line | prefix | 20 | 0 | 0 | fence, stretchy |
‖ | ‖ | double vertical line | postfix | 20 | 0 | 0 | fence, stretchy |
⌈ | ⌈ | left ceiling | prefix | 20 | 0 | 0 | fence, stretchy, symmetric |
⌉ | ⌉ | right ceiling | postfix | 20 | 0 | 0 | fence, stretchy, symmetric |
⌊ | ⌊ | left floor | prefix | 20 | 0 | 0 | fence, stretchy, symmetric |
⌋ | ⌋ | right floor | postfix | 20 | 0 | 0 | fence, stretchy, symmetric |
〈 | 〈 | left-pointing angle bracket | prefix | 20 | 0 | 0 | fence, stretchy, symmetric |
〉 | 〉 | right-pointing angle bracket | postfix | 20 | 0 | 0 | fence, stretchy, symmetric |
❲ | ❲ | light left tortoise shell bracket ornament | prefix | 20 | 0 | 0 | fence, stretchy, symmetric |
❳ | ❳ | light right tortoise shell bracket ornament | postfix | 20 | 0 | 0 | fence, stretchy, symmetric |
⟦ | ⟦ | mathematical left white square bracket | prefix | 20 | 0 | 0 | fence, stretchy, symmetric |
⟧ | ⟧ | mathematical right white square bracket | postfix | 20 | 0 | 0 | fence, stretchy, symmetric |
⟨ | ⟨ | mathematical left angle bracket | prefix | 20 | 0 | 0 | fence, stretchy, symmetric |
⟩ | ⟩ | mathematical right angle bracket | postfix | 20 | 0 | 0 | fence, stretchy, symmetric |
⟪ | ⟪ | mathematical left double angle bracket | prefix | 20 | 0 | 0 | fence, stretchy, symmetric |
⟫ | ⟫ | mathematical right double angle bracket | postfix | 20 | 0 | 0 | fence, stretchy, symmetric |
⟬ | ⟬ | mathematical left white tortoise shell bracket | prefix | 20 | 0 | 0 | fence, stretchy, symmetric |
⟭ | ⟭ | mathematical right white tortoise shell bracket | postfix | 20 | 0 | 0 | fence, stretchy, symmetric |
⟮ | ⟮ | mathematical left flattened parenthesis | prefix | 20 | 0 | 0 | fence, stretchy, symmetric |
⟯ | ⟯ | mathematical right flattened parenthesis | postfix | 20 | 0 | 0 | fence, stretchy, symmetric |
⦀ | ⦀ | triple vertical bar delimiter | prefix | 20 | 0 | 0 | fence, stretchy |
⦀ | ⦀ | triple vertical bar delimiter | postfix | 20 | 0 | 0 | fence, stretchy |
⦃ | ⦃ | left white curly bracket | prefix | 20 | 0 | 0 | fence, stretchy, symmetric |
⦄ | ⦄ | right white curly bracket | postfix | 20 | 0 | 0 | fence, stretchy, symmetric |
⦅ | ⦅ | left white parenthesis | prefix | 20 | 0 | 0 | fence, stretchy, symmetric |
⦆ | ⦆ | right white parenthesis | postfix | 20 | 0 | 0 | fence, stretchy, symmetric |
⦇ | ⦇ | z notation left image bracket | prefix | 20 | 0 | 0 | fence, stretchy, symmetric |
⦈ | ⦈ | z notation right image bracket | postfix | 20 | 0 | 0 | fence, stretchy, symmetric |
⦉ | ⦉ | z notation left binding bracket | prefix | 20 | 0 | 0 | fence, stretchy, symmetric |
⦊ | ⦊ | z notation right binding bracket | postfix | 20 | 0 | 0 | fence, stretchy, symmetric |
⦋ | ⦋ | left square bracket with underbar | prefix | 20 | 0 | 0 | fence, stretchy, symmetric |
⦌ | ⦌ | right square bracket with underbar | postfix | 20 | 0 | 0 | fence, stretchy, symmetric |
⦍ | ⦍ | left square bracket with tick in top corner | prefix | 20 | 0 | 0 | fence, stretchy, symmetric |
⦎ | ⦎ | right square bracket with tick in bottom corner | postfix | 20 | 0 | 0 | fence, stretchy, symmetric |
⦏ | ⦏ | left square bracket with tick in bottom corner | prefix | 20 | 0 | 0 | fence, stretchy, symmetric |
⦐ | ⦐ | right square bracket with tick in top corner | postfix | 20 | 0 | 0 | fence, stretchy, symmetric |
⦑ | ⦑ | left angle bracket with dot | prefix | 20 | 0 | 0 | fence, stretchy, symmetric |
⦒ | ⦒ | right angle bracket with dot | postfix | 20 | 0 | 0 | fence, stretchy, symmetric |
⦓ | ⦓ | left arc less-than bracket | prefix | 20 | 0 | 0 | fence, stretchy, symmetric |
⦔ | ⦔ | right arc greater-than bracket | postfix | 20 | 0 | 0 | fence, stretchy, symmetric |
⦕ | ⦕ | double left arc greater-than bracket | prefix | 20 | 0 | 0 | fence, stretchy, symmetric |
⦖ | ⦖ | double right arc less-than bracket | postfix | 20 | 0 | 0 | fence, stretchy, symmetric |
⦗ | ⦗ | left black tortoise shell bracket | prefix | 20 | 0 | 0 | fence, stretchy, symmetric |
⦘ | ⦘ | right black tortoise shell bracket | postfix | 20 | 0 | 0 | fence, stretchy, symmetric |
⧼ | ⧼ | left-pointing curved angle bracket | prefix | 20 | 0 | 0 | fence, stretchy, symmetric |
⧽ | ⧽ | right-pointing curved angle bracket | postfix | 20 | 0 | 0 | fence, stretchy, symmetric |
; | ; | semicolon | infix | 30 | 0 | 3 | separator, linebreakstyle=after |
, | , | comma | infix | 40 | 0 | 3 | separator, linebreakstyle=after |
⁣ | | invisible separator | infix | 40 | 0 | 0 | separator, linebreakstyle=after |
∴ | ∴ | therefore | infix | 70 | 5 | 5 | |
∵ | ∵ | because | infix | 70 | 5 | 5 | |
-> | -> | multiple character operator: -> | infix | 90 | 5 | 5 | |
.. | .. | multiple character operator: .. | postfix | 100 | 0 | 0 | |
... | ... | multiple character operator: ... | postfix | 100 | 0 | 0 | |
: | : | colon | infix | 100 | 1 | 2 | |
϶ | ϶ | greek reversed lunate epsilon symbol | infix | 110 | 5 | 5 | |
… | … | horizontal ellipsis | infix | 150 | 0 | 0 | |
⋮ | ⋮ | vertical ellipsis | infix | 150 | 5 | 5 | |
⋯ | ⋯ | midline horizontal ellipsis | infix | 150 | 0 | 0 | |
⋱ | ⋱ | down right diagonal ellipsis | infix | 150 | 5 | 5 | |
∋ | ∋ | contains as member | infix | 160 | 5 | 5 | |
⊢ | ⊢ | right tack | infix | 170 | 5 | 5 | |
⊣ | ⊣ | left tack | infix | 170 | 5 | 5 | |
⊤ | ⊤ | down tack | infix | 170 | 5 | 5 | |
⊨ | ⊨ | true | infix | 170 | 5 | 5 | |
⊩ | ⊩ | forces | infix | 170 | 5 | 5 | |
⊬ | ⊬ | does not prove | infix | 170 | 5 | 5 | |
⊭ | ⊭ | not true | infix | 170 | 5 | 5 | |
⊮ | ⊮ | does not force | infix | 170 | 5 | 5 | |
⊯ | ⊯ | negated double vertical bar double right turnstile | infix | 170 | 5 | 5 | |
∨ | ∨ | logical or | infix | 190 | 4 | 4 | |
&& | && | multiple character operator: && | infix | 200 | 4 | 4 | |
∧ | ∧ | logical and | infix | 200 | 4 | 4 | |
∀ | ∀ | for all | prefix | 230 | 2 | 1 | |
∃ | ∃ | there exists | prefix | 230 | 2 | 1 | |
∄ | ∄ | there does not exist | prefix | 230 | 2 | 1 | |
∁ | ∁ | complement | infix | 240 | 1 | 2 | |
∈ | ∈ | element of | infix | 240 | 5 | 5 | |
∉ | ∉ | not an element of | infix | 240 | 5 | 5 | |
∌ | ∌ | does not contain as member | infix | 240 | 5 | 5 | |
⊂ | ⊂ | subset of | infix | 240 | 5 | 5 | |
⊂⃒ | ⊂⃒ | subset of with vertical line | infix | 240 | 5 | 5 | |
⊃ | ⊃ | superset of | infix | 240 | 5 | 5 | |
⊃⃒ | ⊃⃒ | superset of with vertical line | infix | 240 | 5 | 5 | |
⊄ | ⊄ | not a subset of | infix | 240 | 5 | 5 | |
⊅ | ⊅ | not a superset of | infix | 240 | 5 | 5 | |
⊆ | ⊆ | subset of or equal to | infix | 240 | 5 | 5 | |
⊇ | ⊇ | superset of or equal to | infix | 240 | 5 | 5 | |
⊈ | ⊈ | neither a subset of nor equal to | infix | 240 | 5 | 5 | |
⊉ | ⊉ | neither a superset of nor equal to | infix | 240 | 5 | 5 | |
⊊ | ⊊ | subset of with not equal to | infix | 240 | 5 | 5 | |
⊋ | ⊋ | superset of with not equal to | infix | 240 | 5 | 5 | |
<= | <= | multiple character operator: <= | infix | 241 | 5 | 5 | |
≤ | ≤ | less-than or equal to | infix | 241 | 5 | 5 | |
≥ | ≥ | greater-than or equal to | infix | 242 | 5 | 5 | |
> | > | greater-than sign | infix | 243 | 5 | 5 | |
>= | >= | multiple character operator: >= | infix | 243 | 5 | 5 | |
≯ | ≯ | not greater-than | infix | 244 | 5 | 5 | |
< | < | less-than sign | infix | 245 | 5 | 5 | |
≮ | ≮ | not less-than | infix | 246 | 5 | 5 | |
≈ | ≈ | almost equal to | infix | 247 | 5 | 5 | |
∼ | ∼ | tilde operator | infix | 250 | 5 | 5 | |
≉ | ≉ | not almost equal to | infix | 250 | 5 | 5 | |
≢ | ≢ | not identical to | infix | 252 | 5 | 5 | |
≠ | ≠ | not equal to | infix | 255 | 5 | 5 | |
!= | != | multiple character operator: != | infix | 260 | 4 | 4 | |
*= | *= | multiple character operator: *= | infix | 260 | 4 | 4 | |
+= | += | multiple character operator: += | infix | 260 | 4 | 4 | |
-= | -= | multiple character operator: -= | infix | 260 | 4 | 4 | |
/= | /= | multiple character operator: /= | infix | 260 | 4 | 4 | |
:= | := | multiple character operator: := | infix | 260 | 4 | 4 | |
= | = | equals sign | infix | 260 | 5 | 5 | |
== | == | multiple character operator: == | infix | 260 | 4 | 4 | |
∝ | ∝ | proportional to | infix | 260 | 5 | 5 | |
∤ | ∤ | does not divide | infix | 260 | 5 | 5 | |
∥ | ∥ | parallel to | infix | 260 | 5 | 5 | |
∦ | ∦ | not parallel to | infix | 260 | 5 | 5 | |
≁ | ≁ | not tilde | infix | 260 | 5 | 5 | |
≃ | ≃ | asymptotically equal to | infix | 260 | 5 | 5 | |
≄ | ≄ | not asymptotically equal to | infix | 260 | 5 | 5 | |
≅ | ≅ | approximately equal to | infix | 260 | 5 | 5 | |
≆ | ≆ | approximately but not actually equal to | infix | 260 | 5 | 5 | |
≇ | ≇ | neither approximately nor actually equal to | infix | 260 | 5 | 5 | |
≍ | ≍ | equivalent to | infix | 260 | 5 | 5 | |
≔ | ≔ | colon equals | infix | 260 | 5 | 5 | |
≗ | ≗ | ring equal to | infix | 260 | 5 | 5 | |
≙ | ≙ | estimates | infix | 260 | 5 | 5 | |
≚ | ≚ | equiangular to | infix | 260 | 5 | 5 | |
≛ | ≛ | star equals | infix | 260 | 5 | 5 | |
≜ | ≜ | delta equal to | infix | 260 | 5 | 5 | |
≟ | ≟ | questioned equal to | infix | 260 | 5 | 5 | |
≡ | ≡ | identical to | infix | 260 | 5 | 5 | |
≨ | ≨ | less-than but not equal to | infix | 260 | 5 | 5 | |
≩ | ≩ | greater-than but not equal to | infix | 260 | 5 | 5 | |
≪ | ≪ | much less-than | infix | 260 | 5 | 5 | |
≪̸ | ≪̸ | much less than with slash | infix | 260 | 5 | 5 | |
≫ | ≫ | much greater-than | infix | 260 | 5 | 5 | |
≫̸ | ≫̸ | much greater than with slash | infix | 260 | 5 | 5 | |
≭ | ≭ | not equivalent to | infix | 260 | 5 | 5 | |
≰ | ≰ | neither less-than nor equal to | infix | 260 | 5 | 5 | |
≱ | ≱ | neither greater-than nor equal to | infix | 260 | 5 | 5 | |
≺ | ≺ | precedes | infix | 260 | 5 | 5 | |
≻ | ≻ | succeeds | infix | 260 | 5 | 5 | |
≼ | ≼ | precedes or equal to | infix | 260 | 5 | 5 | |
≽ | ≽ | succeeds or equal to | infix | 260 | 5 | 5 | |
⊀ | ⊀ | does not precede | infix | 260 | 5 | 5 | |
⊁ | ⊁ | does not succeed | infix | 260 | 5 | 5 | |
⊥ | ⊥ | up tack | infix | 260 | 5 | 5 | |
⊴ | ⊴ | normal subgroup of or equal to | infix | 260 | 5 | 5 | |
⊵ | ⊵ | contains as normal subgroup or equal to | infix | 260 | 5 | 5 | |
⋉ | ⋉ | left normal factor semidirect product | infix | 260 | 4 | 4 | |
⋊ | ⋊ | right normal factor semidirect product | infix | 260 | 4 | 4 | |
⋋ | ⋋ | left semidirect product | infix | 260 | 4 | 4 | |
⋌ | ⋌ | right semidirect product | infix | 260 | 4 | 4 | |
⋔ | ⋔ | pitchfork | infix | 260 | 5 | 5 | |
⋖ | ⋖ | less-than with dot | infix | 260 | 5 | 5 | |
⋗ | ⋗ | greater-than with dot | infix | 260 | 5 | 5 | |
⋘ | ⋘ | very much less-than | infix | 260 | 5 | 5 | |
⋙ | ⋙ | very much greater-than | infix | 260 | 5 | 5 | |
⋪ | ⋪ | not normal subgroup of | infix | 260 | 5 | 5 | |
⋫ | ⋫ | does not contain as normal subgroup | infix | 260 | 5 | 5 | |
⋬ | ⋬ | not normal subgroup of or equal to | infix | 260 | 5 | 5 | |
⋭ | ⋭ | does not contain as normal subgroup or equal | infix | 260 | 5 | 5 | |
■ | ■ | black square | infix | 260 | 3 | 3 | |
□ | □ | white square | infix | 260 | 3 | 3 | |
▪ | ▪ | black small square | infix | 260 | 3 | 3 | |
▫ | ▫ | white small square | infix | 260 | 3 | 3 | |
▭ | ▭ | white rectangle | infix | 260 | 3 | 3 | |
▮ | ▮ | black vertical rectangle | infix | 260 | 3 | 3 | |
▯ | ▯ | white vertical rectangle | infix | 260 | 3 | 3 | |
▰ | ▰ | black parallelogram | infix | 260 | 3 | 3 | |
▱ | ▱ | white parallelogram | infix | 260 | 3 | 3 | |
△ | △ | white up-pointing triangle | infix | 260 | 4 | 4 | |
▴ | ▴ | black up-pointing small triangle | infix | 260 | 4 | 4 | |
▵ | ▵ | white up-pointing small triangle | infix | 260 | 4 | 4 | |
▶ | ▶ | black right-pointing triangle | infix | 260 | 4 | 4 | |
▷ | ▷ | white right-pointing triangle | infix | 260 | 4 | 4 | |
▸ | ▸ | black right-pointing small triangle | infix | 260 | 4 | 4 | |
▹ | ▹ | white right-pointing small triangle | infix | 260 | 4 | 4 | |
▼ | ▼ | black down-pointing triangle | infix | 260 | 4 | 4 | |
▽ | ▽ | white down-pointing triangle | infix | 260 | 4 | 4 | |
▾ | ▾ | black down-pointing small triangle | infix | 260 | 4 | 4 | |
▿ | ▿ | white down-pointing small triangle | infix | 260 | 4 | 4 | |
◀ | ◀ | black left-pointing triangle | infix | 260 | 4 | 4 | |
◁ | ◁ | white left-pointing triangle | infix | 260 | 4 | 4 | |
◂ | ◂ | black left-pointing small triangle | infix | 260 | 4 | 4 | |
◃ | ◃ | white left-pointing small triangle | infix | 260 | 4 | 4 | |
◄ | ◄ | black left-pointing pointer | infix | 260 | 4 | 4 | |
◅ | ◅ | white left-pointing pointer | infix | 260 | 4 | 4 | |
◆ | ◆ | black diamond | infix | 260 | 4 | 4 | |
◇ | ◇ | white diamond | infix | 260 | 4 | 4 | |
◈ | ◈ | white diamond containing black small diamond | infix | 260 | 4 | 4 | |
◉ | ◉ | fisheye | infix | 260 | 4 | 4 | |
◌ | ◌ | dotted circle | infix | 260 | 4 | 4 | |
◍ | ◍ | circle with vertical fill | infix | 260 | 4 | 4 | |
◎ | ◎ | bullseye | infix | 260 | 4 | 4 | |
● | ● | black circle | infix | 260 | 4 | 4 | |
◖ | ◖ | left half black circle | infix | 260 | 4 | 4 | |
◗ | ◗ | right half black circle | infix | 260 | 4 | 4 | |
◦ | ◦ | white bullet | infix | 260 | 4 | 4 | |
⧀ | ⧀ | circled less-than | infix | 260 | 5 | 5 | |
⧁ | ⧁ | circled greater-than | infix | 260 | 5 | 5 | |
⧣ | ⧣ | equals sign and slanted parallel | infix | 260 | 5 | 5 | |
⧤ | ⧤ | equals sign and slanted parallel with tilde above | infix | 260 | 5 | 5 | |
⧥ | ⧥ | identical to and slanted parallel | infix | 260 | 5 | 5 | |
⧦ | ⧦ | gleich stark | infix | 260 | 5 | 5 | |
⧳ | ⧳ | error-barred black circle | infix | 260 | 3 | 3 | |
⪇ | ⪇ | less-than and single-line not equal to | infix | 260 | 5 | 5 | |
⪈ | ⪈ | greater-than and single-line not equal to | infix | 260 | 5 | 5 | |
⪯ | ⪯ | precedes above single-line equals sign | infix | 260 | 5 | 5 | |
⪯̸ | ⪯̸ | precedes above single-line equals sign with slash | infix | 260 | 5 | 5 | |
⪰ | ⪰ | succeeds above single-line equals sign | infix | 260 | 5 | 5 | |
⪰̸ | ⪰̸ | succeeds above single-line equals sign with slash | infix | 260 | 5 | 5 | |
⁄ | ⁄ | fraction slash | infix | 265 | 4 | 4 | stretchy |
∆ | ∆ | increment | infix | 265 | 3 | 3 | |
∊ | ∊ | small element of | infix | 265 | 5 | 5 | |
∍ | ∍ | small contains as member | infix | 265 | 5 | 5 | |
∎ | ∎ | end of proof | infix | 265 | 3 | 3 | |
∕ | ∕ | division slash | infix | 265 | 4 | 4 | stretchy |
∗ | ∗ | asterisk operator | infix | 265 | 4 | 4 | |
∘ | ∘ | ring operator | infix | 265 | 4 | 4 | |
∙ | ∙ | bullet operator | infix | 265 | 4 | 4 | |
∟ | ∟ | right angle | infix | 265 | 5 | 5 | |
∣ | ∣ | divides | infix | 265 | 5 | 5 | |
∶ | ∶ | ratio | infix | 265 | 5 | 5 | |
∷ | ∷ | proportion | infix | 265 | 5 | 5 | |
∸ | ∸ | dot minus | infix | 265 | 4 | 4 | |
∹ | ∹ | excess | infix | 265 | 5 | 5 | |
∺ | ∺ | geometric proportion | infix | 265 | 4 | 4 | |
∻ | ∻ | homothetic | infix | 265 | 5 | 5 | |
∽ | ∽ | reversed tilde | infix | 265 | 5 | 5 | |
∽̱ | ∽̱ | reversed tilde with underline | infix | 265 | 3 | 3 | |
∾ | ∾ | inverted lazy s | infix | 265 | 5 | 5 | |
∿ | ∿ | sine wave | infix | 265 | 3 | 3 | |
≂ | ≂ | minus tilde | infix | 265 | 5 | 5 | |
≂̸ | ≂̸ | minus tilde with slash | infix | 265 | 5 | 5 | |
≊ | ≊ | almost equal or equal to | infix | 265 | 5 | 5 | |
≋ | ≋ | triple tilde | infix | 265 | 5 | 5 | |
≌ | ≌ | all equal to | infix | 265 | 5 | 5 | |
≎ | ≎ | geometrically equivalent to | infix | 265 | 5 | 5 | |
≎̸ | ≎̸ | geometrically equivalent to with slash | infix | 265 | 5 | 5 | |
≏ | ≏ | difference between | infix | 265 | 5 | 5 | |
≏̸ | ≏̸ | difference between with slash | infix | 265 | 5 | 5 | |
≐ | ≐ | approaches the limit | infix | 265 | 5 | 5 | |
≑ | ≑ | geometrically equal to | infix | 265 | 5 | 5 | |
≒ | ≒ | approximately equal to or the image of | infix | 265 | 5 | 5 | |
≓ | ≓ | image of or approximately equal to | infix | 265 | 5 | 5 | |
≕ | ≕ | equals colon | infix | 265 | 5 | 5 | |
≖ | ≖ | ring in equal to | infix | 265 | 5 | 5 | |
≘ | ≘ | corresponds to | infix | 265 | 5 | 5 | |
≝ | ≝ | equal to by definition | infix | 265 | 5 | 5 | |
≞ | ≞ | measured by | infix | 265 | 5 | 5 | |
≣ | ≣ | strictly equivalent to | infix | 265 | 5 | 5 | |
≦ | ≦ | less-than over equal to | infix | 265 | 5 | 5 | |
≦̸ | ≦̸ | less-than over equal to with slash | infix | 265 | 5 | 5 | |
≧ | ≧ | greater-than over equal to | infix | 265 | 5 | 5 | |
≬ | ≬ | between | infix | 265 | 5 | 5 | |
≲ | ≲ | less-than or equivalent to | infix | 265 | 5 | 5 | |
≳ | ≳ | greater-than or equivalent to | infix | 265 | 5 | 5 | |
≴ | ≴ | neither less-than nor equivalent to | infix | 265 | 5 | 5 | |
≵ | ≵ | neither greater-than nor equivalent to | infix | 265 | 5 | 5 | |
≶ | ≶ | less-than or greater-than | infix | 265 | 5 | 5 | |
≷ | ≷ | greater-than or less-than | infix | 265 | 5 | 5 | |
≸ | ≸ | neither less-than nor greater-than | infix | 265 | 5 | 5 | |
≹ | ≹ | neither greater-than nor less-than | infix | 265 | 5 | 5 | |
≾ | ≾ | precedes or equivalent to | infix | 265 | 5 | 5 | |
≿ | ≿ | succeeds or equivalent to | infix | 265 | 5 | 5 | |
≿̸ | ≿̸ | succeeds or equivalent to with slash | infix | 265 | 5 | 5 | |
⊌ | ⊌ | multiset | infix | 265 | 4 | 4 | |
⊍ | ⊍ | multiset multiplication | infix | 265 | 4 | 4 | |
⊎ | ⊎ | multiset union | infix | 265 | 4 | 4 | |
⊏ | ⊏ | square image of | infix | 265 | 5 | 5 | |
⊏̸ | ⊏̸ | square image of with slash | infix | 265 | 5 | 5 | |
⊐ | ⊐ | square original of | infix | 265 | 5 | 5 | |
⊐̸ | ⊐̸ | square original of with slash | infix | 265 | 5 | 5 | |
⊑ | ⊑ | square image of or equal to | infix | 265 | 5 | 5 | |
⊒ | ⊒ | square original of or equal to | infix | 265 | 5 | 5 | |
⊓ | ⊓ | square cap | infix | 265 | 4 | 4 | |
⊔ | ⊔ | square cup | infix | 265 | 4 | 4 | |
⊚ | ⊚ | circled ring operator | infix | 265 | 4 | 4 | |
⊛ | ⊛ | circled asterisk operator | infix | 265 | 4 | 4 | |
⊜ | ⊜ | circled equals | infix | 265 | 4 | 4 | |
⊝ | ⊝ | circled dash | infix | 265 | 4 | 4 | |
⊦ | ⊦ | assertion | infix | 265 | 5 | 5 | |
⊧ | ⊧ | models | infix | 265 | 5 | 5 | |
⊪ | ⊪ | triple vertical bar right turnstile | infix | 265 | 5 | 5 | |
⊫ | ⊫ | double vertical bar double right turnstile | infix | 265 | 5 | 5 | |
⊰ | ⊰ | precedes under relation | infix | 265 | 5 | 5 | |
⊱ | ⊱ | succeeds under relation | infix | 265 | 5 | 5 | |
⊲ | ⊲ | normal subgroup of | infix | 265 | 5 | 5 | |
⊳ | ⊳ | contains as normal subgroup | infix | 265 | 5 | 5 | |
⊶ | ⊶ | original of | infix | 265 | 5 | 5 | |
⊷ | ⊷ | image of | infix | 265 | 5 | 5 | |
⊹ | ⊹ | hermitian conjugate matrix | infix | 265 | 5 | 5 | |
⊺ | ⊺ | intercalate | infix | 265 | 4 | 4 | |
⊻ | ⊻ | xor | infix | 265 | 4 | 4 | |
⊼ | ⊼ | nand | infix | 265 | 4 | 4 | |
⊽ | ⊽ | nor | infix | 265 | 4 | 4 | |
⊾ | ⊾ | right angle with arc | infix | 265 | 3 | 3 | |
⊿ | ⊿ | right triangle | infix | 265 | 3 | 3 | |
⋄ | ⋄ | diamond operator | infix | 265 | 4 | 4 | |
⋆ | ⋆ | star operator | infix | 265 | 4 | 4 | |
⋇ | ⋇ | division times | infix | 265 | 4 | 4 | |
⋈ | ⋈ | bowtie | infix | 265 | 5 | 5 | |
⋍ | ⋍ | reversed tilde equals | infix | 265 | 5 | 5 | |
⋎ | ⋎ | curly logical or | infix | 265 | 4 | 4 | |
⋏ | ⋏ | curly logical and | infix | 265 | 4 | 4 | |
⋐ | ⋐ | double subset | infix | 265 | 5 | 5 | |
⋑ | ⋑ | double superset | infix | 265 | 5 | 5 | |
⋒ | ⋒ | double intersection | infix | 265 | 4 | 4 | |
⋓ | ⋓ | double union | infix | 265 | 4 | 4 | |
⋕ | ⋕ | equal and parallel to | infix | 265 | 5 | 5 | |
⋚ | ⋚ | less-than equal to or greater-than | infix | 265 | 5 | 5 | |
⋛ | ⋛ | greater-than equal to or less-than | infix | 265 | 5 | 5 | |
⋜ | ⋜ | equal to or less-than | infix | 265 | 5 | 5 | |
⋝ | ⋝ | equal to or greater-than | infix | 265 | 5 | 5 | |
⋞ | ⋞ | equal to or precedes | infix | 265 | 5 | 5 | |
⋟ | ⋟ | equal to or succeeds | infix | 265 | 5 | 5 | |
⋠ | ⋠ | does not precede or equal | infix | 265 | 5 | 5 | |
⋡ | ⋡ | does not succeed or equal | infix | 265 | 5 | 5 | |
⋢ | ⋢ | not square image of or equal to | infix | 265 | 5 | 5 | |
⋣ | ⋣ | not square original of or equal to | infix | 265 | 5 | 5 | |
⋤ | ⋤ | square image of or not equal to | infix | 265 | 5 | 5 | |
⋥ | ⋥ | square original of or not equal to | infix | 265 | 5 | 5 | |
⋦ | ⋦ | less-than but not equivalent to | infix | 265 | 5 | 5 | |
⋧ | ⋧ | greater-than but not equivalent to | infix | 265 | 5 | 5 | |
⋨ | ⋨ | precedes but not equivalent to | infix | 265 | 5 | 5 | |
⋩ | ⋩ | succeeds but not equivalent to | infix | 265 | 5 | 5 | |
⋰ | ⋰ | up right diagonal ellipsis | infix | 265 | 5 | 5 | |
⋲ | ⋲ | element of with long horizontal stroke | infix | 265 | 5 | 5 | |
⋳ | ⋳ | element of with vertical bar at end of horizontal stroke | infix | 265 | 5 | 5 | |
⋴ | ⋴ | small element of with vertical bar at end of horizontal stroke | infix | 265 | 5 | 5 | |
⋵ | ⋵ | element of with dot above | infix | 265 | 5 | 5 | |
⋶ | ⋶ | element of with overbar | infix | 265 | 5 | 5 | |
⋷ | ⋷ | small element of with overbar | infix | 265 | 5 | 5 | |
⋸ | ⋸ | element of with underbar | infix | 265 | 5 | 5 | |
⋹ | ⋹ | element of with two horizontal strokes | infix | 265 | 5 | 5 | |
⋺ | ⋺ | contains with long horizontal stroke | infix | 265 | 5 | 5 | |
⋻ | ⋻ | contains with vertical bar at end of horizontal stroke | infix | 265 | 5 | 5 | |
⋼ | ⋼ | small contains with vertical bar at end of horizontal stroke | infix | 265 | 5 | 5 | |
⋽ | ⋽ | contains with overbar | infix | 265 | 5 | 5 | |
⋾ | ⋾ | small contains with overbar | infix | 265 | 5 | 5 | |
⋿ | ⋿ | z notation bag membership | infix | 265 | 5 | 5 | |
▲ | ▲ | black up-pointing triangle | infix | 265 | 4 | 4 | |
❘ | ❘ | light vertical bar | infix | 265 | 5 | 5 | |
⦁ | ⦁ | z notation spot | infix | 265 | 3 | 3 | |
⦂ | ⦂ | z notation type colon | infix | 265 | 3 | 3 | |
⦠ | ⦠ | spherical angle opening left | infix | 265 | 3 | 3 | |
⦡ | ⦡ | spherical angle opening up | infix | 265 | 3 | 3 | |
⦢ | ⦢ | turned angle | infix | 265 | 3 | 3 | |
⦣ | ⦣ | reversed angle | infix | 265 | 3 | 3 | |
⦤ | ⦤ | angle with underbar | infix | 265 | 3 | 3 | |
⦥ | ⦥ | reversed angle with underbar | infix | 265 | 3 | 3 | |
⦦ | ⦦ | oblique angle opening up | infix | 265 | 3 | 3 | |
⦧ | ⦧ | oblique angle opening down | infix | 265 | 3 | 3 | |
⦨ | ⦨ | measured angle with open arm ending in arrow pointing up and right | infix | 265 | 3 | 3 | |
⦩ | ⦩ | measured angle with open arm ending in arrow pointing up and left | infix | 265 | 3 | 3 | |
⦪ | ⦪ | measured angle with open arm ending in arrow pointing down and right | infix | 265 | 3 | 3 | |
⦫ | ⦫ | measured angle with open arm ending in arrow pointing down and left | infix | 265 | 3 | 3 | |
⦬ | ⦬ | measured angle with open arm ending in arrow pointing right and up | infix | 265 | 3 | 3 | |
⦭ | ⦭ | measured angle with open arm ending in arrow pointing left and up | infix | 265 | 3 | 3 | |
⦮ | ⦮ | measured angle with open arm ending in arrow pointing right and down | infix | 265 | 3 | 3 | |
⦯ | ⦯ | measured angle with open arm ending in arrow pointing left and down | infix | 265 | 3 | 3 | |
⦰ | ⦰ | reversed empty set | infix | 265 | 3 | 3 | |
⦱ | ⦱ | empty set with overbar | infix | 265 | 3 | 3 | |
⦲ | ⦲ | empty set with small circle above | infix | 265 | 3 | 3 | |
⦳ | ⦳ | empty set with right arrow above | infix | 265 | 3 | 3 | |
⦴ | ⦴ | empty set with left arrow above | infix | 265 | 3 | 3 | |
⦵ | ⦵ | circle with horizontal bar | infix | 265 | 3 | 3 | |
⦶ | ⦶ | circled vertical bar | infix | 265 | 4 | 4 | |
⦷ | ⦷ | circled parallel | infix | 265 | 4 | 4 | |
⦸ | ⦸ | circled reverse solidus | infix | 265 | 4 | 4 | |
⦹ | ⦹ | circled perpendicular | infix | 265 | 4 | 4 | |
⦺ | ⦺ | circle divided by horizontal bar and top half divided by vertical bar | infix | 265 | 4 | 4 | |
⦻ | ⦻ | circle with superimposed x | infix | 265 | 4 | 4 | |
⦼ | ⦼ | circled anticlockwise-rotated division sign | infix | 265 | 4 | 4 | |
⦽ | ⦽ | up arrow through circle | infix | 265 | 4 | 4 | |
⦾ | ⦾ | circled white bullet | infix | 265 | 4 | 4 | |
⦿ | ⦿ | circled bullet | infix | 265 | 4 | 4 | |
⧂ | ⧂ | circle with small circle to the right | infix | 265 | 3 | 3 | |
⧃ | ⧃ | circle with two horizontal strokes to the right | infix | 265 | 3 | 3 | |
⧄ | ⧄ | squared rising diagonal slash | infix | 265 | 4 | 4 | |
⧅ | ⧅ | squared falling diagonal slash | infix | 265 | 4 | 4 | |
⧆ | ⧆ | squared asterisk | infix | 265 | 4 | 4 | |
⧇ | ⧇ | squared small circle | infix | 265 | 4 | 4 | |
⧈ | ⧈ | squared square | infix | 265 | 4 | 4 | |
⧉ | ⧉ | two joined squares | infix | 265 | 3 | 3 | |
⧊ | ⧊ | triangle with dot above | infix | 265 | 3 | 3 | |
⧋ | ⧋ | triangle with underbar | infix | 265 | 3 | 3 | |
⧌ | ⧌ | s in triangle | infix | 265 | 3 | 3 | |
⧍ | ⧍ | triangle with serifs at bottom | infix | 265 | 3 | 3 | |
⧎ | ⧎ | right triangle above left triangle | infix | 265 | 5 | 5 | |
⧏ | ⧏ | left triangle beside vertical bar | infix | 265 | 5 | 5 | |
⧏̸ | ⧏̸ | left triangle beside vertical bar with slash | infix | 265 | 5 | 5 | |
⧐ | ⧐ | vertical bar beside right triangle | infix | 265 | 5 | 5 | |
⧐̸ | ⧐̸ | vertical bar beside right triangle with slash | infix | 265 | 5 | 5 | |
⧑ | ⧑ | bowtie with left half black | infix | 265 | 5 | 5 | |
⧒ | ⧒ | bowtie with right half black | infix | 265 | 5 | 5 | |
⧓ | ⧓ | black bowtie | infix | 265 | 5 | 5 | |
⧔ | ⧔ | times with left half black | infix | 265 | 5 | 5 | |
⧕ | ⧕ | times with right half black | infix | 265 | 5 | 5 | |
⧖ | ⧖ | white hourglass | infix | 265 | 4 | 4 | |
⧗ | ⧗ | black hourglass | infix | 265 | 4 | 4 | |
⧘ | ⧘ | left wiggly fence | infix | 265 | 3 | 3 | |
⧙ | ⧙ | right wiggly fence | infix | 265 | 3 | 3 | |
⧛ | ⧛ | right double wiggly fence | infix | 265 | 3 | 3 | |
⧜ | ⧜ | incomplete infinity | infix | 265 | 3 | 3 | |
⧝ | ⧝ | tie over infinity | infix | 265 | 3 | 3 | |
⧞ | ⧞ | infinity negated with vertical bar | infix | 265 | 5 | 5 | |
⧠ | ⧠ | square with contoured outline | infix | 265 | 3 | 3 | |
⧡ | ⧡ | increases as | infix | 265 | 5 | 5 | |
⧢ | ⧢ | shuffle product | infix | 265 | 4 | 4 | |
⧧ | ⧧ | thermodynamic | infix | 265 | 3 | 3 | |
⧨ | ⧨ | down-pointing triangle with left half black | infix | 265 | 3 | 3 | |
⧩ | ⧩ | down-pointing triangle with right half black | infix | 265 | 3 | 3 | |
⧪ | ⧪ | black diamond with down arrow | infix | 265 | 3 | 3 | |
⧫ | ⧫ | black lozenge | infix | 265 | 3 | 3 | |
⧬ | ⧬ | white circle with down arrow | infix | 265 | 3 | 3 | |
⧭ | ⧭ | black circle with down arrow | infix | 265 | 3 | 3 | |
⧮ | ⧮ | error-barred white square | infix | 265 | 3 | 3 | |
⧰ | ⧰ | error-barred white diamond | infix | 265 | 3 | 3 | |
⧱ | ⧱ | error-barred black diamond | infix | 265 | 3 | 3 | |
⧲ | ⧲ | error-barred white circle | infix | 265 | 3 | 3 | |
⧵ | ⧵ | reverse solidus operator | infix | 265 | 4 | 4 | |
⧶ | ⧶ | solidus with overbar | infix | 265 | 4 | 4 | |
⧷ | ⧷ | reverse solidus with horizontal stroke | infix | 265 | 4 | 4 | |
⧸ | ⧸ | big solidus | infix | 265 | 3 | 3 | |
⧹ | ⧹ | big reverse solidus | infix | 265 | 3 | 3 | |
⧺ | ⧺ | double plus | infix | 265 | 3 | 3 | |
⧻ | ⧻ | triple plus | infix | 265 | 3 | 3 | |
⧾ | ⧾ | tiny | infix | 265 | 4 | 4 | |
⧿ | ⧿ | miny | infix | 265 | 4 | 4 | |
⨝ | ⨝ | join | infix | 265 | 3 | 3 | |
⨞ | ⨞ | large left triangle operator | infix | 265 | 3 | 3 | |
⨟ | ⨟ | z notation schema composition | infix | 265 | 3 | 3 | |
⨠ | ⨠ | z notation schema piping | infix | 265 | 3 | 3 | |
⨡ | ⨡ | z notation schema projection | infix | 265 | 3 | 3 | |
⨢ | ⨢ | plus sign with small circle above | infix | 265 | 4 | 4 | |
⨣ | ⨣ | plus sign with circumflex accent above | infix | 265 | 4 | 4 | |
⨤ | ⨤ | plus sign with tilde above | infix | 265 | 4 | 4 | |
⨥ | ⨥ | plus sign with dot below | infix | 265 | 4 | 4 | |
⨦ | ⨦ | plus sign with tilde below | infix | 265 | 4 | 4 | |
⨧ | ⨧ | plus sign with subscript two | infix | 265 | 4 | 4 | |
⨨ | ⨨ | plus sign with black triangle | infix | 265 | 4 | 4 | |
⨩ | ⨩ | minus sign with comma above | infix | 265 | 4 | 4 | |
⨪ | ⨪ | minus sign with dot below | infix | 265 | 4 | 4 | |
⨫ | ⨫ | minus sign with falling dots | infix | 265 | 4 | 4 | |
⨬ | ⨬ | minus sign with rising dots | infix | 265 | 4 | 4 | |
⨭ | ⨭ | plus sign in left half circle | infix | 265 | 4 | 4 | |
⨮ | ⨮ | plus sign in right half circle | infix | 265 | 4 | 4 | |
⨰ | ⨰ | multiplication sign with dot above | infix | 265 | 4 | 4 | |
⨱ | ⨱ | multiplication sign with underbar | infix | 265 | 4 | 4 | |
⨲ | ⨲ | semidirect product with bottom closed | infix | 265 | 4 | 4 | |
⨳ | ⨳ | smash product | infix | 265 | 4 | 4 | |
⨴ | ⨴ | multiplication sign in left half circle | infix | 265 | 4 | 4 | |
⨵ | ⨵ | multiplication sign in right half circle | infix | 265 | 4 | 4 | |
⨶ | ⨶ | circled multiplication sign with circumflex accent | infix | 265 | 4 | 4 | |
⨷ | ⨷ | multiplication sign in double circle | infix | 265 | 4 | 4 | |
⨸ | ⨸ | circled division sign | infix | 265 | 4 | 4 | |
⨹ | ⨹ | plus sign in triangle | infix | 265 | 4 | 4 | |
⨺ | ⨺ | minus sign in triangle | infix | 265 | 4 | 4 | |
⨻ | ⨻ | multiplication sign in triangle | infix | 265 | 4 | 4 | |
⨼ | ⨼ | interior product | infix | 265 | 4 | 4 | |
⨽ | ⨽ | righthand interior product | infix | 265 | 4 | 4 | |
⨾ | ⨾ | z notation relational composition | infix | 265 | 4 | 4 | |
⩀ | ⩀ | intersection with dot | infix | 265 | 4 | 4 | |
⩁ | ⩁ | union with minus sign | infix | 265 | 4 | 4 | |
⩂ | ⩂ | union with overbar | infix | 265 | 4 | 4 | |
⩃ | ⩃ | intersection with overbar | infix | 265 | 4 | 4 | |
⩄ | ⩄ | intersection with logical and | infix | 265 | 4 | 4 | |
⩅ | ⩅ | union with logical or | infix | 265 | 4 | 4 | |
⩆ | ⩆ | union above intersection | infix | 265 | 4 | 4 | |
⩇ | ⩇ | intersection above union | infix | 265 | 4 | 4 | |
⩈ | ⩈ | union above bar above intersection | infix | 265 | 4 | 4 | |
⩉ | ⩉ | intersection above bar above union | infix | 265 | 4 | 4 | |
⩊ | ⩊ | union beside and joined with union | infix | 265 | 4 | 4 | |
⩋ | ⩋ | intersection beside and joined with intersection | infix | 265 | 4 | 4 | |
⩌ | ⩌ | closed union with serifs | infix | 265 | 4 | 4 | |
⩍ | ⩍ | closed intersection with serifs | infix | 265 | 4 | 4 | |
⩎ | ⩎ | double square intersection | infix | 265 | 4 | 4 | |
⩏ | ⩏ | double square union | infix | 265 | 4 | 4 | |
⩐ | ⩐ | closed union with serifs and smash product | infix | 265 | 4 | 4 | |
⩑ | ⩑ | logical and with dot above | infix | 265 | 4 | 4 | |
⩒ | ⩒ | logical or with dot above | infix | 265 | 4 | 4 | |
⩓ | ⩓ | double logical and | infix | 265 | 4 | 4 | |
⩔ | ⩔ | double logical or | infix | 265 | 4 | 4 | |
⩕ | ⩕ | two intersecting logical and | infix | 265 | 4 | 4 | |
⩖ | ⩖ | two intersecting logical or | infix | 265 | 4 | 4 | |
⩗ | ⩗ | sloping large or | infix | 265 | 4 | 4 | |
⩘ | ⩘ | sloping large and | infix | 265 | 4 | 4 | |
⩙ | ⩙ | logical or overlapping logical and | infix | 265 | 5 | 5 | |
⩚ | ⩚ | logical and with middle stem | infix | 265 | 4 | 4 | |
⩛ | ⩛ | logical or with middle stem | infix | 265 | 4 | 4 | |
⩜ | ⩜ | logical and with horizontal dash | infix | 265 | 4 | 4 | |
⩝ | ⩝ | logical or with horizontal dash | infix | 265 | 4 | 4 | |
⩞ | ⩞ | logical and with double overbar | infix | 265 | 4 | 4 | |
⩟ | ⩟ | logical and with underbar | infix | 265 | 4 | 4 | |
⩠ | ⩠ | logical and with double underbar | infix | 265 | 4 | 4 | |
⩡ | ⩡ | small vee with underbar | infix | 265 | 4 | 4 | |
⩢ | ⩢ | logical or with double overbar | infix | 265 | 4 | 4 | |
⩣ | ⩣ | logical or with double underbar | infix | 265 | 4 | 4 | |
⩤ | ⩤ | z notation domain antirestriction | infix | 265 | 4 | 4 | |
⩥ | ⩥ | z notation range antirestriction | infix | 265 | 4 | 4 | |
⩦ | ⩦ | equals sign with dot below | infix | 265 | 5 | 5 | |
⩧ | ⩧ | identical with dot above | infix | 265 | 5 | 5 | |
⩨ | ⩨ | triple horizontal bar with double vertical stroke | infix | 265 | 5 | 5 | |
⩩ | ⩩ | triple horizontal bar with triple vertical stroke | infix | 265 | 5 | 5 | |
⩪ | ⩪ | tilde operator with dot above | infix | 265 | 5 | 5 | |
⩫ | ⩫ | tilde operator with rising dots | infix | 265 | 5 | 5 | |
⩬ | ⩬ | similar minus similar | infix | 265 | 5 | 5 | |
⩭ | ⩭ | congruent with dot above | infix | 265 | 5 | 5 | |
⩮ | ⩮ | equals with asterisk | infix | 265 | 5 | 5 | |
⩯ | ⩯ | almost equal to with circumflex accent | infix | 265 | 5 | 5 | |
⩰ | ⩰ | approximately equal or equal to | infix | 265 | 5 | 5 | |
⩱ | ⩱ | equals sign above plus sign | infix | 265 | 4 | 4 | |
⩲ | ⩲ | plus sign above equals sign | infix | 265 | 4 | 4 | |
⩳ | ⩳ | equals sign above tilde operator | infix | 265 | 5 | 5 | |
⩴ | ⩴ | double colon equal | infix | 265 | 5 | 5 | |
⩵ | ⩵ | two consecutive equals signs | infix | 265 | 5 | 5 | |
⩶ | ⩶ | three consecutive equals signs | infix | 265 | 5 | 5 | |
⩷ | ⩷ | equals sign with two dots above and two dots below | infix | 265 | 5 | 5 | |
⩸ | ⩸ | equivalent with four dots above | infix | 265 | 5 | 5 | |
⩹ | ⩹ | less-than with circle inside | infix | 265 | 5 | 5 | |
⩺ | ⩺ | greater-than with circle inside | infix | 265 | 5 | 5 | |
⩻ | ⩻ | less-than with question mark above | infix | 265 | 5 | 5 | |
⩼ | ⩼ | greater-than with question mark above | infix | 265 | 5 | 5 | |
⩽ | ⩽ | less-than or slanted equal to | infix | 265 | 5 | 5 | |
⩽̸ | ⩽̸ | less-than or slanted equal to with slash | infix | 265 | 5 | 5 | |
⩾ | ⩾ | greater-than or slanted equal to | infix | 265 | 5 | 5 | |
⩾̸ | ⩾̸ | greater-than or slanted equal to with slash | infix | 265 | 5 | 5 | |
⩿ | ⩿ | less-than or slanted equal to with dot inside | infix | 265 | 5 | 5 | |
⪀ | ⪀ | greater-than or slanted equal to with dot inside | infix | 265 | 5 | 5 | |
⪁ | ⪁ | less-than or slanted equal to with dot above | infix | 265 | 5 | 5 | |
⪂ | ⪂ | greater-than or slanted equal to with dot above | infix | 265 | 5 | 5 | |
⪃ | ⪃ | less-than or slanted equal to with dot above right | infix | 265 | 5 | 5 | |
⪄ | ⪄ | greater-than or slanted equal to with dot above left | infix | 265 | 5 | 5 | |
⪅ | ⪅ | less-than or approximate | infix | 265 | 5 | 5 | |
⪆ | ⪆ | greater-than or approximate | infix | 265 | 5 | 5 | |
⪉ | ⪉ | less-than and not approximate | infix | 265 | 5 | 5 | |
⪊ | ⪊ | greater-than and not approximate | infix | 265 | 5 | 5 | |
⪋ | ⪋ | less-than above double-line equal above greater-than | infix | 265 | 5 | 5 | |
⪌ | ⪌ | greater-than above double-line equal above less-than | infix | 265 | 5 | 5 | |
⪍ | ⪍ | less-than above similar or equal | infix | 265 | 5 | 5 | |
⪎ | ⪎ | greater-than above similar or equal | infix | 265 | 5 | 5 | |
⪏ | ⪏ | less-than above similar above greater-than | infix | 265 | 5 | 5 | |
⪐ | ⪐ | greater-than above similar above less-than | infix | 265 | 5 | 5 | |
⪑ | ⪑ | less-than above greater-than above double-line equal | infix | 265 | 5 | 5 | |
⪒ | ⪒ | greater-than above less-than above double-line equal | infix | 265 | 5 | 5 | |
⪓ | ⪓ | less-than above slanted equal above greater-than above slanted equal | infix | 265 | 5 | 5 | |
⪔ | ⪔ | greater-than above slanted equal above less-than above slanted equal | infix | 265 | 5 | 5 | |
⪕ | ⪕ | slanted equal to or less-than | infix | 265 | 5 | 5 | |
⪖ | ⪖ | slanted equal to or greater-than | infix | 265 | 5 | 5 | |
⪗ | ⪗ | slanted equal to or less-than with dot inside | infix | 265 | 5 | 5 | |
⪘ | ⪘ | slanted equal to or greater-than with dot inside | infix | 265 | 5 | 5 | |
⪙ | ⪙ | double-line equal to or less-than | infix | 265 | 5 | 5 | |
⪚ | ⪚ | double-line equal to or greater-than | infix | 265 | 5 | 5 | |
⪛ | ⪛ | double-line slanted equal to or less-than | infix | 265 | 5 | 5 | |
⪜ | ⪜ | double-line slanted equal to or greater-than | infix | 265 | 5 | 5 | |
⪝ | ⪝ | similar or less-than | infix | 265 | 5 | 5 | |
⪞ | ⪞ | similar or greater-than | infix | 265 | 5 | 5 | |
⪟ | ⪟ | similar above less-than above equals sign | infix | 265 | 5 | 5 | |
⪠ | ⪠ | similar above greater-than above equals sign | infix | 265 | 5 | 5 | |
⪡ | ⪡ | double nested less-than | infix | 265 | 5 | 5 | |
⪡̸ | ⪡̸ | double nested less-than with slash | infix | 265 | 5 | 5 | |
⪢ | ⪢ | double nested greater-than | infix | 265 | 5 | 5 | |
⪢̸ | ⪢̸ | double nested greater-than with slash | infix | 265 | 5 | 5 | |
⪣ | ⪣ | double nested less-than with underbar | infix | 265 | 5 | 5 | |
⪤ | ⪤ | greater-than overlapping less-than | infix | 265 | 5 | 5 | |
⪥ | ⪥ | greater-than beside less-than | infix | 265 | 5 | 5 | |
⪦ | ⪦ | less-than closed by curve | infix | 265 | 5 | 5 | |
⪧ | ⪧ | greater-than closed by curve | infix | 265 | 5 | 5 | |
⪨ | ⪨ | less-than closed by curve above slanted equal | infix | 265 | 5 | 5 | |
⪩ | ⪩ | greater-than closed by curve above slanted equal | infix | 265 | 5 | 5 | |
⪪ | ⪪ | smaller than | infix | 265 | 5 | 5 | |
⪫ | ⪫ | larger than | infix | 265 | 5 | 5 | |
⪬ | ⪬ | smaller than or equal to | infix | 265 | 5 | 5 | |
⪭ | ⪭ | larger than or equal to | infix | 265 | 5 | 5 | |
⪮ | ⪮ | equals sign with bumpy above | infix | 265 | 5 | 5 | |
⪱ | ⪱ | precedes above single-line not equal to | infix | 265 | 5 | 5 | |
⪲ | ⪲ | succeeds above single-line not equal to | infix | 265 | 5 | 5 | |
⪳ | ⪳ | precedes above equals sign | infix | 265 | 5 | 5 | |
⪴ | ⪴ | succeeds above equals sign | infix | 265 | 5 | 5 | |
⪵ | ⪵ | precedes above not equal to | infix | 265 | 5 | 5 | |
⪶ | ⪶ | succeeds above not equal to | infix | 265 | 5 | 5 | |
⪷ | ⪷ | precedes above almost equal to | infix | 265 | 5 | 5 | |
⪸ | ⪸ | succeeds above almost equal to | infix | 265 | 5 | 5 | |
⪹ | ⪹ | precedes above not almost equal to | infix | 265 | 5 | 5 | |
⪺ | ⪺ | succeeds above not almost equal to | infix | 265 | 5 | 5 | |
⪻ | ⪻ | double precedes | infix | 265 | 5 | 5 | |
⪼ | ⪼ | double succeeds | infix | 265 | 5 | 5 | |
⪽ | ⪽ | subset with dot | infix | 265 | 5 | 5 | |
⪾ | ⪾ | superset with dot | infix | 265 | 5 | 5 | |
⪿ | ⪿ | subset with plus sign below | infix | 265 | 5 | 5 | |
⫀ | ⫀ | superset with plus sign below | infix | 265 | 5 | 5 | |
⫁ | ⫁ | subset with multiplication sign below | infix | 265 | 5 | 5 | |
⫂ | ⫂ | superset with multiplication sign below | infix | 265 | 5 | 5 | |
⫃ | ⫃ | subset of or equal to with dot above | infix | 265 | 5 | 5 | |
⫄ | ⫄ | superset of or equal to with dot above | infix | 265 | 5 | 5 | |
⫅ | ⫅ | subset of above equals sign | infix | 265 | 5 | 5 | |
⫆ | ⫆ | superset of above equals sign | infix | 265 | 5 | 5 | |
⫇ | ⫇ | subset of above tilde operator | infix | 265 | 5 | 5 | |
⫈ | ⫈ | superset of above tilde operator | infix | 265 | 5 | 5 | |
⫉ | ⫉ | subset of above almost equal to | infix | 265 | 5 | 5 | |
⫊ | ⫊ | superset of above almost equal to | infix | 265 | 5 | 5 | |
⫋ | ⫋ | subset of above not equal to | infix | 265 | 5 | 5 | |
⫌ | ⫌ | superset of above not equal to | infix | 265 | 5 | 5 | |
⫍ | ⫍ | square left open box operator | infix | 265 | 5 | 5 | |
⫎ | ⫎ | square right open box operator | infix | 265 | 5 | 5 | |
⫏ | ⫏ | closed subset | infix | 265 | 5 | 5 | |
⫐ | ⫐ | closed superset | infix | 265 | 5 | 5 | |
⫑ | ⫑ | closed subset or equal to | infix | 265 | 5 | 5 | |
⫒ | ⫒ | closed superset or equal to | infix | 265 | 5 | 5 | |
⫓ | ⫓ | subset above superset | infix | 265 | 5 | 5 | |
⫔ | ⫔ | superset above subset | infix | 265 | 5 | 5 | |
⫕ | ⫕ | subset above subset | infix | 265 | 5 | 5 | |
⫖ | ⫖ | superset above superset | infix | 265 | 5 | 5 | |
⫗ | ⫗ | superset beside subset | infix | 265 | 5 | 5 | |
⫘ | ⫘ | superset beside and joined by dash with subset | infix | 265 | 5 | 5 | |
⫙ | ⫙ | element of opening downwards | infix | 265 | 5 | 5 | |
⫚ | ⫚ | pitchfork with tee top | infix | 265 | 5 | 5 | |
⫛ | ⫛ | transversal intersection | infix | 265 | 5 | 5 | |
⫝ | ⫝ | nonforking | infix | 265 | 5 | 5 | |
⫝̸ | ⫝̸ | nonforking with slash | infix | 265 | 5 | 5 | |
⫞ | ⫞ | short left tack | infix | 265 | 5 | 5 | |
⫟ | ⫟ | short down tack | infix | 265 | 5 | 5 | |
⫠ | ⫠ | short up tack | infix | 265 | 5 | 5 | |
⫡ | ⫡ | perpendicular with s | infix | 265 | 5 | 5 | |
⫢ | ⫢ | vertical bar triple right turnstile | infix | 265 | 5 | 5 | |
⫣ | ⫣ | double vertical bar left turnstile | infix | 265 | 5 | 5 | |
⫤ | ⫤ | vertical bar double left turnstile | infix | 265 | 5 | 5 | |
⫥ | ⫥ | double vertical bar double left turnstile | infix | 265 | 5 | 5 | |
⫦ | ⫦ | long dash from left member of double vertical | infix | 265 | 5 | 5 | |
⫧ | ⫧ | short down tack with overbar | infix | 265 | 5 | 5 | |
⫨ | ⫨ | short up tack with underbar | infix | 265 | 5 | 5 | |
⫩ | ⫩ | short up tack above short down tack | infix | 265 | 5 | 5 | |
⫪ | ⫪ | double down tack | infix | 265 | 5 | 5 | |
⫫ | ⫫ | double up tack | infix | 265 | 5 | 5 | |
⫬ | ⫬ | double stroke not sign | infix | 265 | 5 | 5 | |
⫭ | ⫭ | reversed double stroke not sign | infix | 265 | 5 | 5 | |
⫮ | ⫮ | does not divide with reversed negation slash | infix | 265 | 5 | 5 | |
⫯ | ⫯ | vertical line with circle above | infix | 265 | 5 | 5 | |
⫰ | ⫰ | vertical line with circle below | infix | 265 | 5 | 5 | |
⫱ | ⫱ | down tack with circle below | infix | 265 | 5 | 5 | |
⫲ | ⫲ | parallel with horizontal stroke | infix | 265 | 5 | 5 | |
⫳ | ⫳ | parallel with tilde operator | infix | 265 | 5 | 5 | |
⫴ | ⫴ | triple vertical bar binary relation | infix | 265 | 4 | 4 | |
⫵ | ⫵ | triple vertical bar with horizontal stroke | infix | 265 | 4 | 4 | |
⫶ | ⫶ | triple colon operator | infix | 265 | 4 | 4 | |
⫷ | ⫷ | triple nested less-than | infix | 265 | 5 | 5 | |
⫸ | ⫸ | triple nested greater-than | infix | 265 | 5 | 5 | |
⫹ | ⫹ | double-line slanted less-than or equal to | infix | 265 | 5 | 5 | |
⫺ | ⫺ | double-line slanted greater-than or equal to | infix | 265 | 5 | 5 | |
⫻ | ⫻ | triple solidus binary relation | infix | 265 | 4 | 4 | |
⫽ | ⫽ | double solidus operator | infix | 265 | 4 | 4 | |
⫾ | ⫾ | white vertical bar | infix | 265 | 3 | 3 | |
| | | | vertical line | infix | 270 | 2 | 2 | fence, stretchy, symmetric |
|| | || | multiple character operator: || | infix | 270 | 2 | 2 | fence, stretchy, symmetric |
||| | ||| | multiple character operator: ||| | infix | 270 | 2 | 2 | fence, stretchy, symmetric |
← | ← | leftwards arrow | infix | 270 | 5 | 5 | stretchy, accent |
↑ | ↑ | upwards arrow | infix | 270 | 5 | 5 | stretchy |
→ | → | rightwards arrow | infix | 270 | 5 | 5 | stretchy, accent |
↓ | ↓ | downwards arrow | infix | 270 | 5 | 5 | stretchy |
↔ | ↔ | left right arrow | infix | 270 | 5 | 5 | stretchy, accent |
↕ | ↕ | up down arrow | infix | 270 | 5 | 5 | stretchy |
↖ | ↖ | north west arrow | infix | 270 | 5 | 5 | stretchy |
↗ | ↗ | north east arrow | infix | 270 | 5 | 5 | stretchy |
↘ | ↘ | south east arrow | infix | 270 | 5 | 5 | stretchy |
↙ | ↙ | south west arrow | infix | 270 | 5 | 5 | stretchy |
↚ | ↚ | leftwards arrow with stroke | infix | 270 | 5 | 5 | accent |
↛ | ↛ | rightwards arrow with stroke | infix | 270 | 5 | 5 | accent |
↜ | ↜ | leftwards wave arrow | infix | 270 | 5 | 5 | stretchy, accent |
↝ | ↝ | rightwards wave arrow | infix | 270 | 5 | 5 | stretchy, accent |
↞ | ↞ | leftwards two headed arrow | infix | 270 | 5 | 5 | stretchy, accent |
↟ | ↟ | upwards two headed arrow | infix | 270 | 5 | 5 | stretchy, accent |
↠ | ↠ | rightwards two headed arrow | infix | 270 | 5 | 5 | stretchy, accent |
↡ | ↡ | downwards two headed arrow | infix | 270 | 5 | 5 | stretchy |
↢ | ↢ | leftwards arrow with tail | infix | 270 | 5 | 5 | stretchy, accent |
↣ | ↣ | rightwards arrow with tail | infix | 270 | 5 | 5 | stretchy, accent |
↤ | ↤ | leftwards arrow from bar | infix | 270 | 5 | 5 | stretchy, accent |
↥ | ↥ | upwards arrow from bar | infix | 270 | 5 | 5 | stretchy |
↦ | ↦ | rightwards arrow from bar | infix | 270 | 5 | 5 | stretchy, accent |
↧ | ↧ | downwards arrow from bar | infix | 270 | 5 | 5 | stretchy |
↨ | ↨ | up down arrow with base | infix | 270 | 5 | 5 | stretchy |
↩ | ↩ | leftwards arrow with hook | infix | 270 | 5 | 5 | stretchy, accent |
↪ | ↪ | rightwards arrow with hook | infix | 270 | 5 | 5 | stretchy, accent |
↫ | ↫ | leftwards arrow with loop | infix | 270 | 5 | 5 | stretchy, accent |
↬ | ↬ | rightwards arrow with loop | infix | 270 | 5 | 5 | stretchy, accent |
↭ | ↭ | left right wave arrow | infix | 270 | 5 | 5 | stretchy, accent |
↮ | ↮ | left right arrow with stroke | infix | 270 | 5 | 5 | accent |
↯ | ↯ | downwards zigzag arrow | infix | 270 | 5 | 5 | stretchy |
↰ | ↰ | upwards arrow with tip leftwards | infix | 270 | 5 | 5 | stretchy |
↱ | ↱ | upwards arrow with tip rightwards | infix | 270 | 5 | 5 | stretchy |
↲ | ↲ | downwards arrow with tip leftwards | infix | 270 | 5 | 5 | stretchy |
↳ | ↳ | downwards arrow with tip rightwards | infix | 270 | 5 | 5 | stretchy |
↴ | ↴ | rightwards arrow with corner downwards | infix | 270 | 5 | 5 | stretchy |
↵ | ↵ | downwards arrow with corner leftwards | infix | 270 | 5 | 5 | stretchy |
↶ | ↶ | anticlockwise top semicircle arrow | infix | 270 | 5 | 5 | accent |
↷ | ↷ | clockwise top semicircle arrow | infix | 270 | 5 | 5 | accent |
↸ | ↸ | north west arrow to long bar | infix | 270 | 5 | 5 | |
↹ | ↹ | leftwards arrow to bar over rightwards arrow to bar | infix | 270 | 5 | 5 | stretchy, accent |
↺ | ↺ | anticlockwise open circle arrow | infix | 270 | 5 | 5 | |
↻ | ↻ | clockwise open circle arrow | infix | 270 | 5 | 5 | |
↼ | ↼ | leftwards harpoon with barb upwards | infix | 270 | 5 | 5 | stretchy, accent |
↽ | ↽ | leftwards harpoon with barb downwards | infix | 270 | 5 | 5 | stretchy, accent |
↾ | ↾ | upwards harpoon with barb rightwards | infix | 270 | 5 | 5 | stretchy |
↿ | ↿ | upwards harpoon with barb leftwards | infix | 270 | 5 | 5 | stretchy |
⇀ | ⇀ | rightwards harpoon with barb upwards | infix | 270 | 5 | 5 | stretchy, accent |
⇁ | ⇁ | rightwards harpoon with barb downwards | infix | 270 | 5 | 5 | stretchy, accent |
⇂ | ⇂ | downwards harpoon with barb rightwards | infix | 270 | 5 | 5 | stretchy |
⇃ | ⇃ | downwards harpoon with barb leftwards | infix | 270 | 5 | 5 | stretchy |
⇄ | ⇄ | rightwards arrow over leftwards arrow | infix | 270 | 5 | 5 | stretchy, accent |
⇅ | ⇅ | upwards arrow leftwards of downwards arrow | infix | 270 | 5 | 5 | stretchy |
⇆ | ⇆ | leftwards arrow over rightwards arrow | infix | 270 | 5 | 5 | stretchy, accent |
⇇ | ⇇ | leftwards paired arrows | infix | 270 | 5 | 5 | stretchy, accent |
⇈ | ⇈ | upwards paired arrows | infix | 270 | 5 | 5 | stretchy |
⇉ | ⇉ | rightwards paired arrows | infix | 270 | 5 | 5 | stretchy, accent |
⇊ | ⇊ | downwards paired arrows | infix | 270 | 5 | 5 | stretchy |
⇋ | ⇋ | leftwards harpoon over rightwards harpoon | infix | 270 | 5 | 5 | stretchy, accent |
⇌ | ⇌ | rightwards harpoon over leftwards harpoon | infix | 270 | 5 | 5 | stretchy, accent |
⇍ | ⇍ | leftwards double arrow with stroke | infix | 270 | 5 | 5 | accent |
⇎ | ⇎ | left right double arrow with stroke | infix | 270 | 5 | 5 | accent |
⇏ | ⇏ | rightwards double arrow with stroke | infix | 270 | 5 | 5 | accent |
⇐ | ⇐ | leftwards double arrow | infix | 270 | 5 | 5 | stretchy, accent |
⇑ | ⇑ | upwards double arrow | infix | 270 | 5 | 5 | stretchy |
⇒ | ⇒ | rightwards double arrow | infix | 270 | 5 | 5 | stretchy, accent |
⇓ | ⇓ | downwards double arrow | infix | 270 | 5 | 5 | stretchy |
⇔ | ⇔ | left right double arrow | infix | 270 | 5 | 5 | stretchy, accent |
⇕ | ⇕ | up down double arrow | infix | 270 | 5 | 5 | stretchy |
⇖ | ⇖ | north west double arrow | infix | 270 | 5 | 5 | stretchy |
⇗ | ⇗ | north east double arrow | infix | 270 | 5 | 5 | stretchy |
⇘ | ⇘ | south east double arrow | infix | 270 | 5 | 5 | stretchy |
⇙ | ⇙ | south west double arrow | infix | 270 | 5 | 5 | stretchy |
⇚ | ⇚ | leftwards triple arrow | infix | 270 | 5 | 5 | stretchy, accent |
⇛ | ⇛ | rightwards triple arrow | infix | 270 | 5 | 5 | stretchy, accent |
⇜ | ⇜ | leftwards squiggle arrow | infix | 270 | 5 | 5 | stretchy, accent |
⇝ | ⇝ | rightwards squiggle arrow | infix | 270 | 5 | 5 | stretchy, accent |
⇞ | ⇞ | upwards arrow with double stroke | infix | 270 | 5 | 5 | |
⇟ | ⇟ | downwards arrow with double stroke | infix | 270 | 5 | 5 | |
⇠ | ⇠ | leftwards dashed arrow | infix | 270 | 5 | 5 | stretchy, accent |
⇡ | ⇡ | upwards dashed arrow | infix | 270 | 5 | 5 | stretchy |
⇢ | ⇢ | rightwards dashed arrow | infix | 270 | 5 | 5 | stretchy, accent |
⇣ | ⇣ | downwards dashed arrow | infix | 270 | 5 | 5 | stretchy |
⇤ | ⇤ | leftwards arrow to bar | infix | 270 | 5 | 5 | stretchy, accent |
⇥ | ⇥ | rightwards arrow to bar | infix | 270 | 5 | 5 | stretchy, accent |
⇦ | ⇦ | leftwards white arrow | infix | 270 | 5 | 5 | stretchy, accent |
⇧ | ⇧ | upwards white arrow | infix | 270 | 5 | 5 | stretchy |
⇨ | ⇨ | rightwards white arrow | infix | 270 | 5 | 5 | stretchy, accent |
⇩ | ⇩ | downwards white arrow | infix | 270 | 5 | 5 | stretchy |
⇪ | ⇪ | upwards white arrow from bar | infix | 270 | 5 | 5 | stretchy |
⇫ | ⇫ | upwards white arrow on pedestal | infix | 270 | 5 | 5 | stretchy |
⇬ | ⇬ | upwards white arrow on pedestal with horizontal bar | infix | 270 | 5 | 5 | stretchy |
⇭ | ⇭ | upwards white arrow on pedestal with vertical bar | infix | 270 | 5 | 5 | stretchy |
⇮ | ⇮ | upwards white double arrow | infix | 270 | 5 | 5 | stretchy |
⇯ | ⇯ | upwards white double arrow on pedestal | infix | 270 | 5 | 5 | stretchy |
⇰ | ⇰ | rightwards white arrow from wall | infix | 270 | 5 | 5 | stretchy, accent |
⇱ | ⇱ | north west arrow to corner | infix | 270 | 5 | 5 | |
⇲ | ⇲ | south east arrow to corner | infix | 270 | 5 | 5 | |
⇳ | ⇳ | up down white arrow | infix | 270 | 5 | 5 | stretchy |
⇴ | ⇴ | right arrow with small circle | infix | 270 | 5 | 5 | accent |
⇵ | ⇵ | downwards arrow leftwards of upwards arrow | infix | 270 | 5 | 5 | stretchy |
⇶ | ⇶ | three rightwards arrows | infix | 270 | 5 | 5 | stretchy, accent |
⇷ | ⇷ | leftwards arrow with vertical stroke | infix | 270 | 5 | 5 | accent |
⇸ | ⇸ | rightwards arrow with vertical stroke | infix | 270 | 5 | 5 | accent |
⇹ | ⇹ | left right arrow with vertical stroke | infix | 270 | 5 | 5 | accent |
⇺ | ⇺ | leftwards arrow with double vertical stroke | infix | 270 | 5 | 5 | accent |
⇻ | ⇻ | rightwards arrow with double vertical stroke | infix | 270 | 5 | 5 | accent |
⇼ | ⇼ | left right arrow with double vertical stroke | infix | 270 | 5 | 5 | accent |
⇽ | ⇽ | leftwards open-headed arrow | infix | 270 | 5 | 5 | stretchy, accent |
⇾ | ⇾ | rightwards open-headed arrow | infix | 270 | 5 | 5 | stretchy, accent |
⇿ | ⇿ | left right open-headed arrow | infix | 270 | 5 | 5 | stretchy, accent |
⊸ | ⊸ | multimap | infix | 270 | 5 | 5 | |
⟰ | ⟰ | upwards quadruple arrow | infix | 270 | 5 | 5 | stretchy |
⟱ | ⟱ | downwards quadruple arrow | infix | 270 | 5 | 5 | stretchy |
⟵ | ⟵ | long leftwards arrow | infix | 270 | 5 | 5 | stretchy, accent |
⟶ | ⟶ | long rightwards arrow | infix | 270 | 5 | 5 | stretchy, accent |
⟷ | ⟷ | long left right arrow | infix | 270 | 5 | 5 | stretchy, accent |
⟸ | ⟸ | long leftwards double arrow | infix | 270 | 5 | 5 | stretchy, accent |
⟹ | ⟹ | long rightwards double arrow | infix | 270 | 5 | 5 | stretchy, accent |
⟺ | ⟺ | long left right double arrow | infix | 270 | 5 | 5 | stretchy, accent |
⟻ | ⟻ | long leftwards arrow from bar | infix | 270 | 5 | 5 | stretchy, accent |
⟼ | ⟼ | long rightwards arrow from bar | infix | 270 | 5 | 5 | stretchy, accent |
⟽ | ⟽ | long leftwards double arrow from bar | infix | 270 | 5 | 5 | stretchy, accent |
⟾ | ⟾ | long rightwards double arrow from bar | infix | 270 | 5 | 5 | stretchy, accent |
⟿ | ⟿ | long rightwards squiggle arrow | infix | 270 | 5 | 5 | stretchy, accent |
⤀ | ⤀ | rightwards two-headed arrow with vertical stroke | infix | 270 | 5 | 5 | accent |
⤁ | ⤁ | rightwards two-headed arrow with double vertical stroke | infix | 270 | 5 | 5 | accent |
⤂ | ⤂ | leftwards double arrow with vertical stroke | infix | 270 | 5 | 5 | accent |
⤃ | ⤃ | rightwards double arrow with vertical stroke | infix | 270 | 5 | 5 | accent |
⤄ | ⤄ | left right double arrow with vertical stroke | infix | 270 | 5 | 5 | accent |
⤅ | ⤅ | rightwards two-headed arrow from bar | infix | 270 | 5 | 5 | accent |
⤆ | ⤆ | leftwards double arrow from bar | infix | 270 | 5 | 5 | accent |
⤇ | ⤇ | rightwards double arrow from bar | infix | 270 | 5 | 5 | accent |
⤈ | ⤈ | downwards arrow with horizontal stroke | infix | 270 | 5 | 5 | |
⤉ | ⤉ | upwards arrow with horizontal stroke | infix | 270 | 5 | 5 | |
⤊ | ⤊ | upwards triple arrow | infix | 270 | 5 | 5 | stretchy |
⤋ | ⤋ | downwards triple arrow | infix | 270 | 5 | 5 | stretchy |
⤌ | ⤌ | leftwards double dash arrow | infix | 270 | 5 | 5 | stretchy, accent |
⤍ | ⤍ | rightwards double dash arrow | infix | 270 | 5 | 5 | stretchy, accent |
⤎ | ⤎ | leftwards triple dash arrow | infix | 270 | 5 | 5 | stretchy, accent |
⤏ | ⤏ | rightwards triple dash arrow | infix | 270 | 5 | 5 | stretchy, accent |
⤐ | ⤐ | rightwards two-headed triple dash arrow | infix | 270 | 5 | 5 | stretchy, accent |
⤑ | ⤑ | rightwards arrow with dotted stem | infix | 270 | 5 | 5 | accent |
⤒ | ⤒ | upwards arrow to bar | infix | 270 | 5 | 5 | stretchy |
⤓ | ⤓ | downwards arrow to bar | infix | 270 | 5 | 5 | stretchy |
⤔ | ⤔ | rightwards arrow with tail with vertical stroke | infix | 270 | 5 | 5 | accent |
⤕ | ⤕ | rightwards arrow with tail with double vertical stroke | infix | 270 | 5 | 5 | accent |
⤖ | ⤖ | rightwards two-headed arrow with tail | infix | 270 | 5 | 5 | accent |
⤗ | ⤗ | rightwards two-headed arrow with tail with vertical stroke | infix | 270 | 5 | 5 | accent |
⤘ | ⤘ | rightwards two-headed arrow with tail with double vertical stroke | infix | 270 | 5 | 5 | accent |
⤙ | ⤙ | leftwards arrow-tail | infix | 270 | 5 | 5 | accent |
⤚ | ⤚ | rightwards arrow-tail | infix | 270 | 5 | 5 | accent |
⤛ | ⤛ | leftwards double arrow-tail | infix | 270 | 5 | 5 | accent |
⤜ | ⤜ | rightwards double arrow-tail | infix | 270 | 5 | 5 | accent |
⤝ | ⤝ | leftwards arrow to black diamond | infix | 270 | 5 | 5 | accent |
⤞ | ⤞ | rightwards arrow to black diamond | infix | 270 | 5 | 5 | accent |
⤟ | ⤟ | leftwards arrow from bar to black diamond | infix | 270 | 5 | 5 | accent |
⤠ | ⤠ | rightwards arrow from bar to black diamond | infix | 270 | 5 | 5 | accent |
⤡ | ⤡ | north west and south east arrow | infix | 270 | 5 | 5 | stretchy |
⤢ | ⤢ | north east and south west arrow | infix | 270 | 5 | 5 | stretchy |
⤣ | ⤣ | north west arrow with hook | infix | 270 | 5 | 5 | |
⤤ | ⤤ | north east arrow with hook | infix | 270 | 5 | 5 | |
⤥ | ⤥ | south east arrow with hook | infix | 270 | 5 | 5 | |
⤦ | ⤦ | south west arrow with hook | infix | 270 | 5 | 5 | |
⤧ | ⤧ | north west arrow and north east arrow | infix | 270 | 5 | 5 | |
⤨ | ⤨ | north east arrow and south east arrow | infix | 270 | 5 | 5 | |
⤩ | ⤩ | south east arrow and south west arrow | infix | 270 | 5 | 5 | |
⤪ | ⤪ | south west arrow and north west arrow | infix | 270 | 5 | 5 | |
⤫ | ⤫ | rising diagonal crossing falling diagonal | infix | 270 | 5 | 5 | |
⤬ | ⤬ | falling diagonal crossing rising diagonal | infix | 270 | 5 | 5 | |
⤭ | ⤭ | south east arrow crossing north east arrow | infix | 270 | 5 | 5 | |
⤮ | ⤮ | north east arrow crossing south east arrow | infix | 270 | 5 | 5 | |
⤯ | ⤯ | falling diagonal crossing north east arrow | infix | 270 | 5 | 5 | |
⤰ | ⤰ | rising diagonal crossing south east arrow | infix | 270 | 5 | 5 | |
⤱ | ⤱ | north east arrow crossing north west arrow | infix | 270 | 5 | 5 | |
⤲ | ⤲ | north west arrow crossing north east arrow | infix | 270 | 5 | 5 | |
⤳ | ⤳ | wave arrow pointing directly right | infix | 270 | 5 | 5 | accent |
⤴ | ⤴ | arrow pointing rightwards then curving upwards | infix | 270 | 5 | 5 | |
⤵ | ⤵ | arrow pointing rightwards then curving downwards | infix | 270 | 5 | 5 | |
⤶ | ⤶ | arrow pointing downwards then curving leftwards | infix | 270 | 5 | 5 | |
⤷ | ⤷ | arrow pointing downwards then curving rightwards | infix | 270 | 5 | 5 | |
⤸ | ⤸ | right-side arc clockwise arrow | infix | 270 | 5 | 5 | |
⤹ | ⤹ | left-side arc anticlockwise arrow | infix | 270 | 5 | 5 | |
⤺ | ⤺ | top arc anticlockwise arrow | infix | 270 | 5 | 5 | accent |
⤻ | ⤻ | bottom arc anticlockwise arrow | infix | 270 | 5 | 5 | accent |
⤼ | ⤼ | top arc clockwise arrow with minus | infix | 270 | 5 | 5 | accent |
⤽ | ⤽ | top arc anticlockwise arrow with plus | infix | 270 | 5 | 5 | accent |
⤾ | ⤾ | lower right semicircular clockwise arrow | infix | 270 | 5 | 5 | |
⤿ | ⤿ | lower left semicircular anticlockwise arrow | infix | 270 | 5 | 5 | |
⥀ | ⥀ | anticlockwise closed circle arrow | infix | 270 | 5 | 5 | |
⥁ | ⥁ | clockwise closed circle arrow | infix | 270 | 5 | 5 | |
⥂ | ⥂ | rightwards arrow above short leftwards arrow | infix | 270 | 5 | 5 | accent |
⥃ | ⥃ | leftwards arrow above short rightwards arrow | infix | 270 | 5 | 5 | accent |
⥄ | ⥄ | short rightwards arrow above leftwards arrow | infix | 270 | 5 | 5 | accent |
⥅ | ⥅ | rightwards arrow with plus below | infix | 270 | 5 | 5 | accent |
⥆ | ⥆ | leftwards arrow with plus below | infix | 270 | 5 | 5 | accent |
⥇ | ⥇ | rightwards arrow through x | infix | 270 | 5 | 5 | accent |
⥈ | ⥈ | left right arrow through small circle | infix | 270 | 5 | 5 | accent |
⥉ | ⥉ | upwards two-headed arrow from small circle | infix | 270 | 5 | 5 | |
⥊ | ⥊ | left barb up right barb down harpoon | infix | 270 | 5 | 5 | accent |
⥋ | ⥋ | left barb down right barb up harpoon | infix | 270 | 5 | 5 | accent |
⥌ | ⥌ | up barb right down barb left harpoon | infix | 270 | 5 | 5 | |
⥍ | ⥍ | up barb left down barb right harpoon | infix | 270 | 5 | 5 | |
⥎ | ⥎ | left barb up right barb up harpoon | infix | 270 | 5 | 5 | stretchy, accent |
⥏ | ⥏ | up barb right down barb right harpoon | infix | 270 | 5 | 5 | stretchy |
⥐ | ⥐ | left barb down right barb down harpoon | infix | 270 | 5 | 5 | stretchy, accent |
⥑ | ⥑ | up barb left down barb left harpoon | infix | 270 | 5 | 5 | stretchy |
⥒ | ⥒ | leftwards harpoon with barb up to bar | infix | 270 | 5 | 5 | stretchy, accent |
⥓ | ⥓ | rightwards harpoon with barb up to bar | infix | 270 | 5 | 5 | stretchy, accent |
⥔ | ⥔ | upwards harpoon with barb right to bar | infix | 270 | 5 | 5 | stretchy |
⥕ | ⥕ | downwards harpoon with barb right to bar | infix | 270 | 5 | 5 | stretchy |
⥖ | ⥖ | leftwards harpoon with barb down to bar | infix | 270 | 5 | 5 | stretchy |
⥗ | ⥗ | rightwards harpoon with barb down to bar | infix | 270 | 5 | 5 | stretchy |
⥘ | ⥘ | upwards harpoon with barb left to bar | infix | 270 | 5 | 5 | stretchy |
⥙ | ⥙ | downwards harpoon with barb left to bar | infix | 270 | 5 | 5 | stretchy |
⥚ | ⥚ | leftwards harpoon with barb up from bar | infix | 270 | 5 | 5 | stretchy, accent |
⥛ | ⥛ | rightwards harpoon with barb up from bar | infix | 270 | 5 | 5 | stretchy, accent |
⥜ | ⥜ | upwards harpoon with barb right from bar | infix | 270 | 5 | 5 | stretchy |
⥝ | ⥝ | downwards harpoon with barb right from bar | infix | 270 | 5 | 5 | stretchy |
⥞ | ⥞ | leftwards harpoon with barb down from bar | infix | 270 | 5 | 5 | stretchy, accent |
⥟ | ⥟ | rightwards harpoon with barb down from bar | infix | 270 | 5 | 5 | stretchy, accent |
⥠ | ⥠ | upwards harpoon with barb left from bar | infix | 270 | 5 | 5 | stretchy |
⥡ | ⥡ | downwards harpoon with barb left from bar | infix | 270 | 5 | 5 | stretchy |
⥢ | ⥢ | leftwards harpoon with barb up above leftwards harpoon with barb down | infix | 270 | 5 | 5 | accent |
⥣ | ⥣ | upwards harpoon with barb left beside upwards harpoon with barb right | infix | 270 | 5 | 5 | |
⥤ | ⥤ | rightwards harpoon with barb up above rightwards harpoon with barb down | infix | 270 | 5 | 5 | accent |
⥥ | ⥥ | downwards harpoon with barb left beside downwards harpoon with barb right | infix | 270 | 5 | 5 | |
⥦ | ⥦ | leftwards harpoon with barb up above rightwards harpoon with barb up | infix | 270 | 5 | 5 | accent |
⥧ | ⥧ | leftwards harpoon with barb down above rightwards harpoon with barb down | infix | 270 | 5 | 5 | accent |
⥨ | ⥨ | rightwards harpoon with barb up above leftwards harpoon with barb up | infix | 270 | 5 | 5 | accent |
⥩ | ⥩ | rightwards harpoon with barb down above leftwards harpoon with barb down | infix | 270 | 5 | 5 | accent |
⥪ | ⥪ | leftwards harpoon with barb up above long dash | infix | 270 | 5 | 5 | accent |
⥫ | ⥫ | leftwards harpoon with barb down below long dash | infix | 270 | 5 | 5 | accent |
⥬ | ⥬ | rightwards harpoon with barb up above long dash | infix | 270 | 5 | 5 | accent |
⥭ | ⥭ | rightwards harpoon with barb down below long dash | infix | 270 | 5 | 5 | accent |
⥮ | ⥮ | upwards harpoon with barb left beside downwards harpoon with barb right | infix | 270 | 5 | 5 | stretchy |
⥯ | ⥯ | downwards harpoon with barb left beside upwards harpoon with barb right | infix | 270 | 5 | 5 | stretchy |
⥰ | ⥰ | right double arrow with rounded head | infix | 270 | 5 | 5 | accent |
⥱ | ⥱ | equals sign above rightwards arrow | infix | 270 | 5 | 5 | accent |
⥲ | ⥲ | tilde operator above rightwards arrow | infix | 270 | 5 | 5 | accent |
⥳ | ⥳ | leftwards arrow above tilde operator | infix | 270 | 5 | 5 | accent |
⥴ | ⥴ | rightwards arrow above tilde operator | infix | 270 | 5 | 5 | accent |
⥵ | ⥵ | rightwards arrow above almost equal to | infix | 270 | 5 | 5 | accent |
⥶ | ⥶ | less-than above leftwards arrow | infix | 270 | 5 | 5 | accent |
⥷ | ⥷ | leftwards arrow through less-than | infix | 270 | 5 | 5 | accent |
⥸ | ⥸ | greater-than above rightwards arrow | infix | 270 | 5 | 5 | accent |
⥹ | ⥹ | subset above rightwards arrow | infix | 270 | 5 | 5 | accent |
⥺ | ⥺ | leftwards arrow through subset | infix | 270 | 5 | 5 | accent |
⥻ | ⥻ | superset above leftwards arrow | infix | 270 | 5 | 5 | accent |
⥼ | ⥼ | left fish tail | infix | 270 | 5 | 5 | accent |
⥽ | ⥽ | right fish tail | infix | 270 | 5 | 5 | accent |
⥾ | ⥾ | up fish tail | infix | 270 | 5 | 5 | |
⥿ | ⥿ | down fish tail | infix | 270 | 5 | 5 | |
⦙ | ⦙ | dotted fence | infix | 270 | 3 | 3 | |
⦚ | ⦚ | vertical zigzag line | infix | 270 | 3 | 3 | |
⦛ | ⦛ | measured angle opening left | infix | 270 | 3 | 3 | |
⦜ | ⦜ | right angle variant with square | infix | 270 | 3 | 3 | |
⦝ | ⦝ | measured right angle with dot | infix | 270 | 3 | 3 | |
⦞ | ⦞ | angle with s inside | infix | 270 | 3 | 3 | |
⦟ | ⦟ | acute angle | infix | 270 | 3 | 3 | |
⧟ | ⧟ | double-ended multimap | infix | 270 | 3 | 3 | |
⧯ | ⧯ | error-barred black square | infix | 270 | 3 | 3 | |
⧴ | ⧴ | rule-delayed | infix | 270 | 5 | 5 | |
⭅ | ⭅ | leftwards quadruple arrow | infix | 270 | 5 | 5 | stretchy |
⭆ | ⭆ | rightwards quadruple arrow | infix | 270 | 5 | 5 | stretchy |
+ | + | plus sign | infix | 275 | 4 | 4 | |
+ | + | plus sign | prefix | 275 | 0 | 1 | |
- | - | hyphen-minus | infix | 275 | 4 | 4 | |
- | - | hyphen-minus | prefix | 275 | 0 | 1 | |
± | ± | plus-minus sign | infix | 275 | 4 | 4 | |
± | ± | plus-minus sign | prefix | 275 | 0 | 1 | |
− | − | minus sign | infix | 275 | 4 | 4 | |
− | − | minus sign | prefix | 275 | 0 | 1 | |
∓ | ∓ | minus-or-plus sign | infix | 275 | 4 | 4 | |
∓ | ∓ | minus-or-plus sign | prefix | 275 | 0 | 1 | |
∔ | ∔ | dot plus | infix | 275 | 4 | 4 | |
⊞ | ⊞ | squared plus | infix | 275 | 4 | 4 | |
⊟ | ⊟ | squared minus | infix | 275 | 4 | 4 | |
∑ | ∑ | n-ary summation | prefix | 290 | 1 | 2 | largeop, movablelimits, symmetric |
⨊ | ⨊ | modulo two sum | prefix | 290 | 1 | 2 | largeop, movablelimits, symmetric |
⨋ | ⨋ | summation with integral | prefix | 290 | 1 | 2 | largeop, symmetric |
∬ | ∬ | double integral | prefix | 300 | 0 | 1 | largeop, symmetric |
∭ | ∭ | triple integral | prefix | 300 | 0 | 1 | largeop, symmetric |
⊕ | ⊕ | circled plus | infix | 300 | 4 | 4 | |
⊖ | ⊖ | circled minus | infix | 300 | 4 | 4 | |
⊘ | ⊘ | circled division slash | infix | 300 | 4 | 4 | |
⨁ | ⨁ | n-ary circled plus operator | prefix | 300 | 1 | 2 | largeop, movablelimits, symmetric |
∫ | ∫ | integral | prefix | 310 | 0 | 1 | largeop, symmetric |
∮ | ∮ | contour integral | prefix | 310 | 0 | 1 | largeop, symmetric |
∯ | ∯ | surface integral | prefix | 310 | 0 | 1 | largeop, symmetric |
∰ | ∰ | volume integral | prefix | 310 | 0 | 1 | largeop, symmetric |
∱ | ∱ | clockwise integral | prefix | 310 | 0 | 1 | largeop, symmetric |
∲ | ∲ | clockwise contour integral | prefix | 310 | 0 | 1 | largeop, symmetric |
∳ | ∳ | anticlockwise contour integral | prefix | 310 | 0 | 1 | largeop, symmetric |
⨌ | ⨌ | quadruple integral operator | prefix | 310 | 0 | 1 | largeop, symmetric |
⨍ | ⨍ | finite part integral | prefix | 310 | 1 | 2 | largeop, symmetric |
⨎ | ⨎ | integral with double stroke | prefix | 310 | 1 | 2 | largeop, symmetric |
⨏ | ⨏ | integral average with slash | prefix | 310 | 1 | 2 | largeop, symmetric |
⨐ | ⨐ | circulation function | prefix | 310 | 1 | 2 | largeop, movablelimits, symmetric |
⨑ | ⨑ | anticlockwise integration | prefix | 310 | 1 | 2 | largeop, movablelimits, symmetric |
⨒ | ⨒ | line integration with rectangular path around pole | prefix | 310 | 1 | 2 | largeop, movablelimits, symmetric |
⨓ | ⨓ | line integration with semicircular path around pole | prefix | 310 | 1 | 2 | largeop, movablelimits, symmetric |
⨔ | ⨔ | line integration not including the pole | prefix | 310 | 1 | 2 | largeop, movablelimits, symmetric |
⨕ | ⨕ | integral around a point operator | prefix | 310 | 1 | 2 | largeop, symmetric |
⨖ | ⨖ | quaternion integral operator | prefix | 310 | 1 | 2 | largeop, symmetric |
⨗ | ⨗ | integral with leftwards arrow with hook | prefix | 310 | 1 | 2 | largeop, symmetric |
⨘ | ⨘ | integral with times sign | prefix | 310 | 1 | 2 | largeop, symmetric |
⨙ | ⨙ | integral with intersection | prefix | 310 | 1 | 2 | largeop, symmetric |
⨚ | ⨚ | integral with union | prefix | 310 | 1 | 2 | largeop, symmetric |
⨛ | ⨛ | integral with overbar | prefix | 310 | 1 | 2 | largeop, symmetric |
⨜ | ⨜ | integral with underbar | prefix | 310 | 1 | 2 | largeop, symmetric |
⋃ | ⋃ | n-ary union | prefix | 320 | 1 | 2 | largeop, movablelimits, symmetric |
⨃ | ⨃ | n-ary union operator with dot | prefix | 320 | 1 | 2 | largeop, movablelimits, symmetric |
⨄ | ⨄ | n-ary union operator with plus | prefix | 320 | 1 | 2 | largeop, movablelimits, symmetric |
⋀ | ⋀ | n-ary logical and | prefix | 330 | 1 | 2 | largeop, movablelimits, symmetric |
⋁ | ⋁ | n-ary logical or | prefix | 330 | 1 | 2 | largeop, movablelimits, symmetric |
⋂ | ⋂ | n-ary intersection | prefix | 330 | 1 | 2 | largeop, movablelimits, symmetric |
⨀ | ⨀ | n-ary circled dot operator | prefix | 330 | 1 | 2 | largeop, movablelimits, symmetric |
⨂ | ⨂ | n-ary circled times operator | prefix | 330 | 1 | 2 | largeop, movablelimits, symmetric |
⨅ | ⨅ | n-ary square intersection operator | prefix | 330 | 1 | 2 | largeop, movablelimits, symmetric |
⨆ | ⨆ | n-ary square union operator | prefix | 330 | 1 | 2 | largeop, movablelimits, symmetric |
⨇ | ⨇ | two logical and operator | prefix | 330 | 1 | 2 | largeop, movablelimits, symmetric |
⨈ | ⨈ | two logical or operator | prefix | 330 | 1 | 2 | largeop, movablelimits, symmetric |
⨉ | ⨉ | n-ary times operator | prefix | 330 | 1 | 2 | largeop, movablelimits, symmetric |
⫼ | ⫼ | large triple vertical bar operator | prefix | 330 | 1 | 2 | largeop, movablelimits, symmetric |
⫿ | ⫿ | n-ary white vertical bar | prefix | 330 | 1 | 2 | largeop, movablelimits, symmetric |
≀ | ≀ | wreath product | infix | 340 | 4 | 4 | |
∏ | ∏ | n-ary product | prefix | 350 | 1 | 2 | largeop, movablelimits, symmetric |
∐ | ∐ | n-ary coproduct | prefix | 350 | 1 | 2 | largeop, movablelimits, symmetric |
∩ | ∩ | intersection | infix | 350 | 4 | 4 | |
∪ | ∪ | union | infix | 350 | 4 | 4 | |
* | * | asterisk | infix | 390 | 3 | 3 | |
. | . | full stop | infix | 390 | 3 | 3 | |
× | × | multiplication sign | infix | 390 | 4 | 4 | |
• | • | bullet | infix | 390 | 4 | 4 | |
⁃ | ⁃ | hyphen bullet | infix | 390 | 4 | 4 | |
⁢ | | invisible times | infix | 390 | 0 | 0 | |
⊠ | ⊠ | squared times | infix | 390 | 4 | 4 | |
⊡ | ⊡ | squared dot operator | infix | 390 | 4 | 4 | |
⋅ | ⋅ | dot operator | infix | 390 | 4 | 4 | |
⨯ | ⨯ | vector or cross product | infix | 390 | 4 | 4 | |
⨿ | ⨿ | amalgamation or coproduct | infix | 390 | 4 | 4 | |
· | · | middle dot | infix | 400 | 4 | 4 | |
⊗ | ⊗ | circled times | infix | 410 | 4 | 4 | |
% | % | percent sign | infix | 640 | 3 | 3 | |
\ | \ | reverse solidus | infix | 650 | 0 | 0 | |
∖ | ∖ | set minus | infix | 650 | 4 | 4 | |
/ | / | solidus | infix | 660 | 1 | 1 | |
÷ | ÷ | division sign | infix | 660 | 4 | 4 | |
∠ | ∠ | angle | prefix | 670 | 0 | 0 | |
∡ | ∡ | measured angle | prefix | 670 | 0 | 0 | |
∢ | ∢ | spherical angle | prefix | 670 | 0 | 0 | |
¬ | ¬ | not sign | prefix | 680 | 2 | 1 | |
⊙ | ⊙ | circled dot operator | infix | 710 | 4 | 4 | |
∂ | ∂ | partial differential | prefix | 740 | 2 | 1 | |
∇ | ∇ | nabla | prefix | 740 | 2 | 1 | |
** | ** | multiple character operator: ** | infix | 780 | 1 | 1 | |
<> | <> | multiple character operator: <> | infix | 780 | 1 | 1 | |
^ | ^ | circumflex accent | infix | 780 | 1 | 1 | |
′ | ′ | prime | postfix | 800 | 0 | 0 | |
♭ | ♭ | music flat sign | postfix | 800 | 0 | 2 | |
♮ | ♮ | music natural sign | postfix | 800 | 0 | 2 | |
♯ | ♯ | music sharp sign | postfix | 800 | 0 | 2 | |
! | ! | exclamation mark | postfix | 810 | 1 | 0 | |
!! | !! | multiple character operator: !! | postfix | 810 | 1 | 0 | |
// | // | multiple character operator: // | infix | 820 | 1 | 1 | |
@ | @ | commercial at | infix | 825 | 1 | 1 | |
? | ? | question mark | infix | 835 | 1 | 1 | |
ⅅ | ⅅ | double-struck italic capital d | prefix | 845 | 2 | 1 | |
ⅆ | ⅆ | double-struck italic small d | prefix | 845 | 2 | 0 | |
√ | √ | square root | prefix | 845 | 1 | 1 | stretchy |
∛ | ∛ | cube root | prefix | 845 | 1 | 1 | |
∜ | ∜ | fourth root | prefix | 845 | 1 | 1 | |
⁡ | | function application | infix | 850 | 0 | 0 | |
" | " | quotation mark | postfix | 880 | 0 | 0 | accent |
& | & | ampersand | postfix | 880 | 0 | 0 | |
' | ' | apostrophe | postfix | 880 | 0 | 0 | accent |
++ | ++ | multiple character operator: ++ | postfix | 880 | 0 | 0 | |
-- | -- | multiple character operator: -- | postfix | 880 | 0 | 0 | |
^ | ^ | circumflex accent | postfix | 880 | 0 | 0 | stretchy, accent |
_ | _ | low line | postfix | 880 | 0 | 0 | stretchy, accent |
` | ` | grave accent | postfix | 880 | 0 | 0 | accent |
~ | ~ | tilde | postfix | 880 | 0 | 0 | stretchy, accent |
¨ | ¨ | diaeresis | postfix | 880 | 0 | 0 | accent |
ª | ª | feminine ordinal indicator | postfix | 880 | 0 | 0 | accent |
¯ | ¯ | macron | postfix | 880 | 0 | 0 | stretchy, accent |
° | ° | degree sign | postfix | 880 | 0 | 0 | |
² | ² | superscript two | postfix | 880 | 0 | 0 | accent |
³ | ³ | superscript three | postfix | 880 | 0 | 0 | accent |
´ | ´ | acute accent | postfix | 880 | 0 | 0 | accent |
¸ | ¸ | cedilla | postfix | 880 | 0 | 0 | accent |
¹ | ¹ | superscript one | postfix | 880 | 0 | 0 | accent |
º | º | masculine ordinal indicator | postfix | 880 | 0 | 0 | accent |
ˆ | ˆ | modifier letter circumflex accent | postfix | 880 | 0 | 0 | stretchy, accent |
ˇ | ˇ | caron | postfix | 880 | 0 | 0 | stretchy, accent |
ˉ | ˉ | modifier letter macron | postfix | 880 | 0 | 0 | stretchy, accent |
ˊ | ˊ | modifier letter acute accent | postfix | 880 | 0 | 0 | accent |
ˋ | ˋ | modifier letter grave accent | postfix | 880 | 0 | 0 | accent |
ˍ | ˍ | modifier letter low macron | postfix | 880 | 0 | 0 | stretchy, accent |
˘ | ˘ | breve | postfix | 880 | 0 | 0 | accent |
˙ | ˙ | dot above | postfix | 880 | 0 | 0 | accent |
˚ | ˚ | ring above | postfix | 880 | 0 | 0 | accent |
˜ | ˜ | small tilde | postfix | 880 | 0 | 0 | stretchy, accent |
˝ | ˝ | double acute accent | postfix | 880 | 0 | 0 | accent |
˷ | ˷ | modifier letter low tilde | postfix | 880 | 0 | 0 | stretchy, accent |
̂ | ̂ | combining circumflex accent | postfix | 880 | 0 | 0 | stretchy, accent |
̑ | ̑ | combining inverted breve | postfix | 880 | 0 | 0 | accent |
‚ | ‚ | single low-9 quotation mark | postfix | 880 | 0 | 0 | accent |
‛ | ‛ | single high-reversed-9 quotation mark | postfix | 880 | 0 | 0 | accent |
„ | „ | double low-9 quotation mark | postfix | 880 | 0 | 0 | accent |
‟ | ‟ | double high-reversed-9 quotation mark | postfix | 880 | 0 | 0 | accent |
″ | ″ | double prime | postfix | 880 | 0 | 0 | accent |
‴ | ‴ | triple prime | postfix | 880 | 0 | 0 | accent |
‵ | ‵ | reversed prime | postfix | 880 | 0 | 0 | accent |
‶ | ‶ | reversed double prime | postfix | 880 | 0 | 0 | accent |
‷ | ‷ | reversed triple prime | postfix | 880 | 0 | 0 | accent |
‾ | ‾ | overline | postfix | 880 | 0 | 0 | stretchy, accent |
⁗ | ⁗ | quadruple prime | postfix | 880 | 0 | 0 | accent |
⁤ | | invisible plus | infix | 880 | 0 | 0 | |
⃛ | ⃛ | combining three dots above | postfix | 880 | 0 | 0 | accent |
⃜ | ⃜ | combining four dots above | postfix | 880 | 0 | 0 | accent |
⎴ | ⎴ | top square bracket | postfix | 880 | 0 | 0 | stretchy, accent |
⎵ | ⎵ | bottom square bracket | postfix | 880 | 0 | 0 | stretchy, accent |
⏜ | ⏜ | top parenthesis | postfix | 880 | 0 | 0 | stretchy, accent |
⏝ | ⏝ | bottom parenthesis | postfix | 880 | 0 | 0 | stretchy, accent |
⏞ | ⏞ | top curly bracket | postfix | 880 | 0 | 0 | stretchy, accent |
⏟ | ⏟ | bottom curly bracket | postfix | 880 | 0 | 0 | stretchy, accent |
⏠ | ⏠ | top tortoise shell bracket | postfix | 880 | 0 | 0 | stretchy, accent |
⏡ | ⏡ | bottom tortoise shell bracket | postfix | 880 | 0 | 0 | stretchy, accent |
_ | _ | low line | infix | 900 | 1 | 1 |