C 演算子辞書(非標準)
Operator Dictionary (Non-Normative)

概要: 数学用マークアップ言語 (MathML) ヴァージョン 3.0 第2版
Overview: Mathematical Markup Language (MathML) Version 3.0 2nd Edition
前へ: B メディアタイプの登録
Previous: B Media Types Registrations
次へ: D 用語集
Next: D Glossary

C 演算子辞書(非標準)
Operator Dictionary (Non-Normative)
    C.1 演算子辞書の索引
    Indexing of the operator dictionary
    C.2 演算子辞書の項目の書式
    Format of operator dictionary entries
    C.3 lspaceとrspace属性についての注意点
    Notes on lspace and rspace attributes
    C.4 演算子辞書の内容
    Operator dictionary entries

後で示す表は, 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.

C.1 演算子辞書の索引
Indexing of the operator dictionary

辞書は, 単に要素の内容だけでなく, 要素の内容と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.

C.2 演算子辞書の項目の書式
Format of operator dictionary entries

表のそれぞれの行は, 上で述べたように(コードポイントとユニコード名で与えられた)文字と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.

C.3 lspaceとrspace属性についての注意点
Notes on lspace and rspace attributes

ここで与えられるlspacerspaceの値は, 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

内容が&InvisibleTimes;または&ApplyFunction;の見えない演算子に対して, MathML描画ソフトウェアは, 内容に応じた方法で間隔の取り方を選ぶことが提案されています(このことは後の表で与えられる値の例外です). <mo>&ApplyFunction;</mo>に対して, "sin x"のような(右の被演算子がかっこで始まっていない状態の)式における合計の空白("lspace"+"rspace")は0より大きくなるべきです. <mo>&InvisibleTimes;</mo>に対して, 両方の被演算子(もしくは, ベースライン上の両側の最も近い素子)が斜体でないフォントで表示される識別子(すなわち, 提案された決まりの下で両方の被演算子が複数文字の識別子)の場合, 合計の空白は0より大きくなるべきです.

For the invisible operators whose content is &InvisibleTimes; or &ApplyFunction;, 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>&ApplyFunction;</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>&InvisibleTimes;</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.

C.4 演算子辞書の内容
Operator dictionary entries

文字
Character
字形
Glyph
名前
Name
form 優先度
priority
lspace rspace 特性
Properties
&#x2018; 左の一重引用符
left single quotation mark
prefix 10 0 0 fence
&#x2019; 右の一重引用符
right single quotation mark
postfix 10 0 0 fence
&#x201C; 左の二重引用符
left double quotation mark
prefix 10 0 0 fence
&#x201D; 右の二重引用符
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
&#x2016; 二重の縦線
double vertical line
prefix 20 0 0 fence, stretchy
&#x2016; 二重の縦線
double vertical line
postfix 20 0 0 fence, stretchy
&#x2308; 左上かぎかっこ
left ceiling
prefix 20 0 0 fence, stretchy, symmetric
&#x2309; 右上かぎかっこ
right ceiling
postfix 20 0 0 fence, stretchy, symmetric
&#x230A; 左下かぎかっこ
left floor
prefix 20 0 0 fence, stretchy, symmetric
&#x230B; 右下かぎかっこ
right floor
postfix 20 0 0 fence, stretchy, symmetric
&#x2329; 左を指す山かっこ
left-pointing angle bracket
prefix 20 0 0 fence, stretchy, symmetric
&#x232A; 右を指す山かっこ
right-pointing angle bracket
postfix 20 0 0 fence, stretchy, symmetric
&#x2772; 一本線の左装飾用亀甲かっこ
light left tortoise shell bracket ornament
prefix 20 0 0 fence, stretchy, symmetric
&#x2773; 一本線の右装飾用亀甲かっこ
light right tortoise shell bracket ornament
postfix 20 0 0 fence, stretchy, symmetric
&#x27E6; 数学用左二重角がっこ
mathematical left white square bracket
prefix 20 0 0 fence, stretchy, symmetric
&#x27E7; 数学用右二重角がっこ
mathematical right white square bracket
postfix 20 0 0 fence, stretchy, symmetric
&#x27E8; 数学用左山かっこ
mathematical left angle bracket
prefix 20 0 0 fence, stretchy, symmetric
&#x27E9; 数学用右山かっこ
mathematical right angle bracket
postfix 20 0 0 fence, stretchy, symmetric
&#x27EA; 数学用左二重山かっこ
mathematical left double angle bracket
prefix 20 0 0 fence, stretchy, symmetric
&#x27EB; 数学用右二重山かっこ
mathematical right double angle bracket
postfix 20 0 0 fence, stretchy, symmetric
&#x27EC; 数学用左二重亀甲かっこ
mathematical left white tortoise shell bracket
prefix 20 0 0 fence, stretchy, symmetric
&#x27ED; 数学用右二重亀甲かっこ
mathematical right white tortoise shell bracket
postfix 20 0 0 fence, stretchy, symmetric
&#x27EE; 数学用左平らにされたかっこ
mathematical left flattened parenthesis
prefix 20 0 0 fence, stretchy, symmetric
&#x27EF; 数学用右平らにされたかっこ
mathematical right flattened parenthesis
postfix 20 0 0 fence, stretchy, symmetric
&#x2980; 三重の縦線区切り文字
triple vertical bar delimiter
prefix 20 0 0 fence, stretchy
&#x2980; 三重の縦線区切り文字
triple vertical bar delimiter
postfix 20 0 0 fence, stretchy
&#x2983; 左二重波かっこ
left white curly bracket
prefix 20 0 0 fence, stretchy, symmetric
&#x2984; 右二重波かっこ
right white curly bracket
postfix 20 0 0 fence, stretchy, symmetric
&#x2985; 左二重かっこ
left white parenthesis
prefix 20 0 0 fence, stretchy, symmetric
&#x2986; 右二重かっこ
right white parenthesis
postfix 20 0 0 fence, stretchy, symmetric
&#x2987; z表記の左の関係値域のかっこ
z notation left image bracket
prefix 20 0 0 fence, stretchy, symmetric
&#x2988; z表記の右の関係値域のかっこ
z notation right image bracket
postfix 20 0 0 fence, stretchy, symmetric
&#x2989; z表記の左の束縛のかっこ
z notation left binding bracket
prefix 20 0 0 fence, stretchy, symmetric
&#x298A; z表記の右の束縛のかっこ
z notation right binding bracket
postfix 20 0 0 fence, stretchy, symmetric
&#x298B; 下線付き左角がっこ
left square bracket with underbar
prefix 20 0 0 fence, stretchy, symmetric
&#x298C; 下線付き右角がっこ
right square bracket with underbar
postfix 20 0 0 fence, stretchy, symmetric
&#x298D; 上の角にしるしの付いた左角がっこ
left square bracket with tick in top corner
prefix 20 0 0 fence, stretchy, symmetric
&#x298E; 下の角にしるしの付いた右角がっこ
right square bracket with tick in bottom corner
postfix 20 0 0 fence, stretchy, symmetric
&#x298F; 下の角にしるしの付いた左角がっこ
left square bracket with tick in bottom corner
prefix 20 0 0 fence, stretchy, symmetric
&#x2990; 上の角にしるしの付いた右角がっこ
right square bracket with tick in top corner
postfix 20 0 0 fence, stretchy, symmetric
&#x2991; 点付き左山かっこ
left angle bracket with dot
prefix 20 0 0 fence, stretchy, symmetric
&#x2992; 点付き右山かっこ
right angle bracket with dot
postfix 20 0 0 fence, stretchy, symmetric
&#x2993; 左の弧と小なりかっこ
left arc less-than bracket
prefix 20 0 0 fence, stretchy, symmetric
&#x2994; 右の弧と大なりかっこ
right arc greater-than bracket
postfix 20 0 0 fence, stretchy, symmetric
&#x2995; 二重の左の弧と大なりかっこ
double left arc greater-than bracket
prefix 20 0 0 fence, stretchy, symmetric
&#x2996; 二重の右の弧と小なりかっこ
double right arc less-than bracket
postfix 20 0 0 fence, stretchy, symmetric
&#x2997; 左の黒の亀甲かっこ
left black tortoise shell bracket
prefix 20 0 0 fence, stretchy, symmetric
&#x2998; 右の黒の亀甲かっこ
right black tortoise shell bracket
postfix 20 0 0 fence, stretchy, symmetric
&#x29FC; 左を指す曲線の山かっこ
left-pointing curved angle bracket
prefix 20 0 0 fence, stretchy, symmetric
&#x29FD; 右を指す曲線の山かっこ
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
&#x2063; 見えない区切り記号
invisible separator
infix 40 0 0 separator, linebreakstyle=after
&#x2234; ゆえに
therefore
infix 70 5 5
&#x2235; なぜなら
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
&#x3F6; ϶ ギリシア文字の反転した三日月状のイプシロン記号
greek reversed lunate epsilon symbol
infix 110 5 5
&#x2026; 水平の省略記号
horizontal ellipsis
infix 150 0 0
&#x22EE; 縦の省略記号
vertical ellipsis
infix 150 5 5
&#x22EF; 真ん中の水平の省略記号
midline horizontal ellipsis
infix 150 0 0
&#x22F1; 右下がりの対角の省略記号
down right diagonal ellipsis
infix 150 5 5
&#x220B; 要素として含む
contains as member
infix 160 5 5
&#x22A2; 右向きの鋲
right tack
infix 170 5 5
&#x22A3; 左向きの鋲
left tack
infix 170 5 5
&#x22A4; 下向きの鋲
down tack
infix 170 5 5
&#x22A8; 正しい
true
infix 170 5 5
&#x22A9; 強制する
forces
infix 170 5 5
&#x22AC; 証明しない
does not prove
infix 170 5 5
&#x22AD; 正しくない
not true
infix 170 5 5
&#x22AE; 強制しない
does not force
infix 170 5 5
&#x22AF; 打ち消された二重の縦線と右の二重の横線
negated double vertical bar double right turnstile
infix 170 5 5
&#x2228; 論理和
logical or
infix 190 4 4
&amp;&amp; && 複数文字の演算子: &&
multiple character operator: &&
infix 200 4 4
&#x2227; 論理積
logical and
infix 200 4 4
&#x2200; 任意の
for all
prefix 230 2 1
&#x2203; 存在する
there exists
prefix 230 2 1
&#x2204; 存在しない
there does not exist
prefix 230 2 1
&#x2201; 補足
complement
infix 240 1 2
&#x2208; 要素である
element of
infix 240 5 5
&#x2209; 要素でない
not an element of
infix 240 5 5
&#x220C; 要素として含まない
does not contain as member
infix 240 5 5
&#x2282; 含まれる
subset of
infix 240 5 5
&#x2282;&#x20D2; ⊂⃒ (縦線付きの)含まれる
subset of with vertical line
infix 240 5 5
&#x2283; 含む
superset of
infix 240 5 5
&#x2283;&#x20D2; ⊃⃒ (縦線付きの)含む
superset of with vertical line
infix 240 5 5
&#x2284; 含まれない
not a subset of
infix 240 5 5
&#x2285; 含まない
not a superset of
infix 240 5 5
&#x2286; 含まれるまたは等しい
subset of or equal to
infix 240 5 5
&#x2287; 含むまたは等しい
superset of or equal to
infix 240 5 5
&#x2288; 含まれないかつ等しくない
neither a subset of nor equal to
infix 240 5 5
&#x2289; 含まないかつ等しくない
neither a superset of nor equal to
infix 240 5 5
&#x228A; 含まれるが等しくない
subset of with not equal to
infix 240 5 5
&#x228B; 含むが等しくない
superset of with not equal to
infix 240 5 5
&lt;= <= 複数文字の演算子: <=
multiple character operator: <=
infix 241 5 5
&#x2264; 小なりまたは等しい
less-than or equal to
infix 241 5 5
&#x2265; 大なりまたは等しい
greater-than or equal to
infix 242 5 5
> > 大なり記号
greater-than sign
infix 243 5 5
>= >= 複数文字の演算子: >=
multiple character operator: >=
infix 243 5 5
&#x226F; 大なりでない
not greater-than
infix 244 5 5
&lt; < 小なり記号
less-than sign
infix 245 5 5
&#x226E; 小なりでない
not less-than
infix 246 5 5
&#x2248; ほぼ等しい
almost equal to
infix 247 5 5
&#x223C; チルダ演算子
tilde operator
infix 250 5 5
&#x2249; ほぼ等しくはない
not almost equal to
infix 250 5 5
&#x2262; 同一でない
not identical to
infix 252 5 5
&#x2260; 等しくない
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
&#x221D; 比例
proportional to
infix 260 5 5
&#x2224; 割り切れない
does not divide
infix 260 5 5
&#x2225; 平行
parallel to
infix 260 5 5
&#x2226; 平行でない
not parallel to
infix 260 5 5
&#x2241; チルダの否定
not tilde
infix 260 5 5
&#x2243; 漸近的に等しい
asymptotically equal to
infix 260 5 5
&#x2244; 漸近的に等しくはない
not asymptotically equal to
infix 260 5 5
&#x2245; およそ等しい
approximately equal to
infix 260 5 5
&#x2246; 近似値であるただし等しくはない
approximately but not actually equal to
infix 260 5 5
&#x2247; およそかつ実際に等しくない
neither approximately nor actually equal to
infix 260 5 5
&#x224D; 同値である
equivalent to
infix 260 5 5
&#x2254; コロンと等しい
colon equals
infix 260 5 5
&#x2257; リングと等しい
ring equal to
infix 260 5 5
&#x2259; 見積もる
estimates
infix 260 5 5
&#x225A; 全ての角が等しい
equiangular to
infix 260 5 5
&#x225B; 星と等しい
star equals
infix 260 5 5
&#x225C; デルタと等しい
delta equal to
infix 260 5 5
&#x225F; 疑問符付き等しい
questioned equal to
infix 260 5 5
&#x2261; 同一である
identical to
infix 260 5 5
&#x2268; 小なりただい等しくない
less-than but not equal to
infix 260 5 5
&#x2269; 大なりただし等しくない
greater-than but not equal to
infix 260 5 5
&#x226A; とても小さい
much less-than
infix 260 5 5
&#x226A;&#x338; ≪̸ (斜線付きの)とても小さい
much less than with slash
infix 260 5 5
&#x226B; とても大きい
much greater-than
infix 260 5 5
&#x226B;&#x338; ≫̸ (斜線付きの)とても大きい
much greater than with slash
infix 260 5 5
&#x226D; 同値でない
not equivalent to
infix 260 5 5
&#x2270; 小なりでないかつ等しくない
neither less-than nor equal to
infix 260 5 5
&#x2271; 大なりでないかつ等しくない
neither greater-than nor equal to
infix 260 5 5
&#x227A; 先行する
precedes
infix 260 5 5
&#x227B; 次に来る
succeeds
infix 260 5 5
&#x227C; 先行するまたは等しい
precedes or equal to
infix 260 5 5
&#x227D; 次に来るまたは等しい
succeeds or equal to
infix 260 5 5
&#x2280; 先行しない
does not precede
infix 260 5 5
&#x2281; 次に来ない
does not succeed
infix 260 5 5
&#x22A5; 上向きの鋲
up tack
infix 260 5 5
&#x22B4; 正規部分群であるまたは等しい
normal subgroup of or equal to
infix 260 5 5
&#x22B5; 正規部分群として含むまたは等しい
contains as normal subgroup or equal to
infix 260 5 5
&#x22C9; 左の通常因子の半直積
left normal factor semidirect product
infix 260 4 4
&#x22CA; 右の通常因子の半直積
right normal factor semidirect product
infix 260 4 4
&#x22CB; 左の半直積
left semidirect product
infix 260 4 4
&#x22CC; 右の半直積
right semidirect product
infix 260 4 4
&#x22D4; 熊手
pitchfork
infix 260 5 5
&#x22D6; 点付き小なり
less-than with dot
infix 260 5 5
&#x22D7; 点付き大なり
greater-than with dot
infix 260 5 5
&#x22D8; 非常に小さい
very much less-than
infix 260 5 5
&#x22D9; 非常に大きい
very much greater-than
infix 260 5 5
&#x22EA; 正規部分群でない
not normal subgroup of
infix 260 5 5
&#x22EB; 正規部分群として含まない
does not contain as normal subgroup
infix 260 5 5
&#x22EC; 正規部分群でないまた等しくない
not normal subgroup of or equal to
infix 260 5 5
&#x22ED; 正規部分群として含まないまた等しくない
does not contain as normal subgroup or equal
infix 260 5 5
&#x25A0; 黒い四角
black square
infix 260 3 3
&#x25A1; 白い四角
white square
infix 260 3 3
&#x25AA; 黒い小さな四角
black small square
infix 260 3 3
&#x25AB; 白い小さな四角
white small square
infix 260 3 3
&#x25AD; 白い長方形
white rectangle
infix 260 3 3
&#x25AE; 黒い縦長の長方形
black vertical rectangle
infix 260 3 3
&#x25AF; 白い縦長の長方形
white vertical rectangle
infix 260 3 3
&#x25B0; 黒い平行四辺形
black parallelogram
infix 260 3 3
&#x25B1; 白い平行四辺形
white parallelogram
infix 260 3 3
&#x25B3; 白い上を指す三角
white up-pointing triangle
infix 260 4 4
&#x25B4; 黒い上を指す小さい三角
black up-pointing small triangle
infix 260 4 4
&#x25B5; 白い上を指す小さい三角
white up-pointing small triangle
infix 260 4 4
&#x25B6; 黒い右を指す三角
black right-pointing triangle
infix 260 4 4
&#x25B7; 白い右を指す三角
white right-pointing triangle
infix 260 4 4
&#x25B8; 黒い右を指す小さい三角
black right-pointing small triangle
infix 260 4 4
&#x25B9; 白い右を指す小さい三角
white right-pointing small triangle
infix 260 4 4
&#x25BC; 黒い下を指す三角
black down-pointing triangle
infix 260 4 4
&#x25BD; 白い下を指す三角
white down-pointing triangle
infix 260 4 4
&#x25BE; 黒い下を指す小さな三角
black down-pointing small triangle
infix 260 4 4
&#x25BF; 白い下を指す小さい三角
white down-pointing small triangle
infix 260 4 4
&#x25C0; 黒い左を指す三角
black left-pointing triangle
infix 260 4 4
&#x25C1; 白い左を指す三角
white left-pointing triangle
infix 260 4 4
&#x25C2; 黒い左を指す小さい三角
black left-pointing small triangle
infix 260 4 4
&#x25C3; 白い左を指す小さい三角
white left-pointing small triangle
infix 260 4 4
&#x25C4; 黒い左向きの指針
black left-pointing pointer
infix 260 4 4
&#x25C5; 白い左向きの指針
white left-pointing pointer
infix 260 4 4
&#x25C6; 黒いひし形
black diamond
infix 260 4 4
&#x25C7; 白いひし形
white diamond
infix 260 4 4
&#x25C8; 黒いひし形を囲む白いひし形
white diamond containing black small diamond
infix 260 4 4
&#x25C9; 魚眼
fisheye
infix 260 4 4
&#x25CC; 点線の円
dotted circle
infix 260 4 4
&#x25CD; 縦線で埋められた円
circle with vertical fill
infix 260 4 4
&#x25CE; 的の中心
bullseye
infix 260 4 4
&#x25CF; 黒い円
black circle
infix 260 4 4
&#x25D6; 左の黒い半円
left half black circle
infix 260 4 4
&#x25D7; 右の黒い半円
right half black circle
infix 260 4 4
&#x25E6; 白ビュレット
white bullet
infix 260 4 4
&#x29C0; 円で囲まれた小なり
circled less-than
infix 260 5 5
&#x29C1; 円で囲まれた大なり
circled greater-than
infix 260 5 5
&#x29E3; 等しいと傾いた平行
equals sign and slanted parallel
infix 260 5 5
&#x29E4; 上にチルダの付いた等号と傾いた平行
equals sign and slanted parallel with tilde above
infix 260 5 5
&#x29E5; 同一であると傾いた等しい
identical to and slanted parallel
infix 260 5 5
&#x29E6; グライヒシュタルク
gleich stark
infix 260 5 5
&#x29F3; エラーバーの付いた黒丸
error-barred black circle
infix 260 3 3
&#x2A87; 小なりかつ一本線の等しくない
less-than and single-line not equal to
infix 260 5 5
&#x2A88; 大なりかつ一本線の等しくない
greater-than and single-line not equal to
infix 260 5 5
&#x2AAF; 先行すると一本線の等号
precedes above single-line equals sign
infix 260 5 5
&#x2AAF;&#x338; ⪯̸ (斜線付きの)先行すると一本線の等号
precedes above single-line equals sign with slash
infix 260 5 5
&#x2AB0; 次に来ると一本線の等号
succeeds above single-line equals sign
infix 260 5 5
&#x2AB0;&#x338; ⪰̸ (斜線付きの)次に来ると一本線の等号
succeeds above single-line equals sign with slash
infix 260 5 5
&#x2044; 分数の斜線
fraction slash
infix 265 4 4 stretchy
&#x2206; 増加
increment
infix 265 3 3
&#x220A; 小さな「要素である」記号
small element of
infix 265 5 5
&#x220D; 小さな「要素として含む」記号
small contains as member
infix 265 5 5
&#x220E; 証明終了
end of proof
infix 265 3 3
&#x2215; 除算の斜線
division slash
infix 265 4 4 stretchy
&#x2217; アスタリスク演算子
asterisk operator
infix 265 4 4
&#x2218; リング演算子
ring operator
infix 265 4 4
&#x2219; ビュレット演算子
bullet operator
infix 265 4 4
&#x221F; 直角
right angle
infix 265 5 5
&#x2223; 割り切れる
divides
infix 265 5 5
&#x2236; 割合
ratio
infix 265 5 5
&#x2237; 割合
proportion
infix 265 5 5
&#x2238; 点とマイナス
dot minus
infix 265 4 4
&#x2239; 超過
excess
infix 265 5 5
&#x223A; 幾何学的比例
geometric proportion
infix 265 4 4
&#x223B; 相似
homothetic
infix 265 5 5
&#x223D; 反転したチルダ
reversed tilde
infix 265 5 5
&#x223D;&#x331; ∽̱ (下線付きの)反転したチルダ
reversed tilde with underline
infix 265 3 3
&#x223E; ひっくり返ったゆったりしたS
inverted lazy s
infix 265 5 5
&#x223F; 正弦曲線
sine wave
infix 265 3 3
&#x2242; マイナスとチルダ
minus tilde
infix 265 5 5
&#x2242;&#x338; ≂̸ (斜線付きの)マイナスとチルダ
minus tilde with slash
infix 265 5 5
&#x224A; ほぼ等しいまたは等しい
almost equal or equal to
infix 265 5 5
&#x224B; 三重のチルダ
triple tilde
infix 265 5 5
&#x224C; 全て等しい
all equal to
infix 265 5 5
&#x224E; 幾何学的に同値である
geometrically equivalent to
infix 265 5 5
&#x224E;&#x338; ≎̸ (斜線付きの)幾何学的に同値である
geometrically equivalent to with slash
infix 265 5 5
&#x224F; 相違
difference between
infix 265 5 5
&#x224F;&#x338; ≏̸ (斜線付きの)相違
difference between with slash
infix 265 5 5
&#x2250; 限りなく近い
approaches the limit
infix 265 5 5
&#x2251; 幾何学的に等しい
geometrically equal to
infix 265 5 5
&#x2252; およそ等しいまたは写像
approximately equal to or the image of
infix 265 5 5
&#x2253; 写像またはおよそ等しい
image of or approximately equal to
infix 265 5 5
&#x2255; 等しいとコロン
equals colon
infix 265 5 5
&#x2256; 等しいの中のリング
ring in equal to
infix 265 5 5
&#x2258; 一致する
corresponds to
infix 265 5 5
&#x225D; 定義により等しい
equal to by definition
infix 265 5 5
&#x225E; 測定される
measured by
infix 265 5 5
&#x2263; 厳密に同値である
strictly equivalent to
infix 265 5 5
&#x2266; 小なりと等しい
less-than over equal to
infix 265 5 5
&#x2266;&#x338; ≦̸ (斜線付きの)小なりと等しい
less-than over equal to with slash
infix 265 5 5
&#x2267; 大なりと等しい
greater-than over equal to
infix 265 5 5
&#x226C;
between
infix 265 5 5
&#x2272; 小なりまたは同値である
less-than or equivalent to
infix 265 5 5
&#x2273; 大なりまたは同値である
greater-than or equivalent to
infix 265 5 5
&#x2274; 小なりでないかつ同値でない
neither less-than nor equivalent to
infix 265 5 5
&#x2275; 大なりでないかつ同値でない
neither greater-than nor equivalent to
infix 265 5 5
&#x2276; 小なりまたは大なり
less-than or greater-than
infix 265 5 5
&#x2277; 大なりまたは小なり
greater-than or less-than
infix 265 5 5
&#x2278; 小さくないかつ大きくない
neither less-than nor greater-than
infix 265 5 5
&#x2279; 大きくないかつ小さくない
neither greater-than nor less-than
infix 265 5 5
&#x227E; 先行するまたは同値である
precedes or equivalent to
infix 265 5 5
&#x227F; 次に来るまたは同値である
succeeds or equivalent to
infix 265 5 5
&#x227F;&#x338; ≿̸ (斜線付きの)次に来るまたは同値である
succeeds or equivalent to with slash
infix 265 5 5
&#x228C; 多重集合
multiset
infix 265 4 4
&#x228D; 多重集合の乗算
multiset multiplication
infix 265 4 4
&#x228E; 多重集合の集合和
multiset union
infix 265 4 4
&#x228F; 四角い「写像」記号
square image of
infix 265 5 5
&#x228F;&#x338; ⊏̸ (斜線付きの)四角い「写像」記号
square image of with slash
infix 265 5 5
&#x2290; 四角い「逆写像」記号
square original of
infix 265 5 5
&#x2290;&#x338; ⊐̸ (斜線付きの)四角い「逆写像」記号
square original of with slash
infix 265 5 5
&#x2291; 四角い「写像または等しい」記号
square image of or equal to
infix 265 5 5
&#x2292; 四角い「逆写像または等しい」記号
square original of or equal to
infix 265 5 5
&#x2293; 四角い「キャップ」記号
square cap
infix 265 4 4
&#x2294; 四角い「カップ」記号
square cup
infix 265 4 4
&#x229A; 円で囲まれたリング演算子
circled ring operator
infix 265 4 4
&#x229B; 円で囲まれたアスタリスク演算子
circled asterisk operator
infix 265 4 4
&#x229C; 円で囲まれた等しい
circled equals
infix 265 4 4
&#x229D; 円で囲まれたダッシュ
circled dash
infix 265 4 4
&#x22A6; 主張
assertion
infix 265 5 5
&#x22A7; 形作る
models
infix 265 5 5
&#x22AA; 三重の縦線と右の横線
triple vertical bar right turnstile
infix 265 5 5
&#x22AB; 二重の縦線と右の二重の横線
double vertical bar double right turnstile
infix 265 5 5
&#x22B0; 関係の基で先行する
precedes under relation
infix 265 5 5
&#x22B1; 関係の基で次に来る
succeeds under relation
infix 265 5 5
&#x22B2; 正規部分群である
normal subgroup of
infix 265 5 5
&#x22B3; 正規部分群として含む
contains as normal subgroup
infix 265 5 5
&#x22B6; 逆写像
original of
infix 265 5 5
&#x22B7; 写像
image of
infix 265 5 5
&#x22B9; エルミート共役行列
hermitian conjugate matrix
infix 265 5 5
&#x22BA; 挿入
intercalate
infix 265 4 4
&#x22BB; 排他的論理和
xor
infix 265 4 4
&#x22BC; 否定論理積
nand
infix 265 4 4
&#x22BD; 否定論理和
nor
infix 265 4 4
&#x22BE; 弧付き直角
right angle with arc
infix 265 3 3
&#x22BF; 直角三角形
right triangle
infix 265 3 3
&#x22C4; ひし形の演算子
diamond operator
infix 265 4 4
&#x22C6; 星の演算子
star operator
infix 265 4 4
&#x22C7; 割ると掛ける
division times
infix 265 4 4
&#x22C8; 蝶ネクタイ
bowtie
infix 265 5 5
&#x22CD; 反転したチルダと等しい
reversed tilde equals
infix 265 5 5
&#x22CE; 縮れた論理和
curly logical or
infix 265 4 4
&#x22CF; 縮れた論理積
curly logical and
infix 265 4 4
&#x22D0; 二重の含まれる
double subset
infix 265 5 5
&#x22D1; 二重の含む
double superset
infix 265 5 5
&#x22D2; 二重の集合積
double intersection
infix 265 4 4
&#x22D3; 二重の集合和
double union
infix 265 4 4
&#x22D5; 等しいと平行
equal and parallel to
infix 265 5 5
&#x22DA; 小なりまたは等しいまたは大なり
less-than equal to or greater-than
infix 265 5 5
&#x22DB; 大なりまたは等しいまたは小なり
greater-than equal to or less-than
infix 265 5 5
&#x22DC; 等しいまたは小なり
equal to or less-than
infix 265 5 5
&#x22DD; 等しいまたは大なり
equal to or greater-than
infix 265 5 5
&#x22DE; 等しいまたは先行する
equal to or precedes
infix 265 5 5
&#x22DF; 等しいまたは次に来る
equal to or succeeds
infix 265 5 5
&#x22E0; 先行しないまた等しくない
does not precede or equal
infix 265 5 5
&#x22E1; 次に来ないまた等しくない
does not succeed or equal
infix 265 5 5
&#x22E2; 四角い「写像でないまた等しくない」記号
not square image of or equal to
infix 265 5 5
&#x22E3; 四角い「逆写像でないまた等しくない」記号
not square original of or equal to
infix 265 5 5
&#x22E4; 四角い「写像また等しくない」記号
square image of or not equal to
infix 265 5 5
&#x22E5; 四角い「逆写像または等しくない」記号
square original of or not equal to
infix 265 5 5
&#x22E6; 小なりただし同値でない
less-than but not equivalent to
infix 265 5 5
&#x22E7; 大なりただし同値でない
greater-than but not equivalent to
infix 265 5 5
&#x22E8; 先行するただし同値でない
precedes but not equivalent to
infix 265 5 5
&#x22E9; 次に来るただし同値でない
succeeds but not equivalent to
infix 265 5 5
&#x22F0; 右上がりの対角の省略記号
up right diagonal ellipsis
infix 265 5 5
&#x22F2; 長い水平線を持つ「要素である」記号
element of with long horizontal stroke
infix 265 5 5
&#x22F3; 水平線の終端に縦線の付いた「要素である」記号
element of with vertical bar at end of horizontal stroke
infix 265 5 5
&#x22F4; 水平線の終端に縦線の付いた小さい「要素である」記号
small element of with vertical bar at end of horizontal stroke
infix 265 5 5
&#x22F5; 上に点の付いた「要素である」記号
element of with dot above
infix 265 5 5
&#x22F6; 上線付き「要素である」記号
element of with overbar
infix 265 5 5
&#x22F7; 上線付き小さな「要素である」記号
small element of with overbar
infix 265 5 5
&#x22F8; 下線付き「要素である」記号
element of with underbar
infix 265 5 5
&#x22F9; 二重の水平線を持つ「要素である」記号
element of with two horizontal strokes
infix 265 5 5
&#x22FA; 長い水平線を持つ「要素として含む」記号
contains with long horizontal stroke
infix 265 5 5
&#x22FB; 水平線の末端に縦線の付いた「含む」記号
contains with vertical bar at end of horizontal stroke
infix 265 5 5
&#x22FC; 水平線の終端に縦線の付いた小さい「要素として含む」記号
small contains with vertical bar at end of horizontal stroke
infix 265 5 5
&#x22FD; 上線付き「含む」記号
contains with overbar
infix 265 5 5
&#x22FE; 上線付き小さな「含む」記号
small contains with overbar
infix 265 5 5
&#x22FF; z表記のバグ・メンバーシップ
z notation bag membership
infix 265 5 5
&#x25B2; 黒い上を指す三角
black up-pointing triangle
infix 265 4 4
&#x2758; 細い縦線
light vertical bar
infix 265 5 5
&#x2981; z表記の点
z notation spot
infix 265 3 3
&#x2982; z表記の型コロン
z notation type colon
infix 265 3 3
&#x29A0; 左向きに開いた球体の角度
spherical angle opening left
infix 265 3 3
&#x29A1; 上向きに開いた球体の角度
spherical angle opening up
infix 265 3 3
&#x29A2; ひっくり返った角
turned angle
infix 265 3 3
&#x29A3; 反転した角
reversed angle
infix 265 3 3
&#x29A4; 下線付き角
angle with underbar
infix 265 3 3
&#x29A5; 下線付き反転した角
reversed angle with underbar
infix 265 3 3
&#x29A6; 上向きに開いた斜角
oblique angle opening up
infix 265 3 3
&#x29A7; 下向きに開いた斜角
oblique angle opening down
infix 265 3 3
&#x29A8; 右上を指す矢印で終わる線の付いた横向きの測定された角
measured angle with open arm ending in arrow pointing up and right
infix 265 3 3
&#x29A9; 左上を指す矢印で終わる線の付いた横向きの測定された角
measured angle with open arm ending in arrow pointing up and left
infix 265 3 3
&#x29AA; 右下を指す矢印で終わる線の付いた横向きの測定された角
measured angle with open arm ending in arrow pointing down and right
infix 265 3 3
&#x29AB; 左下を指す矢印で終わる線の付いた横向きの測定された角
measured angle with open arm ending in arrow pointing down and left
infix 265 3 3
&#x29AC; 右上を指す矢印で終わる線の付いた縦向きの測定された角
measured angle with open arm ending in arrow pointing right and up
infix 265 3 3
&#x29AD; 左上を指す矢印で終わる線の付いた縦向きの測定された角
measured angle with open arm ending in arrow pointing left and up
infix 265 3 3
&#x29AE; 右下を指す矢印で終わる線の付いた縦向きの測定された角
measured angle with open arm ending in arrow pointing right and down
infix 265 3 3
&#x29AF; 左下を指す矢印で終わる線の付いた縦向きの測定された角
measured angle with open arm ending in arrow pointing left and down
infix 265 3 3
&#x29B0; 反転した空集合
reversed empty set
infix 265 3 3
&#x29B1; 上線付き空集合
empty set with overbar
infix 265 3 3
&#x29B2; 上に小さい円の付いた空集合
empty set with small circle above
infix 265 3 3
&#x29B3; 上に右向き矢印の付いた空集合
empty set with right arrow above
infix 265 3 3
&#x29B4; 上に左向き矢印の付いた空集合
empty set with left arrow above
infix 265 3 3
&#x29B5; 水平線付き円
circle with horizontal bar
infix 265 3 3
&#x29B6; 円で囲まれた縦線
circled vertical bar
infix 265 4 4
&#x29B7; 円で囲まれた「平行」記号
circled parallel
infix 265 4 4
&#x29B8; 円で囲まれた逆の斜線
circled reverse solidus
infix 265 4 4
&#x29B9; 円で囲まれた「垂直」記号
circled perpendicular
infix 265 4 4
&#x29BA; 上半分が縦線で分割された水平線で分割された円
circle divided by horizontal bar and top half divided by vertical bar
infix 265 4 4
&#x29BB; 上に重ねたX付き円
circle with superimposed x
infix 265 4 4
&#x29BC; 円で囲まれた反時計回りに回転した除算記号
circled anticlockwise-rotated division sign
infix 265 4 4
&#x29BD; 円を貫いた上向き矢印
up arrow through circle
infix 265 4 4
&#x29BE; 円で囲まれた白ビュレット
circled white bullet
infix 265 4 4
&#x29BF; ⦿ 円で囲まれたビュレット
circled bullet
infix 265 4 4
&#x29C2; 右に小さい円の付いた円
circle with small circle to the right
infix 265 3 3
&#x29C3; 右に2つの水平線の付いた円
circle with two horizontal strokes to the right
infix 265 3 3
&#x29C4; 四角で囲まれた右上がりの対角線
squared rising diagonal slash
infix 265 4 4
&#x29C5; 四角で囲まれた右下がりの対角線
squared falling diagonal slash
infix 265 4 4
&#x29C6; 四角で囲まれたアスタリスク
squared asterisk
infix 265 4 4
&#x29C7; 四角で囲まれた小さい円
squared small circle
infix 265 4 4
&#x29C8; 四角で囲まれた四角
squared square
infix 265 4 4
&#x29C9; 2つのつながった四角
two joined squares
infix 265 3 3
&#x29CA; 上に点の付いた三角
triangle with dot above
infix 265 3 3
&#x29CB; 下線付き三角
triangle with underbar
infix 265 3 3
&#x29CC; 三角の中のs
s in triangle
infix 265 3 3
&#x29CD; 下にセリフの付いた三角
triangle with serifs at bottom
infix 265 3 3
&#x29CE; 右向きの三角と左向きの三角
right triangle above left triangle
infix 265 5 5
&#x29CF; 左向きの三角と縦線
left triangle beside vertical bar
infix 265 5 5
&#x29CF;&#x338; ⧏̸ (斜線付きの)左向きの三角と縦線
left triangle beside vertical bar with slash
infix 265 5 5
&#x29D0; 縦線と右向きの三角
vertical bar beside right triangle
infix 265 5 5
&#x29D0;&#x338; ⧐̸ (斜線付きの)縦線と右向きの三角
vertical bar beside right triangle with slash
infix 265 5 5
&#x29D1; 左半分が黒い蝶ネクタイ
bowtie with left half black
infix 265 5 5
&#x29D2; 右半分が黒い蝶ネクタイ
bowtie with right half black
infix 265 5 5
&#x29D3; 黒い蝶ネクタイ
black bowtie
infix 265 5 5
&#x29D4; 左半分が黒い掛ける
times with left half black
infix 265 5 5
&#x29D5; 右半分が黒い掛ける
times with right half black
infix 265 5 5
&#x29D6; 白い砂時計
white hourglass
infix 265 4 4
&#x29D7; 黒い砂時計
black hourglass
infix 265 4 4
&#x29D8; 左の波線のかっこ
left wiggly fence
infix 265 3 3
&#x29D9; 右の波線のかっこ
right wiggly fence
infix 265 3 3
&#x29DB; 右の二重波線のかっこ
right double wiggly fence
infix 265 3 3
&#x29DC; 不完全な無限
incomplete infinity
infix 265 3 3
&#x29DD; 弧線と無限
tie over infinity
infix 265 3 3
&#x29DE; 縦線で打ち消された無限
infinity negated with vertical bar
infix 265 5 5
&#x29E0; 縁取り付き四角
square with contoured outline
infix 265 3 3
&#x29E1; 増加する
increases as
infix 265 5 5
&#x29E2; シャッフル積
shuffle product
infix 265 4 4
&#x29E7; 熱力学
thermodynamic
infix 265 3 3
&#x29E8; 左半分が黒い下を指す三角
down-pointing triangle with left half black
infix 265 3 3
&#x29E9; 右半分が黒い下を指す三角
down-pointing triangle with right half black
infix 265 3 3
&#x29EA; 下向き矢印付き黒のひし形
black diamond with down arrow
infix 265 3 3
&#x29EB; 黒いひし形
black lozenge
infix 265 3 3
&#x29EC; 下向き矢印付き白丸
white circle with down arrow
infix 265 3 3
&#x29ED; 下向き矢印付き黒丸
black circle with down arrow
infix 265 3 3
&#x29EE; エラーバーの付いた白い四角
error-barred white square
infix 265 3 3
&#x29F0; エラーバーの付いた白いひし形
error-barred white diamond
infix 265 3 3
&#x29F1; エラーバーの付いた黒いひし形
error-barred black diamond
infix 265 3 3
&#x29F2; エラーバーの付いた白丸
error-barred white circle
infix 265 3 3
&#x29F5; 逆の斜線演算子
reverse solidus operator
infix 265 4 4
&#x29F6; 上線付き斜線
solidus with overbar
infix 265 4 4
&#x29F7; 水平線付き逆の斜線
reverse solidus with horizontal stroke
infix 265 4 4
&#x29F8; 大きい斜線
big solidus
infix 265 3 3
&#x29F9; 大きい逆の斜線
big reverse solidus
infix 265 3 3
&#x29FA; 二重のプラス
double plus
infix 265 3 3
&#x29FB; 三重のプラス
triple plus
infix 265 3 3
&#x29FE; タイニー
tiny
infix 265 4 4
&#x29FF; ⧿ ミニー
miny
infix 265 4 4
&#x2A1D; 結合
join
infix 265 3 3
&#x2A1E; 大きい左三角演算子
large left triangle operator
infix 265 3 3
&#x2A1F; z表記のシーケンシャル合成
z notation schema composition
infix 265 3 3
&#x2A20; z表記のパイピング
z notation schema piping
infix 265 3 3
&#x2A21; z表記のスキーマ・プロジェクション
z notation schema projection
infix 265 3 3
&#x2A22; 上の小さい円付きプラス記号
plus sign with small circle above
infix 265 4 4
&#x2A23; 上のサーカムフレックスアクセント付きプラス記号
plus sign with circumflex accent above
infix 265 4 4
&#x2A24; 上のチルダ付きプラス記号
plus sign with tilde above
infix 265 4 4
&#x2A25; 下点付きプラス記号
plus sign with dot below
infix 265 4 4
&#x2A26; 下のチルダ付きプラス記号
plus sign with tilde below
infix 265 4 4
&#x2A27; 下付き2付きプラス記
plus sign with subscript two
infix 265 4 4
&#x2A28; 黒い三角付きプラス記号
plus sign with black triangle
infix 265 4 4
&#x2A29; 上にコンマの付いたマイナス記号
minus sign with comma above
infix 265 4 4
&#x2A2A; 下点付きマイナス記号
minus sign with dot below
infix 265 4 4
&#x2A2B; 右下がりの点々付きマイナス記号
minus sign with falling dots
infix 265 4 4
&#x2A2C; 右上がりの点々付きマイナス記号
minus sign with rising dots
infix 265 4 4
&#x2A2D; 左半円の中のプラス記号
plus sign in left half circle
infix 265 4 4
&#x2A2E; 右半円の中のプラス記号
plus sign in right half circle
infix 265 4 4
&#x2A30; 上点付き乗算記号
multiplication sign with dot above
infix 265 4 4
&#x2A31; 下線付き乗算記号
multiplication sign with underbar
infix 265 4 4
&#x2A32; 下が塞がった半直積
semidirect product with bottom closed
infix 265 4 4
&#x2A33; スマッシュ積
smash product
infix 265 4 4
&#x2A34; 左半円の中の乗算記号
multiplication sign in left half circle
infix 265 4 4
&#x2A35; 右半円の中の乗算記号
multiplication sign in right half circle
infix 265 4 4
&#x2A36; サーカムフレックスアクセント付き円で囲まれた乗算記号
circled multiplication sign with circumflex accent
infix 265 4 4
&#x2A37; 二重の円の中の乗算記号
multiplication sign in double circle
infix 265 4 4
&#x2A38; 円で囲まれた除算記号
circled division sign
infix 265 4 4
&#x2A39; 三角の中のプラス記号
plus sign in triangle
infix 265 4 4
&#x2A3A; 三角の中のマイナス記号
minus sign in triangle
infix 265 4 4
&#x2A3B; 三角の中の乗算記号
multiplication sign in triangle
infix 265 4 4
&#x2A3C; 内部積
interior product
infix 265 4 4
&#x2A3D; 右向きの内部積
righthand interior product
infix 265 4 4
&#x2A3E; z表記の関係合成
z notation relational composition
infix 265 4 4
&#x2A40; 点付き集合積
intersection with dot
infix 265 4 4
&#x2A41; マイナス記号付き集合和
union with minus sign
infix 265 4 4
&#x2A42; 上線付き集合和
union with overbar
infix 265 4 4
&#x2A43; 上線付き集合積
intersection with overbar
infix 265 4 4
&#x2A44; 論理積付き集合積
intersection with logical and
infix 265 4 4
&#x2A45; 論理和付き集合和
union with logical or
infix 265 4 4
&#x2A46; 集合和と集合積
union above intersection
infix 265 4 4
&#x2A47; 集合積と集合和
intersection above union
infix 265 4 4
&#x2A48; 集合和と横線と集合積
union above bar above intersection
infix 265 4 4
&#x2A49; 集合積と横線と集合和
intersection above bar above union
infix 265 4 4
&#x2A4A; 横の集合和とつながった集合和
union beside and joined with union
infix 265 4 4
&#x2A4B; 横の集合積とつながった集合積
intersection beside and joined with intersection
infix 265 4 4
&#x2A4C; セリフ付き閉じた集合和
closed union with serifs
infix 265 4 4
&#x2A4D; セリフ付き閉じた集合積
closed intersection with serifs
infix 265 4 4
&#x2A4E; 二重の四角い集合積
double square intersection
infix 265 4 4
&#x2A4F; 二重の四角い集合和
double square union
infix 265 4 4
&#x2A50; セリフ付き閉じた集合和とスマッシュ積
closed union with serifs and smash product
infix 265 4 4
&#x2A51; 上点付き論理積
logical and with dot above
infix 265 4 4
&#x2A52; 上点付き論理和
logical or with dot above
infix 265 4 4
&#x2A53; 二重の論理積
double logical and
infix 265 4 4
&#x2A54; 二重の論理和
double logical or
infix 265 4 4
&#x2A55; 2つの重なった論理積
two intersecting logical and
infix 265 4 4
&#x2A56; 2つの重なった論理和
two intersecting logical or
infix 265 4 4
&#x2A57; 斜めになった大きな論理和
sloping large or
infix 265 4 4
&#x2A58; 斜めになった大きな論理積
sloping large and
infix 265 4 4
&#x2A59; 論理積と重なった論理和
logical or overlapping logical and
infix 265 5 5
&#x2A5A; 中心線付き論理積
logical and with middle stem
infix 265 4 4
&#x2A5B; 中心線付き論理和
logical or with middle stem
infix 265 4 4
&#x2A5C; 水平線付き論理積
logical and with horizontal dash
infix 265 4 4
&#x2A5D; 水平線付き論理和
logical or with horizontal dash
infix 265 4 4
&#x2A5E; 二重の上線付き論理積
logical and with double overbar
infix 265 4 4
&#x2A5F; 下線付き論理積
logical and with underbar
infix 265 4 4
&#x2A60; 二重の下線付き論理積
logical and with double underbar
infix 265 4 4
&#x2A61; 下線付き小文字のヴイ
small vee with underbar
infix 265 4 4
&#x2A62; 二重の上線付き論理和
logical or with double overbar
infix 265 4 4
&#x2A63; 二重の下線付き論理和
logical or with double underbar
infix 265 4 4
&#x2A64; z表記の領域補制限
z notation domain antirestriction
infix 265 4 4
&#x2A65; z表記の値域補制限
z notation range antirestriction
infix 265 4 4
&#x2A66; 下に点の付いた等号
equals sign with dot below
infix 265 5 5
&#x2A67; 上に点の付いた同一である
identical with dot above
infix 265 5 5
&#x2A68; 三重の水平線と二重の縦線
triple horizontal bar with double vertical stroke
infix 265 5 5
&#x2A69; 三重の水平線と三重の縦線
triple horizontal bar with triple vertical stroke
infix 265 5 5
&#x2A6A; 上点付きチルダ演算子
tilde operator with dot above
infix 265 5 5
&#x2A6B; 右上がりの点々付きチルダ演算子
tilde operator with rising dots
infix 265 5 5
&#x2A6C; 相似マイナス相似
similar minus similar
infix 265 5 5
&#x2A6D; 上に点の付いた合同
congruent with dot above
infix 265 5 5
&#x2A6E; アスタリスク付き等しい
equals with asterisk
infix 265 5 5
&#x2A6F; サーカムフレックスアクセント付きほぼ等しい
almost equal to with circumflex accent
infix 265 5 5
&#x2A70; およそ等しいまたは等しい
approximately equal or equal to
infix 265 5 5
&#x2A71; 等号とプラス記号
equals sign above plus sign
infix 265 4 4
&#x2A72; プラス記号と等号
plus sign above equals sign
infix 265 4 4
&#x2A73; 等号とチルダ
equals sign above tilde operator
infix 265 5 5
&#x2A74; 二重のコロンと等しい
double colon equal
infix 265 5 5
&#x2A75; 2つの連続した等号
two consecutive equals signs
infix 265 5 5
&#x2A76; 3つの連続した等号
three consecutive equals signs
infix 265 5 5
&#x2A77; 上に2つの点と下に2つの点の付いた等号
equals sign with two dots above and two dots below
infix 265 5 5
&#x2A78; 上に4つの点の付いた同値
equivalent with four dots above
infix 265 5 5
&#x2A79; 内側に円の付いた小なり
less-than with circle inside
infix 265 5 5
&#x2A7A; 内側に円の付いた大なり
greater-than with circle inside
infix 265 5 5
&#x2A7B; 上に疑問符の付いた小なり
less-than with question mark above
infix 265 5 5
&#x2A7C; 上に疑問符の付いた大なり
greater-than with question mark above
infix 265 5 5
&#x2A7D; 小なりまたは傾いた等しい
less-than or slanted equal to
infix 265 5 5
&#x2A7D;&#x338; ⩽̸ (斜線付きの)小なりまたは傾いた等しい
less-than or slanted equal to with slash
infix 265 5 5
&#x2A7E; 大なりまたは傾いた等しい
greater-than or slanted equal to
infix 265 5 5
&#x2A7E;&#x338; ⩾̸ (斜線付きの)大なりまたは傾いた等しい
greater-than or slanted equal to with slash
infix 265 5 5
&#x2A7F; ⩿ 内側に点の付いた小なりまたは傾いた等しい
less-than or slanted equal to with dot inside
infix 265 5 5
&#x2A80; 内側に点の付いた大なりまたは傾いた等しい
greater-than or slanted equal to with dot inside
infix 265 5 5
&#x2A81; 上に点の付いた小なりまたは傾いた等しい
less-than or slanted equal to with dot above
infix 265 5 5
&#x2A82; 上に点の付いた大なりまたは傾いた等しい
greater-than or slanted equal to with dot above
infix 265 5 5
&#x2A83; 右上に点の付いた小なりまたは傾いた等しい
less-than or slanted equal to with dot above right
infix 265 5 5
&#x2A84; 左上に点の付いた大なりまたは傾いた等しい
greater-than or slanted equal to with dot above left
infix 265 5 5
&#x2A85; 小なりまたはおよそ等しい
less-than or approximate
infix 265 5 5
&#x2A86; 大なりまたはおよそ等しい
greater-than or approximate
infix 265 5 5
&#x2A89; 小なりかつ近似値でない
less-than and not approximate
infix 265 5 5
&#x2A8A; 大なりかつ近似値でない
greater-than and not approximate
infix 265 5 5
&#x2A8B; 小なりと二重線の等しいと大なり
less-than above double-line equal above greater-than
infix 265 5 5
&#x2A8C; 大なりと二重線の等しいと小なり
greater-than above double-line equal above less-than
infix 265 5 5
&#x2A8D; 小なりと相似または等しい
less-than above similar or equal
infix 265 5 5
&#x2A8E; 大なりと相似または等しい
greater-than above similar or equal
infix 265 5 5
&#x2A8F; 小なりと相似と大なり
less-than above similar above greater-than
infix 265 5 5
&#x2A90; 大なりと相似と小なり
greater-than above similar above less-than
infix 265 5 5
&#x2A91; 小なりと大なりと二重線の等しい
less-than above greater-than above double-line equal
infix 265 5 5
&#x2A92; 大なりと小なりと二重線の等しい
greater-than above less-than above double-line equal
infix 265 5 5
&#x2A93; 小なりと傾いた等しいと大なりと傾いた等しい
less-than above slanted equal above greater-than above slanted equal
infix 265 5 5
&#x2A94; 大なりと傾いた等しいと小なりと傾いた等しい
greater-than above slanted equal above less-than above slanted equal
infix 265 5 5
&#x2A95; 傾いた等しいまたは小なり
slanted equal to or less-than
infix 265 5 5
&#x2A96; 傾いた等しいまたは大なり
slanted equal to or greater-than
infix 265 5 5
&#x2A97; 内側に点の付いた傾いた等しいまたは小なり
slanted equal to or less-than with dot inside
infix 265 5 5
&#x2A98; 内側に点の付いた傾いた等しいまたは大なり
slanted equal to or greater-than with dot inside
infix 265 5 5
&#x2A99; 二重線の等しいまたは小なり
double-line equal to or less-than
infix 265 5 5
&#x2A9A; 二重線の等しいまたは大なり
double-line equal to or greater-than
infix 265 5 5
&#x2A9B; 二重線の傾いた等しいまたは小なり
double-line slanted equal to or less-than
infix 265 5 5
&#x2A9C; 二重線の傾いた等しいまたは大なり
double-line slanted equal to or greater-than
infix 265 5 5
&#x2A9D; 相似または小なり
similar or less-than
infix 265 5 5
&#x2A9E; 相似または大なり
similar or greater-than
infix 265 5 5
&#x2A9F; 相似と小なりと等号
similar above less-than above equals sign
infix 265 5 5
&#x2AA0; 相似と大なりと等号
similar above greater-than above equals sign
infix 265 5 5
&#x2AA1; 二重の小なり
double nested less-than
infix 265 5 5
&#x2AA1;&#x338; ⪡̸ (斜線付きの)二重の小なり
double nested less-than with slash
infix 265 5 5
&#x2AA2; 二重の大なり
double nested greater-than
infix 265 5 5
&#x2AA2;&#x338; ⪢̸ (斜線付きの)二重の大なり
double nested greater-than with slash
infix 265 5 5
&#x2AA3; 下線付き二重の小なり
double nested less-than with underbar
infix 265 5 5
&#x2AA4; 大なりと重なった小なり
greater-than overlapping less-than
infix 265 5 5
&#x2AA5; 大なりとその横の小なり
greater-than beside less-than
infix 265 5 5
&#x2AA6; 曲線で閉じられた小なり
less-than closed by curve
infix 265 5 5
&#x2AA7; 曲線で閉じられた大なり
greater-than closed by curve
infix 265 5 5
&#x2AA8; 曲線で閉じられた小なりと傾いた等しい
less-than closed by curve above slanted equal
infix 265 5 5
&#x2AA9; 曲線で閉じられた大なりと傾いた等しい
greater-than closed by curve above slanted equal
infix 265 5 5
&#x2AAA; より小さい
smaller than
infix 265 5 5
&#x2AAB; より大きい
larger than
infix 265 5 5
&#x2AAC; より小さいまたは等しい
smaller than or equal to
infix 265 5 5
&#x2AAD; より大きいまたは等しい
larger than or equal to
infix 265 5 5
&#x2AAE; 上にでこぼこの付いた等号
equals sign with bumpy above
infix 265 5 5
&#x2AB1; 先行すると一本線の等しくない
precedes above single-line not equal to
infix 265 5 5
&#x2AB2; 次に来ると一本線の等しくない
succeeds above single-line not equal to
infix 265 5 5
&#x2AB3; 先行すると等号
precedes above equals sign
infix 265 5 5
&#x2AB4; 次に来ると等号
succeeds above equals sign
infix 265 5 5
&#x2AB5; 先行すると等しくない
precedes above not equal to
infix 265 5 5
&#x2AB6; 次に来ると等しくない
succeeds above not equal to
infix 265 5 5
&#x2AB7; 先行するとほぼ等しい
precedes above almost equal to
infix 265 5 5
&#x2AB8; 次に来るとほぼ等しい
succeeds above almost equal to
infix 265 5 5
&#x2AB9; 先行するとほぼ等しくはない
precedes above not almost equal to
infix 265 5 5
&#x2ABA; 次に来るとほぼ等しくはない
succeeds above not almost equal to
infix 265 5 5
&#x2ABB; 二重の先行する
double precedes
infix 265 5 5
&#x2ABC; 二重の次に来る
double succeeds
infix 265 5 5
&#x2ABD; 点付き部分集合
subset with dot
infix 265 5 5
&#x2ABE; 点付き「含む」記号
superset with dot
infix 265 5 5
&#x2ABF; ⪿ 下にプラス記号の付いた含まれる
subset with plus sign below
infix 265 5 5
&#x2AC0; 下にプラス記号の付いた含む
superset with plus sign below
infix 265 5 5
&#x2AC1; 下に乗算記号の付いた含まれる
subset with multiplication sign below
infix 265 5 5
&#x2AC2; 下に乗算記号の付いた含む
superset with multiplication sign below
infix 265 5 5
&#x2AC3; 上に点の付いた含まれるまたは等しい
subset of or equal to with dot above
infix 265 5 5
&#x2AC4; 上に点の付いた含むまたは等しい
superset of or equal to with dot above
infix 265 5 5
&#x2AC5; 含まれると等号
subset of above equals sign
infix 265 5 5
&#x2AC6; 含むと等号
superset of above equals sign
infix 265 5 5
&#x2AC7; 含まれるとチルダ演算子
subset of above tilde operator
infix 265 5 5
&#x2AC8; 含むとチルダ演算子
superset of above tilde operator
infix 265 5 5
&#x2AC9; 含まれるとほぼ等しい
subset of above almost equal to
infix 265 5 5
&#x2ACA; 含むとほぼ等しい
superset of above almost equal to
infix 265 5 5
&#x2ACB; 含まれると等しくない
subset of above not equal to
infix 265 5 5
&#x2ACC; 含むと等しくない
superset of above not equal to
infix 265 5 5
&#x2ACD; 四角い左が開いた箱演算子
square left open box operator
infix 265 5 5
&#x2ACE; 四角い右が開いた箱演算子
square right open box operator
infix 265 5 5
&#x2ACF; 閉じた含まれる
closed subset
infix 265 5 5
&#x2AD0; 閉じた含む
closed superset
infix 265 5 5
&#x2AD1; 閉じた含まれるまたは等しい
closed subset or equal to
infix 265 5 5
&#x2AD2; 閉じた含むまたは等しい
closed superset or equal to
infix 265 5 5
&#x2AD3; 含まれると含む
subset above superset
infix 265 5 5
&#x2AD4; 含むと含まれる
superset above subset
infix 265 5 5
&#x2AD5; 含まれると含まれる
subset above subset
infix 265 5 5
&#x2AD6; 含むと含む
superset above superset
infix 265 5 5
&#x2AD7; 含むとその横の含まれる
superset beside subset
infix 265 5 5
&#x2AD8; 含むとダッシュでつながった含まれる
superset beside and joined by dash with subset
infix 265 5 5
&#x2AD9; 下を向いた要素である
element of opening downwards
infix 265 5 5
&#x2ADA; 頭にT字の付いた熊手
pitchfork with tee top
infix 265 5 5
&#x2ADB; 線が貫いた集合積
transversal intersection
infix 265 5 5
&#x2ADD; 熊手でない
nonforking
infix 265 5 5
&#x2ADD;&#x338; ⫝̸ 斜線付き熊手でない
nonforking with slash
infix 265 5 5
&#x2ADE; 短い左向きの鋲
short left tack
infix 265 5 5
&#x2ADF; 短い下向きの鋲
short down tack
infix 265 5 5
&#x2AE0; 短い上向きの鋲
short up tack
infix 265 5 5
&#x2AE1; sの付いた「垂直」記号
perpendicular with s
infix 265 5 5
&#x2AE2; 縦線と右の三重の横線
vertical bar triple right turnstile
infix 265 5 5
&#x2AE3; 二重の縦線と左の横線
double vertical bar left turnstile
infix 265 5 5
&#x2AE4; 縦線と左の二重の横線
vertical bar double left turnstile
infix 265 5 5
&#x2AE5; 二重の縦線と左の二重の横線
double vertical bar double left turnstile
infix 265 5 5
&#x2AE6; 二重の縦線と左の線から出る長いダッシュ
long dash from left member of double vertical
infix 265 5 5
&#x2AE7; 上線付き短い下向きの鋲
short down tack with overbar
infix 265 5 5
&#x2AE8; 下線付き短い上向きの鋲
short up tack with underbar
infix 265 5 5
&#x2AE9; 短い上向きの鋲と短い下向きの鋲
short up tack above short down tack
infix 265 5 5
&#x2AEA; 二重の下向きの鋲
double down tack
infix 265 5 5
&#x2AEB; 二重の上向きの鋲
double up tack
infix 265 5 5
&#x2AEC; 二重線の否定記号
double stroke not sign
infix 265 5 5
&#x2AED; 反転した二重線の否定記号
reversed double stroke not sign
infix 265 5 5
&#x2AEE; 逆向きの打ち消しの斜線付き割りきれない
does not divide with reversed negation slash
infix 265 5 5
&#x2AEF; 上に円の付いた縦線
vertical line with circle above
infix 265 5 5
&#x2AF0; 下に円の付いた縦線
vertical line with circle below
infix 265 5 5
&#x2AF1; 下に円の付いた下向きの鋲
down tack with circle below
infix 265 5 5
&#x2AF2; 水平線付き平行
parallel with horizontal stroke
infix 265 5 5
&#x2AF3; チルダ演算子付き平行
parallel with tilde operator
infix 265 5 5
&#x2AF4; 二項関係の三重の縦線
triple vertical bar binary relation
infix 265 4 4
&#x2AF5; 水平線付き三重の縦線
triple vertical bar with horizontal stroke
infix 265 4 4
&#x2AF6; 三重のコロン演算子
triple colon operator
infix 265 4 4
&#x2AF7; 三重の小なり
triple nested less-than
infix 265 5 5
&#x2AF8; 三重の大なり
triple nested greater-than
infix 265 5 5
&#x2AF9; 二重線の傾いた小なりまたは等しい
double-line slanted less-than or equal to
infix 265 5 5
&#x2AFA; 二重線の傾いた大なりまたは等しい
double-line slanted greater-than or equal to
infix 265 5 5
&#x2AFB; 二項関係の三重斜線
triple solidus binary relation
infix 265 4 4
&#x2AFD; 二重斜線の演算子
double solidus operator
infix 265 4 4
&#x2AFE; 白い縦線
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
&#x2190; 左向き矢印
leftwards arrow
infix 270 5 5 stretchy, accent
&#x2191; 上向き矢印
upwards arrow
infix 270 5 5 stretchy
&#x2192; 右向き矢印
rightwards arrow
infix 270 5 5 stretchy, accent
&#x2193; 下向き矢印
downwards arrow
infix 270 5 5 stretchy
&#x2194; 左右両方を向いた矢印
left right arrow
infix 270 5 5 stretchy, accent
&#x2195; 上下両方を向いた矢印
up down arrow
infix 270 5 5 stretchy
&#x2196; 北西向き矢印
north west arrow
infix 270 5 5 stretchy
&#x2197; 北東向き矢印
north east arrow
infix 270 5 5 stretchy
&#x2198; 南東向き矢印
south east arrow
infix 270 5 5 stretchy
&#x2199; 南西向き矢印
south west arrow
infix 270 5 5 stretchy
&#x219A; 斜線付き左向き矢印
leftwards arrow with stroke
infix 270 5 5 accent
&#x219B; 斜線付き右向き矢印
rightwards arrow with stroke
infix 270 5 5 accent
&#x219C; 左向き波線矢印
leftwards wave arrow
infix 270 5 5 stretchy, accent
&#x219D; 右向き波線矢印
rightwards wave arrow
infix 270 5 5 stretchy, accent
&#x219E; 左向きの先端が2つある矢印
leftwards two headed arrow
infix 270 5 5 stretchy, accent
&#x219F; 上向きの先端が2つある矢印
upwards two headed arrow
infix 270 5 5 stretchy, accent
&#x21A0; 右向きの先端が2つある矢印
rightwards two headed arrow
infix 270 5 5 stretchy, accent
&#x21A1; 下向きの先端が2つある矢印
downwards two headed arrow
infix 270 5 5 stretchy
&#x21A2; 尾付き左向き矢印
leftwards arrow with tail
infix 270 5 5 stretchy, accent
&#x21A3; 尾付き右向き矢印
rightwards arrow with tail
infix 270 5 5 stretchy, accent
&#x21A4; 縦線から伸びる左向き矢印
leftwards arrow from bar
infix 270 5 5 stretchy, accent
&#x21A5; 横線から伸びる上向き矢印
upwards arrow from bar
infix 270 5 5 stretchy
&#x21A6; 縦線から伸びる右向き矢印
rightwards arrow from bar
infix 270 5 5 stretchy, accent
&#x21A7; 横線から伸びる下向き矢印
downwards arrow from bar
infix 270 5 5 stretchy
&#x21A8; 土台付き上下両方を向いた矢印
up down arrow with base
infix 270 5 5 stretchy
&#x21A9; フック付き左向き矢印
leftwards arrow with hook
infix 270 5 5 stretchy, accent
&#x21AA; フック付き右向き矢印
rightwards arrow with hook
infix 270 5 5 stretchy, accent
&#x21AB; ループ付き左向き矢印
leftwards arrow with loop
infix 270 5 5 stretchy, accent
&#x21AC; ループ付き右向き矢印
rightwards arrow with loop
infix 270 5 5 stretchy, accent
&#x21AD; 左右両方を向いた波線矢印
left right wave arrow
infix 270 5 5 stretchy, accent
&#x21AE; 斜線付き左右両方を向いた矢印
left right arrow with stroke
infix 270 5 5 accent
&#x21AF; 下向きジグザグ矢印
downwards zigzag arrow
infix 270 5 5 stretchy
&#x21B0; 左向きの先端が付いた上に向かう矢印
upwards arrow with tip leftwards
infix 270 5 5 stretchy
&#x21B1; 右向きの先端が付いた上へ向かう矢印
upwards arrow with tip rightwards
infix 270 5 5 stretchy
&#x21B2; 左向きの先端が付いた下へ向かう矢印
downwards arrow with tip leftwards
infix 270 5 5 stretchy
&#x21B3; 右向きの先端の付いた下へ向かう矢印
downwards arrow with tip rightwards
infix 270 5 5 stretchy
&#x21B4; 下向きに折れた右向き矢印
rightwards arrow with corner downwards
infix 270 5 5 stretchy
&#x21B5; 左向きに折れた下向き矢印
downwards arrow with corner leftwards
infix 270 5 5 stretchy
&#x21B6; 上半円形の反時計回りの矢印
anticlockwise top semicircle arrow
infix 270 5 5 accent
&#x21B7; 上半円形の反時計回りの矢印
clockwise top semicircle arrow
infix 270 5 5 accent
&#x21B8; 長い横線に向かう北西向き矢印
north west arrow to long bar
infix 270 5 5
&#x21B9; 縦線に向かう左向き矢印とその下の縦線に向かう右向き矢印
leftwards arrow to bar over rightwards arrow to bar
infix 270 5 5 stretchy, accent
&#x21BA; 反時計周りの中の空いた円形の矢印
anticlockwise open circle arrow
infix 270 5 5
&#x21BB; 時計周りの中の空いた円形の矢印
clockwise open circle arrow
infix 270 5 5
&#x21BC; 先端が上半分の左向き矢印
leftwards harpoon with barb upwards
infix 270 5 5 stretchy, accent
&#x21BD; 先端が下半分の左向き矢印
leftwards harpoon with barb downwards
infix 270 5 5 stretchy, accent
&#x21BE; 先端が右半分の上向き矢印
upwards harpoon with barb rightwards
infix 270 5 5 stretchy
&#x21BF; 先端が左半分の上向き矢印
upwards harpoon with barb leftwards
infix 270 5 5 stretchy
&#x21C0; 先端が上半分の右向き矢印
rightwards harpoon with barb upwards
infix 270 5 5 stretchy, accent
&#x21C1; 先端が下半分の右向き矢印
rightwards harpoon with barb downwards
infix 270 5 5 stretchy, accent
&#x21C2; 先端が右半分の下向き矢印
downwards harpoon with barb rightwards
infix 270 5 5 stretchy
&#x21C3; 先端が左半分の下向き矢印
downwards harpoon with barb leftwards
infix 270 5 5 stretchy
&#x21C4; 右向き矢印とその下の左向き矢印
rightwards arrow over leftwards arrow
infix 270 5 5 stretchy, accent
&#x21C5; 上向き矢印とその右側の下向き矢印
upwards arrow leftwards of downwards arrow
infix 270 5 5 stretchy
&#x21C6; 左向き矢印とその下の右向き矢印
leftwards arrow over rightwards arrow
infix 270 5 5 stretchy, accent
&#x21C7; 左向きの対になった矢印
leftwards paired arrows
infix 270 5 5 stretchy, accent
&#x21C8; 上向きの対になった矢印
upwards paired arrows
infix 270 5 5 stretchy
&#x21C9; 右向きの対になった矢印
rightwards paired arrows
infix 270 5 5 stretchy, accent
&#x21CA; 下向きの対になった矢印
downwards paired arrows
infix 270 5 5 stretchy
&#x21CB; 先端が半分の左向き矢印とその下の先端が半分の右向き矢印
leftwards harpoon over rightwards harpoon
infix 270 5 5 stretchy, accent
&#x21CC; 先端が半分の右向き矢印と先端が半分の左向き矢印
rightwards harpoon over leftwards harpoon
infix 270 5 5 stretchy, accent
&#x21CD; 斜線付き左向き二重線矢印
leftwards double arrow with stroke
infix 270 5 5 accent
&#x21CE; 斜線付き左右両方を向いた二重線矢印
left right double arrow with stroke
infix 270 5 5 accent
&#x21CF; 斜線付き右向き二重線矢印
rightwards double arrow with stroke
infix 270 5 5 accent
&#x21D0; 左向き二重線矢印
leftwards double arrow
infix 270 5 5 stretchy, accent
&#x21D1; 上向き二重線矢印
upwards double arrow
infix 270 5 5 stretchy
&#x21D2; 右向き二重線矢印
rightwards double arrow
infix 270 5 5 stretchy, accent
&#x21D3; 下向き二重線矢印
downwards double arrow
infix 270 5 5 stretchy
&#x21D4; 左右両方を向いた二重線矢印
left right double arrow
infix 270 5 5 stretchy, accent
&#x21D5; 上下両方を向いた二重線矢印
up down double arrow
infix 270 5 5 stretchy
&#x21D6; 北西向き二重線矢印
north west double arrow
infix 270 5 5 stretchy
&#x21D7; 北東向き二重線矢印
north east double arrow
infix 270 5 5 stretchy
&#x21D8; 南東向き二重線矢印
south east double arrow
infix 270 5 5 stretchy
&#x21D9; 南西向き二重線矢印
south west double arrow
infix 270 5 5 stretchy
&#x21DA; 左向き三重線矢印
leftwards triple arrow
infix 270 5 5 stretchy, accent
&#x21DB; 右向き三重線矢印
rightwards triple arrow
infix 270 5 5 stretchy, accent
&#x21DC; 左向きのくねった矢印
leftwards squiggle arrow
infix 270 5 5 stretchy, accent
&#x21DD; 右向きのくねった矢印
rightwards squiggle arrow
infix 270 5 5 stretchy, accent
&#x21DE; 二重横線付き上向き矢印
upwards arrow with double stroke
infix 270 5 5
&#x21DF; 二重横線付き下向き矢印
downwards arrow with double stroke
infix 270 5 5
&#x21E0; 左向き点線矢印
leftwards dashed arrow
infix 270 5 5 stretchy, accent
&#x21E1; 上向き点線矢印
upwards dashed arrow
infix 270 5 5 stretchy
&#x21E2; 右向き点線矢印
rightwards dashed arrow
infix 270 5 5 stretchy, accent
&#x21E3; 下向き点線矢印
downwards dashed arrow
infix 270 5 5 stretchy
&#x21E4; 縦線に向かう左向き矢印
leftwards arrow to bar
infix 270 5 5 stretchy, accent
&#x21E5; 縦線に向かう右向き矢印
rightwards arrow to bar
infix 270 5 5 stretchy, accent
&#x21E6; 左向き白い矢印
leftwards white arrow
infix 270 5 5 stretchy, accent
&#x21E7; 上向き白い矢印
upwards white arrow
infix 270 5 5 stretchy
&#x21E8; 右向き白い矢印
rightwards white arrow
infix 270 5 5 stretchy, accent
&#x21E9; 下向き白い矢印
downwards white arrow
infix 270 5 5 stretchy
&#x21EA; 横線から伸びる上向き白い矢印
upwards white arrow from bar
infix 270 5 5 stretchy
&#x21EB; 台の上の上向き白い矢印
upwards white arrow on pedestal
infix 270 5 5 stretchy
&#x21EC; 台の上の水平線付き上向き白い矢印
upwards white arrow on pedestal with horizontal bar
infix 270 5 5 stretchy
&#x21ED; 台の上の縦線付き上向き白い矢印
upwards white arrow on pedestal with vertical bar
infix 270 5 5 stretchy
&#x21EE; 二重の上向き白い矢印
upwards white double arrow
infix 270 5 5 stretchy
&#x21EF; 台の上の二重の上向き白い矢印
upwards white double arrow on pedestal
infix 270 5 5 stretchy
&#x21F0; 壁から出た右向き白い矢印
rightwards white arrow from wall
infix 270 5 5 stretchy, accent
&#x21F1; 角に向かう北西向き矢印
north west arrow to corner
infix 270 5 5
&#x21F2; 角に向かう南東向き矢印
south east arrow to corner
infix 270 5 5
&#x21F3; 上下両方を向いた白い矢印
up down white arrow
infix 270 5 5 stretchy
&#x21F4; 小さい円の付いた右向き矢印
right arrow with small circle
infix 270 5 5 accent
&#x21F5; 下向き矢印とその右側の上向き矢印
downwards arrow leftwards of upwards arrow
infix 270 5 5 stretchy
&#x21F6; 3つの右向き矢印
three rightwards arrows
infix 270 5 5 stretchy, accent
&#x21F7; 縦線付き左向き矢印
leftwards arrow with vertical stroke
infix 270 5 5 accent
&#x21F8; 縦線付き右向き矢印
rightwards arrow with vertical stroke
infix 270 5 5 accent
&#x21F9; 縦線付き左右両方を向いた矢印
left right arrow with vertical stroke
infix 270 5 5 accent
&#x21FA; 二重の縦線付き左向き矢印
leftwards arrow with double vertical stroke
infix 270 5 5 accent
&#x21FB; 二重の縦線付き右向き矢印br/>rightwards arrow with double vertical stroke infix 270 5 5 accent
&#x21FC; 二重の縦線付き左右両方を向いた矢印
left right arrow with double vertical stroke
infix 270 5 5 accent
&#x21FD; 先端が中抜きの左向き矢印
leftwards open-headed arrow
infix 270 5 5 stretchy, accent
&#x21FE; 先端が中抜きの右向き矢印
rightwards open-headed arrow
infix 270 5 5 stretchy, accent
&#x21FF; 先端が中抜きの左右両方を向いた矢印
left right open-headed arrow
infix 270 5 5 stretchy, accent
&#x22B8; 多重写像
multimap
infix 270 5 5
&#x27F0; 上向き四重線矢印
upwards quadruple arrow
infix 270 5 5 stretchy
&#x27F1; 下向き四重線矢印
downwards quadruple arrow
infix 270 5 5 stretchy
&#x27F5; 長い左向き矢印
long leftwards arrow
infix 270 5 5 stretchy, accent
&#x27F6; 長い右向き矢印
long rightwards arrow
infix 270 5 5 stretchy, accent
&#x27F7; 長い左右両方を向いた矢印
long left right arrow
infix 270 5 5 stretchy, accent
&#x27F8; 長い左向き二重線矢印
long leftwards double arrow
infix 270 5 5 stretchy, accent
&#x27F9; 長い右向き二重線矢印
long rightwards double arrow
infix 270 5 5 stretchy, accent
&#x27FA; 長い左右両方を向いた二重線矢印
long left right double arrow
infix 270 5 5 stretchy, accent
&#x27FB; 縦線から伸びる長い左向き矢印
long leftwards arrow from bar
infix 270 5 5 stretchy, accent
&#x27FC; 縦線から伸びる長い右向き矢印
long rightwards arrow from bar
infix 270 5 5 stretchy, accent
&#x27FD; 縦線から伸びる長い左向き二重線矢印
long leftwards double arrow from bar
infix 270 5 5 stretchy, accent
&#x27FE; 縦線から伸びる長い右向き二重線矢印
long rightwards double arrow from bar
infix 270 5 5 stretchy, accent
&#x27FF; 長い右向きのくねった矢印
long rightwards squiggle arrow
infix 270 5 5 stretchy, accent
&#x2900; 縦線付き右向きの先端が2つある矢印
rightwards two-headed arrow with vertical stroke
infix 270 5 5 accent
&#x2901; 二重の縦線付き右向きの先端が2つある矢印
rightwards two-headed arrow with double vertical stroke
infix 270 5 5 accent
&#x2902; 縦線付き左向き二重線矢印
leftwards double arrow with vertical stroke
infix 270 5 5 accent
&#x2903; 縦線付き右向き二重線矢印
rightwards double arrow with vertical stroke
infix 270 5 5 accent
&#x2904; 縦線付き左右両方を向いた二重線矢印
left right double arrow with vertical stroke
infix 270 5 5 accent
&#x2905; 縦線から伸びる右向きの先端が2つある矢印
rightwards two-headed arrow from bar
infix 270 5 5 accent
&#x2906; 縦線から伸びる左向き二重線矢印
leftwards double arrow from bar
infix 270 5 5 accent
&#x2907; 縦線から伸びる右向き二重線矢印
rightwards double arrow from bar
infix 270 5 5 accent
&#x2908; 水平線付き下向き矢印
downwards arrow with horizontal stroke
infix 270 5 5
&#x2909; 水平線付き上向き矢印
upwards arrow with horizontal stroke
infix 270 5 5
&#x290A; 上向き三重線矢印
upwards triple arrow
infix 270 5 5 stretchy
&#x290B; 下向き三重線矢印
downwards triple arrow
infix 270 5 5 stretchy
&#x290C; 二重ダッシュの左向き矢印
leftwards double dash arrow
infix 270 5 5 stretchy, accent
&#x290D; 二重ダッシュの右向き矢印
rightwards double dash arrow
infix 270 5 5 stretchy, accent
&#x290E; 三重ダッシュの左向き矢印
leftwards triple dash arrow
infix 270 5 5 stretchy, accent
&#x290F; 三重ダッシュの右向き矢印
rightwards triple dash arrow
infix 270 5 5 stretchy, accent
&#x2910; 先端が2つある三重ダッシュの右向き矢印
rightwards two-headed triple dash arrow
infix 270 5 5 stretchy, accent
&#x2911; 点線の右向き矢印
rightwards arrow with dotted stem
infix 270 5 5 accent
&#x2912; 横線に向かう上向き矢印
upwards arrow to bar
infix 270 5 5 stretchy
&#x2913; 横線に向かう下向き矢印
downwards arrow to bar
infix 270 5 5 stretchy
&#x2914; 縦線付き尾付き右向き矢印
rightwards arrow with tail with vertical stroke
infix 270 5 5 accent
&#x2915; 二重の縦線付き尾付き右向き矢印
rightwards arrow with tail with double vertical stroke
infix 270 5 5 accent
&#x2916; 尾付き先端が2つある右向き矢印
rightwards two-headed arrow with tail
infix 270 5 5 accent
&#x2917; 縦線付き尾付き先端が2つある右向き矢印
rightwards two-headed arrow with tail with vertical stroke
infix 270 5 5 accent
&#x2918; 二重の縦線付き尾付き先端が2つある右向き矢印
rightwards two-headed arrow with tail with double vertical stroke
infix 270 5 5 accent
&#x2919; 左向き矢印の尾
leftwards arrow-tail
infix 270 5 5 accent
&#x291A; 右向き矢印の尾
rightwards arrow-tail
infix 270 5 5 accent
&#x291B; 左向き矢印の二重の尾
leftwards double arrow-tail
infix 270 5 5 accent
&#x291C; 右向き矢印の二重の尾
rightwards double arrow-tail
infix 270 5 5 accent
&#x291D; 黒のひし形に伸びる左向き矢印
leftwards arrow to black diamond
infix 270 5 5 accent
&#x291E; 黒のひし形に伸びる右向き矢印
rightwards arrow to black diamond
infix 270 5 5 accent
&#x291F; 縦線から黒のひし形に伸びる左向き矢印
leftwards arrow from bar to black diamond
infix 270 5 5 accent
&#x2920; 縦線から黒のひし形に伸びる右向き矢印
rightwards arrow from bar to black diamond
infix 270 5 5 accent
&#x2921; 北西・南東両方を向いた矢印
north west and south east arrow
infix 270 5 5 stretchy
&#x2922; 北東・南西両方を向いた矢印
north east and south west arrow
infix 270 5 5 stretchy
&#x2923; フック付き北西向き矢印
north west arrow with hook
infix 270 5 5
&#x2924; フック付き北東向き矢印
north east arrow with hook
infix 270 5 5
&#x2925; フック付き南東向き矢印
south east arrow with hook
infix 270 5 5
&#x2926; フック付き南西向き矢印
south west arrow with hook
infix 270 5 5
&#x2927; 北西向き矢印と北東向き矢印
north west arrow and north east arrow
infix 270 5 5
&#x2928; 北東向き矢印と南東向き矢印
north east arrow and south east arrow
infix 270 5 5
&#x2929; 南東向き矢印と南西向き矢印
south east arrow and south west arrow
infix 270 5 5
&#x292A; 南西向き矢印と北西向き矢印
south west arrow and north west arrow
infix 270 5 5
&#x292B; 右下がりの対角線と交差する右上がりの対角線
rising diagonal crossing falling diagonal
infix 270 5 5
&#x292C; 右上がりの対角線と交差する右下がりの対角線
falling diagonal crossing rising diagonal
infix 270 5 5
&#x292D; 北東向き矢印と交差する南東向き矢印
south east arrow crossing north east arrow
infix 270 5 5
&#x292E; 南東向き矢印と交差する北東向き矢印
north east arrow crossing south east arrow
infix 270 5 5
&#x292F; 北東向き矢印と交差する右下がりの対角線
falling diagonal crossing north east arrow
infix 270 5 5
&#x2930; 南東向き矢印と交差する右上がりの対角線
rising diagonal crossing south east arrow
infix 270 5 5
&#x2931; 北西向き矢印と交差する北東向き矢印
north east arrow crossing north west arrow
infix 270 5 5
&#x2932; 北東向き矢印と交差する北西向き矢印
north west arrow crossing north east arrow
infix 270 5 5
&#x2933; 直接右を指す波線矢印
wave arrow pointing directly right
infix 270 5 5 accent
&#x2934; 左から曲がって上へ向かう矢印
arrow pointing rightwards then curving upwards
infix 270 5 5
&#x2935; 左から曲がって下へ向かう矢印
arrow pointing rightwards then curving downwards
infix 270 5 5
&#x2936; 上から曲がって左に向かう矢印
arrow pointing downwards then curving leftwards
infix 270 5 5
&#x2937; 上から曲がって右に向かう矢印
arrow pointing downwards then curving rightwards
infix 270 5 5
&#x2938; 右側に弧を描いた時計回りの矢印
right-side arc clockwise arrow
infix 270 5 5
&#x2939; 左側に弧を描いた反時計回りの矢印
left-side arc anticlockwise arrow
infix 270 5 5
&#x293A; 上側に弧を描いた反時計回りの矢印
top arc anticlockwise arrow
infix 270 5 5 accent
&#x293B; 下側に弧を描いた反時計回りの矢印
bottom arc anticlockwise arrow
infix 270 5 5 accent
&#x293C; マイナス付き上側に弧を描いた時計回りの矢印
top arc clockwise arrow with minus
infix 270 5 5 accent
&#x293D; プラス付き上側に弧を描いた反時計回りの矢印
top arc anticlockwise arrow with plus
infix 270 5 5 accent
&#x293E; 右下の半円の時計回りの矢印
lower right semicircular clockwise arrow
infix 270 5 5
&#x293F; ⤿ 左下の半円の時計回りの矢印
lower left semicircular anticlockwise arrow
infix 270 5 5
&#x2940; 反時計周りの閉じた円形の矢印
anticlockwise closed circle arrow
infix 270 5 5
&#x2941; 時計周りの閉じた円形の矢印
clockwise closed circle arrow
infix 270 5 5
&#x2942; 右向き矢印と短い左向き矢印
rightwards arrow above short leftwards arrow
infix 270 5 5 accent
&#x2943; 左向き矢印と短い右向き矢印
leftwards arrow above short rightwards arrow
infix 270 5 5 accent
&#x2944; 短い右向き矢印と左向き矢印
short rightwards arrow above leftwards arrow
infix 270 5 5 accent
&#x2945; 下にプラスの付いた右向き矢印
rightwards arrow with plus below
infix 270 5 5 accent
&#x2946; 下にプラスの付いた左向き矢印
leftwards arrow with plus below
infix 270 5 5 accent
&#x2947; xを貫いた右向き矢印
rightwards arrow through x
infix 270 5 5 accent
&#x2948; 小さい円を貫いた左右両方を向いた矢印
left right arrow through small circle
infix 270 5 5 accent
&#x2949; 小さい丸から伸びる上向きの先端が2つある矢印
upwards two-headed arrow from small circle
infix 270 5 5
&#x294A; 左側の先端が上半分で右側の先端が下半分の両方を向いた矢印
left barb up right barb down harpoon
infix 270 5 5 accent
&#x294B; 左側の先端が下半分で右側の先端が上半分の両方を向いた矢印
left barb down right barb up harpoon
infix 270 5 5 accent
&#x294C; 上側の先端が右半分で下側の先端が左半分の両方を向いた矢印
up barb right down barb left harpoon
infix 270 5 5
&#x294D; 上側の先端が左半分で下側の先端が右半分の両方を向いた矢印
up barb left down barb right harpoon
infix 270 5 5
&#x294E; 左側の先端が上半分で右側の先端が上半分の両方を向いた矢印
left barb up right barb up harpoon
infix 270 5 5 stretchy, accent
&#x294F; 上側の先端が右半分で下側の先端が右半分の両方を向いた矢印
up barb right down barb right harpoon
infix 270 5 5 stretchy
&#x2950; 左側の先端が下半分で右側の先端が下半分の両方を向いた矢印
left barb down right barb down harpoon
infix 270 5 5 stretchy, accent
&#x2951; 上側の先端が左半分で下側の先端が左半分の両方を向いた矢印
up barb left down barb left harpoon
infix 270 5 5 stretchy
&#x2952; 縦線に向かう先端が上半分の左向き矢印
leftwards harpoon with barb up to bar
infix 270 5 5 stretchy, accent
&#x2953; 縦線に向かう先端が上半分の右向き矢印
rightwards harpoon with barb up to bar
infix 270 5 5 stretchy, accent
&#x2954; 横線に向かう先端が右半分の上向き矢印
upwards harpoon with barb right to bar
infix 270 5 5 stretchy
&#x2955; 横線に向かう先端が右半分の下向き矢印
downwards harpoon with barb right to bar
infix 270 5 5 stretchy
&#x2956; 縦線に向かう先端が下半分の左向き矢印
leftwards harpoon with barb down to bar
infix 270 5 5 stretchy
&#x2957; 縦線に向かう先端が下半分の右向き矢印
rightwards harpoon with barb down to bar
infix 270 5 5 stretchy
&#x2958; 横線に向かう先端が左半分の上向き矢印
upwards harpoon with barb left to bar
infix 270 5 5 stretchy
&#x2959; 横線に向かう先端が左半分の下向き矢印
downwards harpoon with barb left to bar
infix 270 5 5 stretchy
&#x295A; 縦線から伸びる先端が上半分の左向き矢印
leftwards harpoon with barb up from bar
infix 270 5 5 stretchy, accent
&#x295B; 縦線から伸びる先端が上半分の右向き矢印
rightwards harpoon with barb up from bar
infix 270 5 5 stretchy, accent
&#x295C; 横線から伸びる先端が右半分の上向き矢印
upwards harpoon with barb right from bar
infix 270 5 5 stretchy
&#x295D; 横線から伸びる先端が右半分の下向き矢印
downwards harpoon with barb right from bar
infix 270 5 5 stretchy
&#x295E; 縦線から伸びる先端が下半分の左向き矢印
leftwards harpoon with barb down from bar
infix 270 5 5 stretchy, accent
&#x295F; 縦線から伸びる先端が下半分の右向き矢印
rightwards harpoon with barb down from bar
infix 270 5 5 stretchy, accent
&#x2960; 横線から伸びる先端が左半分の上向き矢印
upwards harpoon with barb left from bar
infix 270 5 5 stretchy
&#x2961; 横線から伸びる先端が左半分の下向き矢印
downwards harpoon with barb left from bar
infix 270 5 5 stretchy
&#x2962; 先端が上半分の左向き矢印とその下の先端が下半分の左向き矢印
leftwards harpoon with barb up above leftwards harpoon with barb down
infix 270 5 5 accent
&#x2963; 先端が左半分の上向き矢印とその横の先端が右半分の上向き矢印
upwards harpoon with barb left beside upwards harpoon with barb right
infix 270 5 5
&#x2964; 先端が上半分の右向き矢印とその下の先端が下半分の右向き矢印
rightwards harpoon with barb up above rightwards harpoon with barb down
infix 270 5 5 accent
&#x2965; 先端が左半分の下向き矢印とその横の先端が右半分の下向き矢印
downwards harpoon with barb left beside downwards harpoon with barb right
infix 270 5 5
&#x2966; 先端が上半分の左向き矢印とその下の先端が上半分の右向き矢印
leftwards harpoon with barb up above rightwards harpoon with barb up
infix 270 5 5 accent
&#x2967; 先端が下半分の左向き矢印とその下の先端が下半分の右向き矢印
leftwards harpoon with barb down above rightwards harpoon with barb down
infix 270 5 5 accent
&#x2968; 先端が上半分の右向き矢印とその下の先端が上半分の左向き矢印
rightwards harpoon with barb up above leftwards harpoon with barb up
infix 270 5 5 accent
&#x2969; 先端が下半分の右向き矢印とその下の先端が下半分の左向き矢印
rightwards harpoon with barb down above leftwards harpoon with barb down
infix 270 5 5 accent
&#x296A; 長いダッシュの上の先端が上半分の左向き矢印
leftwards harpoon with barb up above long dash
infix 270 5 5 accent
&#x296B; 長いダッシュの下の先端が下半分の左向き矢印
leftwards harpoon with barb down below long dash
infix 270 5 5 accent
&#x296C; 長いダッシュの上の先端が上半分の右向き矢印
rightwards harpoon with barb up above long dash
infix 270 5 5 accent
&#x296D; 長いダッシュの下の先端が下半分の右向き矢印
rightwards harpoon with barb down below long dash
infix 270 5 5 accent
&#x296E; 先端が左半分の上向き矢印とその横の先端が右半分の下向き矢印
upwards harpoon with barb left beside downwards harpoon with barb right
infix 270 5 5 stretchy
&#x296F; 先端が左半分の下向き矢印とその横の先端が右半分の上向き矢印
downwards harpoon with barb left beside upwards harpoon with barb right
infix 270 5 5 stretchy
&#x2970; 丸まった先端を持つ右向き二重線矢印
right double arrow with rounded head
infix 270 5 5 accent
&#x2971; 等号の下の右向き矢印
equals sign above rightwards arrow
infix 270 5 5 accent
&#x2972; チルダ演算子の下の右向き矢印
tilde operator above rightwards arrow
infix 270 5 5 accent
&#x2973; チルダ演算子の上の左向き矢印
leftwards arrow above tilde operator
infix 270 5 5 accent
&#x2974; チルダ演算子の上の右向き矢印
rightwards arrow above tilde operator
infix 270 5 5 accent
&#x2975; ほぼ等しい記号の上の右向き矢印
rightwards arrow above almost equal to
infix 270 5 5 accent
&#x2976; 小なりと左向き矢印
less-than above leftwards arrow
infix 270 5 5 accent
&#x2977; 小なりを貫いた左向き矢印
leftwards arrow through less-than
infix 270 5 5 accent
&#x2978; 大なりと右向き矢印
greater-than above rightwards arrow
infix 270 5 5 accent
&#x2979; 含まれると右向き矢印
subset above rightwards arrow
infix 270 5 5 accent
&#x297A; 含まれるを貫いた左向き矢印
leftwards arrow through subset
infix 270 5 5 accent
&#x297B; 含むと左向き矢印
superset above leftwards arrow
infix 270 5 5 accent
&#x297C; 左向きの魚の尾の形
left fish tail
infix 270 5 5 accent
&#x297D; 右向きの魚の尾の形
right fish tail
infix 270 5 5 accent
&#x297E; 上向きの魚の尾の形
up fish tail
infix 270 5 5
&#x297F; ⥿ 下向きの魚の尾の形
down fish tail
infix 270 5 5
&#x2999; 点線のかっこ
dotted fence
infix 270 3 3
&#x299A; 縦のジグザグ線
vertical zigzag line
infix 270 3 3
&#x299B; 左側が開いた測定された角
measured angle opening left
infix 270 3 3
&#x299C; 四角付き直角の異体字
right angle variant with square
infix 270 3 3
&#x299D; 点付き測定された直角
measured right angle with dot
infix 270 3 3
&#x299E; 内側に点の付いた角
angle with s inside
infix 270 3 3
&#x299F; 鋭角
acute angle
infix 270 3 3
&#x29DF; 両端の多重写像
double-ended multimap
infix 270 3 3
&#x29EF; エラーバーの付いた黒い四角
error-barred black square
infix 270 3 3
&#x29F4; 遅延規則
rule-delayed
infix 270 5 5
&#x2B45; 左向き四重線矢印
leftwards quadruple arrow
infix 270 5 5 stretchy
&#x2B46; 右向き四重線矢印
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
&#xB1; ± プラスマイナス記号
plus-minus sign
infix 275 4 4
&#xB1; ± プラスマイナス記号
plus-minus sign
prefix 275 0 1
&#x2212; マイナス記号
minus sign
infix 275 4 4
&#x2212; マイナス記号
minus sign
prefix 275 0 1
&#x2213; マイナスプラス記号
minus-or-plus sign
infix 275 4 4
&#x2213; マイナスプラス記号
minus-or-plus sign
prefix 275 0 1
&#x2214; 点とプラス
dot plus
infix 275 4 4
&#x229E; 四角で囲まれたプラス
squared plus
infix 275 4 4
&#x229F; 四角で囲まれたマイナス
squared minus
infix 275 4 4
&#x2211; 配列用の和
n-ary summation
prefix 290 1 2 largeop, movablelimits, symmetric
&#x2A0A; モジュロ2加算
modulo two sum
prefix 290 1 2 largeop, movablelimits, symmetric
&#x2A0B; 積分付き和
summation with integral
prefix 290 1 2 largeop, symmetric
&#x222C; 二重積分
double integral
prefix 300 0 1 largeop, symmetric
&#x222D; 三重積分
triple integral
prefix 300 0 1 largeop, symmetric
&#x2295; 円で囲まれたプラス
circled plus
infix 300 4 4
&#x2296; 円で囲まれたマイナス
circled minus
infix 300 4 4
&#x2298; 円で囲まれた除算の斜線
circled division slash
infix 300 4 4
&#x2A01; 配列用の円で囲まれたプラス演算子
n-ary circled plus operator
prefix 300 1 2 largeop, movablelimits, symmetric
&#x222B; 積分
integral
prefix 310 0 1 largeop, symmetric
&#x222E; 線積分
contour integral
prefix 310 0 1 largeop, symmetric
&#x222F; 面積分
surface integral
prefix 310 0 1 largeop, symmetric
&#x2230; 体積分
volume integral
prefix 310 0 1 largeop, symmetric
&#x2231; 時計周りの積分
clockwise integral
prefix 310 0 1 largeop, symmetric
&#x2232; 時計周りの線積分
clockwise contour integral
prefix 310 0 1 largeop, symmetric
&#x2233; 反時計周りの線積分
anticlockwise contour integral
prefix 310 0 1 largeop, symmetric
&#x2A0C; 四重積分演算子
quadruple integral operator
prefix 310 0 1 largeop, symmetric
&#x2A0D; 有限部分積分
finite part integral
prefix 310 1 2 largeop, symmetric
&#x2A0E; 二重の横線付き積分
integral with double stroke
prefix 310 1 2 largeop, symmetric
&#x2A0F; 斜線付き積分平均
integral average with slash
prefix 310 1 2 largeop, symmetric
&#x2A10; 循環積分
circulation function
prefix 310 1 2 largeop, movablelimits, symmetric
&#x2A11; 反時計周りの積分法
anticlockwise integration
prefix 310 1 2 largeop, movablelimits, symmetric
&#x2A12; 極の周りを四角く結ぶ線積分
line integration with rectangular path around pole
prefix 310 1 2 largeop, movablelimits, symmetric
&#x2A13; 極の周りを半円に結ぶ線積分
line integration with semicircular path around pole
prefix 310 1 2 largeop, movablelimits, symmetric
&#x2A14; 極を含まない線積分法
line integration not including the pole
prefix 310 1 2 largeop, movablelimits, symmetric
&#x2A15; 点演算子の周りの積分
integral around a point operator
prefix 310 1 2 largeop, symmetric
&#x2A16; 四元数積分演算子
quaternion integral operator
prefix 310 1 2 largeop, symmetric
&#x2A17; フック付き左向き矢印の付いた積分
integral with leftwards arrow with hook
prefix 310 1 2 largeop, symmetric
&#x2A18; 掛ける記号付き積分
integral with times sign
prefix 310 1 2 largeop, symmetric
&#x2A19; 集合積付き積分
integral with intersection
prefix 310 1 2 largeop, symmetric
&#x2A1A; 集合和付き積分
integral with union
prefix 310 1 2 largeop, symmetric
&#x2A1B; 上線付き積分
integral with overbar
prefix 310 1 2 largeop, symmetric
&#x2A1C; 下線付き積分
integral with underbar
prefix 310 1 2 largeop, symmetric
&#x22C3; 配列用の集合和
n-ary union
prefix 320 1 2 largeop, movablelimits, symmetric
&#x2A03; 点付き配列用の集合和演算子
n-ary union operator with dot
prefix 320 1 2 largeop, movablelimits, symmetric
&#x2A04; プラス付き配列用の集合和演算子
n-ary union operator with plus
prefix 320 1 2 largeop, movablelimits, symmetric
&#x22C0; 配列用の論理積
n-ary logical and
prefix 330 1 2 largeop, movablelimits, symmetric
&#x22C1; 配列用の論理和
n-ary logical or
prefix 330 1 2 largeop, movablelimits, symmetric
&#x22C2; 配列用の集合積
n-ary intersection
prefix 330 1 2 largeop, movablelimits, symmetric
&#x2A00; 配列用の円で囲まれた点の演算子
n-ary circled dot operator
prefix 330 1 2 largeop, movablelimits, symmetric
&#x2A02; 配列用の円で囲まれた掛ける演算子
n-ary circled times operator
prefix 330 1 2 largeop, movablelimits, symmetric
&#x2A05; 配列用四角い集合積演算子
n-ary square intersection operator
prefix 330 1 2 largeop, movablelimits, symmetric
&#x2A06; 配列用の四角い集合和演算子
n-ary square union operator
prefix 330 1 2 largeop, movablelimits, symmetric
&#x2A07; 2つの論理積演算子
two logical and operator
prefix 330 1 2 largeop, movablelimits, symmetric
&#x2A08; 2つの論理和演算子
two logical or operator
prefix 330 1 2 largeop, movablelimits, symmetric
&#x2A09; 配列用の掛ける演算子
n-ary times operator
prefix 330 1 2 largeop, movablelimits, symmetric
&#x2AFC; 大きい三重の縦線演算子
large triple vertical bar operator
prefix 330 1 2 largeop, movablelimits, symmetric
&#x2AFF; ⫿ 配列用の白い縦線
n-ary white vertical bar
prefix 330 1 2 largeop, movablelimits, symmetric
&#x2240; リース積
wreath product
infix 340 4 4
&#x220F; 配列用の積
n-ary product
prefix 350 1 2 largeop, movablelimits, symmetric
&#x2210; 配列用の直和
n-ary coproduct
prefix 350 1 2 largeop, movablelimits, symmetric
&#x2229; 集合積
intersection
infix 350 4 4
&#x222A; 集合和
union
infix 350 4 4
* * アスタリスク
asterisk
infix 390 3 3
. . 終止符
full stop
infix 390 3 3
&#xD7; × 乗算記号
multiplication sign
infix 390 4 4
&#x2022; ビュレット
bullet
infix 390 4 4
&#x2043; ハイフンビュレット
hyphen bullet
infix 390 4 4
&#x2062; 見えない掛ける
invisible times
infix 390 0 0
&#x22A0; 四角で囲まれた「掛ける」記号
squared times
infix 390 4 4
&#x22A1; 四角で囲まれた点の演算子
squared dot operator
infix 390 4 4
&#x22C5; 点の演算子
dot operator
infix 390 4 4
&#x2A2F; 外積またはバッテンの乗算記号
vector or cross product
infix 390 4 4
&#x2A3F; ⨿ 混合または直和
amalgamation or coproduct
infix 390 4 4
&#xB7; · 中点
middle dot
infix 400 4 4
&#x2297; 円で囲まれた「掛ける」記号
circled times
infix 410 4 4
% % パーセント記号
percent sign
infix 640 3 3
\ \ 逆の斜線
reverse solidus
infix 650 0 0
&#x2216; 集合の差
set minus
infix 650 4 4
/ / 斜線
solidus
infix 660 1 1
&#xF7; ÷ 除算記号
division sign
infix 660 4 4
&#x2220;
angle
prefix 670 0 0
&#x2221; 測定された角
measured angle
prefix 670 0 0
&#x2222; 球体の角度
spherical angle
prefix 670 0 0
&#xAC; ¬ 否定記号
not sign
prefix 680 2 1
&#x2299; 円で囲まれた点演算子
circled dot operator
infix 710 4 4
&#x2202; 偏微分
partial differential
prefix 740 2 1
&#x2207; ナブラ
nabla
prefix 740 2 1
** ** 複数文字の演算子: **
multiple character operator: **
infix 780 1 1
&lt;> <> 複数文字の演算子: <>
multiple character operator: <>
infix 780 1 1
^ ^ サーカムフレックスアクセント
circumflex accent
infix 780 1 1
&#x2032; プライム
prime
postfix 800 0 0
&#x266D; 音楽のフラット記号
music flat sign
postfix 800 0 2
&#x266E; 音楽のナチュラル記号
music natural sign
postfix 800 0 2
&#x266F; 音楽のシャープ記号
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
&#x2145; 二重線の斜体の大文字D
double-struck italic capital d
prefix 845 2 1
&#x2146; 二重線の斜体の小文字d
double-struck italic small d
prefix 845 2 0
&#x221A; 平方根
square root
prefix 845 1 1 stretchy
&#x221B; 立方根
cube root
prefix 845 1 1
&#x221C; 四乗根
fourth root
prefix 845 1 1
&#x2061; 関数の適用
function application
infix 850 0 0
" " 引用符
quotation mark
postfix 880 0 0 accent
&amp; & アンパサンド
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
&#xA8; ¨ ダイエレシス
diaeresis
postfix 880 0 0 accent
&#xAA; ª 女性序数標識
feminine ordinal indicator
postfix 880 0 0 accent
&#xAF; ¯ マクロン
macron
postfix 880 0 0 stretchy, accent
&#xB0; ° 度記号
degree sign
postfix 880 0 0
&#xB2; ² 上付き2
superscript two
postfix 880 0 0 accent
&#xB3; ³ 上付き3
superscript three
postfix 880 0 0 accent
&#xB4; ´ アキュートアクセント
acute accent
postfix 880 0 0 accent
&#xB8; ¸ セディラ
cedilla
postfix 880 0 0 accent
&#xB9; ¹ 上付き1
superscript one
postfix 880 0 0 accent
&#xBA; º 男性序数標識
masculine ordinal indicator
postfix 880 0 0 accent
&#x2C6; ˆ 修飾文字サーカムフレックスアクセント
modifier letter circumflex accent
postfix 880 0 0 stretchy, accent
&#x2C7; ˇ キャロン
caron
postfix 880 0 0 stretchy, accent
&#x2C9; ˉ 修飾文字マクロン
modifier letter macron
postfix 880 0 0 stretchy, accent
&#x2CA; ˊ 修飾文字アキュートアクセント
modifier letter acute accent
postfix 880 0 0 accent
&#x2CB; ˋ 修飾文字グレーブアクセント
modifier letter grave accent
postfix 880 0 0 accent
&#x2CD; ˍ 修飾文字下側のマクロン
modifier letter low macron
postfix 880 0 0 stretchy, accent
&#x2D8; ˘ ブリーブ
breve
postfix 880 0 0 accent
&#x2D9; ˙ 上の点
dot above
postfix 880 0 0 accent
&#x2DA; ˚ 上の丸
ring above
postfix 880 0 0 accent
&#x2DC; ˜ 小さいチルダ
small tilde
postfix 880 0 0 stretchy, accent
&#x2DD; ˝ ダブルアキュートアクセント
double acute accent
postfix 880 0 0 accent
&#x2F7; ˷ 修飾文字下側のチルダ
modifier letter low tilde
postfix 880 0 0 stretchy, accent
&#x302; ̂ 合成用サーカムフレックスアクセント
combining circumflex accent
postfix 880 0 0 stretchy, accent
&#x311; ̑ 合成用ひっくり返ったブリーブ
combining inverted breve
postfix 880 0 0 accent
&#x201A; 下側の一重引用符
single low-9 quotation mark
postfix 880 0 0 accent
&#x201B; 上側の反転した一重引用符
single high-reversed-9 quotation mark
postfix 880 0 0 accent
&#x201E; 下側の二重引用符
double low-9 quotation mark
postfix 880 0 0 accent
&#x201F; 上側の反転した二重引用符
double high-reversed-9 quotation mark
postfix 880 0 0 accent
&#x2033; 二重のプライム
double prime
postfix 880 0 0 accent
&#x2034; 三重のプライム
triple prime
postfix 880 0 0 accent
&#x2035; 反転したプライム
reversed prime
postfix 880 0 0 accent
&#x2036; 反転した二重のプライム
reversed double prime
postfix 880 0 0 accent
&#x2037; 反転した三重のプライム
reversed triple prime
postfix 880 0 0 accent
&#x203E; 上線
overline
postfix 880 0 0 stretchy, accent
&#x2057; 四重のプライム
quadruple prime
postfix 880 0 0 accent
&#x2064; 見えないプラス
invisible plus
infix 880 0 0
&#x20DB; 文字の上に合成する3つの点
combining three dots above
postfix 880 0 0 accent
&#x20DC; 文字の上に合成する4つの点
combining four dots above
postfix 880 0 0 accent
&#x23B4; 上角がっこ
top square bracket
postfix 880 0 0 stretchy, accent
&#x23B5; 下角がっこ
bottom square bracket
postfix 880 0 0 stretchy, accent
&#x23DC; 上かっこ
top parenthesis
postfix 880 0 0 stretchy, accent
&#x23DD; 下かっこ
bottom parenthesis
postfix 880 0 0 stretchy, accent
&#x23DE; 上波かっこ
top curly bracket
postfix 880 0 0 stretchy, accent
&#x23DF; 下波かっこ
bottom curly bracket
postfix 880 0 0 stretchy, accent
&#x23E0; 上亀甲かっこ
top tortoise shell bracket
postfix 880 0 0 stretchy, accent
&#x23E1; 下亀甲かっこ
bottom tortoise shell bracket
postfix 880 0 0 stretchy, accent
_ _ 下線
low line
infix 900 1 1
概要: 数学用マークアップ言語 (MathML) ヴァージョン 3.0 第2版
Overview: Mathematical Markup Language (MathML) Version 3.0 2nd Edition
前へ: B メディアタイプの登録
Previous: B Media Types Registrations
次へ: D 用語集
Next: D Glossary