後で示す表は, MathMLにおける演算子, かっこ, 区切り, アクセントの描画特性について提案された辞書を表しています. それらは, mo
要素で表現されます. 簡潔さのために全てのそのような要素は, この付録において単に"演算子"と呼ばれるでしょう.
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.
辞書は, 単に要素の内容だけでなく, 要素の内容とform
属性の値を合わせて索引に用います. 複数の形式を持つ演算子は, 複数の項目を持ちます. MathML仕様書は, 描画ソフトウェアがform
属性が与えられていない場合にどのように利用する形式を選ぶ("推量する")のか述べています. 第3.2.5.7.2節 form属性の既定値を参照して下さい.
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.
上で述べた選択, または<mo>
要素の開始タグで明確に指定されたform
属性によって, MathML描画ソフトウェアは, その演算子の適切な1つの形式に対する辞書の項目から残りの属性を利用します. 他の可能性のある形式の項目は無視されます.
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.
後で述べる表において, 全てのアスキーでない文字は, XML書式の16進数の数値文字参照によって表現されています. MathMLで与えられた文字に対する記述方法(文字データ, 数値文字参照, 名前付き実体参照)の選択は, その描画に何ら影響を与えません.
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.
表のそれぞれの行は, 上で述べたように(コードポイントとユニコード名で与えられた)文字とform属性の値両方によって整理されています. 4番目の列は, 第3.3.1節 式の水平のグループ <mrow>
で説明した優先度を示しており, その優先度は<mrow>
を使う式の適切なグループ化のために重要です. そこで述べられている決まりは, TEXのような数学を表示するための他の書式から変換によって自動でMathMLを生成することに特に関係があります. そのような他の書式は, いつもどのように式が入れ子になっているか指定している訳ではありません.
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.
lspace
といった長さの値の属性は明確に次の列で与えられます. stretchy
といったブール値の属性は, 最後の特性の列で, 辞書によって値をtrueに設定すべき属性の名前を一覧にすることによって一緒に指定されています. 最終的に, 稀に利用されるブール値でない特性を, 例えばlinebreakstyle
=afterのように値と一緒に特性の列で示しているものもあります.
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.
項目に示していない属性は, 第3.2.5節 演算子, かっこ, 区切り, アクセント <mo>
において属性の表の中でかっこで示した既定値を持っています.
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 |
---|
この内容ではmo
として次のように表されます.
could be expressed as an mo
element by:
<mo form="prefix" fence="true" stretchy="true" lspace="0em" rspace="0em"> ( </mo>
読みやすさのために内容の周りに加えられた空白に注意して下さい. そのような空白は, 第2.1.7節 入力された空白を省略するで述べたように, MathMLシステムによって無視されるでしょう.
(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.
この項目は, 提案された演算子辞書を利用するMathML描画ソフトウェアに対して, 与えられた要素<mo form="prefix"> ( </mo>
が単独で, もしくは単純にform="prefix"
が暗黙のものとされた(後を参照)場所にある<mo> ( </mo>
が, 上で示した全ての属性を持つ要素と等しいことを意味しています.
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
ここで与えられるlspace
とrspace
の値は, 0から7までの範囲で, それらは表の空間を節約するために数値で与えられています. それらの値は, 次のように名前付き空白を参照しているものとして扱われるべきです.
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 |
内容が⁢
または⁡
の見えない演算子に対して, MathML描画ソフトウェアは, 内容に応じた方法で間隔の取り方を選ぶことが提案されています(このことは後の表で与えられる値の例外です). <mo>⁡</mo>
に対して, "sin x"のような(右の被演算子がかっこで始まっていない状態の)式における合計の空白("lspace"+"rspace")は0より大きくなるべきです. <mo>⁢</mo>
に対して, 両方の被演算子(もしくは, ベースライン上の両側の最も近い素子)が斜体でないフォントで表示される識別子(すなわち, 提案された決まりの下で両方の被演算子が複数文字の識別子)の場合, 合計の空白は0より大きくなるべきです.
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).
描画ソフトウェアの中には, TEXの描画のように, 添え字(すなわちscriptlevel
が0より大きい場合, 第3.3.4節 書式の変更<mstyle>
参照)の中に現れたほとんどの演算子に対して間隔を設けないものもあるでしょう.
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表記の左の関係値域のかっこ z notation left image bracket |
prefix | 20 | 0 | 0 | fence, stretchy, symmetric |
⦈ | ⦈ | z表記の右の関係値域のかっこ z notation right image bracket |
postfix | 20 | 0 | 0 | fence, stretchy, symmetric |
⦉ | ⦉ | z表記の左の束縛のかっこ z notation left binding bracket |
prefix | 20 | 0 | 0 | fence, stretchy, symmetric |
⦊ | ⦊ | z表記の右の束縛のかっこ 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 | |
∾ | ∾ | ひっくり返ったゆったりしたS 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表記のバグ・メンバーシップ z notation bag membership |
infix | 265 | 5 | 5 | |
▲ | ▲ | 黒い上を指す三角 black up-pointing triangle |
infix | 265 | 4 | 4 | |
❘ | ❘ | 細い縦線 light vertical bar |
infix | 265 | 5 | 5 | |
⦁ | ⦁ | z表記の点 z notation spot |
infix | 265 | 3 | 3 | |
⦂ | ⦂ | z表記の型コロン 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 | |
⦻ | ⦻ | 上に重ねたX付き円 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 | |
⧃ | ⧃ | 右に2つの水平線の付いた円 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 | |
⧉ | ⧉ | 2つのつながった四角 two joined squares |
infix | 265 | 3 | 3 | |
⧊ | ⧊ | 上に点の付いた三角 triangle with dot above |
infix | 265 | 3 | 3 | |
⧋ | ⧋ | 下線付き三角 triangle with underbar |
infix | 265 | 3 | 3 | |
⧌ | ⧌ | 三角の中のs 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表記のシーケンシャル合成 z notation schema composition |
infix | 265 | 3 | 3 | |
⨠ | ⨠ | z表記のパイピング z notation schema piping |
infix | 265 | 3 | 3 | |
⨡ | ⨡ | z表記のスキーマ・プロジェクション 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 | |
⨧ | ⨧ | 下付き2付きプラス記 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表記の関係合成 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 | |
⩕ | ⩕ | 2つの重なった論理積 two intersecting logical and |
infix | 265 | 4 | 4 | |
⩖ | ⩖ | 2つの重なった論理和 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表記の領域補制限 z notation domain antirestriction |
infix | 265 | 4 | 4 | |
⩥ | ⩥ | z表記の値域補制限 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 | |
⩵ | ⩵ | 2つの連続した等号 two consecutive equals signs |
infix | 265 | 5 | 5 | |
⩶ | ⩶ | 3つの連続した等号 three consecutive equals signs |
infix | 265 | 5 | 5 | |
⩷ | ⩷ | 上に2つの点と下に2つの点の付いた等号 equals sign with two dots above and two dots below |
infix | 265 | 5 | 5 | |
⩸ | ⩸ | 上に4つの点の付いた同値 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 | |
⫚ | ⫚ | 頭にT字の付いた熊手 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 | |
⫡ | ⫡ | sの付いた「垂直」記号 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 |
↞ | ↞ | 左向きの先端が2つある矢印 leftwards two headed arrow |
infix | 270 | 5 | 5 | stretchy, accent |
↟ | ↟ | 上向きの先端が2つある矢印 upwards two headed arrow |
infix | 270 | 5 | 5 | stretchy, accent |
↠ | ↠ | 右向きの先端が2つある矢印 rightwards two headed arrow |
infix | 270 | 5 | 5 | stretchy, accent |
↡ | ↡ | 下向きの先端が2つある矢印 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 |
⇶ | ⇶ | 3つの右向き矢印 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 |
⤀ | ⤀ | 縦線付き右向きの先端が2つある矢印 rightwards two-headed arrow with vertical stroke |
infix | 270 | 5 | 5 | accent |
⤁ | ⤁ | 二重の縦線付き右向きの先端が2つある矢印 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 |
⤅ | ⤅ | 縦線から伸びる右向きの先端が2つある矢印 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 |
⤐ | ⤐ | 先端が2つある三重ダッシュの右向き矢印 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 |
⤖ | ⤖ | 尾付き先端が2つある右向き矢印 rightwards two-headed arrow with tail |
infix | 270 | 5 | 5 | accent |
⤗ | ⤗ | 縦線付き尾付き先端が2つある右向き矢印 rightwards two-headed arrow with tail with vertical stroke |
infix | 270 | 5 | 5 | accent |
⤘ | ⤘ | 二重の縦線付き尾付き先端が2つある右向き矢印 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 |
⥇ | ⥇ | xを貫いた右向き矢印 rightwards arrow through x |
infix | 270 | 5 | 5 | accent |
⥈ | ⥈ | 小さい円を貫いた左右両方を向いた矢印 left right arrow through small circle |
infix | 270 | 5 | 5 | accent |
⥉ | ⥉ | 小さい丸から伸びる上向きの先端が2つある矢印 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 |
⨊ | ⨊ | モジュロ2加算 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 |
⨇ | ⨇ | 2つの論理積演算子 two logical and operator |
prefix | 330 | 1 | 2 | largeop, movablelimits, symmetric |
⨈ | ⨈ | 2つの論理和演算子 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 | |
ⅅ | ⅅ | 二重線の斜体の大文字D double-struck italic capital d |
prefix | 845 | 2 | 1 | |
ⅆ | ⅆ | 二重線の斜体の小文字d 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 | |
² | ² | 上付き2 superscript two |
postfix | 880 | 0 | 0 | accent |
³ | ³ | 上付き3 superscript three |
postfix | 880 | 0 | 0 | accent |
´ | ´ | アキュートアクセント acute accent |
postfix | 880 | 0 | 0 | accent |
¸ | ¸ | セディラ cedilla |
postfix | 880 | 0 | 0 | accent |
¹ | ¹ | 上付き1 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 | |
⃛ | ⃛ | 文字の上に合成する3つの点 combining three dots above |
postfix | 880 | 0 | 0 | accent |
⃜ | ⃜ | 文字の上に合成する4つの点 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 |