EquationCombiningCharacterType enumeration

EquationCombiningCharacterType enumeration

Type of combining characters.

The EquationCombiningCharacterType type exposes the following members:

Fields

FieldDescription
UNKNOWNUse unknown type when not found in existing type.
DOT_ABOVE“̇” Unicode: u0307
Combining Dot Above
DIAERESIS“̈” Unicode: u0308
Combining Diaeresis
THREE_DOTS_ABOVE“⃛” Unicode: u20db
Combining Three Dots Above
CIRCUMFLEX_ACCENT“̂” Unicode: u0302
Combining Circumflex Accent
CARON“̌” Unicode: u030c
Combining Caron
ACUTE_ACCENT“́” Unicode: u0301
Combining Acute Accent
GRAVE_ACCENT“̀” Unicode: u0300
Combining Grave Accent
BREVE“̆” Unicode: u0306
Combining Combining Breve
TILDE“̃” Unicode: u0303
Combining Tilde
OVERLINE“̅” Unicode: u0305
Combining Overline
DOUBLE_OVERLINE“̿” Unicode: u033f
Combining Double Overline
TOP_CURLY_BRACKET“⏞” Unicode: u23de
Combining Top Curly Bracket
BOTTOM_CURLY_BRACKET“⏟” Unicode: u23df
Combining Bottom Curly Bracket
LEFT_ARROW_ABOVE“⃖” Unicode: u20d6
Combining Left Arrow Above
RIGHT_ARROW_ABOVE“⃗” Unicode: u20d7
Combining Right Arrow Above
LEFT_RIGHT_ARROW_ABOVE“⃡” Unicode: u20e1
Combining Left Right Arrow Above
LEFT_HARPOON_ABOVE“⃐” Unicode: u20d0
Combining Left Harpoon Above
RIGHT_HARPOON_ABOVE“⃑” Unicode: u20d1
Combining Right Harpoon Above
LEFTWARDS_ARROW“←” Unicode: u2190
Leftwards Arrow
RIGHTWARDS_ARROW“→” Unicode: u2192
Rightwards Arrow
LEFT_RIGHT_ARROW“↔” Unicode: u2194
Left Right Arrow
LEFTWARDS_DOUBLE_ARROW“⇐” Unicode: u21d0
Leftwards Double Arrow
RIGHTWARDS_DOUBLE_ARROW“⇒” Unicode: u21d2
Rightwards Double Arrow
LEFT_RIGHT_DOUBLE_ARROW“⇔” Unicode: u21d4
Left Right Double Arrow

See Also