EquationCombiningCharacterType Enum
Contents
[
Hide
]EquationCombiningCharacterType Enum
Type of combining characters.
type EquationCombiningCharacterType int32
Fields
| Field | Description |
|---|---|
| Unknown | Use unknown type when not found in existing type. |
| DotAbove | “̇” Unicode: u0307Combining Dot Above |
| Diaeresis | “̈” Unicode: u0308Combining Diaeresis |
| ThreeDotsAbove | “⃛” Unicode: u20dbCombining Three Dots Above |
| CircumflexAccent | “̂” Unicode: u0302Combining Circumflex Accent |
| Caron | “̌” Unicode: u030cCombining Caron |
| AcuteAccent | “́” Unicode: u0301Combining Acute Accent |
| GraveAccent | “̀” Unicode: u0300Combining Grave Accent |
| Breve | “̆” Unicode: u0306Combining Combining Breve |
| Tilde | “̃” Unicode: u0303Combining Tilde |
| Overline | “̅” Unicode: u0305Combining Overline |
| DoubleOverline | “̿” Unicode: u033fCombining Double Overline |
| TopCurlyBracket | “⏞” Unicode: u23deCombining Top Curly Bracket |
| BottomCurlyBracket | “⏟” Unicode: u23dfCombining Bottom Curly Bracket |
| LeftArrowAbove | “⃖” Unicode: u20d6Combining Left Arrow Above |
| RightArrowAbove | “⃗” Unicode: u20d7Combining Right Arrow Above |
| LeftRightArrowAbove | “⃡” Unicode: u20e1Combining Left Right Arrow Above |
| LeftHarpoonAbove | “⃐” Unicode: u20d0Combining Left Harpoon Above |
| RightHarpoonAbove | “⃑” Unicode: u20d1Combining Right Harpoon Above |
| LeftwardsArrow | “←” Unicode: u2190Leftwards Arrow |
| RightwardsArrow | “→” Unicode: u2192Rightwards Arrow |
| LeftRightArrow | “↔” Unicode: u2194Left Right Arrow |
| LeftwardsDoubleArrow | “⇐” Unicode: u21d0Leftwards Double Arrow |
| RightwardsDoubleArrow | “⇒” Unicode: u21d2Rightwards Double Arrow |
| LeftRightDoubleArrow | “⇔” Unicode: u21d4Left Right Double Arrow |