Skip to content

Instantly share code, notes, and snippets.

@jabbalaci
Last active January 22, 2025 20:46
Show Gist options
  • Save jabbalaci/f18648d143a91e24e242a6f90e5bbd5b to your computer and use it in GitHub Desktop.
Save jabbalaci/f18648d143a91e24e242a6f90e5bbd5b to your computer and use it in GitHub Desktop.
Unicode Input Symbols for Julia (for VS Code)
{
"alap": {
"prefix": "alap",
"body": [
"#!/usr/bin/env julia",
"",
"function main()",
" println(\"hello$0\")",
"end",
"",
"main()"
],
"description": "basic Julia skeleton"
},
"pl": {
"prefix": "pl",
"body": [
"println($0)",
],
"description": "println"
},
// ----------------------------------------------------------------------
"\\exclamdown": {
"prefix": "\\exclamdown",
"body": [
"¡",
],
"description": "\\exclamdown : ¡ (Inverted Exclamation Mark)"
},
"\\sterling": {
"prefix": "\\sterling",
"body": [
"£",
],
"description": "\\sterling : £ (Pound Sign)"
},
"\\yen": {
"prefix": "\\yen",
"body": [
"¥",
],
"description": "\\yen : ¥ (Yen Sign)"
},
"\\brokenbar": {
"prefix": "\\brokenbar",
"body": [
"¦",
],
"description": "\\brokenbar : ¦ (Broken Bar / Broken Vertical Bar)"
},
"\\S": {
"prefix": "\\S",
"body": [
"§",
],
"description": "\\S : § (Section Sign)"
},
"\\copyright, \\:copyright:": {
"prefix": "\\copyright, \\:copyright:",
"body": [
"©",
],
"description": "\\copyright, \\:copyright: : © (Copyright Sign)"
},
"\\ordfeminine": {
"prefix": "\\ordfeminine",
"body": [
"ª",
],
"description": "\\ordfeminine : ª (Feminine Ordinal Indicator)"
},
"\\neg": {
"prefix": "\\neg",
"body": [
"¬",
],
"description": "\\neg : ¬ (Not Sign)"
},
"\\circledR, \\:registered:": {
"prefix": "\\circledR, \\:registered:",
"body": [
"®",
],
"description": "\\circledR, \\:registered: : ® (Registered Sign / Registered Trade Mark Sign)"
},
"\\highminus": {
"prefix": "\\highminus",
"body": [
"¯",
],
"description": "\\highminus : ¯ (Macron / Spacing Macron)"
},
"\\degree": {
"prefix": "\\degree",
"body": [
"°",
],
"description": "\\degree : ° (Degree Sign)"
},
"\\pm": {
"prefix": "\\pm",
"body": [
"±",
],
"description": "\\pm : ± (Plus-Minus Sign / Plus-Or-Minus Sign)"
},
"\\^2": {
"prefix": "\\^2",
"body": [
"²",
],
"description": "\\^2 : ² (Superscript Two / Superscript Digit Two)"
},
"\\^3": {
"prefix": "\\^3",
"body": [
"³",
],
"description": "\\^3 : ³ (Superscript Three / Superscript Digit Three)"
},
"\\P": {
"prefix": "\\P",
"body": [
"",
],
"description": "\\P : ¶ (Pilcrow Sign / Paragraph Sign)"
},
"\\cdotp": {
"prefix": "\\cdotp",
"body": [
"·",
],
"description": "\\cdotp : · (Middle Dot)"
},
"\\^1": {
"prefix": "\\^1",
"body": [
"¹",
],
"description": "\\^1 : ¹ (Superscript One / Superscript Digit One)"
},
"\\ordmasculine": {
"prefix": "\\ordmasculine",
"body": [
"º",
],
"description": "\\ordmasculine : º (Masculine Ordinal Indicator)"
},
"\\1/4": {
"prefix": "\\1/4",
"body": [
"¼",
],
"description": "\\1/4 : ¼ (Vulgar Fraction One Quarter / Fraction One Quarter)"
},
"\\1/2": {
"prefix": "\\1/2",
"body": [
"½",
],
"description": "\\1/2 : ½ (Vulgar Fraction One Half / Fraction One Half)"
},
"\\3/4": {
"prefix": "\\3/4",
"body": [
"¾",
],
"description": "\\3/4 : ¾ (Vulgar Fraction Three Quarters / Fraction Three Quarters)"
},
"\\questiondown": {
"prefix": "\\questiondown",
"body": [
"¿",
],
"description": "\\questiondown : ¿ (Inverted Question Mark)"
},
"\\AA": {
"prefix": "\\AA",
"body": [
"Å",
],
"description": "\\AA : Å (Latin Capital Letter A With Ring Above / Latin Capital Letter A Ring)"
},
"\\AE": {
"prefix": "\\AE",
"body": [
"Æ",
],
"description": "\\AE : Æ (Latin Capital Letter Ae / Latin Capital Letter A E)"
},
"\\DH": {
"prefix": "\\DH",
"body": [
"Ð",
],
"description": "\\DH : Ð (Latin Capital Letter Eth)"
},
"\\times": {
"prefix": "\\times",
"body": [
"×",
],
"description": "\\times : × (Multiplication Sign)"
},
"\\O": {
"prefix": "\\O",
"body": [
"Ø",
],
"description": "\\O : Ø (Latin Capital Letter O With Stroke / Latin Capital Letter O Slash)"
},
"\\TH": {
"prefix": "\\TH",
"body": [
"Þ",
],
"description": "\\TH : Þ (Latin Capital Letter Thorn)"
},
"\\ss": {
"prefix": "\\ss",
"body": [
"ß",
],
"description": "\\ss : ß (Latin Small Letter Sharp S)"
},
"\\aa": {
"prefix": "\\aa",
"body": [
"å",
],
"description": "\\aa : å (Latin Small Letter A With Ring Above / Latin Small Letter A Ring)"
},
"\\ae": {
"prefix": "\\ae",
"body": [
"æ",
],
"description": "\\ae : æ (Latin Small Letter Ae / Latin Small Letter A E)"
},
"\\eth, \\dh": {
"prefix": "\\eth, \\dh",
"body": [
"ð",
],
"description": "\\eth, \\dh : ð (Latin Small Letter Eth)"
},
"\\div": {
"prefix": "\\div",
"body": [
"÷",
],
"description": "\\div : ÷ (Division Sign)"
},
"\\o": {
"prefix": "\\o",
"body": [
"ø",
],
"description": "\\o : ø (Latin Small Letter O With Stroke / Latin Small Letter O Slash)"
},
"\\th": {
"prefix": "\\th",
"body": [
"þ",
],
"description": "\\th : þ (Latin Small Letter Thorn)"
},
"\\DJ": {
"prefix": "\\DJ",
"body": [
"Đ",
],
"description": "\\DJ : Đ (Latin Capital Letter D With Stroke / Latin Capital Letter D Bar)"
},
"\\dj": {
"prefix": "\\dj",
"body": [
"đ",
],
"description": "\\dj : đ (Latin Small Letter D With Stroke / Latin Small Letter D Bar)"
},
"\\hbar": {
"prefix": "\\hbar",
"body": [
"ħ",
],
"description": "\\hbar : ħ (Latin Small Letter H With Stroke / Latin Small Letter H Bar)"
},
"\\imath": {
"prefix": "\\imath",
"body": [
"ı",
],
"description": "\\imath : ı (Latin Small Letter Dotless I)"
},
"\\L": {
"prefix": "\\L",
"body": [
"Ł",
],
"description": "\\L : Ł (Latin Capital Letter L With Stroke / Latin Capital Letter L Slash)"
},
"\\l": {
"prefix": "\\l",
"body": [
"ł",
],
"description": "\\l : ł (Latin Small Letter L With Stroke / Latin Small Letter L Slash)"
},
"\\NG": {
"prefix": "\\NG",
"body": [
"Ŋ",
],
"description": "\\NG : Ŋ (Latin Capital Letter Eng)"
},
"\\ng": {
"prefix": "\\ng",
"body": [
"ŋ",
],
"description": "\\ng : ŋ (Latin Small Letter Eng)"
},
"\\OE": {
"prefix": "\\OE",
"body": [
"Œ",
],
"description": "\\OE : Œ (Latin Capital Ligature Oe / Latin Capital Letter O E)"
},
"\\oe": {
"prefix": "\\oe",
"body": [
"œ",
],
"description": "\\oe : œ (Latin Small Ligature Oe / Latin Small Letter O E)"
},
"\\hvlig": {
"prefix": "\\hvlig",
"body": [
"ƕ",
],
"description": "\\hvlig : ƕ (Latin Small Letter Hv / Latin Small Letter H V)"
},
"\\nrleg": {
"prefix": "\\nrleg",
"body": [
"ƞ",
],
"description": "\\nrleg : ƞ (Latin Small Letter N With Long Right Leg)"
},
"\\Zbar": {
"prefix": "\\Zbar",
"body": [
"Ƶ",
],
"description": "\\Zbar : Ƶ (Latin Capital Letter Z With Stroke / Latin Capital Letter Z Bar)"
},
"\\doublepipe": {
"prefix": "\\doublepipe",
"body": [
"ǂ",
],
"description": "\\doublepipe : ǂ (Latin Letter Alveolar Click / Latin Letter Pipe Double Bar)"
},
"\\jmath": {
"prefix": "\\jmath",
"body": [
"ȷ",
],
"description": "\\jmath : ȷ (Latin Small Letter Dotless J)"
},
"\\trna": {
"prefix": "\\trna",
"body": [
"ɐ",
],
"description": "\\trna : ɐ (Latin Small Letter Turned A)"
},
"\\trnsa": {
"prefix": "\\trnsa",
"body": [
"ɒ",
],
"description": "\\trnsa : ɒ (Latin Small Letter Turned Alpha / Latin Small Letter Turned Script A)"
},
"\\openo": {
"prefix": "\\openo",
"body": [
"ɔ",
],
"description": "\\openo : ɔ (Latin Small Letter Open O)"
},
"\\rtld": {
"prefix": "\\rtld",
"body": [
"ɖ",
],
"description": "\\rtld : ɖ (Latin Small Letter D With Tail / Latin Small Letter D Retroflex Hook)"
},
"\\schwa": {
"prefix": "\\schwa",
"body": [
"ə",
],
"description": "\\schwa : ə (Latin Small Letter Schwa)"
},
"\\pgamma": {
"prefix": "\\pgamma",
"body": [
"ɣ",
],
"description": "\\pgamma : ɣ (Latin Small Letter Gamma)"
},
"\\pbgam": {
"prefix": "\\pbgam",
"body": [
"ɤ",
],
"description": "\\pbgam : ɤ (Latin Small Letter Rams Horn / Latin Small Letter Baby Gamma)"
},
"\\trnh": {
"prefix": "\\trnh",
"body": [
"ɥ",
],
"description": "\\trnh : ɥ (Latin Small Letter Turned H)"
},
"\\btdl": {
"prefix": "\\btdl",
"body": [
"ɬ",
],
"description": "\\btdl : ɬ (Latin Small Letter L With Belt / Latin Small Letter L Belt)"
},
"\\rtll": {
"prefix": "\\rtll",
"body": [
"ɭ",
],
"description": "\\rtll : ɭ (Latin Small Letter L With Retroflex Hook / Latin Small Letter L Retroflex Hook
)"
},
"\\trnm": {
"prefix": "\\trnm",
"body": [
"ɯ",
],
"description": "\\trnm : ɯ (Latin Small Letter Turned M)"
},
"\\trnmlr": {
"prefix": "\\trnmlr",
"body": [
"ɰ",
],
"description": "\\trnmlr : ɰ (Latin Small Letter Turned M With Long Leg)"
},
"\\ltlmr": {
"prefix": "\\ltlmr",
"body": [
"ɱ",
],
"description": "\\ltlmr : ɱ (Latin Small Letter M With Hook / Latin Small Letter M Hook)"
},
"\\ltln": {
"prefix": "\\ltln",
"body": [
"ɲ",
],
"description": "\\ltln : ɲ (Latin Small Letter N With Left Hook / Latin Small Letter N Hook)"
},
"\\rtln": {
"prefix": "\\rtln",
"body": [
"ɳ",
],
"description": "\\rtln : ɳ (Latin Small Letter N With Retroflex Hook / Latin Small Letter N Retroflex Hook
)"
},
"\\clomeg": {
"prefix": "\\clomeg",
"body": [
"ɷ",
],
"description": "\\clomeg : ɷ (Latin Small Letter Closed Omega)"
},
"\\ltphi": {
"prefix": "\\ltphi",
"body": [
"ɸ",
],
"description": "\\ltphi : ɸ (Latin Small Letter Phi)"
},
"\\trnr": {
"prefix": "\\trnr",
"body": [
"ɹ",
],
"description": "\\trnr : ɹ (Latin Small Letter Turned R)"
},
"\\trnrl": {
"prefix": "\\trnrl",
"body": [
"ɺ",
],
"description": "\\trnrl : ɺ (Latin Small Letter Turned R With Long Leg)"
},
"\\rttrnr": {
"prefix": "\\rttrnr",
"body": [
"ɻ",
],
"description": "\\rttrnr : ɻ (Latin Small Letter Turned R With Hook / Latin Small Letter Turned R Hook)"
},
"\\rl": {
"prefix": "\\rl",
"body": [
"ɼ",
],
"description": "\\rl : ɼ (Latin Small Letter R With Long Leg)"
},
"\\rtlr": {
"prefix": "\\rtlr",
"body": [
"ɽ",
],
"description": "\\rtlr : ɽ (Latin Small Letter R With Tail / Latin Small Letter R Hook)"
},
"\\fhr": {
"prefix": "\\fhr",
"body": [
"ɾ",
],
"description": "\\fhr : ɾ (Latin Small Letter R With Fishhook / Latin Small Letter Fishhook R)"
},
"\\rtls": {
"prefix": "\\rtls",
"body": [
"ʂ",
],
"description": "\\rtls : ʂ (Latin Small Letter S With Hook / Latin Small Letter S Hook)"
},
"\\esh": {
"prefix": "\\esh",
"body": [
"ʃ",
],
"description": "\\esh : ʃ (Latin Small Letter Esh)"
},
"\\trnt": {
"prefix": "\\trnt",
"body": [
"ʇ",
],
"description": "\\trnt : ʇ (Latin Small Letter Turned T)"
},
"\\rtlt": {
"prefix": "\\rtlt",
"body": [
"ʈ",
],
"description": "\\rtlt : ʈ (Latin Small Letter T With Retroflex Hook / Latin Small Letter T Retroflex Hook
)"
},
"\\pupsil": {
"prefix": "\\pupsil",
"body": [
"ʊ",
],
"description": "\\pupsil : ʊ (Latin Small Letter Upsilon)"
},
"\\pscrv": {
"prefix": "\\pscrv",
"body": [
"ʋ",
],
"description": "\\pscrv : ʋ (Latin Small Letter V With Hook / Latin Small Letter Script V)"
},
"\\invv": {
"prefix": "\\invv",
"body": [
"ʌ",
],
"description": "\\invv : ʌ (Latin Small Letter Turned V)"
},
"\\invw": {
"prefix": "\\invw",
"body": [
"ʍ",
],
"description": "\\invw : ʍ (Latin Small Letter Turned W)"
},
"\\trny": {
"prefix": "\\trny",
"body": [
"ʎ",
],
"description": "\\trny : ʎ (Latin Small Letter Turned Y)"
},
"\\rtlz": {
"prefix": "\\rtlz",
"body": [
"ʐ",
],
"description": "\\rtlz : ʐ (Latin Small Letter Z With Retroflex Hook / Latin Small Letter Z Retroflex Hook
)"
},
"\\yogh": {
"prefix": "\\yogh",
"body": [
"ʒ",
],
"description": "\\yogh : ʒ (Latin Small Letter Ezh / Latin Small Letter Yogh)"
},
"\\glst": {
"prefix": "\\glst",
"body": [
"ʔ",
],
"description": "\\glst : ʔ (Latin Letter Glottal Stop)"
},
"\\reglst": {
"prefix": "\\reglst",
"body": [
"ʕ",
],
"description": "\\reglst : ʕ (Latin Letter Pharyngeal Voiced Fricative / Latin Letter Reversed Glottal Stop
)"
},
"\\inglst": {
"prefix": "\\inglst",
"body": [
"ʖ",
],
"description": "\\inglst : ʖ (Latin Letter Inverted Glottal Stop)"
},
"\\turnk": {
"prefix": "\\turnk",
"body": [
"ʞ",
],
"description": "\\turnk : ʞ (Latin Small Letter Turned K)"
},
"\\dyogh": {
"prefix": "\\dyogh",
"body": [
"ʤ",
],
"description": "\\dyogh : ʤ (Latin Small Letter Dezh Digraph / Latin Small Letter D Yogh)"
},
"\\tesh": {
"prefix": "\\tesh",
"body": [
"ʧ",
],
"description": "\\tesh : ʧ (Latin Small Letter Tesh Digraph / Latin Small Letter T Esh)"
},
"\\^h": {
"prefix": "\\^h",
"body": [
"ʰ",
],
"description": "\\^h : ʰ (Modifier Letter Small H)"
},
"\\^j": {
"prefix": "\\^j",
"body": [
"ʲ",
],
"description": "\\^j : ʲ (Modifier Letter Small J)"
},
"\\^r": {
"prefix": "\\^r",
"body": [
"ʳ",
],
"description": "\\^r : ʳ (Modifier Letter Small R)"
},
"\\^w": {
"prefix": "\\^w",
"body": [
"ʷ",
],
"description": "\\^w : ʷ (Modifier Letter Small W)"
},
"\\^y": {
"prefix": "\\^y",
"body": [
"ʸ",
],
"description": "\\^y : ʸ (Modifier Letter Small Y)"
},
"\\rasp": {
"prefix": "\\rasp",
"body": [
"ʼ",
],
"description": "\\rasp : ʼ (Modifier Letter Apostrophe)"
},
"\\verts": {
"prefix": "\\verts",
"body": [
"ˈ",
],
"description": "\\verts : ˈ (Modifier Letter Vertical Line)"
},
"\\verti": {
"prefix": "\\verti",
"body": [
"ˌ",
],
"description": "\\verti : ˌ (Modifier Letter Low Vertical Line)"
},
"\\lmrk": {
"prefix": "\\lmrk",
"body": [
"ː",
],
"description": "\\lmrk : ː (Modifier Letter Triangular Colon)"
},
"\\hlmrk": {
"prefix": "\\hlmrk",
"body": [
"ˑ",
],
"description": "\\hlmrk : ˑ (Modifier Letter Half Triangular Colon)"
},
"\\sbrhr": {
"prefix": "\\sbrhr",
"body": [
"˒",
],
"description": "\\sbrhr : ˒ (Modifier Letter Centred Right Half Ring / Modifier Letter Centered Right Half
Ring)"
},
"\\sblhr": {
"prefix": "\\sblhr",
"body": [
"˓",
],
"description": "\\sblhr : ˓ (Modifier Letter Centred Left Half Ring / Modifier Letter Centered Left Half
Ring)"
},
"\\rais": {
"prefix": "\\rais",
"body": [
"˔",
],
"description": "\\rais : ˔ (Modifier Letter Up Tack)"
},
"\\low": {
"prefix": "\\low",
"body": [
"˕",
],
"description": "\\low : ˕ (Modifier Letter Down Tack)"
},
"\\u": {
"prefix": "\\u",
"body": [
"˘",
],
"description": "\\u : ˘ (Breve / Spacing Breve)"
},
"\\tildelow": {
"prefix": "\\tildelow",
"body": [
"˜",
],
"description": "\\tildelow : ˜ (Small Tilde / Spacing Tilde)"
},
"\\^l": {
"prefix": "\\^l",
"body": [
"ˡ",
],
"description": "\\^l : ˡ (Modifier Letter Small L)"
},
"\\^s": {
"prefix": "\\^s",
"body": [
"ˢ",
],
"description": "\\^s : ˢ (Modifier Letter Small S)"
},
"\\^x": {
"prefix": "\\^x",
"body": [
"ˣ",
],
"description": "\\^x : ˣ (Modifier Letter Small X)"
},
"\\grave": {
"prefix": "\\grave",
"body": [
" ̀ ",
],
"description": "\\grave :  ̀  (Combining Grave Accent / Non-Spacing Grave)"
},
"\\acute": {
"prefix": "\\acute",
"body": [
" ́ ",
],
"description": "\\acute :  ́  (Combining Acute Accent / Non-Spacing Acute)"
},
"\\hat": {
"prefix": "\\hat",
"body": [
" ̂ ",
],
"description": "\\hat :  ̂  (Combining Circumflex Accent / Non-Spacing Circumflex)"
},
"\\tilde": {
"prefix": "\\tilde",
"body": [
" ̃ ",
],
"description": "\\tilde :  ̃  (Combining Tilde / Non-Spacing Tilde)"
},
"\\bar": {
"prefix": "\\bar",
"body": [
" ̄ ",
],
"description": "\\bar :  ̄  (Combining Macron / Non-Spacing Macron)"
},
"\\overbar": {
"prefix": "\\overbar",
"body": [
" ̅ ",
],
"description": "\\overbar :  ̅  (Combining Overline / Non-Spacing Overscore)"
},
"\\breve": {
"prefix": "\\breve",
"body": [
" ̆ ",
],
"description": "\\breve :  ̆  (Combining Breve / Non-Spacing Breve)"
},
"\\dot": {
"prefix": "\\dot",
"body": [
" ̇ ",
],
"description": "\\dot :  ̇  (Combining Dot Above / Non-Spacing Dot Above)"
},
"\\ddot": {
"prefix": "\\ddot",
"body": [
" ̈ ",
],
"description": "\\ddot :  ̈  (Combining Diaeresis / Non-Spacing Diaeresis)"
},
"\\ovhook": {
"prefix": "\\ovhook",
"body": [
" ̉ ",
],
"description": "\\ovhook :  ̉  (Combining Hook Above / Non-Spacing Hook Above)"
},
"\\ocirc": {
"prefix": "\\ocirc",
"body": [
" ̊ ",
],
"description": "\\ocirc :  ̊  (Combining Ring Above / Non-Spacing Ring Above)"
},
"\\H": {
"prefix": "\\H",
"body": [
" ̋ ",
],
"description": "\\H :  ̋  (Combining Double Acute Accent / Non-Spacing Double Acute)"
},
"\\check": {
"prefix": "\\check",
"body": [
" ̌ ",
],
"description": "\\check :  ̌  (Combining Caron / Non-Spacing Hacek)"
},
"\\candra": {
"prefix": "\\candra",
"body": [
" ̐ ",
],
"description": "\\candra :  ̐  (Combining Candrabindu / Non-Spacing Candrabindu)"
},
"\\oturnedcomma": {
"prefix": "\\oturnedcomma",
"body": [
" ̒ ",
],
"description": "\\oturnedcomma :  ̒  (Combining Turned Comma Above / Non-Spacing Turned Comma Above)"
},
"\\ocommatopright": {
"prefix": "\\ocommatopright",
"body": [
" ̕ ",
],
"description": "\\ocommatopright :  ̕  (Combining Comma Above Right / Non-Spacing Comma Above Right)"
},
"\\droang": {
"prefix": "\\droang",
"body": [
" ̚ ",
],
"description": "\\droang :  ̚  (Combining Left Angle Above / Non-Spacing Left Angle Above)"
},
"\\palh": {
"prefix": "\\palh",
"body": [
" ̡ ",
],
"description": "\\palh :  ̡  (Combining Palatalized Hook Below / Non-Spacing Palatalized Hook Below)"
},
"\\rh": {
"prefix": "\\rh",
"body": [
" ̢ ",
],
"description": "\\rh :  ̢  (Combining Retroflex Hook Below / Non-Spacing Retroflex Hook Below)"
},
"\\c": {
"prefix": "\\c",
"body": [
" ̧ ",
],
"description": "\\c :  ̧  (Combining Cedilla / Non-Spacing Cedilla)"
},
"\\k": {
"prefix": "\\k",
"body": [
" ̨ ",
],
"description": "\\k :  ̨  (Combining Ogonek / Non-Spacing Ogonek)"
},
"\\sbbrg": {
"prefix": "\\sbbrg",
"body": [
" ̪ ",
],
"description": "\\sbbrg :  ̪  (Combining Bridge Below / Non-Spacing Bridge Below)"
},
"\\wideutilde": {
"prefix": "\\wideutilde",
"body": [
" ̰ ",
],
"description": "\\wideutilde :  ̰  (Combining Tilde Below / Non-Spacing Tilde Below)"
},
"\\underbar": {
"prefix": "\\underbar",
"body": [
" ̲ ",
],
"description": "\\underbar :  ̲  (Combining Low Line / Non-Spacing Underscore)"
},
"\\strike, \\sout": {
"prefix": "\\strike, \\sout",
"body": [
" ̶ ",
],
"description": "\\strike, \\sout :  ̶  (Combining Long Stroke Overlay / Non-Spacing Long Bar Overlay)"
},
"\\not": {
"prefix": "\\not",
"body": [
" ̸ ",
],
"description": "\\not :  ̸  (Combining Long Solidus Overlay / Non-Spacing Long Slash Overlay)"
},
"\\underleftrightarrow": {
"prefix": "\\underleftrightarrow",
"body": [
" ͍ ",
],
"description": "\\underleftrightarrow :  ͍  (Combining Left Right Arrow Below)"
},
"\\Alpha": {
"prefix": "\\Alpha",
"body": [
"Α",
],
"description": "\\Alpha : Α (Greek Capital Letter Alpha)"
},
"\\Beta": {
"prefix": "\\Beta",
"body": [
"Β",
],
"description": "\\Beta : Β (Greek Capital Letter Beta)"
},
"\\Gamma": {
"prefix": "\\Gamma",
"body": [
"Γ",
],
"description": "\\Gamma : Γ (Greek Capital Letter Gamma)"
},
"\\Delta": {
"prefix": "\\Delta",
"body": [
"Δ",
],
"description": "\\Delta : Δ (Greek Capital Letter Delta)"
},
"\\Epsilon": {
"prefix": "\\Epsilon",
"body": [
"Ε",
],
"description": "\\Epsilon : Ε (Greek Capital Letter Epsilon)"
},
"\\Zeta": {
"prefix": "\\Zeta",
"body": [
"Ζ",
],
"description": "\\Zeta : Ζ (Greek Capital Letter Zeta)"
},
"\\Eta": {
"prefix": "\\Eta",
"body": [
"Η",
],
"description": "\\Eta : Η (Greek Capital Letter Eta)"
},
"\\Theta": {
"prefix": "\\Theta",
"body": [
"Θ",
],
"description": "\\Theta : Θ (Greek Capital Letter Theta)"
},
"\\Iota": {
"prefix": "\\Iota",
"body": [
"Ι",
],
"description": "\\Iota : Ι (Greek Capital Letter Iota)"
},
"\\Kappa": {
"prefix": "\\Kappa",
"body": [
"Κ",
],
"description": "\\Kappa : Κ (Greek Capital Letter Kappa)"
},
"\\Lambda": {
"prefix": "\\Lambda",
"body": [
"Λ",
],
"description": "\\Lambda : Λ (Greek Capital Letter Lamda / Greek Capital Letter Lambda)"
},
"\\upMu": {
"prefix": "\\upMu",
"body": [
"Μ",
],
"description": "\\upMu : Μ (Greek Capital Letter Mu)"
},
"\\upNu": {
"prefix": "\\upNu",
"body": [
"Ν",
],
"description": "\\upNu : Ν (Greek Capital Letter Nu)"
},
"\\Xi": {
"prefix": "\\Xi",
"body": [
"Ξ",
],
"description": "\\Xi : Ξ (Greek Capital Letter Xi)"
},
"\\upOmicron": {
"prefix": "\\upOmicron",
"body": [
"Ο",
],
"description": "\\upOmicron : Ο (Greek Capital Letter Omicron)"
},
"\\Pi": {
"prefix": "\\Pi",
"body": [
"Π",
],
"description": "\\Pi : Π (Greek Capital Letter Pi)"
},
"\\Rho": {
"prefix": "\\Rho",
"body": [
"Ρ",
],
"description": "\\Rho : Ρ (Greek Capital Letter Rho)"
},
"\\Sigma": {
"prefix": "\\Sigma",
"body": [
"Σ",
],
"description": "\\Sigma : Σ (Greek Capital Letter Sigma)"
},
"\\Tau": {
"prefix": "\\Tau",
"body": [
"Τ",
],
"description": "\\Tau : Τ (Greek Capital Letter Tau)"
},
"\\Upsilon": {
"prefix": "\\Upsilon",
"body": [
"Υ",
],
"description": "\\Upsilon : Υ (Greek Capital Letter Upsilon)"
},
"\\Phi": {
"prefix": "\\Phi",
"body": [
"Φ",
],
"description": "\\Phi : Φ (Greek Capital Letter Phi)"
},
"\\Chi": {
"prefix": "\\Chi",
"body": [
"Χ",
],
"description": "\\Chi : Χ (Greek Capital Letter Chi)"
},
"\\Psi": {
"prefix": "\\Psi",
"body": [
"Ψ",
],
"description": "\\Psi : Ψ (Greek Capital Letter Psi)"
},
"\\Omega": {
"prefix": "\\Omega",
"body": [
"Ω",
],
"description": "\\Omega : Ω (Greek Capital Letter Omega)"
},
"\\alpha": {
"prefix": "\\alpha",
"body": [
"α",
],
"description": "\\alpha : α (Greek Small Letter Alpha)"
},
"\\beta": {
"prefix": "\\beta",
"body": [
"β",
],
"description": "\\beta : β (Greek Small Letter Beta)"
},
"\\gamma": {
"prefix": "\\gamma",
"body": [
"γ",
],
"description": "\\gamma : γ (Greek Small Letter Gamma)"
},
"\\delta": {
"prefix": "\\delta",
"body": [
"δ",
],
"description": "\\delta : δ (Greek Small Letter Delta)"
},
"\\upepsilon, \\varepsilon": {
"prefix": "\\upepsilon, \\varepsilon",
"body": [
"ε",
],
"description": "\\upepsilon, \\varepsilon : ε (Greek Small Letter Epsilon)"
},
"\\zeta": {
"prefix": "\\zeta",
"body": [
"ζ",
],
"description": "\\zeta : ζ (Greek Small Letter Zeta)"
},
"\\eta": {
"prefix": "\\eta",
"body": [
"η",
],
"description": "\\eta : η (Greek Small Letter Eta)"
},
"\\theta": {
"prefix": "\\theta",
"body": [
"θ",
],
"description": "\\theta : θ (Greek Small Letter Theta)"
},
"\\iota": {
"prefix": "\\iota",
"body": [
"ι",
],
"description": "\\iota : ι (Greek Small Letter Iota)"
},
"\\kappa": {
"prefix": "\\kappa",
"body": [
"κ",
],
"description": "\\kappa : κ (Greek Small Letter Kappa)"
},
"\\lambda": {
"prefix": "\\lambda",
"body": [
"λ",
],
"description": "\\lambda : λ (Greek Small Letter Lamda / Greek Small Letter Lambda)"
},
"\\mu": {
"prefix": "\\mu",
"body": [
"μ",
],
"description": "\\mu : μ (Greek Small Letter Mu)"
},
"\\nu": {
"prefix": "\\nu",
"body": [
"ν",
],
"description": "\\nu : ν (Greek Small Letter Nu)"
},
"\\xi": {
"prefix": "\\xi",
"body": [
"ξ",
],
"description": "\\xi : ξ (Greek Small Letter Xi)"
},
"\\upomicron": {
"prefix": "\\upomicron",
"body": [
"ο",
],
"description": "\\upomicron : ο (Greek Small Letter Omicron)"
},
"\\pi": {
"prefix": "\\pi",
"body": [
"π",
],
"description": "\\pi : π (Greek Small Letter Pi)"
},
"\\rho": {
"prefix": "\\rho",
"body": [
"ρ",
],
"description": "\\rho : ρ (Greek Small Letter Rho)"
},
"\\varsigma": {
"prefix": "\\varsigma",
"body": [
"ς",
],
"description": "\\varsigma : ς (Greek Small Letter Final Sigma)"
},
"\\sigma": {
"prefix": "\\sigma",
"body": [
"σ",
],
"description": "\\sigma : σ (Greek Small Letter Sigma)"
},
"\\tau": {
"prefix": "\\tau",
"body": [
"τ",
],
"description": "\\tau : τ (Greek Small Letter Tau)"
},
"\\upsilon": {
"prefix": "\\upsilon",
"body": [
"υ",
],
"description": "\\upsilon : υ (Greek Small Letter Upsilon)"
},
"\\varphi": {
"prefix": "\\varphi",
"body": [
"φ",
],
"description": "\\varphi : φ (Greek Small Letter Phi)"
},
"\\chi": {
"prefix": "\\chi",
"body": [
"χ",
],
"description": "\\chi : χ (Greek Small Letter Chi)"
},
"\\psi": {
"prefix": "\\psi",
"body": [
"ψ",
],
"description": "\\psi : ψ (Greek Small Letter Psi)"
},
"\\omega": {
"prefix": "\\omega",
"body": [
"ω",
],
"description": "\\omega : ω (Greek Small Letter Omega)"
},
"\\upvarbeta": {
"prefix": "\\upvarbeta",
"body": [
"ϐ",
],
"description": "\\upvarbeta : ϐ (Greek Beta Symbol / Greek Small Letter Curled Beta)"
},
"\\vartheta": {
"prefix": "\\vartheta",
"body": [
"ϑ",
],
"description": "\\vartheta : ϑ (Greek Theta Symbol / Greek Small Letter Script Theta)"
},
"\\phi": {
"prefix": "\\phi",
"body": [
"ϕ",
],
"description": "\\phi : ϕ (Greek Phi Symbol / Greek Small Letter Script Phi)"
},
"\\varpi": {
"prefix": "\\varpi",
"body": [
"ϖ",
],
"description": "\\varpi : ϖ (Greek Pi Symbol / Greek Small Letter Omega Pi)"
},
"\\upoldKoppa": {
"prefix": "\\upoldKoppa",
"body": [
"Ϙ",
],
"description": "\\upoldKoppa : Ϙ (Greek Letter Archaic Koppa)"
},
"\\upoldkoppa": {
"prefix": "\\upoldkoppa",
"body": [
"ϙ",
],
"description": "\\upoldkoppa : ϙ (Greek Small Letter Archaic Koppa)"
},
"\\Stigma": {
"prefix": "\\Stigma",
"body": [
"Ϛ",
],
"description": "\\Stigma : Ϛ (Greek Letter Stigma / Greek Capital Letter Stigma)"
},
"\\upstigma": {
"prefix": "\\upstigma",
"body": [
"ϛ",
],
"description": "\\upstigma : ϛ (Greek Small Letter Stigma)"
},
"\\Digamma": {
"prefix": "\\Digamma",
"body": [
"Ϝ",
],
"description": "\\Digamma : Ϝ (Greek Letter Digamma / Greek Capital Letter Digamma)"
},
"\\digamma": {
"prefix": "\\digamma",
"body": [
"ϝ",
],
"description": "\\digamma : ϝ (Greek Small Letter Digamma)"
},
"\\Koppa": {
"prefix": "\\Koppa",
"body": [
"Ϟ",
],
"description": "\\Koppa : Ϟ (Greek Letter Koppa / Greek Capital Letter Koppa)"
},
"\\upkoppa": {
"prefix": "\\upkoppa",
"body": [
"ϟ",
],
"description": "\\upkoppa : ϟ (Greek Small Letter Koppa)"
},
"\\Sampi": {
"prefix": "\\Sampi",
"body": [
"Ϡ",
],
"description": "\\Sampi : Ϡ (Greek Letter Sampi / Greek Capital Letter Sampi)"
},
"\\upsampi": {
"prefix": "\\upsampi",
"body": [
"ϡ",
],
"description": "\\upsampi : ϡ (Greek Small Letter Sampi)"
},
"\\varkappa": {
"prefix": "\\varkappa",
"body": [
"ϰ",
],
"description": "\\varkappa : ϰ (Greek Kappa Symbol / Greek Small Letter Script Kappa)"
},
"\\varrho": {
"prefix": "\\varrho",
"body": [
"ϱ",
],
"description": "\\varrho : ϱ (Greek Rho Symbol / Greek Small Letter Tailed Rho)"
},
"\\varTheta": {
"prefix": "\\varTheta",
"body": [
"ϴ",
],
"description": "\\varTheta : ϴ (Greek Capital Theta Symbol)"
},
"\\epsilon": {
"prefix": "\\epsilon",
"body": [
"ϵ",
],
"description": "\\epsilon : ϵ (Greek Lunate Epsilon Symbol)"
},
"\\backepsilon": {
"prefix": "\\backepsilon",
"body": [
"϶",
],
"description": "\\backepsilon : ϶ (Greek Reversed Lunate Epsilon Symbol)"
},
"\\^A": {
"prefix": "\\^A",
"body": [
"",
],
"description": "\\^A : ᴬ (Modifier Letter Capital A)"
},
"\\^B": {
"prefix": "\\^B",
"body": [
"",
],
"description": "\\^B : ᴮ (Modifier Letter Capital B)"
},
"\\^D": {
"prefix": "\\^D",
"body": [
"",
],
"description": "\\^D : ᴰ (Modifier Letter Capital D)"
},
"\\^E": {
"prefix": "\\^E",
"body": [
"",
],
"description": "\\^E : ᴱ (Modifier Letter Capital E)"
},
"\\^G": {
"prefix": "\\^G",
"body": [
"",
],
"description": "\\^G : ᴳ (Modifier Letter Capital G)"
},
"\\^H": {
"prefix": "\\^H",
"body": [
"",
],
"description": "\\^H : ᴴ (Modifier Letter Capital H)"
},
"\\^I": {
"prefix": "\\^I",
"body": [
"",
],
"description": "\\^I : ᴵ (Modifier Letter Capital I)"
},
"\\^J": {
"prefix": "\\^J",
"body": [
"",
],
"description": "\\^J : ᴶ (Modifier Letter Capital J)"
},
"\\^K": {
"prefix": "\\^K",
"body": [
"",
],
"description": "\\^K : ᴷ (Modifier Letter Capital K)"
},
"\\^L": {
"prefix": "\\^L",
"body": [
"",
],
"description": "\\^L : ᴸ (Modifier Letter Capital L)"
},
"\\^M": {
"prefix": "\\^M",
"body": [
"",
],
"description": "\\^M : ᴹ (Modifier Letter Capital M)"
},
"\\^N": {
"prefix": "\\^N",
"body": [
"",
],
"description": "\\^N : ᴺ (Modifier Letter Capital N)"
},
"\\^O": {
"prefix": "\\^O",
"body": [
"",
],
"description": "\\^O : ᴼ (Modifier Letter Capital O)"
},
"\\^P": {
"prefix": "\\^P",
"body": [
"",
],
"description": "\\^P : ᴾ (Modifier Letter Capital P)"
},
"\\^R": {
"prefix": "\\^R",
"body": [
"ᴿ",
],
"description": "\\^R : ᴿ (Modifier Letter Capital R)"
},
"\\^T": {
"prefix": "\\^T",
"body": [
"",
],
"description": "\\^T : ᵀ (Modifier Letter Capital T)"
},
"\\^U": {
"prefix": "\\^U",
"body": [
"",
],
"description": "\\^U : ᵁ (Modifier Letter Capital U)"
},
"\\^W": {
"prefix": "\\^W",
"body": [
"",
],
"description": "\\^W : ᵂ (Modifier Letter Capital W)"
},
"\\^a": {
"prefix": "\\^a",
"body": [
"",
],
"description": "\\^a : ᵃ (Modifier Letter Small A)"
},
"\\^alpha": {
"prefix": "\\^alpha",
"body": [
"",
],
"description": "\\^alpha : ᵅ (Modifier Letter Small Alpha)"
},
"\\^b": {
"prefix": "\\^b",
"body": [
"",
],
"description": "\\^b : ᵇ (Modifier Letter Small B)"
},
"\\^d": {
"prefix": "\\^d",
"body": [
"",
],
"description": "\\^d : ᵈ (Modifier Letter Small D)"
},
"\\^e": {
"prefix": "\\^e",
"body": [
"",
],
"description": "\\^e : ᵉ (Modifier Letter Small E)"
},
"\\^epsilon": {
"prefix": "\\^epsilon",
"body": [
"",
],
"description": "\\^epsilon : ᵋ (Modifier Letter Small Open E)"
},
"\\^g": {
"prefix": "\\^g",
"body": [
"",
],
"description": "\\^g : ᵍ (Modifier Letter Small G)"
},
"\\^k": {
"prefix": "\\^k",
"body": [
"",
],
"description": "\\^k : ᵏ (Modifier Letter Small K)"
},
"\\^m": {
"prefix": "\\^m",
"body": [
"",
],
"description": "\\^m : ᵐ (Modifier Letter Small M)"
},
"\\^o": {
"prefix": "\\^o",
"body": [
"",
],
"description": "\\^o : ᵒ (Modifier Letter Small O)"
},
"\\^p": {
"prefix": "\\^p",
"body": [
"",
],
"description": "\\^p : ᵖ (Modifier Letter Small P)"
},
"\\^t": {
"prefix": "\\^t",
"body": [
"",
],
"description": "\\^t : ᵗ (Modifier Letter Small T)"
},
"\\^u": {
"prefix": "\\^u",
"body": [
"",
],
"description": "\\^u : ᵘ (Modifier Letter Small U)"
},
"\\^v": {
"prefix": "\\^v",
"body": [
"",
],
"description": "\\^v : ᵛ (Modifier Letter Small V)"
},
"\\^beta": {
"prefix": "\\^beta",
"body": [
"",
],
"description": "\\^beta : ᵝ (Modifier Letter Small Beta)"
},
"\\^gamma": {
"prefix": "\\^gamma",
"body": [
"",
],
"description": "\\^gamma : ᵞ (Modifier Letter Small Greek Gamma)"
},
"\\^delta": {
"prefix": "\\^delta",
"body": [
"",
],
"description": "\\^delta : ᵟ (Modifier Letter Small Delta)"
},
"\\^phi": {
"prefix": "\\^phi",
"body": [
"",
],
"description": "\\^phi : ᵠ (Modifier Letter Small Greek Phi)"
},
"\\^chi": {
"prefix": "\\^chi",
"body": [
"",
],
"description": "\\^chi : ᵡ (Modifier Letter Small Chi)"
},
"\\_i": {
"prefix": "\\_i",
"body": [
"",
],
"description": "\\_i : ᵢ (Latin Subscript Small Letter I)"
},
"\\_r": {
"prefix": "\\_r",
"body": [
"",
],
"description": "\\_r : ᵣ (Latin Subscript Small Letter R)"
},
"\\_u": {
"prefix": "\\_u",
"body": [
"",
],
"description": "\\_u : ᵤ (Latin Subscript Small Letter U)"
},
"\\_v": {
"prefix": "\\_v",
"body": [
"",
],
"description": "\\_v : ᵥ (Latin Subscript Small Letter V)"
},
"\\_beta": {
"prefix": "\\_beta",
"body": [
"",
],
"description": "\\_beta : ᵦ (Greek Subscript Small Letter Beta)"
},
"\\_gamma": {
"prefix": "\\_gamma",
"body": [
"",
],
"description": "\\_gamma : ᵧ (Greek Subscript Small Letter Gamma)"
},
"\\_rho": {
"prefix": "\\_rho",
"body": [
"",
],
"description": "\\_rho : ᵨ (Greek Subscript Small Letter Rho)"
},
"\\_phi": {
"prefix": "\\_phi",
"body": [
"",
],
"description": "\\_phi : ᵩ (Greek Subscript Small Letter Phi)"
},
"\\_chi": {
"prefix": "\\_chi",
"body": [
"",
],
"description": "\\_chi : ᵪ (Greek Subscript Small Letter Chi)"
},
"\\^c": {
"prefix": "\\^c",
"body": [
"",
],
"description": "\\^c : ᶜ (Modifier Letter Small C)"
},
"\\^f": {
"prefix": "\\^f",
"body": [
"",
],
"description": "\\^f : ᶠ (Modifier Letter Small F)"
},
"\\^iota": {
"prefix": "\\^iota",
"body": [
"",
],
"description": "\\^iota : ᶥ (Modifier Letter Small Iota)"
},
"\\^Phi": {
"prefix": "\\^Phi",
"body": [
"",
],
"description": "\\^Phi : ᶲ (Modifier Letter Small Phi)"
},
"\\^z": {
"prefix": "\\^z",
"body": [
"",
],
"description": "\\^z : ᶻ (Modifier Letter Small Z)"
},
"\\^theta": {
"prefix": "\\^theta",
"body": [
"ᶿ",
],
"description": "\\^theta : ᶿ (Modifier Letter Small Theta)"
},
"\\enspace": {
"prefix": "\\enspace",
"body": [
"",
],
"description": "\\enspace :   (En Space)"
},
"\\quad": {
"prefix": "\\quad",
"body": [
"",
],
"description": "\\quad :   (Em Space)"
},
"\\thickspace": {
"prefix": "\\thickspace",
"body": [
"",
],
"description": "\\thickspace :   (Four-Per-Em Space)"
},
"\\thinspace": {
"prefix": "\\thinspace",
"body": [
"",
],
"description": "\\thinspace :   (Thin Space)"
},
"\\hspace": {
"prefix": "\\hspace",
"body": [
"",
],
"description": "\\hspace :   (Hair Space)"
},
"\\endash": {
"prefix": "\\endash",
"body": [
"",
],
"description": "\\endash : – (En Dash)"
},
"\\emdash": {
"prefix": "\\emdash",
"body": [
"",
],
"description": "\\emdash : — (Em Dash)"
},
"\\Vert": {
"prefix": "\\Vert",
"body": [
"",
],
"description": "\\Vert : ‖ (Double Vertical Line / Double Vertical Bar)"
},
"\\lq": {
"prefix": "\\lq",
"body": [
"",
],
"description": "\\lq : ‘ (Left Single Quotation Mark / Single Turned Comma Quotation Mark)"
},
"\\rq": {
"prefix": "\\rq",
"body": [
"",
],
"description": "\\rq : ’ (Right Single Quotation Mark / Single Comma Quotation Mark)"
},
"\\reapos": {
"prefix": "\\reapos",
"body": [
"",
],
"description": "\\reapos : ‛ (Single High-Reversed-9 Quotation Mark / Single Reversed Comma Quotation Mark
)"
},
"\\quotedblleft": {
"prefix": "\\quotedblleft",
"body": [
"",
],
"description": "\\quotedblleft : “ (Left Double Quotation Mark / Double Turned Comma Quotation Mark)"
},
"\\quotedblright": {
"prefix": "\\quotedblright",
"body": [
"",
],
"description": "\\quotedblright : ” (Right Double Quotation Mark / Double Comma Quotation Mark)"
},
"\\dagger": {
"prefix": "\\dagger",
"body": [
"",
],
"description": "\\dagger : † (Dagger)"
},
"\\ddagger": {
"prefix": "\\ddagger",
"body": [
"",
],
"description": "\\ddagger : ‡ (Double Dagger)"
},
"\\bullet": {
"prefix": "\\bullet",
"body": [
"",
],
"description": "\\bullet : • (Bullet)"
},
"\\dots, \\ldots": {
"prefix": "\\dots, \\ldots",
"body": [
"",
],
"description": "\\dots, \\ldots : … (Horizontal Ellipsis)"
},
"\\perthousand": {
"prefix": "\\perthousand",
"body": [
"",
],
"description": "\\perthousand : ‰ (Per Mille Sign)"
},
"\\pertenthousand": {
"prefix": "\\pertenthousand",
"body": [
"",
],
"description": "\\pertenthousand : ‱ (Per Ten Thousand Sign)"
},
"\\prime": {
"prefix": "\\prime",
"body": [
"",
],
"description": "\\prime : ′ (Prime)"
},
"\\pprime": {
"prefix": "\\pprime",
"body": [
"",
],
"description": "\\pprime : ″ (Double Prime)"
},
"\\ppprime": {
"prefix": "\\ppprime",
"body": [
"",
],
"description": "\\ppprime : ‴ (Triple Prime)"
},
"\\backprime": {
"prefix": "\\backprime",
"body": [
"",
],
"description": "\\backprime : ‵ (Reversed Prime)"
},
"\\backpprime": {
"prefix": "\\backpprime",
"body": [
"",
],
"description": "\\backpprime : ‶ (Reversed Double Prime)"
},
"\\backppprime": {
"prefix": "\\backppprime",
"body": [
"",
],
"description": "\\backppprime : ‷ (Reversed Triple Prime)"
},
"\\guilsinglleft": {
"prefix": "\\guilsinglleft",
"body": [
"",
],
"description": "\\guilsinglleft : ‹ (Single Left-Pointing Angle Quotation Mark / Left Pointing Single Guillemet)"
},
"\\guilsinglright": {
"prefix": "\\guilsinglright",
"body": [
"",
],
"description": "\\guilsinglright : › (Single Right-Pointing Angle Quotation Mark / Right Pointing Single Guillemet
)"
},
"\\:bangbang:": {
"prefix": "\\:bangbang:",
"body": [
"",
],
"description": "\\:bangbang: : ‼ (Double Exclamation Mark)"
},
"\\tieconcat": {
"prefix": "\\tieconcat",
"body": [
"",
],
"description": "\\tieconcat : ⁀ (Character Tie)"
},
"\\:interrobang:": {
"prefix": "\\:interrobang:",
"body": [
"",
],
"description": "\\:interrobang: : ⁉ (Exclamation Question Mark)"
},
"\\pppprime": {
"prefix": "\\pppprime",
"body": [
"",
],
"description": "\\pppprime : ⁗ (Quadruple Prime)"
},
"\\tricolon": {
"prefix": "\\tricolon",
"body": [
"",
],
"description": "\\tricolon : ⁝ (Tricolon)"
},
"\\nolinebreak": {
"prefix": "\\nolinebreak",
"body": [
"",
],
"description": "\\nolinebreak : ⁠ (Word Joiner)"
},
"\\^0": {
"prefix": "\\^0",
"body": [
"",
],
"description": "\\^0 : ⁰ (Superscript Zero / Superscript Digit Zero)"
},
"\\^i": {
"prefix": "\\^i",
"body": [
"",
],
"description": "\\^i : ⁱ (Superscript Latin Small Letter I)"
},
"\\^4": {
"prefix": "\\^4",
"body": [
"",
],
"description": "\\^4 : ⁴ (Superscript Four / Superscript Digit Four)"
},
"\\^5": {
"prefix": "\\^5",
"body": [
"",
],
"description": "\\^5 : ⁵ (Superscript Five / Superscript Digit Five)"
},
"\\^6": {
"prefix": "\\^6",
"body": [
"",
],
"description": "\\^6 : ⁶ (Superscript Six / Superscript Digit Six)"
},
"\\^7": {
"prefix": "\\^7",
"body": [
"",
],
"description": "\\^7 : ⁷ (Superscript Seven / Superscript Digit Seven)"
},
"\\^8": {
"prefix": "\\^8",
"body": [
"",
],
"description": "\\^8 : ⁸ (Superscript Eight / Superscript Digit Eight)"
},
"\\^9": {
"prefix": "\\^9",
"body": [
"",
],
"description": "\\^9 : ⁹ (Superscript Nine / Superscript Digit Nine)"
},
"\\^+": {
"prefix": "\\^+",
"body": [
"",
],
"description": "\\^+ : ⁺ (Superscript Plus Sign)"
},
"\\^-": {
"prefix": "\\^-",
"body": [
"",
],
"description": "\\^- : ⁻ (Superscript Minus / Superscript Hyphen-Minus)"
},
"\\^=": {
"prefix": "\\^=",
"body": [
"",
],
"description": "\\^= : ⁼ (Superscript Equals Sign)"
},
"\\^(": {
"prefix": "\\^(",
"body": [
"",
],
"description": "\\^( : ⁽ (Superscript Left Parenthesis / Superscript Opening Parenthesis)"
},
"\\^)": {
"prefix": "\\^)",
"body": [
"",
],
"description": "\\^) : ⁾ (Superscript Right Parenthesis / Superscript Closing Parenthesis)"
},
"\\^n": {
"prefix": "\\^n",
"body": [
"",
],
"description": "\\^n : ⁿ (Superscript Latin Small Letter N)"
},
"\\_0": {
"prefix": "\\_0",
"body": [
"",
],
"description": "\\_0 : ₀ (Subscript Zero / Subscript Digit Zero)"
},
"\\_1": {
"prefix": "\\_1",
"body": [
"",
],
"description": "\\_1 : ₁ (Subscript One / Subscript Digit One)"
},
"\\_2": {
"prefix": "\\_2",
"body": [
"",
],
"description": "\\_2 : ₂ (Subscript Two / Subscript Digit Two)"
},
"\\_3": {
"prefix": "\\_3",
"body": [
"",
],
"description": "\\_3 : ₃ (Subscript Three / Subscript Digit Three)"
},
"\\_4": {
"prefix": "\\_4",
"body": [
"",
],
"description": "\\_4 : ₄ (Subscript Four / Subscript Digit Four)"
},
"\\_5": {
"prefix": "\\_5",
"body": [
"",
],
"description": "\\_5 : ₅ (Subscript Five / Subscript Digit Five)"
},
"\\_6": {
"prefix": "\\_6",
"body": [
"",
],
"description": "\\_6 : ₆ (Subscript Six / Subscript Digit Six)"
},
"\\_7": {
"prefix": "\\_7",
"body": [
"",
],
"description": "\\_7 : ₇ (Subscript Seven / Subscript Digit Seven)"
},
"\\_8": {
"prefix": "\\_8",
"body": [
"",
],
"description": "\\_8 : ₈ (Subscript Eight / Subscript Digit Eight)"
},
"\\_9": {
"prefix": "\\_9",
"body": [
"",
],
"description": "\\_9 : ₉ (Subscript Nine / Subscript Digit Nine)"
},
"\\_+": {
"prefix": "\\_+",
"body": [
"",
],
"description": "\\_+ : ₊ (Subscript Plus Sign)"
},
"\\_-": {
"prefix": "\\_-",
"body": [
"",
],
"description": "\\_- : ₋ (Subscript Minus / Subscript Hyphen-Minus)"
},
"\\_=": {
"prefix": "\\_=",
"body": [
"",
],
"description": "\\_= : ₌ (Subscript Equals Sign)"
},
"\\_(": {
"prefix": "\\_(",
"body": [
"",
],
"description": "\\_( : ₍ (Subscript Left Parenthesis / Subscript Opening Parenthesis)"
},
"\\_)": {
"prefix": "\\_)",
"body": [
"",
],
"description": "\\_) : ₎ (Subscript Right Parenthesis / Subscript Closing Parenthesis)"
},
"\\_a": {
"prefix": "\\_a",
"body": [
"",
],
"description": "\\_a : ₐ (Latin Subscript Small Letter A)"
},
"\\_e": {
"prefix": "\\_e",
"body": [
"",
],
"description": "\\_e : ₑ (Latin Subscript Small Letter E)"
},
"\\_o": {
"prefix": "\\_o",
"body": [
"",
],
"description": "\\_o : ₒ (Latin Subscript Small Letter O)"
},
"\\_x": {
"prefix": "\\_x",
"body": [
"",
],
"description": "\\_x : ₓ (Latin Subscript Small Letter X)"
},
"\\_schwa": {
"prefix": "\\_schwa",
"body": [
"",
],
"description": "\\_schwa : ₔ (Latin Subscript Small Letter Schwa)"
},
"\\_h": {
"prefix": "\\_h",
"body": [
"",
],
"description": "\\_h : ₕ (Latin Subscript Small Letter H)"
},
"\\_k": {
"prefix": "\\_k",
"body": [
"",
],
"description": "\\_k : ₖ (Latin Subscript Small Letter K)"
},
"\\_l": {
"prefix": "\\_l",
"body": [
"",
],
"description": "\\_l : ₗ (Latin Subscript Small Letter L)"
},
"\\_m": {
"prefix": "\\_m",
"body": [
"",
],
"description": "\\_m : ₘ (Latin Subscript Small Letter M)"
},
"\\_n": {
"prefix": "\\_n",
"body": [
"",
],
"description": "\\_n : ₙ (Latin Subscript Small Letter N)"
},
"\\_p": {
"prefix": "\\_p",
"body": [
"",
],
"description": "\\_p : ₚ (Latin Subscript Small Letter P)"
},
"\\_s": {
"prefix": "\\_s",
"body": [
"",
],
"description": "\\_s : ₛ (Latin Subscript Small Letter S)"
},
"\\_t": {
"prefix": "\\_t",
"body": [
"",
],
"description": "\\_t : ₜ (Latin Subscript Small Letter T)"
},
"\\pes": {
"prefix": "\\pes",
"body": [
"",
],
"description": "\\pes : ₧ (Peseta Sign)"
},
"\\euro": {
"prefix": "\\euro",
"body": [
"",
],
"description": "\\euro : € (Euro Sign)"
},
"\\leftharpoonaccent": {
"prefix": "\\leftharpoonaccent",
"body": [
" ⃐ ",
],
"description": "\\leftharpoonaccent :  ⃐  (Combining Left Harpoon Above / Non-Spacing Left Harpoon Above)"
},
"\\rightharpoonaccent": {
"prefix": "\\rightharpoonaccent",
"body": [
" ⃑ ",
],
"description": "\\rightharpoonaccent :  ⃑  (Combining Right Harpoon Above / Non-Spacing Right Harpoon Above)"
},
"\\vertoverlay": {
"prefix": "\\vertoverlay",
"body": [
" ⃒ ",
],
"description": "\\vertoverlay :  ⃒  (Combining Long Vertical Line Overlay / Non-Spacing Long Vertical Bar Overlay
)"
},
"\\overleftarrow": {
"prefix": "\\overleftarrow",
"body": [
" ⃖ ",
],
"description": "\\overleftarrow :  ⃖  (Combining Left Arrow Above / Non-Spacing Left Arrow Above)"
},
"\\vec": {
"prefix": "\\vec",
"body": [
" ⃗ ",
],
"description": "\\vec :  ⃗  (Combining Right Arrow Above / Non-Spacing Right Arrow Above)"
},
"\\dddot": {
"prefix": "\\dddot",
"body": [
" ⃛ ",
],
"description": "\\dddot :  ⃛  (Combining Three Dots Above / Non-Spacing Three Dots Above)"
},
"\\ddddot": {
"prefix": "\\ddddot",
"body": [
" ⃜ ",
],
"description": "\\ddddot :  ⃜  (Combining Four Dots Above / Non-Spacing Four Dots Above)"
},
"\\enclosecircle": {
"prefix": "\\enclosecircle",
"body": [
" ⃝ ",
],
"description": "\\enclosecircle :  ⃝  (Combining Enclosing Circle / Enclosing Circle)"
},
"\\enclosesquare": {
"prefix": "\\enclosesquare",
"body": [
" ⃞ ",
],
"description": "\\enclosesquare :  ⃞  (Combining Enclosing Square / Enclosing Square)"
},
"\\enclosediamond": {
"prefix": "\\enclosediamond",
"body": [
" ⃟ ",
],
"description": "\\enclosediamond :  ⃟  (Combining Enclosing Diamond / Enclosing Diamond)"
},
"\\overleftrightarrow": {
"prefix": "\\overleftrightarrow",
"body": [
" ⃡ ",
],
"description": "\\overleftrightarrow :  ⃡  (Combining Left Right Arrow Above / Non-Spacing Left Right Arrow Above)"
},
"\\enclosetriangle": {
"prefix": "\\enclosetriangle",
"body": [
" ⃤ ",
],
"description": "\\enclosetriangle :  ⃤  (Combining Enclosing Upward Pointing Triangle)"
},
"\\annuity": {
"prefix": "\\annuity",
"body": [
" ⃧ ",
],
"description": "\\annuity :  ⃧  (Combining Annuity Symbol)"
},
"\\threeunderdot": {
"prefix": "\\threeunderdot",
"body": [
" ⃨ ",
],
"description": "\\threeunderdot :  ⃨  (Combining Triple Underdot)"
},
"\\widebridgeabove": {
"prefix": "\\widebridgeabove",
"body": [
" ⃩ ",
],
"description": "\\widebridgeabove :  ⃩  (Combining Wide Bridge Above)"
},
"\\underrightharpoondown": {
"prefix": "\\underrightharpoondown",
"body": [
" ⃬ ",
],
"description": "\\underrightharpoondown :  ⃬  (Combining Rightwards Harpoon With Barb Downwards)"
},
"\\underleftharpoondown": {
"prefix": "\\underleftharpoondown",
"body": [
" ⃭ ",
],
"description": "\\underleftharpoondown :  ⃭  (Combining Leftwards Harpoon With Barb Downwards)"
},
"\\underleftarrow": {
"prefix": "\\underleftarrow",
"body": [
" ⃮ ",
],
"description": "\\underleftarrow :  ⃮  (Combining Left Arrow Below)"
},
"\\underrightarrow": {
"prefix": "\\underrightarrow",
"body": [
" ⃯ ",
],
"description": "\\underrightarrow :  ⃯  (Combining Right Arrow Below)"
},
"\\asteraccent": {
"prefix": "\\asteraccent",
"body": [
" ⃰ ",
],
"description": "\\asteraccent :  ⃰  (Combining Asterisk Above)"
},
"\\bbC": {
"prefix": "\\bbC",
"body": [
"",
],
"description": "\\bbC : ℂ (Double-Struck Capital C / Double-Struck C)"
},
"\\eulermascheroni": {
"prefix": "\\eulermascheroni",
"body": [
"",
],
"description": "\\eulermascheroni : ℇ (Euler Constant / Eulers)"
},
"\\scrg": {
"prefix": "\\scrg",
"body": [
"",
],
"description": "\\scrg : ℊ (Script Small G)"
},
"\\scrH": {
"prefix": "\\scrH",
"body": [
"",
],
"description": "\\scrH : ℋ (Script Capital H / Script H)"
},
"\\frakH": {
"prefix": "\\frakH",
"body": [
"",
],
"description": "\\frakH : ℌ (Black-Letter Capital H / Black-Letter H)"
},
"\\bbH": {
"prefix": "\\bbH",
"body": [
"",
],
"description": "\\bbH : ℍ (Double-Struck Capital H / Double-Struck H)"
},
"\\ith, \\planck": {
"prefix": "\\ith, \\planck",
"body": [
"",
],
"description": "\\ith, \\planck : ℎ (Planck Constant)"
},
"\\hslash": {
"prefix": "\\hslash",
"body": [
"",
],
"description": "\\hslash : ℏ (Planck Constant Over Two Pi / Planck Constant Over 2 Pi)"
},
"\\scrI": {
"prefix": "\\scrI",
"body": [
"",
],
"description": "\\scrI : ℐ (Script Capital I / Script I)"
},
"\\Im": {
"prefix": "\\Im",
"body": [
"",
],
"description": "\\Im : ℑ (Black-Letter Capital I / Black-Letter I)"
},
"\\scrL": {
"prefix": "\\scrL",
"body": [
"",
],
"description": "\\scrL : ℒ (Script Capital L / Script L)"
},
"\\ell": {
"prefix": "\\ell",
"body": [
"",
],
"description": "\\ell : ℓ (Script Small L)"
},
"\\bbN": {
"prefix": "\\bbN",
"body": [
"",
],
"description": "\\bbN : ℕ (Double-Struck Capital N / Double-Struck N)"
},
"\\numero": {
"prefix": "\\numero",
"body": [
"",
],
"description": "\\numero : № (Numero Sign / Numero)"
},
"\\wp": {
"prefix": "\\wp",
"body": [
"",
],
"description": "\\wp : ℘ (Script Capital P / Script P)"
},
"\\bbP": {
"prefix": "\\bbP",
"body": [
"",
],
"description": "\\bbP : ℙ (Double-Struck Capital P / Double-Struck P)"
},
"\\bbQ": {
"prefix": "\\bbQ",
"body": [
"",
],
"description": "\\bbQ : ℚ (Double-Struck Capital Q / Double-Struck Q)"
},
"\\scrR": {
"prefix": "\\scrR",
"body": [
"",
],
"description": "\\scrR : ℛ (Script Capital R / Script R)"
},
"\\Re": {
"prefix": "\\Re",
"body": [
"",
],
"description": "\\Re : ℜ (Black-Letter Capital R / Black-Letter R)"
},
"\\bbR": {
"prefix": "\\bbR",
"body": [
"",
],
"description": "\\bbR : ℝ (Double-Struck Capital R / Double-Struck R)"
},
"\\xrat": {
"prefix": "\\xrat",
"body": [
"",
],
"description": "\\xrat : ℞ (Prescription Take)"
},
"\\trademark, \\:tm:": {
"prefix": "\\trademark, \\:tm:",
"body": [
"",
],
"description": "\\trademark, \\:tm: : ™ (Trade Mark Sign / Trademark)"
},
"\\bbZ": {
"prefix": "\\bbZ",
"body": [
"",
],
"description": "\\bbZ : ℤ (Double-Struck Capital Z / Double-Struck Z)"
},
"\\ohm": {
"prefix": "\\ohm",
"body": [
"",
],
"description": "\\ohm : Ω (Ohm Sign / Ohm)"
},
"\\mho": {
"prefix": "\\mho",
"body": [
"",
],
"description": "\\mho : ℧ (Inverted Ohm Sign / Mho)"
},
"\\frakZ": {
"prefix": "\\frakZ",
"body": [
"",
],
"description": "\\frakZ : ℨ (Black-Letter Capital Z / Black-Letter Z)"
},
"\\turnediota": {
"prefix": "\\turnediota",
"body": [
"",
],
"description": "\\turnediota : ℩ (Turned Greek Small Letter Iota)"
},
"\\Angstrom": {
"prefix": "\\Angstrom",
"body": [
"",
],
"description": "\\Angstrom : Å (Angstrom Sign / Angstrom Unit)"
},
"\\scrB": {
"prefix": "\\scrB",
"body": [
"",
],
"description": "\\scrB : ℬ (Script Capital B / Script B)"
},
"\\frakC": {
"prefix": "\\frakC",
"body": [
"",
],
"description": "\\frakC : ℭ (Black-Letter Capital C / Black-Letter C)"
},
"\\scre, \\euler": {
"prefix": "\\scre, \\euler",
"body": [
"",
],
"description": "\\scre, \\euler : ℯ (Script Small E)"
},
"\\scrE": {
"prefix": "\\scrE",
"body": [
"",
],
"description": "\\scrE : ℰ (Script Capital E / Script E)"
},
"\\scrF": {
"prefix": "\\scrF",
"body": [
"",
],
"description": "\\scrF : ℱ (Script Capital F / Script F)"
},
"\\Finv": {
"prefix": "\\Finv",
"body": [
"",
],
"description": "\\Finv : Ⅎ (Turned Capital F / Turned F)"
},
"\\scrM": {
"prefix": "\\scrM",
"body": [
"",
],
"description": "\\scrM : ℳ (Script Capital M / Script M)"
},
"\\scro": {
"prefix": "\\scro",
"body": [
"",
],
"description": "\\scro : ℴ (Script Small O)"
},
"\\aleph": {
"prefix": "\\aleph",
"body": [
"",
],
"description": "\\aleph : ℵ (Alef Symbol / First Transfinite Cardinal)"
},
"\\beth": {
"prefix": "\\beth",
"body": [
"",
],
"description": "\\beth : ℶ (Bet Symbol / Second Transfinite Cardinal)"
},
"\\gimel": {
"prefix": "\\gimel",
"body": [
"",
],
"description": "\\gimel : ℷ (Gimel Symbol / Third Transfinite Cardinal)"
},
"\\daleth": {
"prefix": "\\daleth",
"body": [
"",
],
"description": "\\daleth : ℸ (Dalet Symbol / Fourth Transfinite Cardinal)"
},
"\\:information_source:": {
"prefix": "\\:information_source:",
"body": [
"",
],
"description": "\\:information_source: : ℹ (Information Source)"
},
"\\bbpi": {
"prefix": "\\bbpi",
"body": [
"",
],
"description": "\\bbpi : ℼ (Double-Struck Small Pi)"
},
"\\bbgamma": {
"prefix": "\\bbgamma",
"body": [
"",
],
"description": "\\bbgamma : ℽ (Double-Struck Small Gamma)"
},
"\\bbGamma": {
"prefix": "\\bbGamma",
"body": [
"",
],
"description": "\\bbGamma : ℾ (Double-Struck Capital Gamma)"
},
"\\bbPi": {
"prefix": "\\bbPi",
"body": [
"",
],
"description": "\\bbPi : ℿ (Double-Struck Capital Pi)"
},
"\\bbsum": {
"prefix": "\\bbsum",
"body": [
"",
],
"description": "\\bbsum : ⅀ (Double-Struck N-Ary Summation)"
},
"\\Game": {
"prefix": "\\Game",
"body": [
"",
],
"description": "\\Game : ⅁ (Turned Sans-Serif Capital G)"
},
"\\sansLturned": {
"prefix": "\\sansLturned",
"body": [
"",
],
"description": "\\sansLturned : ⅂ (Turned Sans-Serif Capital L)"
},
"\\sansLmirrored": {
"prefix": "\\sansLmirrored",
"body": [
"",
],
"description": "\\sansLmirrored : ⅃ (Reversed Sans-Serif Capital L)"
},
"\\Yup": {
"prefix": "\\Yup",
"body": [
"",
],
"description": "\\Yup : ⅄ (Turned Sans-Serif Capital Y)"
},
"\\bbiD": {
"prefix": "\\bbiD",
"body": [
"",
],
"description": "\\bbiD : ⅅ (Double-Struck Italic Capital D)"
},
"\\bbid": {
"prefix": "\\bbid",
"body": [
"",
],
"description": "\\bbid : ⅆ (Double-Struck Italic Small D)"
},
"\\bbie": {
"prefix": "\\bbie",
"body": [
"",
],
"description": "\\bbie : ⅇ (Double-Struck Italic Small E)"
},
"\\bbii": {
"prefix": "\\bbii",
"body": [
"",
],
"description": "\\bbii : ⅈ (Double-Struck Italic Small I)"
},
"\\bbij": {
"prefix": "\\bbij",
"body": [
"",
],
"description": "\\bbij : ⅉ (Double-Struck Italic Small J)"
},
"\\PropertyLine": {
"prefix": "\\PropertyLine",
"body": [
"",
],
"description": "\\PropertyLine : ⅊ (Property Line)"
},
"\\upand": {
"prefix": "\\upand",
"body": [
"",
],
"description": "\\upand : ⅋ (Turned Ampersand)"
},
"\\1/7": {
"prefix": "\\1/7",
"body": [
"",
],
"description": "\\1/7 : ⅐ (Vulgar Fraction One Seventh)"
},
"\\1/9": {
"prefix": "\\1/9",
"body": [
"",
],
"description": "\\1/9 : ⅑ (Vulgar Fraction One Ninth)"
},
"\\1/10": {
"prefix": "\\1/10",
"body": [
"",
],
"description": "\\1/10 : ⅒ (Vulgar Fraction One Tenth)"
},
"\\1/3": {
"prefix": "\\1/3",
"body": [
"",
],
"description": "\\1/3 : ⅓ (Vulgar Fraction One Third / Fraction One Third)"
},
"\\2/3": {
"prefix": "\\2/3",
"body": [
"",
],
"description": "\\2/3 : ⅔ (Vulgar Fraction Two Thirds / Fraction Two Thirds)"
},
"\\1/5": {
"prefix": "\\1/5",
"body": [
"",
],
"description": "\\1/5 : ⅕ (Vulgar Fraction One Fifth / Fraction One Fifth)"
},
"\\2/5": {
"prefix": "\\2/5",
"body": [
"",
],
"description": "\\2/5 : ⅖ (Vulgar Fraction Two Fifths / Fraction Two Fifths)"
},
"\\3/5": {
"prefix": "\\3/5",
"body": [
"",
],
"description": "\\3/5 : ⅗ (Vulgar Fraction Three Fifths / Fraction Three Fifths)"
},
"\\4/5": {
"prefix": "\\4/5",
"body": [
"",
],
"description": "\\4/5 : ⅘ (Vulgar Fraction Four Fifths / Fraction Four Fifths)"
},
"\\1/6": {
"prefix": "\\1/6",
"body": [
"",
],
"description": "\\1/6 : ⅙ (Vulgar Fraction One Sixth / Fraction One Sixth)"
},
"\\5/6": {
"prefix": "\\5/6",
"body": [
"",
],
"description": "\\5/6 : ⅚ (Vulgar Fraction Five Sixths / Fraction Five Sixths)"
},
"\\1/8": {
"prefix": "\\1/8",
"body": [
"",
],
"description": "\\1/8 : ⅛ (Vulgar Fraction One Eighth / Fraction One Eighth)"
},
"\\3/8": {
"prefix": "\\3/8",
"body": [
"",
],
"description": "\\3/8 : ⅜ (Vulgar Fraction Three Eighths / Fraction Three Eighths)"
},
"\\5/8": {
"prefix": "\\5/8",
"body": [
"",
],
"description": "\\5/8 : ⅝ (Vulgar Fraction Five Eighths / Fraction Five Eighths)"
},
"\\7/8": {
"prefix": "\\7/8",
"body": [
"",
],
"description": "\\7/8 : ⅞ (Vulgar Fraction Seven Eighths / Fraction Seven Eighths)"
},
"\\1/": {
"prefix": "\\1/",
"body": [
"",
],
"description": "\\1/ : ⅟ (Fraction Numerator One)"
},
"\\0/3": {
"prefix": "\\0/3",
"body": [
"",
],
"description": "\\0/3 : ↉ (Vulgar Fraction Zero Thirds)"
},
"\\leftarrow": {
"prefix": "\\leftarrow",
"body": [
"",
],
"description": "\\leftarrow : ← (Leftwards Arrow / Left Arrow)"
},
"\\uparrow": {
"prefix": "\\uparrow",
"body": [
"",
],
"description": "\\uparrow : ↑ (Upwards Arrow / Up Arrow)"
},
"\\to, \\rightarrow": {
"prefix": "\\to, \\rightarrow",
"body": [
"",
],
"description": "\\to, \\rightarrow : → (Rightwards Arrow / Right Arrow)"
},
"\\downarrow": {
"prefix": "\\downarrow",
"body": [
"",
],
"description": "\\downarrow : ↓ (Downwards Arrow / Down Arrow)"
},
"\\leftrightarrow, \\:left_right_arrow:": {
"prefix": "\\leftrightarrow, \\:left_right_arrow:",
"body": [
"",
],
"description": "\\leftrightarrow, \\:left_right_arrow: : ↔ (Left Right Arrow)"
},
"\\updownarrow, \\:arrow_up_down:": {
"prefix": "\\updownarrow, \\:arrow_up_down:",
"body": [
"",
],
"description": "\\updownarrow, \\:arrow_up_down: : ↕ (Up Down Arrow)"
},
"\\nwarrow, \\:arrow_upper_left:": {
"prefix": "\\nwarrow, \\:arrow_upper_left:",
"body": [
"",
],
"description": "\\nwarrow, \\:arrow_upper_left: : ↖ (North West Arrow / Upper Left Arrow)"
},
"\\nearrow, \\:arrow_upper_right:": {
"prefix": "\\nearrow, \\:arrow_upper_right:",
"body": [
"",
],
"description": "\\nearrow, \\:arrow_upper_right: : ↗ (North East Arrow / Upper Right Arrow)"
},
"\\searrow, \\:arrow_lower_right:": {
"prefix": "\\searrow, \\:arrow_lower_right:",
"body": [
"",
],
"description": "\\searrow, \\:arrow_lower_right: : ↘ (South East Arrow / Lower Right Arrow)"
},
"\\swarrow, \\:arrow_lower_left:": {
"prefix": "\\swarrow, \\:arrow_lower_left:",
"body": [
"",
],
"description": "\\swarrow, \\:arrow_lower_left: : ↙ (South West Arrow / Lower Left Arrow)"
},
"\\nleftarrow": {
"prefix": "\\nleftarrow",
"body": [
"",
],
"description": "\\nleftarrow : ↚ (Leftwards Arrow With Stroke / Left Arrow With Stroke)"
},
"\\nrightarrow": {
"prefix": "\\nrightarrow",
"body": [
"",
],
"description": "\\nrightarrow : ↛ (Rightwards Arrow With Stroke / Right Arrow With Stroke)"
},
"\\leftwavearrow": {
"prefix": "\\leftwavearrow",
"body": [
"",
],
"description": "\\leftwavearrow : ↜ (Leftwards Wave Arrow / Left Wave Arrow)"
},
"\\rightwavearrow": {
"prefix": "\\rightwavearrow",
"body": [
"",
],
"description": "\\rightwavearrow : ↝ (Rightwards Wave Arrow / Right Wave Arrow)"
},
"\\twoheadleftarrow": {
"prefix": "\\twoheadleftarrow",
"body": [
"",
],
"description": "\\twoheadleftarrow : ↞ (Leftwards Two Headed Arrow / Left Two Headed Arrow)"
},
"\\twoheaduparrow": {
"prefix": "\\twoheaduparrow",
"body": [
"",
],
"description": "\\twoheaduparrow : ↟ (Upwards Two Headed Arrow / Up Two Headed Arrow)"
},
"\\twoheadrightarrow": {
"prefix": "\\twoheadrightarrow",
"body": [
"",
],
"description": "\\twoheadrightarrow : ↠ (Rightwards Two Headed Arrow / Right Two Headed Arrow)"
},
"\\twoheaddownarrow": {
"prefix": "\\twoheaddownarrow",
"body": [
"",
],
"description": "\\twoheaddownarrow : ↡ (Downwards Two Headed Arrow / Down Two Headed Arrow)"
},
"\\leftarrowtail": {
"prefix": "\\leftarrowtail",
"body": [
"",
],
"description": "\\leftarrowtail : ↢ (Leftwards Arrow With Tail / Left Arrow With Tail)"
},
"\\rightarrowtail": {
"prefix": "\\rightarrowtail",
"body": [
"",
],
"description": "\\rightarrowtail : ↣ (Rightwards Arrow With Tail / Right Arrow With Tail)"
},
"\\mapsfrom": {
"prefix": "\\mapsfrom",
"body": [
"",
],
"description": "\\mapsfrom : ↤ (Leftwards Arrow From Bar / Left Arrow From Bar)"
},
"\\mapsup": {
"prefix": "\\mapsup",
"body": [
"",
],
"description": "\\mapsup : ↥ (Upwards Arrow From Bar / Up Arrow From Bar)"
},
"\\mapsto": {
"prefix": "\\mapsto",
"body": [
"",
],
"description": "\\mapsto : ↦ (Rightwards Arrow From Bar / Right Arrow From Bar)"
},
"\\mapsdown": {
"prefix": "\\mapsdown",
"body": [
"",
],
"description": "\\mapsdown : ↧ (Downwards Arrow From Bar / Down Arrow From Bar)"
},
"\\updownarrowbar": {
"prefix": "\\updownarrowbar",
"body": [
"",
],
"description": "\\updownarrowbar : ↨ (Up Down Arrow With Base)"
},
"\\hookleftarrow, \\:leftwards_arrow_with_hook:": {
"prefix": "\\hookleftarrow, \\:leftwards_arrow_with_hook:",
"body": [
"",
],
"description": "\\hookleftarrow, \\:leftwards_arrow_with_hook: : ↩ (Leftwards Arrow With Hook / Left Arrow With Hook)"
},
"\\hookrightarrow, \\:arrow_right_hook:": {
"prefix": "\\hookrightarrow, \\:arrow_right_hook:",
"body": [
"",
],
"description": "\\hookrightarrow, \\:arrow_right_hook: : ↪ (Rightwards Arrow With Hook / Right Arrow With Hook)"
},
"\\looparrowleft": {
"prefix": "\\looparrowleft",
"body": [
"",
],
"description": "\\looparrowleft : ↫ (Leftwards Arrow With Loop / Left Arrow With Loop)"
},
"\\looparrowright": {
"prefix": "\\looparrowright",
"body": [
"",
],
"description": "\\looparrowright : ↬ (Rightwards Arrow With Loop / Right Arrow With Loop)"
},
"\\leftrightsquigarrow": {
"prefix": "\\leftrightsquigarrow",
"body": [
"",
],
"description": "\\leftrightsquigarrow : ↭ (Left Right Wave Arrow)"
},
"\\nleftrightarrow": {
"prefix": "\\nleftrightarrow",
"body": [
"",
],
"description": "\\nleftrightarrow : ↮ (Left Right Arrow With Stroke)"
},
"\\downzigzagarrow": {
"prefix": "\\downzigzagarrow",
"body": [
"",
],
"description": "\\downzigzagarrow : ↯ (Downwards Zigzag Arrow / Down Zigzag Arrow)"
},
"\\Lsh": {
"prefix": "\\Lsh",
"body": [
"",
],
"description": "\\Lsh : ↰ (Upwards Arrow With Tip Leftwards / Up Arrow With Tip Left)"
},
"\\Rsh": {
"prefix": "\\Rsh",
"body": [
"",
],
"description": "\\Rsh : ↱ (Upwards Arrow With Tip Rightwards / Up Arrow With Tip Right)"
},
"\\Ldsh": {
"prefix": "\\Ldsh",
"body": [
"",
],
"description": "\\Ldsh : ↲ (Downwards Arrow With Tip Leftwards / Down Arrow With Tip Left)"
},
"\\Rdsh": {
"prefix": "\\Rdsh",
"body": [
"",
],
"description": "\\Rdsh : ↳ (Downwards Arrow With Tip Rightwards / Down Arrow With Tip Right)"
},
"\\linefeed": {
"prefix": "\\linefeed",
"body": [
"",
],
"description": "\\linefeed : ↴ (Rightwards Arrow With Corner Downwards / Right Arrow With Corner Down)"
},
"\\carriagereturn": {
"prefix": "\\carriagereturn",
"body": [
"",
],
"description": "\\carriagereturn : ↵ (Downwards Arrow With Corner Leftwards / Down Arrow With Corner Left)"
},
"\\curvearrowleft": {
"prefix": "\\curvearrowleft",
"body": [
"",
],
"description": "\\curvearrowleft : ↶ (Anticlockwise Top Semicircle Arrow)"
},
"\\curvearrowright": {
"prefix": "\\curvearrowright",
"body": [
"",
],
"description": "\\curvearrowright : ↷ (Clockwise Top Semicircle Arrow)"
},
"\\barovernorthwestarrow": {
"prefix": "\\barovernorthwestarrow",
"body": [
"",
],
"description": "\\barovernorthwestarrow : ↸ (North West Arrow To Long Bar / Upper Left Arrow To Long Bar)"
},
"\\barleftarrowrightarrowbar": {
"prefix": "\\barleftarrowrightarrowbar",
"body": [
"",
],
"description": "\\barleftarrowrightarrowbar : ↹ (Leftwards Arrow To Bar Over Rightwards Arrow To Bar / Left Arrow To Bar Over
Right Arrow To Bar)"
},
"\\circlearrowleft": {
"prefix": "\\circlearrowleft",
"body": [
"",
],
"description": "\\circlearrowleft : ↺ (Anticlockwise Open Circle Arrow)"
},
"\\circlearrowright": {
"prefix": "\\circlearrowright",
"body": [
"",
],
"description": "\\circlearrowright : ↻ (Clockwise Open Circle Arrow)"
},
"\\leftharpoonup": {
"prefix": "\\leftharpoonup",
"body": [
"",
],
"description": "\\leftharpoonup : ↼ (Leftwards Harpoon With Barb Upwards / Left Harpoon With Barb Up)"
},
"\\leftharpoondown": {
"prefix": "\\leftharpoondown",
"body": [
"",
],
"description": "\\leftharpoondown : ↽ (Leftwards Harpoon With Barb Downwards / Left Harpoon With Barb Down)"
},
"\\upharpoonright": {
"prefix": "\\upharpoonright",
"body": [
"",
],
"description": "\\upharpoonright : ↾ (Upwards Harpoon With Barb Rightwards / Up Harpoon With Barb Right)"
},
"\\upharpoonleft": {
"prefix": "\\upharpoonleft",
"body": [
"",
],
"description": "\\upharpoonleft : ↿ (Upwards Harpoon With Barb Leftwards / Up Harpoon With Barb Left)"
},
"\\rightharpoonup": {
"prefix": "\\rightharpoonup",
"body": [
"",
],
"description": "\\rightharpoonup : ⇀ (Rightwards Harpoon With Barb Upwards / Right Harpoon With Barb Up)"
},
"\\rightharpoondown": {
"prefix": "\\rightharpoondown",
"body": [
"",
],
"description": "\\rightharpoondown : ⇁ (Rightwards Harpoon With Barb Downwards / Right Harpoon With Barb Down)"
},
"\\downharpoonright": {
"prefix": "\\downharpoonright",
"body": [
"",
],
"description": "\\downharpoonright : ⇂ (Downwards Harpoon With Barb Rightwards / Down Harpoon With Barb Right)"
},
"\\downharpoonleft": {
"prefix": "\\downharpoonleft",
"body": [
"",
],
"description": "\\downharpoonleft : ⇃ (Downwards Harpoon With Barb Leftwards / Down Harpoon With Barb Left)"
},
"\\rightleftarrows": {
"prefix": "\\rightleftarrows",
"body": [
"",
],
"description": "\\rightleftarrows : ⇄ (Rightwards Arrow Over Leftwards Arrow / Right Arrow Over Left Arrow)"
},
"\\dblarrowupdown": {
"prefix": "\\dblarrowupdown",
"body": [
"",
],
"description": "\\dblarrowupdown : ⇅ (Upwards Arrow Leftwards Of Downwards Arrow / Up Arrow Left Of Down Arrow)"
},
"\\leftrightarrows": {
"prefix": "\\leftrightarrows",
"body": [
"",
],
"description": "\\leftrightarrows : ⇆ (Leftwards Arrow Over Rightwards Arrow / Left Arrow Over Right Arrow)"
},
"\\leftleftarrows": {
"prefix": "\\leftleftarrows",
"body": [
"",
],
"description": "\\leftleftarrows : ⇇ (Leftwards Paired Arrows / Left Paired Arrows)"
},
"\\upuparrows": {
"prefix": "\\upuparrows",
"body": [
"",
],
"description": "\\upuparrows : ⇈ (Upwards Paired Arrows / Up Paired Arrows)"
},
"\\rightrightarrows": {
"prefix": "\\rightrightarrows",
"body": [
"",
],
"description": "\\rightrightarrows : ⇉ (Rightwards Paired Arrows / Right Paired Arrows)"
},
"\\downdownarrows": {
"prefix": "\\downdownarrows",
"body": [
"",
],
"description": "\\downdownarrows : ⇊ (Downwards Paired Arrows / Down Paired Arrows)"
},
"\\leftrightharpoons": {
"prefix": "\\leftrightharpoons",
"body": [
"",
],
"description": "\\leftrightharpoons : ⇋ (Leftwards Harpoon Over Rightwards Harpoon / Left Harpoon Over Right Harpoon
)"
},
"\\rightleftharpoons": {
"prefix": "\\rightleftharpoons",
"body": [
"",
],
"description": "\\rightleftharpoons : ⇌ (Rightwards Harpoon Over Leftwards Harpoon / Right Harpoon Over Left Harpoon
)"
},
"\\nLeftarrow": {
"prefix": "\\nLeftarrow",
"body": [
"",
],
"description": "\\nLeftarrow : ⇍ (Leftwards Double Arrow With Stroke / Left Double Arrow With Stroke)"
},
"\\nLeftrightarrow": {
"prefix": "\\nLeftrightarrow",
"body": [
"",
],
"description": "\\nLeftrightarrow : ⇎ (Left Right Double Arrow With Stroke)"
},
"\\nRightarrow": {
"prefix": "\\nRightarrow",
"body": [
"",
],
"description": "\\nRightarrow : ⇏ (Rightwards Double Arrow With Stroke / Right Double Arrow With Stroke)"
},
"\\Leftarrow": {
"prefix": "\\Leftarrow",
"body": [
"",
],
"description": "\\Leftarrow : ⇐ (Leftwards Double Arrow / Left Double Arrow)"
},
"\\Uparrow": {
"prefix": "\\Uparrow",
"body": [
"",
],
"description": "\\Uparrow : ⇑ (Upwards Double Arrow / Up Double Arrow)"
},
"\\Rightarrow": {
"prefix": "\\Rightarrow",
"body": [
"",
],
"description": "\\Rightarrow : ⇒ (Rightwards Double Arrow / Right Double Arrow)"
},
"\\Downarrow": {
"prefix": "\\Downarrow",
"body": [
"",
],
"description": "\\Downarrow : ⇓ (Downwards Double Arrow / Down Double Arrow)"
},
"\\Leftrightarrow": {
"prefix": "\\Leftrightarrow",
"body": [
"",
],
"description": "\\Leftrightarrow : ⇔ (Left Right Double Arrow)"
},
"\\Updownarrow": {
"prefix": "\\Updownarrow",
"body": [
"",
],
"description": "\\Updownarrow : ⇕ (Up Down Double Arrow)"
},
"\\Nwarrow": {
"prefix": "\\Nwarrow",
"body": [
"",
],
"description": "\\Nwarrow : ⇖ (North West Double Arrow / Upper Left Double Arrow)"
},
"\\Nearrow": {
"prefix": "\\Nearrow",
"body": [
"",
],
"description": "\\Nearrow : ⇗ (North East Double Arrow / Upper Right Double Arrow)"
},
"\\Searrow": {
"prefix": "\\Searrow",
"body": [
"",
],
"description": "\\Searrow : ⇘ (South East Double Arrow / Lower Right Double Arrow)"
},
"\\Swarrow": {
"prefix": "\\Swarrow",
"body": [
"",
],
"description": "\\Swarrow : ⇙ (South West Double Arrow / Lower Left Double Arrow)"
},
"\\Lleftarrow": {
"prefix": "\\Lleftarrow",
"body": [
"",
],
"description": "\\Lleftarrow : ⇚ (Leftwards Triple Arrow / Left Triple Arrow)"
},
"\\Rrightarrow": {
"prefix": "\\Rrightarrow",
"body": [
"",
],
"description": "\\Rrightarrow : ⇛ (Rightwards Triple Arrow / Right Triple Arrow)"
},
"\\leftsquigarrow": {
"prefix": "\\leftsquigarrow",
"body": [
"",
],
"description": "\\leftsquigarrow : ⇜ (Leftwards Squiggle Arrow / Left Squiggle Arrow)"
},
"\\rightsquigarrow": {
"prefix": "\\rightsquigarrow",
"body": [
"",
],
"description": "\\rightsquigarrow : ⇝ (Rightwards Squiggle Arrow / Right Squiggle Arrow)"
},
"\\nHuparrow": {
"prefix": "\\nHuparrow",
"body": [
"",
],
"description": "\\nHuparrow : ⇞ (Upwards Arrow With Double Stroke / Up Arrow With Double Stroke)"
},
"\\nHdownarrow": {
"prefix": "\\nHdownarrow",
"body": [
"",
],
"description": "\\nHdownarrow : ⇟ (Downwards Arrow With Double Stroke / Down Arrow With Double Stroke)"
},
"\\leftdasharrow": {
"prefix": "\\leftdasharrow",
"body": [
"",
],
"description": "\\leftdasharrow : ⇠ (Leftwards Dashed Arrow / Left Dashed Arrow)"
},
"\\updasharrow": {
"prefix": "\\updasharrow",
"body": [
"",
],
"description": "\\updasharrow : ⇡ (Upwards Dashed Arrow / Up Dashed Arrow)"
},
"\\rightdasharrow": {
"prefix": "\\rightdasharrow",
"body": [
"",
],
"description": "\\rightdasharrow : ⇢ (Rightwards Dashed Arrow / Right Dashed Arrow)"
},
"\\downdasharrow": {
"prefix": "\\downdasharrow",
"body": [
"",
],
"description": "\\downdasharrow : ⇣ (Downwards Dashed Arrow / Down Dashed Arrow)"
},
"\\barleftarrow": {
"prefix": "\\barleftarrow",
"body": [
"",
],
"description": "\\barleftarrow : ⇤ (Leftwards Arrow To Bar / Left Arrow To Bar)"
},
"\\rightarrowbar": {
"prefix": "\\rightarrowbar",
"body": [
"",
],
"description": "\\rightarrowbar : ⇥ (Rightwards Arrow To Bar / Right Arrow To Bar)"
},
"\\leftwhitearrow": {
"prefix": "\\leftwhitearrow",
"body": [
"",
],
"description": "\\leftwhitearrow : ⇦ (Leftwards White Arrow / White Left Arrow)"
},
"\\upwhitearrow": {
"prefix": "\\upwhitearrow",
"body": [
"",
],
"description": "\\upwhitearrow : ⇧ (Upwards White Arrow / White Up Arrow)"
},
"\\rightwhitearrow": {
"prefix": "\\rightwhitearrow",
"body": [
"",
],
"description": "\\rightwhitearrow : ⇨ (Rightwards White Arrow / White Right Arrow)"
},
"\\downwhitearrow": {
"prefix": "\\downwhitearrow",
"body": [
"",
],
"description": "\\downwhitearrow : ⇩ (Downwards White Arrow / White Down Arrow)"
},
"\\whitearrowupfrombar": {
"prefix": "\\whitearrowupfrombar",
"body": [
"",
],
"description": "\\whitearrowupfrombar : ⇪ (Upwards White Arrow From Bar / White Up Arrow From Bar)"
},
"\\circleonrightarrow": {
"prefix": "\\circleonrightarrow",
"body": [
"",
],
"description": "\\circleonrightarrow : ⇴ (Right Arrow With Small Circle)"
},
"\\DownArrowUpArrow": {
"prefix": "\\DownArrowUpArrow",
"body": [
"",
],
"description": "\\DownArrowUpArrow : ⇵ (Downwards Arrow Leftwards Of Upwards Arrow)"
},
"\\rightthreearrows": {
"prefix": "\\rightthreearrows",
"body": [
"",
],
"description": "\\rightthreearrows : ⇶ (Three Rightwards Arrows)"
},
"\\nvleftarrow": {
"prefix": "\\nvleftarrow",
"body": [
"",
],
"description": "\\nvleftarrow : ⇷ (Leftwards Arrow With Vertical Stroke)"
},
"\\nvrightarrow": {
"prefix": "\\nvrightarrow",
"body": [
"",
],
"description": "\\nvrightarrow : ⇸ (Rightwards Arrow With Vertical Stroke)"
},
"\\nvleftrightarrow": {
"prefix": "\\nvleftrightarrow",
"body": [
"",
],
"description": "\\nvleftrightarrow : ⇹ (Left Right Arrow With Vertical Stroke)"
},
"\\nVleftarrow": {
"prefix": "\\nVleftarrow",
"body": [
"",
],
"description": "\\nVleftarrow : ⇺ (Leftwards Arrow With Double Vertical Stroke)"
},
"\\nVrightarrow": {
"prefix": "\\nVrightarrow",
"body": [
"",
],
"description": "\\nVrightarrow : ⇻ (Rightwards Arrow With Double Vertical Stroke)"
},
"\\nVleftrightarrow": {
"prefix": "\\nVleftrightarrow",
"body": [
"",
],
"description": "\\nVleftrightarrow : ⇼ (Left Right Arrow With Double Vertical Stroke)"
},
"\\leftarrowtriangle": {
"prefix": "\\leftarrowtriangle",
"body": [
"",
],
"description": "\\leftarrowtriangle : ⇽ (Leftwards Open-Headed Arrow)"
},
"\\rightarrowtriangle": {
"prefix": "\\rightarrowtriangle",
"body": [
"",
],
"description": "\\rightarrowtriangle : ⇾ (Rightwards Open-Headed Arrow)"
},
"\\leftrightarrowtriangle": {
"prefix": "\\leftrightarrowtriangle",
"body": [
"",
],
"description": "\\leftrightarrowtriangle : ⇿ (Left Right Open-Headed Arrow)"
},
"\\forall": {
"prefix": "\\forall",
"body": [
"",
],
"description": "\\forall : ∀ (For All)"
},
"\\complement": {
"prefix": "\\complement",
"body": [
"",
],
"description": "\\complement : ∁ (Complement)"
},
"\\partial": {
"prefix": "\\partial",
"body": [
"",
],
"description": "\\partial : ∂ (Partial Differential)"
},
"\\exists": {
"prefix": "\\exists",
"body": [
"",
],
"description": "\\exists : ∃ (There Exists)"
},
"\\nexists": {
"prefix": "\\nexists",
"body": [
"",
],
"description": "\\nexists : ∄ (There Does Not Exist)"
},
"\\varnothing, \\emptyset": {
"prefix": "\\varnothing, \\emptyset",
"body": [
"",
],
"description": "\\varnothing, \\emptyset : ∅ (Empty Set)"
},
"\\increment": {
"prefix": "\\increment",
"body": [
"",
],
"description": "\\increment : ∆ (Increment)"
},
"\\del, \\nabla": {
"prefix": "\\del, \\nabla",
"body": [
"",
],
"description": "\\del, \\nabla : ∇ (Nabla)"
},
"\\in": {
"prefix": "\\in",
"body": [
"",
],
"description": "\\in : ∈ (Element Of)"
},
"\\notin": {
"prefix": "\\notin",
"body": [
"",
],
"description": "\\notin : ∉ (Not An Element Of)"
},
"\\smallin": {
"prefix": "\\smallin",
"body": [
"",
],
"description": "\\smallin : ∊ (Small Element Of)"
},
"\\ni": {
"prefix": "\\ni",
"body": [
"",
],
"description": "\\ni : ∋ (Contains As Member)"
},
"\\nni": {
"prefix": "\\nni",
"body": [
"",
],
"description": "\\nni : ∌ (Does Not Contain As Member)"
},
"\\smallni": {
"prefix": "\\smallni",
"body": [
"",
],
"description": "\\smallni : ∍ (Small Contains As Member)"
},
"\\QED": {
"prefix": "\\QED",
"body": [
"",
],
"description": "\\QED : ∎ (End Of Proof)"
},
"\\prod": {
"prefix": "\\prod",
"body": [
"",
],
"description": "\\prod : ∏ (N-Ary Product)"
},
"\\coprod": {
"prefix": "\\coprod",
"body": [
"",
],
"description": "\\coprod : ∐ (N-Ary Coproduct)"
},
"\\sum": {
"prefix": "\\sum",
"body": [
"",
],
"description": "\\sum : ∑ (N-Ary Summation)"
},
"\\minus": {
"prefix": "\\minus",
"body": [
"",
],
"description": "\\minus : − (Minus Sign)"
},
"\\mp": {
"prefix": "\\mp",
"body": [
"",
],
"description": "\\mp : ∓ (Minus-Or-Plus Sign)"
},
"\\dotplus": {
"prefix": "\\dotplus",
"body": [
"",
],
"description": "\\dotplus : ∔ (Dot Plus)"
},
"\\setminus": {
"prefix": "\\setminus",
"body": [
"",
],
"description": "\\setminus : ∖ (Set Minus)"
},
"\\ast": {
"prefix": "\\ast",
"body": [
"",
],
"description": "\\ast : ∗ (Asterisk Operator)"
},
"\\circ": {
"prefix": "\\circ",
"body": [
"",
],
"description": "\\circ : ∘ (Ring Operator)"
},
"\\vysmblkcircle": {
"prefix": "\\vysmblkcircle",
"body": [
"",
],
"description": "\\vysmblkcircle : ∙ (Bullet Operator)"
},
"\\surd, \\sqrt": {
"prefix": "\\surd, \\sqrt",
"body": [
"",
],
"description": "\\surd, \\sqrt : √ (Square Root)"
},
"\\cbrt": {
"prefix": "\\cbrt",
"body": [
"",
],
"description": "\\cbrt : ∛ (Cube Root)"
},
"\\fourthroot": {
"prefix": "\\fourthroot",
"body": [
"",
],
"description": "\\fourthroot : ∜ (Fourth Root)"
},
"\\propto": {
"prefix": "\\propto",
"body": [
"",
],
"description": "\\propto : ∝ (Proportional To)"
},
"\\infty": {
"prefix": "\\infty",
"body": [
"",
],
"description": "\\infty : ∞ (Infinity)"
},
"\\rightangle": {
"prefix": "\\rightangle",
"body": [
"",
],
"description": "\\rightangle : ∟ (Right Angle)"
},
"\\angle": {
"prefix": "\\angle",
"body": [
"",
],
"description": "\\angle : ∠ (Angle)"
},
"\\measuredangle": {
"prefix": "\\measuredangle",
"body": [
"",
],
"description": "\\measuredangle : ∡ (Measured Angle)"
},
"\\sphericalangle": {
"prefix": "\\sphericalangle",
"body": [
"",
],
"description": "\\sphericalangle : ∢ (Spherical Angle)"
},
"\\mid": {
"prefix": "\\mid",
"body": [
"",
],
"description": "\\mid : ∣ (Divides)"
},
"\\nmid": {
"prefix": "\\nmid",
"body": [
"",
],
"description": "\\nmid : ∤ (Does Not Divide)"
},
"\\parallel": {
"prefix": "\\parallel",
"body": [
"",
],
"description": "\\parallel : ∥ (Parallel To)"
},
"\\nparallel": {
"prefix": "\\nparallel",
"body": [
"",
],
"description": "\\nparallel : ∦ (Not Parallel To)"
},
"\\wedge": {
"prefix": "\\wedge",
"body": [
"",
],
"description": "\\wedge : ∧ (Logical And)"
},
"\\vee": {
"prefix": "\\vee",
"body": [
"",
],
"description": "\\vee : ∨ (Logical Or)"
},
"\\cap": {
"prefix": "\\cap",
"body": [
"",
],
"description": "\\cap : ∩ (Intersection)"
},
"\\cup": {
"prefix": "\\cup",
"body": [
"",
],
"description": "\\cup : ∪ (Union)"
},
"\\int": {
"prefix": "\\int",
"body": [
"",
],
"description": "\\int : ∫ (Integral)"
},
"\\iint": {
"prefix": "\\iint",
"body": [
"",
],
"description": "\\iint : ∬ (Double Integral)"
},
"\\iiint": {
"prefix": "\\iiint",
"body": [
"",
],
"description": "\\iiint : ∭ (Triple Integral)"
},
"\\oint": {
"prefix": "\\oint",
"body": [
"",
],
"description": "\\oint : ∮ (Contour Integral)"
},
"\\oiint": {
"prefix": "\\oiint",
"body": [
"",
],
"description": "\\oiint : ∯ (Surface Integral)"
},
"\\oiiint": {
"prefix": "\\oiiint",
"body": [
"",
],
"description": "\\oiiint : ∰ (Volume Integral)"
},
"\\clwintegral": {
"prefix": "\\clwintegral",
"body": [
"",
],
"description": "\\clwintegral : ∱ (Clockwise Integral)"
},
"\\varointclockwise": {
"prefix": "\\varointclockwise",
"body": [
"",
],
"description": "\\varointclockwise : ∲ (Clockwise Contour Integral)"
},
"\\ointctrclockwise": {
"prefix": "\\ointctrclockwise",
"body": [
"",
],
"description": "\\ointctrclockwise : ∳ (Anticlockwise Contour Integral)"
},
"\\therefore": {
"prefix": "\\therefore",
"body": [
"",
],
"description": "\\therefore : ∴ (Therefore)"
},
"\\because": {
"prefix": "\\because",
"body": [
"",
],
"description": "\\because : ∵ (Because)"
},
"\\Colon": {
"prefix": "\\Colon",
"body": [
"",
],
"description": "\\Colon : ∷ (Proportion)"
},
"\\dotminus": {
"prefix": "\\dotminus",
"body": [
"",
],
"description": "\\dotminus : ∸ (Dot Minus)"
},
"\\dotsminusdots": {
"prefix": "\\dotsminusdots",
"body": [
"",
],
"description": "\\dotsminusdots : ∺ (Geometric Proportion)"
},
"\\kernelcontraction": {
"prefix": "\\kernelcontraction",
"body": [
"",
],
"description": "\\kernelcontraction : ∻ (Homothetic)"
},
"\\sim": {
"prefix": "\\sim",
"body": [
"",
],
"description": "\\sim : ∼ (Tilde Operator)"
},
"\\backsim": {
"prefix": "\\backsim",
"body": [
"",
],
"description": "\\backsim : ∽ (Reversed Tilde)"
},
"\\lazysinv": {
"prefix": "\\lazysinv",
"body": [
"",
],
"description": "\\lazysinv : ∾ (Inverted Lazy S)"
},
"\\sinewave": {
"prefix": "\\sinewave",
"body": [
"",
],
"description": "\\sinewave : ∿ (Sine Wave)"
},
"\\wr": {
"prefix": "\\wr",
"body": [
"",
],
"description": "\\wr : ≀ (Wreath Product)"
},
"\\nsim": {
"prefix": "\\nsim",
"body": [
"",
],
"description": "\\nsim : ≁ (Not Tilde)"
},
"\\eqsim": {
"prefix": "\\eqsim",
"body": [
"",
],
"description": "\\eqsim : ≂ (Minus Tilde)"
},
"\\neqsim": {
"prefix": "\\neqsim",
"body": [
"≂̸",
],
"description": "\\neqsim : ≂̸ (Minus Tilde + Combining Long Solidus Overlay / Non-Spacing Long Slash Overlay
)"
},
"\\simeq": {
"prefix": "\\simeq",
"body": [
"",
],
"description": "\\simeq : ≃ (Asymptotically Equal To)"
},
"\\nsime": {
"prefix": "\\nsime",
"body": [
"",
],
"description": "\\nsime : ≄ (Not Asymptotically Equal To)"
},
"\\cong": {
"prefix": "\\cong",
"body": [
"",
],
"description": "\\cong : ≅ (Approximately Equal To)"
},
"\\approxnotequal": {
"prefix": "\\approxnotequal",
"body": [
"",
],
"description": "\\approxnotequal : ≆ (Approximately But Not Actually Equal To)"
},
"\\ncong": {
"prefix": "\\ncong",
"body": [
"",
],
"description": "\\ncong : ≇ (Neither Approximately Nor Actually Equal To)"
},
"\\approx": {
"prefix": "\\approx",
"body": [
"",
],
"description": "\\approx : ≈ (Almost Equal To)"
},
"\\napprox": {
"prefix": "\\napprox",
"body": [
"",
],
"description": "\\napprox : ≉ (Not Almost Equal To)"
},
"\\approxeq": {
"prefix": "\\approxeq",
"body": [
"",
],
"description": "\\approxeq : ≊ (Almost Equal Or Equal To)"
},
"\\tildetrpl": {
"prefix": "\\tildetrpl",
"body": [
"",
],
"description": "\\tildetrpl : ≋ (Triple Tilde)"
},
"\\allequal": {
"prefix": "\\allequal",
"body": [
"",
],
"description": "\\allequal : ≌ (All Equal To)"
},
"\\asymp": {
"prefix": "\\asymp",
"body": [
"",
],
"description": "\\asymp : ≍ (Equivalent To)"
},
"\\Bumpeq": {
"prefix": "\\Bumpeq",
"body": [
"",
],
"description": "\\Bumpeq : ≎ (Geometrically Equivalent To)"
},
"\\nBumpeq": {
"prefix": "\\nBumpeq",
"body": [
"≎̸",
],
"description": "\\nBumpeq : ≎̸ (Geometrically Equivalent To + Combining Long Solidus Overlay / Non-Spacing Long
Slash Overlay)"
},
"\\bumpeq": {
"prefix": "\\bumpeq",
"body": [
"",
],
"description": "\\bumpeq : ≏ (Difference Between)"
},
"\\nbumpeq": {
"prefix": "\\nbumpeq",
"body": [
"≏̸",
],
"description": "\\nbumpeq : ≏̸ (Difference Between + Combining Long Solidus Overlay / Non-Spacing Long Slash
Overlay)"
},
"\\doteq": {
"prefix": "\\doteq",
"body": [
"",
],
"description": "\\doteq : ≐ (Approaches The Limit)"
},
"\\Doteq": {
"prefix": "\\Doteq",
"body": [
"",
],
"description": "\\Doteq : ≑ (Geometrically Equal To)"
},
"\\fallingdotseq": {
"prefix": "\\fallingdotseq",
"body": [
"",
],
"description": "\\fallingdotseq : ≒ (Approximately Equal To Or The Image Of)"
},
"\\risingdotseq": {
"prefix": "\\risingdotseq",
"body": [
"",
],
"description": "\\risingdotseq : ≓ (Image Of Or Approximately Equal To)"
},
"\\coloneq": {
"prefix": "\\coloneq",
"body": [
"",
],
"description": "\\coloneq : ≔ (Colon Equals / Colon Equal)"
},
"\\eqcolon": {
"prefix": "\\eqcolon",
"body": [
"",
],
"description": "\\eqcolon : ≕ (Equals Colon / Equal Colon)"
},
"\\eqcirc": {
"prefix": "\\eqcirc",
"body": [
"",
],
"description": "\\eqcirc : ≖ (Ring In Equal To)"
},
"\\circeq": {
"prefix": "\\circeq",
"body": [
"",
],
"description": "\\circeq : ≗ (Ring Equal To)"
},
"\\arceq": {
"prefix": "\\arceq",
"body": [
"",
],
"description": "\\arceq : ≘ (Corresponds To)"
},
"\\wedgeq": {
"prefix": "\\wedgeq",
"body": [
"",
],
"description": "\\wedgeq : ≙ (Estimates)"
},
"\\veeeq": {
"prefix": "\\veeeq",
"body": [
"",
],
"description": "\\veeeq : ≚ (Equiangular To)"
},
"\\starequal": {
"prefix": "\\starequal",
"body": [
"",
],
"description": "\\starequal : ≛ (Star Equals)"
},
"\\triangleq": {
"prefix": "\\triangleq",
"body": [
"",
],
"description": "\\triangleq : ≜ (Delta Equal To)"
},
"\\eqdef": {
"prefix": "\\eqdef",
"body": [
"",
],
"description": "\\eqdef : ≝ (Equal To By Definition)"
},
"\\measeq": {
"prefix": "\\measeq",
"body": [
"",
],
"description": "\\measeq : ≞ (Measured By)"
},
"\\questeq": {
"prefix": "\\questeq",
"body": [
"",
],
"description": "\\questeq : ≟ (Questioned Equal To)"
},
"\\ne": {
"prefix": "\\ne",
"body": [
"",
],
"description": "\\ne : ≠ (Not Equal To)"
},
"\\equiv": {
"prefix": "\\equiv",
"body": [
"",
],
"description": "\\equiv : ≡ (Identical To)"
},
"\\nequiv": {
"prefix": "\\nequiv",
"body": [
"",
],
"description": "\\nequiv : ≢ (Not Identical To)"
},
"\\Equiv": {
"prefix": "\\Equiv",
"body": [
"",
],
"description": "\\Equiv : ≣ (Strictly Equivalent To)"
},
"\\le, \\leq": {
"prefix": "\\le, \\leq",
"body": [
"",
],
"description": "\\le, \\leq : ≤ (Less-Than Or Equal To / Less Than Or Equal To)"
},
"\\ge, \\geq": {
"prefix": "\\ge, \\geq",
"body": [
"",
],
"description": "\\ge, \\geq : ≥ (Greater-Than Or Equal To / Greater Than Or Equal To)"
},
"\\leqq": {
"prefix": "\\leqq",
"body": [
"",
],
"description": "\\leqq : ≦ (Less-Than Over Equal To / Less Than Over Equal To)"
},
"\\geqq": {
"prefix": "\\geqq",
"body": [
"",
],
"description": "\\geqq : ≧ (Greater-Than Over Equal To / Greater Than Over Equal To)"
},
"\\lneqq": {
"prefix": "\\lneqq",
"body": [
"",
],
"description": "\\lneqq : ≨ (Less-Than But Not Equal To / Less Than But Not Equal To)"
},
"\\lvertneqq": {
"prefix": "\\lvertneqq",
"body": [
"≨︀",
],
"description": "\\lvertneqq : ≨︀ (Less-Than But Not Equal To / Less Than But Not Equal To + Variation Selector-1
)"
},
"\\gneqq": {
"prefix": "\\gneqq",
"body": [
"",
],
"description": "\\gneqq : ≩ (Greater-Than But Not Equal To / Greater Than But Not Equal To)"
},
"\\gvertneqq": {
"prefix": "\\gvertneqq",
"body": [
"≩︀",
],
"description": "\\gvertneqq : ≩︀ (Greater-Than But Not Equal To / Greater Than But Not Equal To + Variation
Selector-1)"
},
"\\ll": {
"prefix": "\\ll",
"body": [
"",
],
"description": "\\ll : ≪ (Much Less-Than / Much Less Than)"
},
"\\NotLessLess": {
"prefix": "\\NotLessLess",
"body": [
"≪̸",
],
"description": "\\NotLessLess : ≪̸ (Much Less-Than / Much Less Than + Combining Long Solidus Overlay / Non-Spacing
Long Slash Overlay)"
},
"\\gg": {
"prefix": "\\gg",
"body": [
"",
],
"description": "\\gg : ≫ (Much Greater-Than / Much Greater Than)"
},
"\\NotGreaterGreater": {
"prefix": "\\NotGreaterGreater",
"body": [
"≫̸",
],
"description": "\\NotGreaterGreater : ≫̸ (Much Greater-Than / Much Greater Than + Combining Long Solidus Overlay /
Non-Spacing Long Slash Overlay)"
},
"\\between": {
"prefix": "\\between",
"body": [
"",
],
"description": "\\between : ≬ (Between)"
},
"\\nasymp": {
"prefix": "\\nasymp",
"body": [
"",
],
"description": "\\nasymp : ≭ (Not Equivalent To)"
},
"\\nless": {
"prefix": "\\nless",
"body": [
"",
],
"description": "\\nless : ≮ (Not Less-Than / Not Less Than)"
},
"\\ngtr": {
"prefix": "\\ngtr",
"body": [
"",
],
"description": "\\ngtr : ≯ (Not Greater-Than / Not Greater Than)"
},
"\\nleq": {
"prefix": "\\nleq",
"body": [
"",
],
"description": "\\nleq : ≰ (Neither Less-Than Nor Equal To / Neither Less Than Nor Equal To)"
},
"\\ngeq": {
"prefix": "\\ngeq",
"body": [
"",
],
"description": "\\ngeq : ≱ (Neither Greater-Than Nor Equal To / Neither Greater Than Nor Equal To)"
},
"\\lesssim": {
"prefix": "\\lesssim",
"body": [
"",
],
"description": "\\lesssim : ≲ (Less-Than Or Equivalent To / Less Than Or Equivalent To)"
},
"\\gtrsim": {
"prefix": "\\gtrsim",
"body": [
"",
],
"description": "\\gtrsim : ≳ (Greater-Than Or Equivalent To / Greater Than Or Equivalent To)"
},
"\\nlesssim": {
"prefix": "\\nlesssim",
"body": [
"",
],
"description": "\\nlesssim : ≴ (Neither Less-Than Nor Equivalent To / Neither Less Than Nor Equivalent To)"
},
"\\ngtrsim": {
"prefix": "\\ngtrsim",
"body": [
"",
],
"description": "\\ngtrsim : ≵ (Neither Greater-Than Nor Equivalent To / Neither Greater Than Nor Equivalent To
)"
},
"\\lessgtr": {
"prefix": "\\lessgtr",
"body": [
"",
],
"description": "\\lessgtr : ≶ (Less-Than Or Greater-Than / Less Than Or Greater Than)"
},
"\\gtrless": {
"prefix": "\\gtrless",
"body": [
"",
],
"description": "\\gtrless : ≷ (Greater-Than Or Less-Than / Greater Than Or Less Than)"
},
"\\notlessgreater": {
"prefix": "\\notlessgreater",
"body": [
"",
],
"description": "\\notlessgreater : ≸ (Neither Less-Than Nor Greater-Than / Neither Less Than Nor Greater Than)"
},
"\\notgreaterless": {
"prefix": "\\notgreaterless",
"body": [
"",
],
"description": "\\notgreaterless : ≹ (Neither Greater-Than Nor Less-Than / Neither Greater Than Nor Less Than)"
},
"\\prec": {
"prefix": "\\prec",
"body": [
"",
],
"description": "\\prec : ≺ (Precedes)"
},
"\\succ": {
"prefix": "\\succ",
"body": [
"",
],
"description": "\\succ : ≻ (Succeeds)"
},
"\\preccurlyeq": {
"prefix": "\\preccurlyeq",
"body": [
"",
],
"description": "\\preccurlyeq : ≼ (Precedes Or Equal To)"
},
"\\succcurlyeq": {
"prefix": "\\succcurlyeq",
"body": [
"",
],
"description": "\\succcurlyeq : ≽ (Succeeds Or Equal To)"
},
"\\precsim": {
"prefix": "\\precsim",
"body": [
"",
],
"description": "\\precsim : ≾ (Precedes Or Equivalent To)"
},
"\\nprecsim": {
"prefix": "\\nprecsim",
"body": [
"≾̸",
],
"description": "\\nprecsim : ≾̸ (Precedes Or Equivalent To + Combining Long Solidus Overlay / Non-Spacing Long
Slash Overlay)"
},
"\\succsim": {
"prefix": "\\succsim",
"body": [
"",
],
"description": "\\succsim : ≿ (Succeeds Or Equivalent To)"
},
"\\nsuccsim": {
"prefix": "\\nsuccsim",
"body": [
"≿̸",
],
"description": "\\nsuccsim : ≿̸ (Succeeds Or Equivalent To + Combining Long Solidus Overlay / Non-Spacing Long
Slash Overlay)"
},
"\\nprec": {
"prefix": "\\nprec",
"body": [
"",
],
"description": "\\nprec : ⊀ (Does Not Precede)"
},
"\\nsucc": {
"prefix": "\\nsucc",
"body": [
"",
],
"description": "\\nsucc : ⊁ (Does Not Succeed)"
},
"\\subset": {
"prefix": "\\subset",
"body": [
"",
],
"description": "\\subset : ⊂ (Subset Of)"
},
"\\supset": {
"prefix": "\\supset",
"body": [
"",
],
"description": "\\supset : ⊃ (Superset Of)"
},
"\\nsubset": {
"prefix": "\\nsubset",
"body": [
"",
],
"description": "\\nsubset : ⊄ (Not A Subset Of)"
},
"\\nsupset": {
"prefix": "\\nsupset",
"body": [
"",
],
"description": "\\nsupset : ⊅ (Not A Superset Of)"
},
"\\subseteq": {
"prefix": "\\subseteq",
"body": [
"",
],
"description": "\\subseteq : ⊆ (Subset Of Or Equal To)"
},
"\\supseteq": {
"prefix": "\\supseteq",
"body": [
"",
],
"description": "\\supseteq : ⊇ (Superset Of Or Equal To)"
},
"\\nsubseteq": {
"prefix": "\\nsubseteq",
"body": [
"",
],
"description": "\\nsubseteq : ⊈ (Neither A Subset Of Nor Equal To)"
},
"\\nsupseteq": {
"prefix": "\\nsupseteq",
"body": [
"",
],
"description": "\\nsupseteq : ⊉ (Neither A Superset Of Nor Equal To)"
},
"\\subsetneq": {
"prefix": "\\subsetneq",
"body": [
"",
],
"description": "\\subsetneq : ⊊ (Subset Of With Not Equal To / Subset Of Or Not Equal To)"
},
"\\varsubsetneqq": {
"prefix": "\\varsubsetneqq",
"body": [
"⊊︀",
],
"description": "\\varsubsetneqq : ⊊︀ (Subset Of With Not Equal To / Subset Of Or Not Equal To + Variation Selector-1
)"
},
"\\supsetneq": {
"prefix": "\\supsetneq",
"body": [
"",
],
"description": "\\supsetneq : ⊋ (Superset Of With Not Equal To / Superset Of Or Not Equal To)"
},
"\\varsupsetneq": {
"prefix": "\\varsupsetneq",
"body": [
"⊋︀",
],
"description": "\\varsupsetneq : ⊋︀ (Superset Of With Not Equal To / Superset Of Or Not Equal To + Variation
Selector-1)"
},
"\\cupdot": {
"prefix": "\\cupdot",
"body": [
"",
],
"description": "\\cupdot : ⊍ (Multiset Multiplication)"
},
"\\uplus": {
"prefix": "\\uplus",
"body": [
"",
],
"description": "\\uplus : ⊎ (Multiset Union)"
},
"\\sqsubset": {
"prefix": "\\sqsubset",
"body": [
"",
],
"description": "\\sqsubset : ⊏ (Square Image Of)"
},
"\\NotSquareSubset": {
"prefix": "\\NotSquareSubset",
"body": [
"⊏̸",
],
"description": "\\NotSquareSubset : ⊏̸ (Square Image Of + Combining Long Solidus Overlay / Non-Spacing Long Slash
Overlay)"
},
"\\sqsupset": {
"prefix": "\\sqsupset",
"body": [
"",
],
"description": "\\sqsupset : ⊐ (Square Original Of)"
},
"\\NotSquareSuperset": {
"prefix": "\\NotSquareSuperset",
"body": [
"⊐̸",
],
"description": "\\NotSquareSuperset : ⊐̸ (Square Original Of + Combining Long Solidus Overlay / Non-Spacing Long Slash
Overlay)"
},
"\\sqsubseteq": {
"prefix": "\\sqsubseteq",
"body": [
"",
],
"description": "\\sqsubseteq : ⊑ (Square Image Of Or Equal To)"
},
"\\sqsupseteq": {
"prefix": "\\sqsupseteq",
"body": [
"",
],
"description": "\\sqsupseteq : ⊒ (Square Original Of Or Equal To)"
},
"\\sqcap": {
"prefix": "\\sqcap",
"body": [
"",
],
"description": "\\sqcap : ⊓ (Square Cap)"
},
"\\sqcup": {
"prefix": "\\sqcup",
"body": [
"",
],
"description": "\\sqcup : ⊔ (Square Cup)"
},
"\\oplus": {
"prefix": "\\oplus",
"body": [
"",
],
"description": "\\oplus : ⊕ (Circled Plus)"
},
"\\ominus": {
"prefix": "\\ominus",
"body": [
"",
],
"description": "\\ominus : ⊖ (Circled Minus)"
},
"\\otimes": {
"prefix": "\\otimes",
"body": [
"",
],
"description": "\\otimes : ⊗ (Circled Times)"
},
"\\oslash": {
"prefix": "\\oslash",
"body": [
"",
],
"description": "\\oslash : ⊘ (Circled Division Slash)"
},
"\\odot": {
"prefix": "\\odot",
"body": [
"",
],
"description": "\\odot : ⊙ (Circled Dot Operator)"
},
"\\circledcirc": {
"prefix": "\\circledcirc",
"body": [
"",
],
"description": "\\circledcirc : ⊚ (Circled Ring Operator)"
},
"\\circledast": {
"prefix": "\\circledast",
"body": [
"",
],
"description": "\\circledast : ⊛ (Circled Asterisk Operator)"
},
"\\circledequal": {
"prefix": "\\circledequal",
"body": [
"",
],
"description": "\\circledequal : ⊜ (Circled Equals)"
},
"\\circleddash": {
"prefix": "\\circleddash",
"body": [
"",
],
"description": "\\circleddash : ⊝ (Circled Dash)"
},
"\\boxplus": {
"prefix": "\\boxplus",
"body": [
"",
],
"description": "\\boxplus : ⊞ (Squared Plus)"
},
"\\boxminus": {
"prefix": "\\boxminus",
"body": [
"",
],
"description": "\\boxminus : ⊟ (Squared Minus)"
},
"\\boxtimes": {
"prefix": "\\boxtimes",
"body": [
"",
],
"description": "\\boxtimes : ⊠ (Squared Times)"
},
"\\boxdot": {
"prefix": "\\boxdot",
"body": [
"",
],
"description": "\\boxdot : ⊡ (Squared Dot Operator)"
},
"\\vdash": {
"prefix": "\\vdash",
"body": [
"",
],
"description": "\\vdash : ⊢ (Right Tack)"
},
"\\dashv": {
"prefix": "\\dashv",
"body": [
"",
],
"description": "\\dashv : ⊣ (Left Tack)"
},
"\\top": {
"prefix": "\\top",
"body": [
"",
],
"description": "\\top : ⊤ (Down Tack)"
},
"\\bot": {
"prefix": "\\bot",
"body": [
"",
],
"description": "\\bot : ⊥ (Up Tack)"
},
"\\models": {
"prefix": "\\models",
"body": [
"",
],
"description": "\\models : ⊧ (Models)"
},
"\\vDash": {
"prefix": "\\vDash",
"body": [
"",
],
"description": "\\vDash : ⊨ (True)"
},
"\\Vdash": {
"prefix": "\\Vdash",
"body": [
"",
],
"description": "\\Vdash : ⊩ (Forces)"
},
"\\Vvdash": {
"prefix": "\\Vvdash",
"body": [
"",
],
"description": "\\Vvdash : ⊪ (Triple Vertical Bar Right Turnstile)"
},
"\\VDash": {
"prefix": "\\VDash",
"body": [
"",
],
"description": "\\VDash : ⊫ (Double Vertical Bar Double Right Turnstile)"
},
"\\nvdash": {
"prefix": "\\nvdash",
"body": [
"",
],
"description": "\\nvdash : ⊬ (Does Not Prove)"
},
"\\nvDash": {
"prefix": "\\nvDash",
"body": [
"",
],
"description": "\\nvDash : ⊭ (Not True)"
},
"\\nVdash": {
"prefix": "\\nVdash",
"body": [
"",
],
"description": "\\nVdash : ⊮ (Does Not Force)"
},
"\\nVDash": {
"prefix": "\\nVDash",
"body": [
"",
],
"description": "\\nVDash : ⊯ (Negated Double Vertical Bar Double Right Turnstile)"
},
"\\prurel": {
"prefix": "\\prurel",
"body": [
"",
],
"description": "\\prurel : ⊰ (Precedes Under Relation)"
},
"\\scurel": {
"prefix": "\\scurel",
"body": [
"",
],
"description": "\\scurel : ⊱ (Succeeds Under Relation)"
},
"\\vartriangleleft": {
"prefix": "\\vartriangleleft",
"body": [
"",
],
"description": "\\vartriangleleft : ⊲ (Normal Subgroup Of)"
},
"\\vartriangleright": {
"prefix": "\\vartriangleright",
"body": [
"",
],
"description": "\\vartriangleright : ⊳ (Contains As Normal Subgroup)"
},
"\\trianglelefteq": {
"prefix": "\\trianglelefteq",
"body": [
"",
],
"description": "\\trianglelefteq : ⊴ (Normal Subgroup Of Or Equal To)"
},
"\\trianglerighteq": {
"prefix": "\\trianglerighteq",
"body": [
"",
],
"description": "\\trianglerighteq : ⊵ (Contains As Normal Subgroup Or Equal To)"
},
"\\original": {
"prefix": "\\original",
"body": [
"",
],
"description": "\\original : ⊶ (Original Of)"
},
"\\image": {
"prefix": "\\image",
"body": [
"",
],
"description": "\\image : ⊷ (Image Of)"
},
"\\multimap": {
"prefix": "\\multimap",
"body": [
"",
],
"description": "\\multimap : ⊸ (Multimap)"
},
"\\hermitconjmatrix": {
"prefix": "\\hermitconjmatrix",
"body": [
"",
],
"description": "\\hermitconjmatrix : ⊹ (Hermitian Conjugate Matrix)"
},
"\\intercal": {
"prefix": "\\intercal",
"body": [
"",
],
"description": "\\intercal : ⊺ (Intercalate)"
},
"\\veebar, \\xor": {
"prefix": "\\veebar, \\xor",
"body": [
"",
],
"description": "\\veebar, \\xor : ⊻ (Xor)"
},
"\\barwedge": {
"prefix": "\\barwedge",
"body": [
"",
],
"description": "\\barwedge : ⊼ (Nand)"
},
"\\barvee": {
"prefix": "\\barvee",
"body": [
"",
],
"description": "\\barvee : ⊽ (Nor)"
},
"\\rightanglearc": {
"prefix": "\\rightanglearc",
"body": [
"",
],
"description": "\\rightanglearc : ⊾ (Right Angle With Arc)"
},
"\\varlrtriangle": {
"prefix": "\\varlrtriangle",
"body": [
"",
],
"description": "\\varlrtriangle : ⊿ (Right Triangle)"
},
"\\bigwedge": {
"prefix": "\\bigwedge",
"body": [
"",
],
"description": "\\bigwedge : ⋀ (N-Ary Logical And)"
},
"\\bigvee": {
"prefix": "\\bigvee",
"body": [
"",
],
"description": "\\bigvee : ⋁ (N-Ary Logical Or)"
},
"\\bigcap": {
"prefix": "\\bigcap",
"body": [
"",
],
"description": "\\bigcap : ⋂ (N-Ary Intersection)"
},
"\\bigcup": {
"prefix": "\\bigcup",
"body": [
"",
],
"description": "\\bigcup : ⋃ (N-Ary Union)"
},
"\\diamond": {
"prefix": "\\diamond",
"body": [
"",
],
"description": "\\diamond : ⋄ (Diamond Operator)"
},
"\\cdot": {
"prefix": "\\cdot",
"body": [
"",
],
"description": "\\cdot : ⋅ (Dot Operator)"
},
"\\star": {
"prefix": "\\star",
"body": [
"",
],
"description": "\\star : ⋆ (Star Operator)"
},
"\\divideontimes": {
"prefix": "\\divideontimes",
"body": [
"",
],
"description": "\\divideontimes : ⋇ (Division Times)"
},
"\\bowtie": {
"prefix": "\\bowtie",
"body": [
"",
],
"description": "\\bowtie : ⋈ (Bowtie)"
},
"\\ltimes": {
"prefix": "\\ltimes",
"body": [
"",
],
"description": "\\ltimes : ⋉ (Left Normal Factor Semidirect Product)"
},
"\\rtimes": {
"prefix": "\\rtimes",
"body": [
"",
],
"description": "\\rtimes : ⋊ (Right Normal Factor Semidirect Product)"
},
"\\leftthreetimes": {
"prefix": "\\leftthreetimes",
"body": [
"",
],
"description": "\\leftthreetimes : ⋋ (Left Semidirect Product)"
},
"\\rightthreetimes": {
"prefix": "\\rightthreetimes",
"body": [
"",
],
"description": "\\rightthreetimes : ⋌ (Right Semidirect Product)"
},
"\\backsimeq": {
"prefix": "\\backsimeq",
"body": [
"",
],
"description": "\\backsimeq : ⋍ (Reversed Tilde Equals)"
},
"\\curlyvee": {
"prefix": "\\curlyvee",
"body": [
"",
],
"description": "\\curlyvee : ⋎ (Curly Logical Or)"
},
"\\curlywedge": {
"prefix": "\\curlywedge",
"body": [
"",
],
"description": "\\curlywedge : ⋏ (Curly Logical And)"
},
"\\Subset": {
"prefix": "\\Subset",
"body": [
"",
],
"description": "\\Subset : ⋐ (Double Subset)"
},
"\\Supset": {
"prefix": "\\Supset",
"body": [
"",
],
"description": "\\Supset : ⋑ (Double Superset)"
},
"\\Cap": {
"prefix": "\\Cap",
"body": [
"",
],
"description": "\\Cap : ⋒ (Double Intersection)"
},
"\\Cup": {
"prefix": "\\Cup",
"body": [
"",
],
"description": "\\Cup : ⋓ (Double Union)"
},
"\\pitchfork": {
"prefix": "\\pitchfork",
"body": [
"",
],
"description": "\\pitchfork : ⋔ (Pitchfork)"
},
"\\equalparallel": {
"prefix": "\\equalparallel",
"body": [
"",
],
"description": "\\equalparallel : ⋕ (Equal And Parallel To)"
},
"\\lessdot": {
"prefix": "\\lessdot",
"body": [
"",
],
"description": "\\lessdot : ⋖ (Less-Than With Dot / Less Than With Dot)"
},
"\\gtrdot": {
"prefix": "\\gtrdot",
"body": [
"",
],
"description": "\\gtrdot : ⋗ (Greater-Than With Dot / Greater Than With Dot)"
},
"\\verymuchless": {
"prefix": "\\verymuchless",
"body": [
"",
],
"description": "\\verymuchless : ⋘ (Very Much Less-Than / Very Much Less Than)"
},
"\\ggg": {
"prefix": "\\ggg",
"body": [
"",
],
"description": "\\ggg : ⋙ (Very Much Greater-Than / Very Much Greater Than)"
},
"\\lesseqgtr": {
"prefix": "\\lesseqgtr",
"body": [
"",
],
"description": "\\lesseqgtr : ⋚ (Less-Than Equal To Or Greater-Than / Less Than Equal To Or Greater Than)"
},
"\\gtreqless": {
"prefix": "\\gtreqless",
"body": [
"",
],
"description": "\\gtreqless : ⋛ (Greater-Than Equal To Or Less-Than / Greater Than Equal To Or Less Than)"
},
"\\eqless": {
"prefix": "\\eqless",
"body": [
"",
],
"description": "\\eqless : ⋜ (Equal To Or Less-Than / Equal To Or Less Than)"
},
"\\eqgtr": {
"prefix": "\\eqgtr",
"body": [
"",
],
"description": "\\eqgtr : ⋝ (Equal To Or Greater-Than / Equal To Or Greater Than)"
},
"\\curlyeqprec": {
"prefix": "\\curlyeqprec",
"body": [
"",
],
"description": "\\curlyeqprec : ⋞ (Equal To Or Precedes)"
},
"\\curlyeqsucc": {
"prefix": "\\curlyeqsucc",
"body": [
"",
],
"description": "\\curlyeqsucc : ⋟ (Equal To Or Succeeds)"
},
"\\npreccurlyeq": {
"prefix": "\\npreccurlyeq",
"body": [
"",
],
"description": "\\npreccurlyeq : ⋠ (Does Not Precede Or Equal)"
},
"\\nsucccurlyeq": {
"prefix": "\\nsucccurlyeq",
"body": [
"",
],
"description": "\\nsucccurlyeq : ⋡ (Does Not Succeed Or Equal)"
},
"\\nsqsubseteq": {
"prefix": "\\nsqsubseteq",
"body": [
"",
],
"description": "\\nsqsubseteq : ⋢ (Not Square Image Of Or Equal To)"
},
"\\nsqsupseteq": {
"prefix": "\\nsqsupseteq",
"body": [
"",
],
"description": "\\nsqsupseteq : ⋣ (Not Square Original Of Or Equal To)"
},
"\\sqsubsetneq": {
"prefix": "\\sqsubsetneq",
"body": [
"",
],
"description": "\\sqsubsetneq : ⋤ (Square Image Of Or Not Equal To)"
},
"\\sqspne": {
"prefix": "\\sqspne",
"body": [
"",
],
"description": "\\sqspne : ⋥ (Square Original Of Or Not Equal To)"
},
"\\lnsim": {
"prefix": "\\lnsim",
"body": [
"",
],
"description": "\\lnsim : ⋦ (Less-Than But Not Equivalent To / Less Than But Not Equivalent To)"
},
"\\gnsim": {
"prefix": "\\gnsim",
"body": [
"",
],
"description": "\\gnsim : ⋧ (Greater-Than But Not Equivalent To / Greater Than But Not Equivalent To)"
},
"\\precnsim": {
"prefix": "\\precnsim",
"body": [
"",
],
"description": "\\precnsim : ⋨ (Precedes But Not Equivalent To)"
},
"\\succnsim": {
"prefix": "\\succnsim",
"body": [
"",
],
"description": "\\succnsim : ⋩ (Succeeds But Not Equivalent To)"
},
"\\ntriangleleft": {
"prefix": "\\ntriangleleft",
"body": [
"",
],
"description": "\\ntriangleleft : ⋪ (Not Normal Subgroup Of)"
},
"\\ntriangleright": {
"prefix": "\\ntriangleright",
"body": [
"",
],
"description": "\\ntriangleright : ⋫ (Does Not Contain As Normal Subgroup)"
},
"\\ntrianglelefteq": {
"prefix": "\\ntrianglelefteq",
"body": [
"",
],
"description": "\\ntrianglelefteq : ⋬ (Not Normal Subgroup Of Or Equal To)"
},
"\\ntrianglerighteq": {
"prefix": "\\ntrianglerighteq",
"body": [
"",
],
"description": "\\ntrianglerighteq : ⋭ (Does Not Contain As Normal Subgroup Or Equal)"
},
"\\vdots": {
"prefix": "\\vdots",
"body": [
"",
],
"description": "\\vdots : ⋮ (Vertical Ellipsis)"
},
"\\cdots": {
"prefix": "\\cdots",
"body": [
"",
],
"description": "\\cdots : ⋯ (Midline Horizontal Ellipsis)"
},
"\\adots": {
"prefix": "\\adots",
"body": [
"",
],
"description": "\\adots : ⋰ (Up Right Diagonal Ellipsis)"
},
"\\ddots": {
"prefix": "\\ddots",
"body": [
"",
],
"description": "\\ddots : ⋱ (Down Right Diagonal Ellipsis)"
},
"\\disin": {
"prefix": "\\disin",
"body": [
"",
],
"description": "\\disin : ⋲ (Element Of With Long Horizontal Stroke)"
},
"\\varisins": {
"prefix": "\\varisins",
"body": [
"",
],
"description": "\\varisins : ⋳ (Element Of With Vertical Bar At End Of Horizontal Stroke)"
},
"\\isins": {
"prefix": "\\isins",
"body": [
"",
],
"description": "\\isins : ⋴ (Small Element Of With Vertical Bar At End Of Horizontal Stroke)"
},
"\\isindot": {
"prefix": "\\isindot",
"body": [
"",
],
"description": "\\isindot : ⋵ (Element Of With Dot Above)"
},
"\\varisinobar": {
"prefix": "\\varisinobar",
"body": [
"",
],
"description": "\\varisinobar : ⋶ (Element Of With Overbar)"
},
"\\isinobar": {
"prefix": "\\isinobar",
"body": [
"",
],
"description": "\\isinobar : ⋷ (Small Element Of With Overbar)"
},
"\\isinvb": {
"prefix": "\\isinvb",
"body": [
"",
],
"description": "\\isinvb : ⋸ (Element Of With Underbar)"
},
"\\isinE": {
"prefix": "\\isinE",
"body": [
"",
],
"description": "\\isinE : ⋹ (Element Of With Two Horizontal Strokes)"
},
"\\nisd": {
"prefix": "\\nisd",
"body": [
"",
],
"description": "\\nisd : ⋺ (Contains With Long Horizontal Stroke)"
},
"\\varnis": {
"prefix": "\\varnis",
"body": [
"",
],
"description": "\\varnis : ⋻ (Contains With Vertical Bar At End Of Horizontal Stroke)"
},
"\\nis": {
"prefix": "\\nis",
"body": [
"",
],
"description": "\\nis : ⋼ (Small Contains With Vertical Bar At End Of Horizontal Stroke)"
},
"\\varniobar": {
"prefix": "\\varniobar",
"body": [
"",
],
"description": "\\varniobar : ⋽ (Contains With Overbar)"
},
"\\niobar": {
"prefix": "\\niobar",
"body": [
"",
],
"description": "\\niobar : ⋾ (Small Contains With Overbar)"
},
"\\bagmember": {
"prefix": "\\bagmember",
"body": [
"",
],
"description": "\\bagmember : ⋿ (Z Notation Bag Membership)"
},
"\\diameter": {
"prefix": "\\diameter",
"body": [
"",
],
"description": "\\diameter : ⌀ (Diameter Sign)"
},
"\\house": {
"prefix": "\\house",
"body": [
"",
],
"description": "\\house : ⌂ (House)"
},
"\\varbarwedge": {
"prefix": "\\varbarwedge",
"body": [
"",
],
"description": "\\varbarwedge : ⌅ (Projective)"
},
"\\vardoublebarwedge": {
"prefix": "\\vardoublebarwedge",
"body": [
"",
],
"description": "\\vardoublebarwedge : ⌆ (Perspective)"
},
"\\lceil": {
"prefix": "\\lceil",
"body": [
"",
],
"description": "\\lceil : ⌈ (Left Ceiling)"
},
"\\rceil": {
"prefix": "\\rceil",
"body": [
"",
],
"description": "\\rceil : ⌉ (Right Ceiling)"
},
"\\lfloor": {
"prefix": "\\lfloor",
"body": [
"",
],
"description": "\\lfloor : ⌊ (Left Floor)"
},
"\\rfloor": {
"prefix": "\\rfloor",
"body": [
"",
],
"description": "\\rfloor : ⌋ (Right Floor)"
},
"\\invnot": {
"prefix": "\\invnot",
"body": [
"",
],
"description": "\\invnot : ⌐ (Reversed Not Sign)"
},
"\\sqlozenge": {
"prefix": "\\sqlozenge",
"body": [
"",
],
"description": "\\sqlozenge : ⌑ (Square Lozenge)"
},
"\\profline": {
"prefix": "\\profline",
"body": [
"",
],
"description": "\\profline : ⌒ (Arc)"
},
"\\profsurf": {
"prefix": "\\profsurf",
"body": [
"",
],
"description": "\\profsurf : ⌓ (Segment)"
},
"\\recorder": {
"prefix": "\\recorder",
"body": [
"",
],
"description": "\\recorder : ⌕ (Telephone Recorder)"
},
"\\viewdata": {
"prefix": "\\viewdata",
"body": [
"",
],
"description": "\\viewdata : ⌗ (Viewdata Square)"
},
"\\turnednot": {
"prefix": "\\turnednot",
"body": [
"",
],
"description": "\\turnednot : ⌙ (Turned Not Sign)"
},
"\\:watch:": {
"prefix": "\\:watch:",
"body": [
"",
],
"description": "\\:watch: : ⌚ (Watch)"
},
"\\:hourglass:": {
"prefix": "\\:hourglass:",
"body": [
"",
],
"description": "\\:hourglass: : ⌛ (Hourglass)"
},
"\\ulcorner": {
"prefix": "\\ulcorner",
"body": [
"",
],
"description": "\\ulcorner : ⌜ (Top Left Corner)"
},
"\\urcorner": {
"prefix": "\\urcorner",
"body": [
"",
],
"description": "\\urcorner : ⌝ (Top Right Corner)"
},
"\\llcorner": {
"prefix": "\\llcorner",
"body": [
"",
],
"description": "\\llcorner : ⌞ (Bottom Left Corner)"
},
"\\lrcorner": {
"prefix": "\\lrcorner",
"body": [
"",
],
"description": "\\lrcorner : ⌟ (Bottom Right Corner)"
},
"\\frown": {
"prefix": "\\frown",
"body": [
"",
],
"description": "\\frown : ⌢ (Frown)"
},
"\\smile": {
"prefix": "\\smile",
"body": [
"",
],
"description": "\\smile : ⌣ (Smile)"
},
"\\varhexagonlrbonds": {
"prefix": "\\varhexagonlrbonds",
"body": [
"",
],
"description": "\\varhexagonlrbonds : ⌬ (Benzene Ring)"
},
"\\conictaper": {
"prefix": "\\conictaper",
"body": [
"",
],
"description": "\\conictaper : ⌲ (Conical Taper)"
},
"\\topbot": {
"prefix": "\\topbot",
"body": [
"",
],
"description": "\\topbot : ⌶ (Apl Functional Symbol I-Beam)"
},
"\\obar": {
"prefix": "\\obar",
"body": [
"",
],
"description": "\\obar : ⌽ (Apl Functional Symbol Circle Stile)"
},
"\\notslash": {
"prefix": "\\notslash",
"body": [
"",
],
"description": "\\notslash : ⌿ (Apl Functional Symbol Slash Bar)"
},
"\\notbackslash": {
"prefix": "\\notbackslash",
"body": [
"",
],
"description": "\\notbackslash : ⍀ (Apl Functional Symbol Backslash Bar)"
},
"\\boxupcaret": {
"prefix": "\\boxupcaret",
"body": [
"",
],
"description": "\\boxupcaret : ⍓ (Apl Functional Symbol Quad Up Caret)"
},
"\\boxquestion": {
"prefix": "\\boxquestion",
"body": [
"",
],
"description": "\\boxquestion : ⍰ (Apl Functional Symbol Quad Question)"
},
"\\hexagon": {
"prefix": "\\hexagon",
"body": [
"",
],
"description": "\\hexagon : ⎔ (Software-Function Symbol)"
},
"\\dlcorn": {
"prefix": "\\dlcorn",
"body": [
"",
],
"description": "\\dlcorn : ⎣ (Left Square Bracket Lower Corner)"
},
"\\lmoustache": {
"prefix": "\\lmoustache",
"body": [
"",
],
"description": "\\lmoustache : ⎰ (Upper Left Or Lower Right Curly Bracket Section)"
},
"\\rmoustache": {
"prefix": "\\rmoustache",
"body": [
"",
],
"description": "\\rmoustache : ⎱ (Upper Right Or Lower Left Curly Bracket Section)"
},
"\\overbracket": {
"prefix": "\\overbracket",
"body": [
"",
],
"description": "\\overbracket : ⎴ (Top Square Bracket)"
},
"\\underbracket": {
"prefix": "\\underbracket",
"body": [
"",
],
"description": "\\underbracket : ⎵ (Bottom Square Bracket)"
},
"\\bbrktbrk": {
"prefix": "\\bbrktbrk",
"body": [
"",
],
"description": "\\bbrktbrk : ⎶ (Bottom Square Bracket Over Top Square Bracket)"
},
"\\sqrtbottom": {
"prefix": "\\sqrtbottom",
"body": [
"",
],
"description": "\\sqrtbottom : ⎷ (Radical Symbol Bottom)"
},
"\\lvboxline": {
"prefix": "\\lvboxline",
"body": [
"",
],
"description": "\\lvboxline : ⎸ (Left Vertical Box Line)"
},
"\\rvboxline": {
"prefix": "\\rvboxline",
"body": [
"",
],
"description": "\\rvboxline : ⎹ (Right Vertical Box Line)"
},
"\\varcarriagereturn": {
"prefix": "\\varcarriagereturn",
"body": [
"",
],
"description": "\\varcarriagereturn : ⏎ (Return Symbol)"
},
"\\overbrace": {
"prefix": "\\overbrace",
"body": [
"",
],
"description": "\\overbrace : ⏞ (Top Curly Bracket)"
},
"\\underbrace": {
"prefix": "\\underbrace",
"body": [
"",
],
"description": "\\underbrace : ⏟ (Bottom Curly Bracket)"
},
"\\trapezium": {
"prefix": "\\trapezium",
"body": [
"",
],
"description": "\\trapezium : ⏢ (White Trapezium)"
},
"\\benzenr": {
"prefix": "\\benzenr",
"body": [
"",
],
"description": "\\benzenr : ⏣ (Benzene Ring With Circle)"
},
"\\strns": {
"prefix": "\\strns",
"body": [
"",
],
"description": "\\strns : ⏤ (Straightness)"
},
"\\fltns": {
"prefix": "\\fltns",
"body": [
"",
],
"description": "\\fltns : ⏥ (Flatness)"
},
"\\accurrent": {
"prefix": "\\accurrent",
"body": [
"",
],
"description": "\\accurrent : ⏦ (Ac Current)"
},
"\\elinters": {
"prefix": "\\elinters",
"body": [
"",
],
"description": "\\elinters : ⏧ (Electrical Intersection)"
},
"\\:fast_forward:": {
"prefix": "\\:fast_forward:",
"body": [
"",
],
"description": "\\:fast_forward: : ⏩ (Black Right-Pointing Double Triangle)"
},
"\\:rewind:": {
"prefix": "\\:rewind:",
"body": [
"",
],
"description": "\\:rewind: : ⏪ (Black Left-Pointing Double Triangle)"
},
"\\:arrow_double_up:": {
"prefix": "\\:arrow_double_up:",
"body": [
"",
],
"description": "\\:arrow_double_up: : ⏫ (Black Up-Pointing Double Triangle)"
},
"\\:arrow_double_down:": {
"prefix": "\\:arrow_double_down:",
"body": [
"",
],
"description": "\\:arrow_double_down: : ⏬ (Black Down-Pointing Double Triangle)"
},
"\\:alarm_clock:": {
"prefix": "\\:alarm_clock:",
"body": [
"",
],
"description": "\\:alarm_clock: : ⏰ (Alarm Clock)"
},
"\\:hourglass_flowing_sand:": {
"prefix": "\\:hourglass_flowing_sand:",
"body": [
"",
],
"description": "\\:hourglass_flowing_sand: : ⏳ (Hourglass With Flowing Sand)"
},
"\\blanksymbol": {
"prefix": "\\blanksymbol",
"body": [
"",
],
"description": "\\blanksymbol : ␢ (Blank Symbol / Blank)"
},
"\\visiblespace": {
"prefix": "\\visiblespace",
"body": [
"",
],
"description": "\\visiblespace : ␣ (Open Box)"
},
"\\:m:": {
"prefix": "\\:m:",
"body": [
"",
],
"description": "\\:m: : Ⓜ (Circled Latin Capital Letter M)"
},
"\\circledS": {
"prefix": "\\circledS",
"body": [
"",
],
"description": "\\circledS : Ⓢ (Circled Latin Capital Letter S)"
},
"\\dshfnc": {
"prefix": "\\dshfnc",
"body": [
"",
],
"description": "\\dshfnc : ┆ (Box Drawings Light Triple Dash Vertical / Forms Light Triple Dash Vertical)"
},
"\\sqfnw": {
"prefix": "\\sqfnw",
"body": [
"",
],
"description": "\\sqfnw : ┙ (Box Drawings Up Light And Left Heavy / Forms Up Light And Left Heavy)"
},
"\\diagup": {
"prefix": "\\diagup",
"body": [
"",
],
"description": "\\diagup : ╱ (Box Drawings Light Diagonal Upper Right To Lower Left / Forms Light Diagonal
Upper Right To Lower Left)"
},
"\\diagdown": {
"prefix": "\\diagdown",
"body": [
"",
],
"description": "\\diagdown : ╲ (Box Drawings Light Diagonal Upper Left To Lower Right / Forms Light Diagonal
Upper Left To Lower Right)"
},
"\\blockuphalf": {
"prefix": "\\blockuphalf",
"body": [
"",
],
"description": "\\blockuphalf : ▀ (Upper Half Block)"
},
"\\blocklowhalf": {
"prefix": "\\blocklowhalf",
"body": [
"",
],
"description": "\\blocklowhalf : ▄ (Lower Half Block)"
},
"\\blockfull": {
"prefix": "\\blockfull",
"body": [
"",
],
"description": "\\blockfull : █ (Full Block)"
},
"\\blocklefthalf": {
"prefix": "\\blocklefthalf",
"body": [
"",
],
"description": "\\blocklefthalf : ▌ (Left Half Block)"
},
"\\blockrighthalf": {
"prefix": "\\blockrighthalf",
"body": [
"",
],
"description": "\\blockrighthalf : ▐ (Right Half Block)"
},
"\\blockqtrshaded": {
"prefix": "\\blockqtrshaded",
"body": [
"",
],
"description": "\\blockqtrshaded : ░ (Light Shade)"
},
"\\blockhalfshaded": {
"prefix": "\\blockhalfshaded",
"body": [
"",
],
"description": "\\blockhalfshaded : ▒ (Medium Shade)"
},
"\\blockthreeqtrshaded": {
"prefix": "\\blockthreeqtrshaded",
"body": [
"",
],
"description": "\\blockthreeqtrshaded : ▓ (Dark Shade)"
},
"\\blacksquare": {
"prefix": "\\blacksquare",
"body": [
"",
],
"description": "\\blacksquare : ■ (Black Square)"
},
"\\square": {
"prefix": "\\square",
"body": [
"",
],
"description": "\\square : □ (White Square)"
},
"\\squoval": {
"prefix": "\\squoval",
"body": [
"",
],
"description": "\\squoval : ▢ (White Square With Rounded Corners)"
},
"\\blackinwhitesquare": {
"prefix": "\\blackinwhitesquare",
"body": [
"",
],
"description": "\\blackinwhitesquare : ▣ (White Square Containing Black Small Square)"
},
"\\squarehfill": {
"prefix": "\\squarehfill",
"body": [
"",
],
"description": "\\squarehfill : ▤ (Square With Horizontal Fill)"
},
"\\squarevfill": {
"prefix": "\\squarevfill",
"body": [
"",
],
"description": "\\squarevfill : ▥ (Square With Vertical Fill)"
},
"\\squarehvfill": {
"prefix": "\\squarehvfill",
"body": [
"",
],
"description": "\\squarehvfill : ▦ (Square With Orthogonal Crosshatch Fill)"
},
"\\squarenwsefill": {
"prefix": "\\squarenwsefill",
"body": [
"",
],
"description": "\\squarenwsefill : ▧ (Square With Upper Left To Lower Right Fill)"
},
"\\squareneswfill": {
"prefix": "\\squareneswfill",
"body": [
"",
],
"description": "\\squareneswfill : ▨ (Square With Upper Right To Lower Left Fill)"
},
"\\squarecrossfill": {
"prefix": "\\squarecrossfill",
"body": [
"",
],
"description": "\\squarecrossfill : ▩ (Square With Diagonal Crosshatch Fill)"
},
"\\smblksquare, \\:black_small_square:": {
"prefix": "\\smblksquare, \\:black_small_square:",
"body": [
"",
],
"description": "\\smblksquare, \\:black_small_square: : ▪ (Black Small Square)"
},
"\\smwhtsquare, \\:white_small_square:": {
"prefix": "\\smwhtsquare, \\:white_small_square:",
"body": [
"",
],
"description": "\\smwhtsquare, \\:white_small_square: : ▫ (White Small Square)"
},
"\\hrectangleblack": {
"prefix": "\\hrectangleblack",
"body": [
"",
],
"description": "\\hrectangleblack : ▬ (Black Rectangle)"
},
"\\hrectangle": {
"prefix": "\\hrectangle",
"body": [
"",
],
"description": "\\hrectangle : ▭ (White Rectangle)"
},
"\\vrectangleblack": {
"prefix": "\\vrectangleblack",
"body": [
"",
],
"description": "\\vrectangleblack : ▮ (Black Vertical Rectangle)"
},
"\\vrecto": {
"prefix": "\\vrecto",
"body": [
"",
],
"description": "\\vrecto : ▯ (White Vertical Rectangle)"
},
"\\parallelogramblack": {
"prefix": "\\parallelogramblack",
"body": [
"",
],
"description": "\\parallelogramblack : ▰ (Black Parallelogram)"
},
"\\parallelogram": {
"prefix": "\\parallelogram",
"body": [
"",
],
"description": "\\parallelogram : ▱ (White Parallelogram)"
},
"\\bigblacktriangleup": {
"prefix": "\\bigblacktriangleup",
"body": [
"",
],
"description": "\\bigblacktriangleup : ▲ (Black Up-Pointing Triangle / Black Up Pointing Triangle)"
},
"\\bigtriangleup": {
"prefix": "\\bigtriangleup",
"body": [
"",
],
"description": "\\bigtriangleup : △ (White Up-Pointing Triangle / White Up Pointing Triangle)"
},
"\\blacktriangle": {
"prefix": "\\blacktriangle",
"body": [
"",
],
"description": "\\blacktriangle : ▴ (Black Up-Pointing Small Triangle / Black Up Pointing Small Triangle)"
},
"\\vartriangle": {
"prefix": "\\vartriangle",
"body": [
"",
],
"description": "\\vartriangle : ▵ (White Up-Pointing Small Triangle / White Up Pointing Small Triangle)"
},
"\\blacktriangleright, \\:arrow_forward:": {
"prefix": "\\blacktriangleright, \\:arrow_forward:",
"body": [
"",
],
"description": "\\blacktriangleright, \\:arrow_forward: : ▶ (Black Right-Pointing Triangle / Black Right Pointing Triangle)"
},
"\\triangleright": {
"prefix": "\\triangleright",
"body": [
"",
],
"description": "\\triangleright : ▷ (White Right-Pointing Triangle / White Right Pointing Triangle)"
},
"\\smallblacktriangleright": {
"prefix": "\\smallblacktriangleright",
"body": [
"",
],
"description": "\\smallblacktriangleright : ▸ (Black Right-Pointing Small Triangle / Black Right Pointing Small Triangle)"
},
"\\smalltriangleright": {
"prefix": "\\smalltriangleright",
"body": [
"",
],
"description": "\\smalltriangleright : ▹ (White Right-Pointing Small Triangle / White Right Pointing Small Triangle)"
},
"\\blackpointerright": {
"prefix": "\\blackpointerright",
"body": [
"",
],
"description": "\\blackpointerright : ► (Black Right-Pointing Pointer / Black Right Pointing Pointer)"
},
"\\whitepointerright": {
"prefix": "\\whitepointerright",
"body": [
"",
],
"description": "\\whitepointerright : ▻ (White Right-Pointing Pointer / White Right Pointing Pointer)"
},
"\\bigblacktriangledown": {
"prefix": "\\bigblacktriangledown",
"body": [
"",
],
"description": "\\bigblacktriangledown : ▼ (Black Down-Pointing Triangle / Black Down Pointing Triangle)"
},
"\\bigtriangledown": {
"prefix": "\\bigtriangledown",
"body": [
"",
],
"description": "\\bigtriangledown : ▽ (White Down-Pointing Triangle / White Down Pointing Triangle)"
},
"\\blacktriangledown": {
"prefix": "\\blacktriangledown",
"body": [
"",
],
"description": "\\blacktriangledown : ▾ (Black Down-Pointing Small Triangle / Black Down Pointing Small Triangle)"
},
"\\triangledown": {
"prefix": "\\triangledown",
"body": [
"",
],
"description": "\\triangledown : ▿ (White Down-Pointing Small Triangle / White Down Pointing Small Triangle)"
},
"\\blacktriangleleft, \\:arrow_backward:": {
"prefix": "\\blacktriangleleft, \\:arrow_backward:",
"body": [
"",
],
"description": "\\blacktriangleleft, \\:arrow_backward: : ◀ (Black Left-Pointing Triangle / Black Left Pointing Triangle)"
},
"\\triangleleft": {
"prefix": "\\triangleleft",
"body": [
"",
],
"description": "\\triangleleft : ◁ (White Left-Pointing Triangle / White Left Pointing Triangle)"
},
"\\smallblacktriangleleft": {
"prefix": "\\smallblacktriangleleft",
"body": [
"",
],
"description": "\\smallblacktriangleleft : ◂ (Black Left-Pointing Small Triangle / Black Left Pointing Small Triangle)"
},
"\\smalltriangleleft": {
"prefix": "\\smalltriangleleft",
"body": [
"",
],
"description": "\\smalltriangleleft : ◃ (White Left-Pointing Small Triangle / White Left Pointing Small Triangle)"
},
"\\blackpointerleft": {
"prefix": "\\blackpointerleft",
"body": [
"",
],
"description": "\\blackpointerleft : ◄ (Black Left-Pointing Pointer / Black Left Pointing Pointer)"
},
"\\whitepointerleft": {
"prefix": "\\whitepointerleft",
"body": [
"",
],
"description": "\\whitepointerleft : ◅ (White Left-Pointing Pointer / White Left Pointing Pointer)"
},
"\\mdlgblkdiamond": {
"prefix": "\\mdlgblkdiamond",
"body": [
"",
],
"description": "\\mdlgblkdiamond : ◆ (Black Diamond)"
},
"\\mdlgwhtdiamond": {
"prefix": "\\mdlgwhtdiamond",
"body": [
"",
],
"description": "\\mdlgwhtdiamond : ◇ (White Diamond)"
},
"\\blackinwhitediamond": {
"prefix": "\\blackinwhitediamond",
"body": [
"",
],
"description": "\\blackinwhitediamond : ◈ (White Diamond Containing Black Small Diamond)"
},
"\\fisheye": {
"prefix": "\\fisheye",
"body": [
"",
],
"description": "\\fisheye : ◉ (Fisheye)"
},
"\\lozenge": {
"prefix": "\\lozenge",
"body": [
"",
],
"description": "\\lozenge : ◊ (Lozenge)"
},
"\\bigcirc": {
"prefix": "\\bigcirc",
"body": [
"",
],
"description": "\\bigcirc : ○ (White Circle)"
},
"\\dottedcircle": {
"prefix": "\\dottedcircle",
"body": [
"",
],
"description": "\\dottedcircle : ◌ (Dotted Circle)"
},
"\\circlevertfill": {
"prefix": "\\circlevertfill",
"body": [
"",
],
"description": "\\circlevertfill : ◍ (Circle With Vertical Fill)"
},
"\\bullseye": {
"prefix": "\\bullseye",
"body": [
"",
],
"description": "\\bullseye : ◎ (Bullseye)"
},
"\\mdlgblkcircle": {
"prefix": "\\mdlgblkcircle",
"body": [
"",
],
"description": "\\mdlgblkcircle : ● (Black Circle)"
},
"\\cirfl": {
"prefix": "\\cirfl",
"body": [
"",
],
"description": "\\cirfl : ◐ (Circle With Left Half Black)"
},
"\\cirfr": {
"prefix": "\\cirfr",
"body": [
"",
],
"description": "\\cirfr : ◑ (Circle With Right Half Black)"
},
"\\cirfb": {
"prefix": "\\cirfb",
"body": [
"",
],
"description": "\\cirfb : ◒ (Circle With Lower Half Black)"
},
"\\circletophalfblack": {
"prefix": "\\circletophalfblack",
"body": [
"",
],
"description": "\\circletophalfblack : ◓ (Circle With Upper Half Black)"
},
"\\circleurquadblack": {
"prefix": "\\circleurquadblack",
"body": [
"",
],
"description": "\\circleurquadblack : ◔ (Circle With Upper Right Quadrant Black)"
},
"\\blackcircleulquadwhite": {
"prefix": "\\blackcircleulquadwhite",
"body": [
"",
],
"description": "\\blackcircleulquadwhite : ◕ (Circle With All But Upper Left Quadrant Black)"
},
"\\blacklefthalfcircle": {
"prefix": "\\blacklefthalfcircle",
"body": [
"",
],
"description": "\\blacklefthalfcircle : ◖ (Left Half Black Circle)"
},
"\\blackrighthalfcircle": {
"prefix": "\\blackrighthalfcircle",
"body": [
"",
],
"description": "\\blackrighthalfcircle : ◗ (Right Half Black Circle)"
},
"\\rvbull": {
"prefix": "\\rvbull",
"body": [
"",
],
"description": "\\rvbull : ◘ (Inverse Bullet)"
},
"\\inversewhitecircle": {
"prefix": "\\inversewhitecircle",
"body": [
"",
],
"description": "\\inversewhitecircle : ◙ (Inverse White Circle)"
},
"\\invwhiteupperhalfcircle": {
"prefix": "\\invwhiteupperhalfcircle",
"body": [
"",
],
"description": "\\invwhiteupperhalfcircle : ◚ (Upper Half Inverse White Circle)"
},
"\\invwhitelowerhalfcircle": {
"prefix": "\\invwhitelowerhalfcircle",
"body": [
"",
],
"description": "\\invwhitelowerhalfcircle : ◛ (Lower Half Inverse White Circle)"
},
"\\ularc": {
"prefix": "\\ularc",
"body": [
"",
],
"description": "\\ularc : ◜ (Upper Left Quadrant Circular Arc)"
},
"\\urarc": {
"prefix": "\\urarc",
"body": [
"",
],
"description": "\\urarc : ◝ (Upper Right Quadrant Circular Arc)"
},
"\\lrarc": {
"prefix": "\\lrarc",
"body": [
"",
],
"description": "\\lrarc : ◞ (Lower Right Quadrant Circular Arc)"
},
"\\llarc": {
"prefix": "\\llarc",
"body": [
"",
],
"description": "\\llarc : ◟ (Lower Left Quadrant Circular Arc)"
},
"\\topsemicircle": {
"prefix": "\\topsemicircle",
"body": [
"",
],
"description": "\\topsemicircle : ◠ (Upper Half Circle)"
},
"\\botsemicircle": {
"prefix": "\\botsemicircle",
"body": [
"",
],
"description": "\\botsemicircle : ◡ (Lower Half Circle)"
},
"\\lrblacktriangle": {
"prefix": "\\lrblacktriangle",
"body": [
"",
],
"description": "\\lrblacktriangle : ◢ (Black Lower Right Triangle)"
},
"\\llblacktriangle": {
"prefix": "\\llblacktriangle",
"body": [
"",
],
"description": "\\llblacktriangle : ◣ (Black Lower Left Triangle)"
},
"\\ulblacktriangle": {
"prefix": "\\ulblacktriangle",
"body": [
"",
],
"description": "\\ulblacktriangle : ◤ (Black Upper Left Triangle)"
},
"\\urblacktriangle": {
"prefix": "\\urblacktriangle",
"body": [
"",
],
"description": "\\urblacktriangle : ◥ (Black Upper Right Triangle)"
},
"\\smwhtcircle": {
"prefix": "\\smwhtcircle",
"body": [
"",
],
"description": "\\smwhtcircle : ◦ (White Bullet)"
},
"\\sqfl": {
"prefix": "\\sqfl",
"body": [
"",
],
"description": "\\sqfl : ◧ (Square With Left Half Black)"
},
"\\sqfr": {
"prefix": "\\sqfr",
"body": [
"",
],
"description": "\\sqfr : ◨ (Square With Right Half Black)"
},
"\\squareulblack": {
"prefix": "\\squareulblack",
"body": [
"",
],
"description": "\\squareulblack : ◩ (Square With Upper Left Diagonal Half Black)"
},
"\\sqfse": {
"prefix": "\\sqfse",
"body": [
"",
],
"description": "\\sqfse : ◪ (Square With Lower Right Diagonal Half Black)"
},
"\\boxbar": {
"prefix": "\\boxbar",
"body": [
"",
],
"description": "\\boxbar : ◫ (White Square With Vertical Bisecting Line)"
},
"\\trianglecdot": {
"prefix": "\\trianglecdot",
"body": [
"",
],
"description": "\\trianglecdot : ◬ (White Up-Pointing Triangle With Dot / White Up Pointing Triangle With Dot)"
},
"\\triangleleftblack": {
"prefix": "\\triangleleftblack",
"body": [
"",
],
"description": "\\triangleleftblack : ◭ (Up-Pointing Triangle With Left Half Black / Up Pointing Triangle With Left Half
Black)"
},
"\\trianglerightblack": {
"prefix": "\\trianglerightblack",
"body": [
"",
],
"description": "\\trianglerightblack : ◮ (Up-Pointing Triangle With Right Half Black / Up Pointing Triangle With Right
Half Black)"
},
"\\lgwhtcircle": {
"prefix": "\\lgwhtcircle",
"body": [
"",
],
"description": "\\lgwhtcircle : ◯ (Large Circle)"
},
"\\squareulquad": {
"prefix": "\\squareulquad",
"body": [
"",
],
"description": "\\squareulquad : ◰ (White Square With Upper Left Quadrant)"
},
"\\squarellquad": {
"prefix": "\\squarellquad",
"body": [
"",
],
"description": "\\squarellquad : ◱ (White Square With Lower Left Quadrant)"
},
"\\squarelrquad": {
"prefix": "\\squarelrquad",
"body": [
"",
],
"description": "\\squarelrquad : ◲ (White Square With Lower Right Quadrant)"
},
"\\squareurquad": {
"prefix": "\\squareurquad",
"body": [
"",
],
"description": "\\squareurquad : ◳ (White Square With Upper Right Quadrant)"
},
"\\circleulquad": {
"prefix": "\\circleulquad",
"body": [
"",
],
"description": "\\circleulquad : ◴ (White Circle With Upper Left Quadrant)"
},
"\\circlellquad": {
"prefix": "\\circlellquad",
"body": [
"",
],
"description": "\\circlellquad : ◵ (White Circle With Lower Left Quadrant)"
},
"\\circlelrquad": {
"prefix": "\\circlelrquad",
"body": [
"",
],
"description": "\\circlelrquad : ◶ (White Circle With Lower Right Quadrant)"
},
"\\circleurquad": {
"prefix": "\\circleurquad",
"body": [
"",
],
"description": "\\circleurquad : ◷ (White Circle With Upper Right Quadrant)"
},
"\\ultriangle": {
"prefix": "\\ultriangle",
"body": [
"",
],
"description": "\\ultriangle : ◸ (Upper Left Triangle)"
},
"\\urtriangle": {
"prefix": "\\urtriangle",
"body": [
"",
],
"description": "\\urtriangle : ◹ (Upper Right Triangle)"
},
"\\lltriangle": {
"prefix": "\\lltriangle",
"body": [
"",
],
"description": "\\lltriangle : ◺ (Lower Left Triangle)"
},
"\\mdwhtsquare, \\:white_medium_square:": {
"prefix": "\\mdwhtsquare, \\:white_medium_square:",
"body": [
"",
],
"description": "\\mdwhtsquare, \\:white_medium_square: : ◻ (White Medium Square)"
},
"\\mdblksquare, \\:black_medium_square:": {
"prefix": "\\mdblksquare, \\:black_medium_square:",
"body": [
"",
],
"description": "\\mdblksquare, \\:black_medium_square: : ◼ (Black Medium Square)"
},
"\\mdsmwhtsquare, \\:white_medium_small_square:": {
"prefix": "\\mdsmwhtsquare, \\:white_medium_small_square:",
"body": [
"",
],
"description": "\\mdsmwhtsquare, \\:white_medium_small_square: : ◽ (White Medium Small Square)"
},
"\\mdsmblksquare, \\:black_medium_small_square:": {
"prefix": "\\mdsmblksquare, \\:black_medium_small_square:",
"body": [
"",
],
"description": "\\mdsmblksquare, \\:black_medium_small_square: : ◾ (Black Medium Small Square)"
},
"\\lrtriangle": {
"prefix": "\\lrtriangle",
"body": [
"",
],
"description": "\\lrtriangle : ◿ (Lower Right Triangle)"
},
"\\:sunny:": {
"prefix": "\\:sunny:",
"body": [
"",
],
"description": "\\:sunny: : ☀ (Black Sun With Rays)"
},
"\\:cloud:": {
"prefix": "\\:cloud:",
"body": [
"",
],
"description": "\\:cloud: : ☁ (Cloud)"
},
"\\bigstar": {
"prefix": "\\bigstar",
"body": [
"",
],
"description": "\\bigstar : ★ (Black Star)"
},
"\\bigwhitestar": {
"prefix": "\\bigwhitestar",
"body": [
"",
],
"description": "\\bigwhitestar : ☆ (White Star)"
},
"\\astrosun": {
"prefix": "\\astrosun",
"body": [
"",
],
"description": "\\astrosun : ☉ (Sun)"
},
"\\:phone:": {
"prefix": "\\:phone:",
"body": [
"",
],
"description": "\\:phone: : ☎ (Black Telephone)"
},
"\\:ballot_box_with_check:": {
"prefix": "\\:ballot_box_with_check:",
"body": [
"",
],
"description": "\\:ballot_box_with_check: : ☑ (Ballot Box With Check)"
},
"\\:umbrella:": {
"prefix": "\\:umbrella:",
"body": [
"",
],
"description": "\\:umbrella: : ☔ (Umbrella With Rain Drops)"
},
"\\:coffee:": {
"prefix": "\\:coffee:",
"body": [
"",
],
"description": "\\:coffee: : ☕ (Hot Beverage)"
},
"\\:point_up:": {
"prefix": "\\:point_up:",
"body": [
"",
],
"description": "\\:point_up: : ☝ (White Up Pointing Index)"
},
"\\danger": {
"prefix": "\\danger",
"body": [
"",
],
"description": "\\danger : ☡ (Caution Sign)"
},
"\\:relaxed:": {
"prefix": "\\:relaxed:",
"body": [
"",
],
"description": "\\:relaxed: : ☺ (White Smiling Face)"
},
"\\blacksmiley": {
"prefix": "\\blacksmiley",
"body": [
"",
],
"description": "\\blacksmiley : ☻ (Black Smiling Face)"
},
"\\sun": {
"prefix": "\\sun",
"body": [
"",
],
"description": "\\sun : ☼ (White Sun With Rays)"
},
"\\rightmoon": {
"prefix": "\\rightmoon",
"body": [
"",
],
"description": "\\rightmoon : ☽ (First Quarter Moon)"
},
"\\leftmoon": {
"prefix": "\\leftmoon",
"body": [
"",
],
"description": "\\leftmoon : ☾ (Last Quarter Moon)"
},
"\\mercury": {
"prefix": "\\mercury",
"body": [
"",
],
"description": "\\mercury : ☿ (Mercury)"
},
"\\venus, \\female": {
"prefix": "\\venus, \\female",
"body": [
"",
],
"description": "\\venus, \\female : ♀ (Female Sign)"
},
"\\male, \\mars": {
"prefix": "\\male, \\mars",
"body": [
"",
],
"description": "\\male, \\mars : ♂ (Male Sign)"
},
"\\jupiter": {
"prefix": "\\jupiter",
"body": [
"",
],
"description": "\\jupiter : ♃ (Jupiter)"
},
"\\saturn": {
"prefix": "\\saturn",
"body": [
"",
],
"description": "\\saturn : ♄ (Saturn)"
},
"\\uranus": {
"prefix": "\\uranus",
"body": [
"",
],
"description": "\\uranus : ♅ (Uranus)"
},
"\\neptune": {
"prefix": "\\neptune",
"body": [
"",
],
"description": "\\neptune : ♆ (Neptune)"
},
"\\pluto": {
"prefix": "\\pluto",
"body": [
"",
],
"description": "\\pluto : ♇ (Pluto)"
},
"\\aries, \\:aries:": {
"prefix": "\\aries, \\:aries:",
"body": [
"",
],
"description": "\\aries, \\:aries: : ♈ (Aries)"
},
"\\taurus, \\:taurus:": {
"prefix": "\\taurus, \\:taurus:",
"body": [
"",
],
"description": "\\taurus, \\:taurus: : ♉ (Taurus)"
},
"\\gemini, \\:gemini:": {
"prefix": "\\gemini, \\:gemini:",
"body": [
"",
],
"description": "\\gemini, \\:gemini: : ♊ (Gemini)"
},
"\\cancer, \\:cancer:": {
"prefix": "\\cancer, \\:cancer:",
"body": [
"",
],
"description": "\\cancer, \\:cancer: : ♋ (Cancer)"
},
"\\leo, \\:leo:": {
"prefix": "\\leo, \\:leo:",
"body": [
"",
],
"description": "\\leo, \\:leo: : ♌ (Leo)"
},
"\\virgo, \\:virgo:": {
"prefix": "\\virgo, \\:virgo:",
"body": [
"",
],
"description": "\\virgo, \\:virgo: : ♍ (Virgo)"
},
"\\libra, \\:libra:": {
"prefix": "\\libra, \\:libra:",
"body": [
"",
],
"description": "\\libra, \\:libra: : ♎ (Libra)"
},
"\\scorpio, \\:scorpius:": {
"prefix": "\\scorpio, \\:scorpius:",
"body": [
"",
],
"description": "\\scorpio, \\:scorpius: : ♏ (Scorpius)"
},
"\\sagittarius, \\:sagittarius:": {
"prefix": "\\sagittarius, \\:sagittarius:",
"body": [
"",
],
"description": "\\sagittarius, \\:sagittarius: : ♐ (Sagittarius)"
},
"\\capricornus, \\:capricorn:": {
"prefix": "\\capricornus, \\:capricorn:",
"body": [
"",
],
"description": "\\capricornus, \\:capricorn: : ♑ (Capricorn)"
},
"\\aquarius, \\:aquarius:": {
"prefix": "\\aquarius, \\:aquarius:",
"body": [
"",
],
"description": "\\aquarius, \\:aquarius: : ♒ (Aquarius)"
},
"\\pisces, \\:pisces:": {
"prefix": "\\pisces, \\:pisces:",
"body": [
"",
],
"description": "\\pisces, \\:pisces: : ♓ (Pisces)"
},
"\\spadesuit, \\:spades:": {
"prefix": "\\spadesuit, \\:spades:",
"body": [
"",
],
"description": "\\spadesuit, \\:spades: : ♠ (Black Spade Suit)"
},
"\\heartsuit": {
"prefix": "\\heartsuit",
"body": [
"",
],
"description": "\\heartsuit : ♡ (White Heart Suit)"
},
"\\diamondsuit": {
"prefix": "\\diamondsuit",
"body": [
"",
],
"description": "\\diamondsuit : ♢ (White Diamond Suit)"
},
"\\clubsuit, \\:clubs:": {
"prefix": "\\clubsuit, \\:clubs:",
"body": [
"",
],
"description": "\\clubsuit, \\:clubs: : ♣ (Black Club Suit)"
},
"\\varspadesuit": {
"prefix": "\\varspadesuit",
"body": [
"",
],
"description": "\\varspadesuit : ♤ (White Spade Suit)"
},
"\\varheartsuit, \\:hearts:": {
"prefix": "\\varheartsuit, \\:hearts:",
"body": [
"",
],
"description": "\\varheartsuit, \\:hearts: : ♥ (Black Heart Suit)"
},
"\\vardiamondsuit, \\:diamonds:": {
"prefix": "\\vardiamondsuit, \\:diamonds:",
"body": [
"",
],
"description": "\\vardiamondsuit, \\:diamonds: : ♦ (Black Diamond Suit)"
},
"\\varclubsuit": {
"prefix": "\\varclubsuit",
"body": [
"",
],
"description": "\\varclubsuit : ♧ (White Club Suit)"
},
"\\:hotsprings:": {
"prefix": "\\:hotsprings:",
"body": [
"",
],
"description": "\\:hotsprings: : ♨ (Hot Springs)"
},
"\\quarternote": {
"prefix": "\\quarternote",
"body": [
"",
],
"description": "\\quarternote : ♩ (Quarter Note)"
},
"\\eighthnote": {
"prefix": "\\eighthnote",
"body": [
"",
],
"description": "\\eighthnote : ♪ (Eighth Note)"
},
"\\twonotes": {
"prefix": "\\twonotes",
"body": [
"",
],
"description": "\\twonotes : ♫ (Beamed Eighth Notes / Barred Eighth Notes)"
},
"\\flat": {
"prefix": "\\flat",
"body": [
"",
],
"description": "\\flat : ♭ (Music Flat Sign / Flat)"
},
"\\natural": {
"prefix": "\\natural",
"body": [
"",
],
"description": "\\natural : ♮ (Music Natural Sign / Natural)"
},
"\\sharp": {
"prefix": "\\sharp",
"body": [
"",
],
"description": "\\sharp : ♯ (Music Sharp Sign / Sharp)"
},
"\\:recycle:": {
"prefix": "\\:recycle:",
"body": [
"",
],
"description": "\\:recycle: : ♻ (Black Universal Recycling Symbol)"
},
"\\acidfree": {
"prefix": "\\acidfree",
"body": [
"",
],
"description": "\\acidfree : ♾ (Permanent Paper Sign)"
},
"\\:wheelchair:": {
"prefix": "\\:wheelchair:",
"body": [
"",
],
"description": "\\:wheelchair: : ♿ (Wheelchair Symbol)"
},
"\\dicei": {
"prefix": "\\dicei",
"body": [
"",
],
"description": "\\dicei : ⚀ (Die Face-1)"
},
"\\diceii": {
"prefix": "\\diceii",
"body": [
"",
],
"description": "\\diceii : ⚁ (Die Face-2)"
},
"\\diceiii": {
"prefix": "\\diceiii",
"body": [
"",
],
"description": "\\diceiii : ⚂ (Die Face-3)"
},
"\\diceiv": {
"prefix": "\\diceiv",
"body": [
"",
],
"description": "\\diceiv : ⚃ (Die Face-4)"
},
"\\dicev": {
"prefix": "\\dicev",
"body": [
"",
],
"description": "\\dicev : ⚄ (Die Face-5)"
},
"\\dicevi": {
"prefix": "\\dicevi",
"body": [
"",
],
"description": "\\dicevi : ⚅ (Die Face-6)"
},
"\\circledrightdot": {
"prefix": "\\circledrightdot",
"body": [
"",
],
"description": "\\circledrightdot : ⚆ (White Circle With Dot Right)"
},
"\\circledtwodots": {
"prefix": "\\circledtwodots",
"body": [
"",
],
"description": "\\circledtwodots : ⚇ (White Circle With Two Dots)"
},
"\\blackcircledrightdot": {
"prefix": "\\blackcircledrightdot",
"body": [
"",
],
"description": "\\blackcircledrightdot : ⚈ (Black Circle With White Dot Right)"
},
"\\blackcircledtwodots": {
"prefix": "\\blackcircledtwodots",
"body": [
"",
],
"description": "\\blackcircledtwodots : ⚉ (Black Circle With Two White Dots)"
},
"\\:anchor:": {
"prefix": "\\:anchor:",
"body": [
"",
],
"description": "\\:anchor: : ⚓ (Anchor)"
},
"\\:warning:": {
"prefix": "\\:warning:",
"body": [
"",
],
"description": "\\:warning: : ⚠ (Warning Sign)"
},
"\\:zap:": {
"prefix": "\\:zap:",
"body": [
"",
],
"description": "\\:zap: : ⚡ (High Voltage Sign)"
},
"\\hermaphrodite": {
"prefix": "\\hermaphrodite",
"body": [
"",
],
"description": "\\hermaphrodite : ⚥ (Male And Female Sign)"
},
"\\mdwhtcircle, \\:white_circle:": {
"prefix": "\\mdwhtcircle, \\:white_circle:",
"body": [
"",
],
"description": "\\mdwhtcircle, \\:white_circle: : ⚪ (Medium White Circle)"
},
"\\mdblkcircle, \\:black_circle:": {
"prefix": "\\mdblkcircle, \\:black_circle:",
"body": [
"",
],
"description": "\\mdblkcircle, \\:black_circle: : ⚫ (Medium Black Circle)"
},
"\\mdsmwhtcircle": {
"prefix": "\\mdsmwhtcircle",
"body": [
"",
],
"description": "\\mdsmwhtcircle : ⚬ (Medium Small White Circle)"
},
"\\neuter": {
"prefix": "\\neuter",
"body": [
"",
],
"description": "\\neuter : ⚲ (Neuter)"
},
"\\:soccer:": {
"prefix": "\\:soccer:",
"body": [
"",
],
"description": "\\:soccer: : ⚽ (Soccer Ball)"
},
"\\:baseball:": {
"prefix": "\\:baseball:",
"body": [
"",
],
"description": "\\:baseball: : ⚾ (Baseball)"
},
"\\:snowman:": {
"prefix": "\\:snowman:",
"body": [
"",
],
"description": "\\:snowman: : ⛄ (Snowman Without Snow)"
},
"\\:partly_sunny:": {
"prefix": "\\:partly_sunny:",
"body": [
"",
],
"description": "\\:partly_sunny: : ⛅ (Sun Behind Cloud)"
},
"\\:ophiuchus:": {
"prefix": "\\:ophiuchus:",
"body": [
"",
],
"description": "\\:ophiuchus: : ⛎ (Ophiuchus)"
},
"\\:no_entry:": {
"prefix": "\\:no_entry:",
"body": [
"",
],
"description": "\\:no_entry: : ⛔ (No Entry)"
},
"\\:church:": {
"prefix": "\\:church:",
"body": [
"",
],
"description": "\\:church: : ⛪ (Church)"
},
"\\:fountain:": {
"prefix": "\\:fountain:",
"body": [
"",
],
"description": "\\:fountain: : ⛲ (Fountain)"
},
"\\:golf:": {
"prefix": "\\:golf:",
"body": [
"",
],
"description": "\\:golf: : ⛳ (Flag In Hole)"
},
"\\:boat:": {
"prefix": "\\:boat:",
"body": [
"",
],
"description": "\\:boat: : ⛵ (Sailboat)"
},
"\\:tent:": {
"prefix": "\\:tent:",
"body": [
"",
],
"description": "\\:tent: : ⛺ (Tent)"
},
"\\:fuelpump:": {
"prefix": "\\:fuelpump:",
"body": [
"",
],
"description": "\\:fuelpump: : ⛽ (Fuel Pump)"
},
"\\:scissors:": {
"prefix": "\\:scissors:",
"body": [
"",
],
"description": "\\:scissors: : ✂ (Black Scissors)"
},
"\\:white_check_mark:": {
"prefix": "\\:white_check_mark:",
"body": [
"",
],
"description": "\\:white_check_mark: : ✅ (White Heavy Check Mark)"
},
"\\:airplane:": {
"prefix": "\\:airplane:",
"body": [
"",
],
"description": "\\:airplane: : ✈ (Airplane)"
},
"\\:email:": {
"prefix": "\\:email:",
"body": [
"",
],
"description": "\\:email: : ✉ (Envelope)"
},
"\\:fist:": {
"prefix": "\\:fist:",
"body": [
"",
],
"description": "\\:fist: : ✊ (Raised Fist)"
},
"\\:hand:": {
"prefix": "\\:hand:",
"body": [
"",
],
"description": "\\:hand: : ✋ (Raised Hand)"
},
"\\:v:": {
"prefix": "\\:v:",
"body": [
"",
],
"description": "\\:v: : ✌ (Victory Hand)"
},
"\\:pencil2:": {
"prefix": "\\:pencil2:",
"body": [
"",
],
"description": "\\:pencil2: : ✏ (Pencil)"
},
"\\:black_nib:": {
"prefix": "\\:black_nib:",
"body": [
"",
],
"description": "\\:black_nib: : ✒ (Black Nib)"
},
"\\checkmark": {
"prefix": "\\checkmark",
"body": [
"",
],
"description": "\\checkmark : ✓ (Check Mark)"
},
"\\:heavy_check_mark:": {
"prefix": "\\:heavy_check_mark:",
"body": [
"",
],
"description": "\\:heavy_check_mark: : ✔ (Heavy Check Mark)"
},
"\\:heavy_multiplication_x:": {
"prefix": "\\:heavy_multiplication_x:",
"body": [
"",
],
"description": "\\:heavy_multiplication_x: : ✖ (Heavy Multiplication X)"
},
"\\maltese": {
"prefix": "\\maltese",
"body": [
"",
],
"description": "\\maltese : ✠ (Maltese Cross)"
},
"\\:sparkles:": {
"prefix": "\\:sparkles:",
"body": [
"",
],
"description": "\\:sparkles: : ✨ (Sparkles)"
},
"\\circledstar": {
"prefix": "\\circledstar",
"body": [
"",
],
"description": "\\circledstar : ✪ (Circled White Star)"
},
"\\:eight_spoked_asterisk:": {
"prefix": "\\:eight_spoked_asterisk:",
"body": [
"",
],
"description": "\\:eight_spoked_asterisk: : ✳ (Eight Spoked Asterisk)"
},
"\\:eight_pointed_black_star:": {
"prefix": "\\:eight_pointed_black_star:",
"body": [
"",
],
"description": "\\:eight_pointed_black_star: : ✴ (Eight Pointed Black Star)"
},
"\\varstar": {
"prefix": "\\varstar",
"body": [
"",
],
"description": "\\varstar : ✶ (Six Pointed Black Star)"
},
"\\dingasterisk": {
"prefix": "\\dingasterisk",
"body": [
"",
],
"description": "\\dingasterisk : ✽ (Heavy Teardrop-Spoked Asterisk)"
},
"\\:snowflake:": {
"prefix": "\\:snowflake:",
"body": [
"",
],
"description": "\\:snowflake: : ❄ (Snowflake)"
},
"\\:sparkle:": {
"prefix": "\\:sparkle:",
"body": [
"",
],
"description": "\\:sparkle: : ❇ (Sparkle)"
},
"\\:x:": {
"prefix": "\\:x:",
"body": [
"",
],
"description": "\\:x: : ❌ (Cross Mark)"
},
"\\:negative_squared_cross_mark:": {
"prefix": "\\:negative_squared_cross_mark:",
"body": [
"",
],
"description": "\\:negative_squared_cross_mark: : ❎ (Negative Squared Cross Mark)"
},
"\\:question:": {
"prefix": "\\:question:",
"body": [
"",
],
"description": "\\:question: : ❓ (Black Question Mark Ornament)"
},
"\\:grey_question:": {
"prefix": "\\:grey_question:",
"body": [
"",
],
"description": "\\:grey_question: : ❔ (White Question Mark Ornament)"
},
"\\:grey_exclamation:": {
"prefix": "\\:grey_exclamation:",
"body": [
"",
],
"description": "\\:grey_exclamation: : ❕ (White Exclamation Mark Ornament)"
},
"\\:exclamation:": {
"prefix": "\\:exclamation:",
"body": [
"",
],
"description": "\\:exclamation: : ❗ (Heavy Exclamation Mark Symbol)"
},
"\\:heart:": {
"prefix": "\\:heart:",
"body": [
"",
],
"description": "\\:heart: : ❤ (Heavy Black Heart)"
},
"\\:heavy_plus_sign:": {
"prefix": "\\:heavy_plus_sign:",
"body": [
"",
],
"description": "\\:heavy_plus_sign: : ➕ (Heavy Plus Sign)"
},
"\\:heavy_minus_sign:": {
"prefix": "\\:heavy_minus_sign:",
"body": [
"",
],
"description": "\\:heavy_minus_sign: : ➖ (Heavy Minus Sign)"
},
"\\:heavy_division_sign:": {
"prefix": "\\:heavy_division_sign:",
"body": [
"",
],
"description": "\\:heavy_division_sign: : ➗ (Heavy Division Sign)"
},
"\\draftingarrow": {
"prefix": "\\draftingarrow",
"body": [
"",
],
"description": "\\draftingarrow : ➛ (Drafting Point Rightwards Arrow / Drafting Point Right Arrow)"
},
"\\:arrow_right:": {
"prefix": "\\:arrow_right:",
"body": [
"",
],
"description": "\\:arrow_right: : ➡ (Black Rightwards Arrow / Black Right Arrow)"
},
"\\:curly_loop:": {
"prefix": "\\:curly_loop:",
"body": [
"",
],
"description": "\\:curly_loop: : ➰ (Curly Loop)"
},
"\\:loop:": {
"prefix": "\\:loop:",
"body": [
"",
],
"description": "\\:loop: : ➿ (Double Curly Loop)"
},
"\\threedangle": {
"prefix": "\\threedangle",
"body": [
"",
],
"description": "\\threedangle : ⟀ (Three Dimensional Angle)"
},
"\\whiteinwhitetriangle": {
"prefix": "\\whiteinwhitetriangle",
"body": [
"",
],
"description": "\\whiteinwhitetriangle : ⟁ (White Triangle Containing Small White Triangle)"
},
"\\perp": {
"prefix": "\\perp",
"body": [
"",
],
"description": "\\perp : ⟂ (Perpendicular)"
},
"\\bsolhsub": {
"prefix": "\\bsolhsub",
"body": [
"",
],
"description": "\\bsolhsub : ⟈ (Reverse Solidus Preceding Subset)"
},
"\\suphsol": {
"prefix": "\\suphsol",
"body": [
"",
],
"description": "\\suphsol : ⟉ (Superset Preceding Solidus)"
},
"\\wedgedot": {
"prefix": "\\wedgedot",
"body": [
"",
],
"description": "\\wedgedot : ⟑ (And With Dot)"
},
"\\upin": {
"prefix": "\\upin",
"body": [
"",
],
"description": "\\upin : ⟒ (Element Of Opening Upwards)"
},
"\\leftouterjoin": {
"prefix": "\\leftouterjoin",
"body": [
"",
],
"description": "\\leftouterjoin : ⟕ (Left Outer Join)"
},
"\\rightouterjoin": {
"prefix": "\\rightouterjoin",
"body": [
"",
],
"description": "\\rightouterjoin : ⟖ (Right Outer Join)"
},
"\\fullouterjoin": {
"prefix": "\\fullouterjoin",
"body": [
"",
],
"description": "\\fullouterjoin : ⟗ (Full Outer Join)"
},
"\\bigbot": {
"prefix": "\\bigbot",
"body": [
"",
],
"description": "\\bigbot : ⟘ (Large Up Tack)"
},
"\\bigtop": {
"prefix": "\\bigtop",
"body": [
"",
],
"description": "\\bigtop : ⟙ (Large Down Tack)"
},
"\\llbracket, \\openbracketleft": {
"prefix": "\\llbracket, \\openbracketleft",
"body": [
"",
],
"description": "\\llbracket, \\openbracketleft : ⟦ (Mathematical Left White Square Bracket)"
},
"\\openbracketright, \\rrbracket": {
"prefix": "\\openbracketright, \\rrbracket",
"body": [
"",
],
"description": "\\openbracketright, \\rrbracket : ⟧ (Mathematical Right White Square Bracket)"
},
"\\langle": {
"prefix": "\\langle",
"body": [
"",
],
"description": "\\langle : ⟨ (Mathematical Left Angle Bracket)"
},
"\\rangle": {
"prefix": "\\rangle",
"body": [
"",
],
"description": "\\rangle : ⟩ (Mathematical Right Angle Bracket)"
},
"\\UUparrow": {
"prefix": "\\UUparrow",
"body": [
"",
],
"description": "\\UUparrow : ⟰ (Upwards Quadruple Arrow)"
},
"\\DDownarrow": {
"prefix": "\\DDownarrow",
"body": [
"",
],
"description": "\\DDownarrow : ⟱ (Downwards Quadruple Arrow)"
},
"\\longleftarrow": {
"prefix": "\\longleftarrow",
"body": [
"",
],
"description": "\\longleftarrow : ⟵ (Long Leftwards Arrow)"
},
"\\longrightarrow": {
"prefix": "\\longrightarrow",
"body": [
"",
],
"description": "\\longrightarrow : ⟶ (Long Rightwards Arrow)"
},
"\\longleftrightarrow": {
"prefix": "\\longleftrightarrow",
"body": [
"",
],
"description": "\\longleftrightarrow : ⟷ (Long Left Right Arrow)"
},
"\\impliedby, \\Longleftarrow": {
"prefix": "\\impliedby, \\Longleftarrow",
"body": [
"",
],
"description": "\\impliedby, \\Longleftarrow : ⟸ (Long Leftwards Double Arrow)"
},
"\\implies, \\Longrightarrow": {
"prefix": "\\implies, \\Longrightarrow",
"body": [
"",
],
"description": "\\implies, \\Longrightarrow : ⟹ (Long Rightwards Double Arrow)"
},
"\\Longleftrightarrow, \\iff": {
"prefix": "\\Longleftrightarrow, \\iff",
"body": [
"",
],
"description": "\\Longleftrightarrow, \\iff : ⟺ (Long Left Right Double Arrow)"
},
"\\longmapsfrom": {
"prefix": "\\longmapsfrom",
"body": [
"",
],
"description": "\\longmapsfrom : ⟻ (Long Leftwards Arrow From Bar)"
},
"\\longmapsto": {
"prefix": "\\longmapsto",
"body": [
"",
],
"description": "\\longmapsto : ⟼ (Long Rightwards Arrow From Bar)"
},
"\\Longmapsfrom": {
"prefix": "\\Longmapsfrom",
"body": [
"",
],
"description": "\\Longmapsfrom : ⟽ (Long Leftwards Double Arrow From Bar)"
},
"\\Longmapsto": {
"prefix": "\\Longmapsto",
"body": [
"",
],
"description": "\\Longmapsto : ⟾ (Long Rightwards Double Arrow From Bar)"
},
"\\longrightsquigarrow": {
"prefix": "\\longrightsquigarrow",
"body": [
"",
],
"description": "\\longrightsquigarrow : ⟿ (Long Rightwards Squiggle Arrow)"
},
"\\nvtwoheadrightarrow": {
"prefix": "\\nvtwoheadrightarrow",
"body": [
"",
],
"description": "\\nvtwoheadrightarrow : ⤀ (Rightwards Two-Headed Arrow With Vertical Stroke)"
},
"\\nVtwoheadrightarrow": {
"prefix": "\\nVtwoheadrightarrow",
"body": [
"",
],
"description": "\\nVtwoheadrightarrow : ⤁ (Rightwards Two-Headed Arrow With Double Vertical Stroke)"
},
"\\nvLeftarrow": {
"prefix": "\\nvLeftarrow",
"body": [
"",
],
"description": "\\nvLeftarrow : ⤂ (Leftwards Double Arrow With Vertical Stroke)"
},
"\\nvRightarrow": {
"prefix": "\\nvRightarrow",
"body": [
"",
],
"description": "\\nvRightarrow : ⤃ (Rightwards Double Arrow With Vertical Stroke)"
},
"\\nvLeftrightarrow": {
"prefix": "\\nvLeftrightarrow",
"body": [
"",
],
"description": "\\nvLeftrightarrow : ⤄ (Left Right Double Arrow With Vertical Stroke)"
},
"\\twoheadmapsto": {
"prefix": "\\twoheadmapsto",
"body": [
"",
],
"description": "\\twoheadmapsto : ⤅ (Rightwards Two-Headed Arrow From Bar)"
},
"\\Mapsfrom": {
"prefix": "\\Mapsfrom",
"body": [
"",
],
"description": "\\Mapsfrom : ⤆ (Leftwards Double Arrow From Bar)"
},
"\\Mapsto": {
"prefix": "\\Mapsto",
"body": [
"",
],
"description": "\\Mapsto : ⤇ (Rightwards Double Arrow From Bar)"
},
"\\downarrowbarred": {
"prefix": "\\downarrowbarred",
"body": [
"",
],
"description": "\\downarrowbarred : ⤈ (Downwards Arrow With Horizontal Stroke)"
},
"\\uparrowbarred": {
"prefix": "\\uparrowbarred",
"body": [
"",
],
"description": "\\uparrowbarred : ⤉ (Upwards Arrow With Horizontal Stroke)"
},
"\\Uuparrow": {
"prefix": "\\Uuparrow",
"body": [
"",
],
"description": "\\Uuparrow : ⤊ (Upwards Triple Arrow)"
},
"\\Ddownarrow": {
"prefix": "\\Ddownarrow",
"body": [
"",
],
"description": "\\Ddownarrow : ⤋ (Downwards Triple Arrow)"
},
"\\leftbkarrow": {
"prefix": "\\leftbkarrow",
"body": [
"",
],
"description": "\\leftbkarrow : ⤌ (Leftwards Double Dash Arrow)"
},
"\\bkarow": {
"prefix": "\\bkarow",
"body": [
"",
],
"description": "\\bkarow : ⤍ (Rightwards Double Dash Arrow)"
},
"\\leftdbkarrow": {
"prefix": "\\leftdbkarrow",
"body": [
"",
],
"description": "\\leftdbkarrow : ⤎ (Leftwards Triple Dash Arrow)"
},
"\\dbkarow": {
"prefix": "\\dbkarow",
"body": [
"",
],
"description": "\\dbkarow : ⤏ (Rightwards Triple Dash Arrow)"
},
"\\drbkarrow": {
"prefix": "\\drbkarrow",
"body": [
"",
],
"description": "\\drbkarrow : ⤐ (Rightwards Two-Headed Triple Dash Arrow)"
},
"\\rightdotarrow": {
"prefix": "\\rightdotarrow",
"body": [
"",
],
"description": "\\rightdotarrow : ⤑ (Rightwards Arrow With Dotted Stem)"
},
"\\UpArrowBar": {
"prefix": "\\UpArrowBar",
"body": [
"",
],
"description": "\\UpArrowBar : ⤒ (Upwards Arrow To Bar)"
},
"\\DownArrowBar": {
"prefix": "\\DownArrowBar",
"body": [
"",
],
"description": "\\DownArrowBar : ⤓ (Downwards Arrow To Bar)"
},
"\\nvrightarrowtail": {
"prefix": "\\nvrightarrowtail",
"body": [
"",
],
"description": "\\nvrightarrowtail : ⤔ (Rightwards Arrow With Tail With Vertical Stroke)"
},
"\\nVrightarrowtail": {
"prefix": "\\nVrightarrowtail",
"body": [
"",
],
"description": "\\nVrightarrowtail : ⤕ (Rightwards Arrow With Tail With Double Vertical Stroke)"
},
"\\twoheadrightarrowtail": {
"prefix": "\\twoheadrightarrowtail",
"body": [
"",
],
"description": "\\twoheadrightarrowtail : ⤖ (Rightwards Two-Headed Arrow With Tail)"
},
"\\nvtwoheadrightarrowtail": {
"prefix": "\\nvtwoheadrightarrowtail",
"body": [
"",
],
"description": "\\nvtwoheadrightarrowtail : ⤗ (Rightwards Two-Headed Arrow With Tail With Vertical Stroke)"
},
"\\nVtwoheadrightarrowtail": {
"prefix": "\\nVtwoheadrightarrowtail",
"body": [
"",
],
"description": "\\nVtwoheadrightarrowtail : ⤘ (Rightwards Two-Headed Arrow With Tail With Double Vertical Stroke)"
},
"\\diamondleftarrow": {
"prefix": "\\diamondleftarrow",
"body": [
"",
],
"description": "\\diamondleftarrow : ⤝ (Leftwards Arrow To Black Diamond)"
},
"\\rightarrowdiamond": {
"prefix": "\\rightarrowdiamond",
"body": [
"",
],
"description": "\\rightarrowdiamond : ⤞ (Rightwards Arrow To Black Diamond)"
},
"\\diamondleftarrowbar": {
"prefix": "\\diamondleftarrowbar",
"body": [
"",
],
"description": "\\diamondleftarrowbar : ⤟ (Leftwards Arrow From Bar To Black Diamond)"
},
"\\barrightarrowdiamond": {
"prefix": "\\barrightarrowdiamond",
"body": [
"",
],
"description": "\\barrightarrowdiamond : ⤠ (Rightwards Arrow From Bar To Black Diamond)"
},
"\\hksearow": {
"prefix": "\\hksearow",
"body": [
"",
],
"description": "\\hksearow : ⤥ (South East Arrow With Hook)"
},
"\\hkswarow": {
"prefix": "\\hkswarow",
"body": [
"",
],
"description": "\\hkswarow : ⤦ (South West Arrow With Hook)"
},
"\\tona": {
"prefix": "\\tona",
"body": [
"",
],
"description": "\\tona : ⤧ (North West Arrow And North East Arrow)"
},
"\\toea": {
"prefix": "\\toea",
"body": [
"",
],
"description": "\\toea : ⤨ (North East Arrow And South East Arrow)"
},
"\\tosa": {
"prefix": "\\tosa",
"body": [
"",
],
"description": "\\tosa : ⤩ (South East Arrow And South West Arrow)"
},
"\\towa": {
"prefix": "\\towa",
"body": [
"",
],
"description": "\\towa : ⤪ (South West Arrow And North West Arrow)"
},
"\\rdiagovfdiag": {
"prefix": "\\rdiagovfdiag",
"body": [
"",
],
"description": "\\rdiagovfdiag : ⤫ (Rising Diagonal Crossing Falling Diagonal)"
},
"\\fdiagovrdiag": {
"prefix": "\\fdiagovrdiag",
"body": [
"",
],
"description": "\\fdiagovrdiag : ⤬ (Falling Diagonal Crossing Rising Diagonal)"
},
"\\seovnearrow": {
"prefix": "\\seovnearrow",
"body": [
"",
],
"description": "\\seovnearrow : ⤭ (South East Arrow Crossing North East Arrow)"
},
"\\neovsearrow": {
"prefix": "\\neovsearrow",
"body": [
"",
],
"description": "\\neovsearrow : ⤮ (North East Arrow Crossing South East Arrow)"
},
"\\fdiagovnearrow": {
"prefix": "\\fdiagovnearrow",
"body": [
"",
],
"description": "\\fdiagovnearrow : ⤯ (Falling Diagonal Crossing North East Arrow)"
},
"\\rdiagovsearrow": {
"prefix": "\\rdiagovsearrow",
"body": [
"",
],
"description": "\\rdiagovsearrow : ⤰ (Rising Diagonal Crossing South East Arrow)"
},
"\\neovnwarrow": {
"prefix": "\\neovnwarrow",
"body": [
"",
],
"description": "\\neovnwarrow : ⤱ (North East Arrow Crossing North West Arrow)"
},
"\\nwovnearrow": {
"prefix": "\\nwovnearrow",
"body": [
"",
],
"description": "\\nwovnearrow : ⤲ (North West Arrow Crossing North East Arrow)"
},
"\\:arrow_heading_up:": {
"prefix": "\\:arrow_heading_up:",
"body": [
"",
],
"description": "\\:arrow_heading_up: : ⤴ (Arrow Pointing Rightwards Then Curving Upwards)"
},
"\\:arrow_heading_down:": {
"prefix": "\\:arrow_heading_down:",
"body": [
"",
],
"description": "\\:arrow_heading_down: : ⤵ (Arrow Pointing Rightwards Then Curving Downwards)"
},
"\\Rlarr": {
"prefix": "\\Rlarr",
"body": [
"",
],
"description": "\\Rlarr : ⥂ (Rightwards Arrow Above Short Leftwards Arrow)"
},
"\\rLarr": {
"prefix": "\\rLarr",
"body": [
"",
],
"description": "\\rLarr : ⥄ (Short Rightwards Arrow Above Leftwards Arrow)"
},
"\\rightarrowplus": {
"prefix": "\\rightarrowplus",
"body": [
"",
],
"description": "\\rightarrowplus : ⥅ (Rightwards Arrow With Plus Below)"
},
"\\leftarrowplus": {
"prefix": "\\leftarrowplus",
"body": [
"",
],
"description": "\\leftarrowplus : ⥆ (Leftwards Arrow With Plus Below)"
},
"\\rarrx": {
"prefix": "\\rarrx",
"body": [
"",
],
"description": "\\rarrx : ⥇ (Rightwards Arrow Through X)"
},
"\\leftrightarrowcircle": {
"prefix": "\\leftrightarrowcircle",
"body": [
"",
],
"description": "\\leftrightarrowcircle : ⥈ (Left Right Arrow Through Small Circle)"
},
"\\twoheaduparrowcircle": {
"prefix": "\\twoheaduparrowcircle",
"body": [
"",
],
"description": "\\twoheaduparrowcircle : ⥉ (Upwards Two-Headed Arrow From Small Circle)"
},
"\\leftrightharpoonupdown": {
"prefix": "\\leftrightharpoonupdown",
"body": [
"",
],
"description": "\\leftrightharpoonupdown : ⥊ (Left Barb Up Right Barb Down Harpoon)"
},
"\\leftrightharpoondownup": {
"prefix": "\\leftrightharpoondownup",
"body": [
"",
],
"description": "\\leftrightharpoondownup : ⥋ (Left Barb Down Right Barb Up Harpoon)"
},
"\\updownharpoonrightleft": {
"prefix": "\\updownharpoonrightleft",
"body": [
"",
],
"description": "\\updownharpoonrightleft : ⥌ (Up Barb Right Down Barb Left Harpoon)"
},
"\\updownharpoonleftright": {
"prefix": "\\updownharpoonleftright",
"body": [
"",
],
"description": "\\updownharpoonleftright : ⥍ (Up Barb Left Down Barb Right Harpoon)"
},
"\\LeftRightVector": {
"prefix": "\\LeftRightVector",
"body": [
"",
],
"description": "\\LeftRightVector : ⥎ (Left Barb Up Right Barb Up Harpoon)"
},
"\\RightUpDownVector": {
"prefix": "\\RightUpDownVector",
"body": [
"",
],
"description": "\\RightUpDownVector : ⥏ (Up Barb Right Down Barb Right Harpoon)"
},
"\\DownLeftRightVector": {
"prefix": "\\DownLeftRightVector",
"body": [
"",
],
"description": "\\DownLeftRightVector : ⥐ (Left Barb Down Right Barb Down Harpoon)"
},
"\\LeftUpDownVector": {
"prefix": "\\LeftUpDownVector",
"body": [
"",
],
"description": "\\LeftUpDownVector : ⥑ (Up Barb Left Down Barb Left Harpoon)"
},
"\\LeftVectorBar": {
"prefix": "\\LeftVectorBar",
"body": [
"",
],
"description": "\\LeftVectorBar : ⥒ (Leftwards Harpoon With Barb Up To Bar)"
},
"\\RightVectorBar": {
"prefix": "\\RightVectorBar",
"body": [
"",
],
"description": "\\RightVectorBar : ⥓ (Rightwards Harpoon With Barb Up To Bar)"
},
"\\RightUpVectorBar": {
"prefix": "\\RightUpVectorBar",
"body": [
"",
],
"description": "\\RightUpVectorBar : ⥔ (Upwards Harpoon With Barb Right To Bar)"
},
"\\RightDownVectorBar": {
"prefix": "\\RightDownVectorBar",
"body": [
"",
],
"description": "\\RightDownVectorBar : ⥕ (Downwards Harpoon With Barb Right To Bar)"
},
"\\DownLeftVectorBar": {
"prefix": "\\DownLeftVectorBar",
"body": [
"",
],
"description": "\\DownLeftVectorBar : ⥖ (Leftwards Harpoon With Barb Down To Bar)"
},
"\\DownRightVectorBar": {
"prefix": "\\DownRightVectorBar",
"body": [
"",
],
"description": "\\DownRightVectorBar : ⥗ (Rightwards Harpoon With Barb Down To Bar)"
},
"\\LeftUpVectorBar": {
"prefix": "\\LeftUpVectorBar",
"body": [
"",
],
"description": "\\LeftUpVectorBar : ⥘ (Upwards Harpoon With Barb Left To Bar)"
},
"\\LeftDownVectorBar": {
"prefix": "\\LeftDownVectorBar",
"body": [
"",
],
"description": "\\LeftDownVectorBar : ⥙ (Downwards Harpoon With Barb Left To Bar)"
},
"\\LeftTeeVector": {
"prefix": "\\LeftTeeVector",
"body": [
"",
],
"description": "\\LeftTeeVector : ⥚ (Leftwards Harpoon With Barb Up From Bar)"
},
"\\RightTeeVector": {
"prefix": "\\RightTeeVector",
"body": [
"",
],
"description": "\\RightTeeVector : ⥛ (Rightwards Harpoon With Barb Up From Bar)"
},
"\\RightUpTeeVector": {
"prefix": "\\RightUpTeeVector",
"body": [
"",
],
"description": "\\RightUpTeeVector : ⥜ (Upwards Harpoon With Barb Right From Bar)"
},
"\\RightDownTeeVector": {
"prefix": "\\RightDownTeeVector",
"body": [
"",
],
"description": "\\RightDownTeeVector : ⥝ (Downwards Harpoon With Barb Right From Bar)"
},
"\\DownLeftTeeVector": {
"prefix": "\\DownLeftTeeVector",
"body": [
"",
],
"description": "\\DownLeftTeeVector : ⥞ (Leftwards Harpoon With Barb Down From Bar)"
},
"\\DownRightTeeVector": {
"prefix": "\\DownRightTeeVector",
"body": [
"",
],
"description": "\\DownRightTeeVector : ⥟ (Rightwards Harpoon With Barb Down From Bar)"
},
"\\LeftUpTeeVector": {
"prefix": "\\LeftUpTeeVector",
"body": [
"",
],
"description": "\\LeftUpTeeVector : ⥠ (Upwards Harpoon With Barb Left From Bar)"
},
"\\LeftDownTeeVector": {
"prefix": "\\LeftDownTeeVector",
"body": [
"",
],
"description": "\\LeftDownTeeVector : ⥡ (Downwards Harpoon With Barb Left From Bar)"
},
"\\leftharpoonsupdown": {
"prefix": "\\leftharpoonsupdown",
"body": [
"",
],
"description": "\\leftharpoonsupdown : ⥢ (Leftwards Harpoon With Barb Up Above Leftwards Harpoon With Barb Down)"
},
"\\upharpoonsleftright": {
"prefix": "\\upharpoonsleftright",
"body": [
"",
],
"description": "\\upharpoonsleftright : ⥣ (Upwards Harpoon With Barb Left Beside Upwards Harpoon With Barb Right)"
},
"\\rightharpoonsupdown": {
"prefix": "\\rightharpoonsupdown",
"body": [
"",
],
"description": "\\rightharpoonsupdown : ⥤ (Rightwards Harpoon With Barb Up Above Rightwards Harpoon With Barb Down)"
},
"\\downharpoonsleftright": {
"prefix": "\\downharpoonsleftright",
"body": [
"",
],
"description": "\\downharpoonsleftright : ⥥ (Downwards Harpoon With Barb Left Beside Downwards Harpoon With Barb Right)"
},
"\\leftrightharpoonsup": {
"prefix": "\\leftrightharpoonsup",
"body": [
"",
],
"description": "\\leftrightharpoonsup : ⥦ (Leftwards Harpoon With Barb Up Above Rightwards Harpoon With Barb Up)"
},
"\\leftrightharpoonsdown": {
"prefix": "\\leftrightharpoonsdown",
"body": [
"",
],
"description": "\\leftrightharpoonsdown : ⥧ (Leftwards Harpoon With Barb Down Above Rightwards Harpoon With Barb Down)"
},
"\\rightleftharpoonsup": {
"prefix": "\\rightleftharpoonsup",
"body": [
"",
],
"description": "\\rightleftharpoonsup : ⥨ (Rightwards Harpoon With Barb Up Above Leftwards Harpoon With Barb Up)"
},
"\\rightleftharpoonsdown": {
"prefix": "\\rightleftharpoonsdown",
"body": [
"",
],
"description": "\\rightleftharpoonsdown : ⥩ (Rightwards Harpoon With Barb Down Above Leftwards Harpoon With Barb Down)"
},
"\\leftharpoonupdash": {
"prefix": "\\leftharpoonupdash",
"body": [
"",
],
"description": "\\leftharpoonupdash : ⥪ (Leftwards Harpoon With Barb Up Above Long Dash)"
},
"\\dashleftharpoondown": {
"prefix": "\\dashleftharpoondown",
"body": [
"",
],
"description": "\\dashleftharpoondown : ⥫ (Leftwards Harpoon With Barb Down Below Long Dash)"
},
"\\rightharpoonupdash": {
"prefix": "\\rightharpoonupdash",
"body": [
"",
],
"description": "\\rightharpoonupdash : ⥬ (Rightwards Harpoon With Barb Up Above Long Dash)"
},
"\\dashrightharpoondown": {
"prefix": "\\dashrightharpoondown",
"body": [
"",
],
"description": "\\dashrightharpoondown : ⥭ (Rightwards Harpoon With Barb Down Below Long Dash)"
},
"\\UpEquilibrium": {
"prefix": "\\UpEquilibrium",
"body": [
"",
],
"description": "\\UpEquilibrium : ⥮ (Upwards Harpoon With Barb Left Beside Downwards Harpoon With Barb Right)"
},
"\\ReverseUpEquilibrium": {
"prefix": "\\ReverseUpEquilibrium",
"body": [
"",
],
"description": "\\ReverseUpEquilibrium : ⥯ (Downwards Harpoon With Barb Left Beside Upwards Harpoon With Barb Right)"
},
"\\RoundImplies": {
"prefix": "\\RoundImplies",
"body": [
"",
],
"description": "\\RoundImplies : ⥰ (Right Double Arrow With Rounded Head)"
},
"\\Vvert": {
"prefix": "\\Vvert",
"body": [
"",
],
"description": "\\Vvert : ⦀ (Triple Vertical Bar Delimiter)"
},
"\\Elroang": {
"prefix": "\\Elroang",
"body": [
"",
],
"description": "\\Elroang : ⦆ (Right White Parenthesis)"
},
"\\ddfnc": {
"prefix": "\\ddfnc",
"body": [
"",
],
"description": "\\ddfnc : ⦙ (Dotted Fence)"
},
"\\measuredangleleft": {
"prefix": "\\measuredangleleft",
"body": [
"",
],
"description": "\\measuredangleleft : ⦛ (Measured Angle Opening Left)"
},
"\\Angle": {
"prefix": "\\Angle",
"body": [
"",
],
"description": "\\Angle : ⦜ (Right Angle Variant With Square)"
},
"\\rightanglemdot": {
"prefix": "\\rightanglemdot",
"body": [
"",
],
"description": "\\rightanglemdot : ⦝ (Measured Right Angle With Dot)"
},
"\\angles": {
"prefix": "\\angles",
"body": [
"",
],
"description": "\\angles : ⦞ (Angle With S Inside)"
},
"\\angdnr": {
"prefix": "\\angdnr",
"body": [
"",
],
"description": "\\angdnr : ⦟ (Acute Angle)"
},
"\\lpargt": {
"prefix": "\\lpargt",
"body": [
"",
],
"description": "\\lpargt : ⦠ (Spherical Angle Opening Left)"
},
"\\sphericalangleup": {
"prefix": "\\sphericalangleup",
"body": [
"",
],
"description": "\\sphericalangleup : ⦡ (Spherical Angle Opening Up)"
},
"\\turnangle": {
"prefix": "\\turnangle",
"body": [
"",
],
"description": "\\turnangle : ⦢ (Turned Angle)"
},
"\\revangle": {
"prefix": "\\revangle",
"body": [
"",
],
"description": "\\revangle : ⦣ (Reversed Angle)"
},
"\\angleubar": {
"prefix": "\\angleubar",
"body": [
"",
],
"description": "\\angleubar : ⦤ (Angle With Underbar)"
},
"\\revangleubar": {
"prefix": "\\revangleubar",
"body": [
"",
],
"description": "\\revangleubar : ⦥ (Reversed Angle With Underbar)"
},
"\\wideangledown": {
"prefix": "\\wideangledown",
"body": [
"",
],
"description": "\\wideangledown : ⦦ (Oblique Angle Opening Up)"
},
"\\wideangleup": {
"prefix": "\\wideangleup",
"body": [
"",
],
"description": "\\wideangleup : ⦧ (Oblique Angle Opening Down)"
},
"\\measanglerutone": {
"prefix": "\\measanglerutone",
"body": [
"",
],
"description": "\\measanglerutone : ⦨ (Measured Angle With Open Arm Ending In Arrow Pointing Up And Right)"
},
"\\measanglelutonw": {
"prefix": "\\measanglelutonw",
"body": [
"",
],
"description": "\\measanglelutonw : ⦩ (Measured Angle With Open Arm Ending In Arrow Pointing Up And Left)"
},
"\\measanglerdtose": {
"prefix": "\\measanglerdtose",
"body": [
"",
],
"description": "\\measanglerdtose : ⦪ (Measured Angle With Open Arm Ending In Arrow Pointing Down And Right)"
},
"\\measangleldtosw": {
"prefix": "\\measangleldtosw",
"body": [
"",
],
"description": "\\measangleldtosw : ⦫ (Measured Angle With Open Arm Ending In Arrow Pointing Down And Left)"
},
"\\measangleurtone": {
"prefix": "\\measangleurtone",
"body": [
"",
],
"description": "\\measangleurtone : ⦬ (Measured Angle With Open Arm Ending In Arrow Pointing Right And Up)"
},
"\\measangleultonw": {
"prefix": "\\measangleultonw",
"body": [
"",
],
"description": "\\measangleultonw : ⦭ (Measured Angle With Open Arm Ending In Arrow Pointing Left And Up)"
},
"\\measangledrtose": {
"prefix": "\\measangledrtose",
"body": [
"",
],
"description": "\\measangledrtose : ⦮ (Measured Angle With Open Arm Ending In Arrow Pointing Right And Down)"
},
"\\measangledltosw": {
"prefix": "\\measangledltosw",
"body": [
"",
],
"description": "\\measangledltosw : ⦯ (Measured Angle With Open Arm Ending In Arrow Pointing Left And Down)"
},
"\\revemptyset": {
"prefix": "\\revemptyset",
"body": [
"",
],
"description": "\\revemptyset : ⦰ (Reversed Empty Set)"
},
"\\emptysetobar": {
"prefix": "\\emptysetobar",
"body": [
"",
],
"description": "\\emptysetobar : ⦱ (Empty Set With Overbar)"
},
"\\emptysetocirc": {
"prefix": "\\emptysetocirc",
"body": [
"",
],
"description": "\\emptysetocirc : ⦲ (Empty Set With Small Circle Above)"
},
"\\emptysetoarr": {
"prefix": "\\emptysetoarr",
"body": [
"",
],
"description": "\\emptysetoarr : ⦳ (Empty Set With Right Arrow Above)"
},
"\\emptysetoarrl": {
"prefix": "\\emptysetoarrl",
"body": [
"",
],
"description": "\\emptysetoarrl : ⦴ (Empty Set With Left Arrow Above)"
},
"\\circledparallel": {
"prefix": "\\circledparallel",
"body": [
"",
],
"description": "\\circledparallel : ⦷ (Circled Parallel)"
},
"\\obslash": {
"prefix": "\\obslash",
"body": [
"",
],
"description": "\\obslash : ⦸ (Circled Reverse Solidus)"
},
"\\odotslashdot": {
"prefix": "\\odotslashdot",
"body": [
"",
],
"description": "\\odotslashdot : ⦼ (Circled Anticlockwise-Rotated Division Sign)"
},
"\\circledwhitebullet": {
"prefix": "\\circledwhitebullet",
"body": [
"",
],
"description": "\\circledwhitebullet : ⦾ (Circled White Bullet)"
},
"\\circledbullet": {
"prefix": "\\circledbullet",
"body": [
"⦿",
],
"description": "\\circledbullet : ⦿ (Circled Bullet)"
},
"\\olessthan": {
"prefix": "\\olessthan",
"body": [
"",
],
"description": "\\olessthan : ⧀ (Circled Less-Than)"
},
"\\ogreaterthan": {
"prefix": "\\ogreaterthan",
"body": [
"",
],
"description": "\\ogreaterthan : ⧁ (Circled Greater-Than)"
},
"\\boxdiag": {
"prefix": "\\boxdiag",
"body": [
"",
],
"description": "\\boxdiag : ⧄ (Squared Rising Diagonal Slash)"
},
"\\boxbslash": {
"prefix": "\\boxbslash",
"body": [
"",
],
"description": "\\boxbslash : ⧅ (Squared Falling Diagonal Slash)"
},
"\\boxast": {
"prefix": "\\boxast",
"body": [
"",
],
"description": "\\boxast : ⧆ (Squared Asterisk)"
},
"\\boxcircle": {
"prefix": "\\boxcircle",
"body": [
"",
],
"description": "\\boxcircle : ⧇ (Squared Small Circle)"
},
"\\Lap": {
"prefix": "\\Lap",
"body": [
"",
],
"description": "\\Lap : ⧊ (Triangle With Dot Above)"
},
"\\defas": {
"prefix": "\\defas",
"body": [
"",
],
"description": "\\defas : ⧋ (Triangle With Underbar)"
},
"\\LeftTriangleBar": {
"prefix": "\\LeftTriangleBar",
"body": [
"",
],
"description": "\\LeftTriangleBar : ⧏ (Left Triangle Beside Vertical Bar)"
},
"\\NotLeftTriangleBar": {
"prefix": "\\NotLeftTriangleBar",
"body": [
"⧏̸",
],
"description": "\\NotLeftTriangleBar : ⧏̸ (Left Triangle Beside Vertical Bar + Combining Long Solidus Overlay /
Non-Spacing Long Slash Overlay)"
},
"\\RightTriangleBar": {
"prefix": "\\RightTriangleBar",
"body": [
"",
],
"description": "\\RightTriangleBar : ⧐ (Vertical Bar Beside Right Triangle)"
},
"\\NotRightTriangleBar": {
"prefix": "\\NotRightTriangleBar",
"body": [
"⧐̸",
],
"description": "\\NotRightTriangleBar : ⧐̸ (Vertical Bar Beside Right Triangle + Combining Long Solidus Overlay /
Non-Spacing Long Slash Overlay)"
},
"\\dualmap": {
"prefix": "\\dualmap",
"body": [
"",
],
"description": "\\dualmap : ⧟ (Double-Ended Multimap)"
},
"\\lrtriangleeq": {
"prefix": "\\lrtriangleeq",
"body": [
"",
],
"description": "\\lrtriangleeq : ⧡ (Increases As)"
},
"\\shuffle": {
"prefix": "\\shuffle",
"body": [
"",
],
"description": "\\shuffle : ⧢ (Shuffle Product)"
},
"\\eparsl": {
"prefix": "\\eparsl",
"body": [
"",
],
"description": "\\eparsl : ⧣ (Equals Sign And Slanted Parallel)"
},
"\\smeparsl": {
"prefix": "\\smeparsl",
"body": [
"",
],
"description": "\\smeparsl : ⧤ (Equals Sign And Slanted Parallel With Tilde Above)"
},
"\\eqvparsl": {
"prefix": "\\eqvparsl",
"body": [
"",
],
"description": "\\eqvparsl : ⧥ (Identical To And Slanted Parallel)"
},
"\\blacklozenge": {
"prefix": "\\blacklozenge",
"body": [
"",
],
"description": "\\blacklozenge : ⧫ (Black Lozenge)"
},
"\\RuleDelayed": {
"prefix": "\\RuleDelayed",
"body": [
"",
],
"description": "\\RuleDelayed : ⧴ (Rule-Delayed)"
},
"\\dsol": {
"prefix": "\\dsol",
"body": [
"",
],
"description": "\\dsol : ⧶ (Solidus With Overbar)"
},
"\\rsolbar": {
"prefix": "\\rsolbar",
"body": [
"",
],
"description": "\\rsolbar : ⧷ (Reverse Solidus With Horizontal Stroke)"
},
"\\doubleplus": {
"prefix": "\\doubleplus",
"body": [
"",
],
"description": "\\doubleplus : ⧺ (Double Plus)"
},
"\\tripleplus": {
"prefix": "\\tripleplus",
"body": [
"",
],
"description": "\\tripleplus : ⧻ (Triple Plus)"
},
"\\bigodot": {
"prefix": "\\bigodot",
"body": [
"",
],
"description": "\\bigodot : ⨀ (N-Ary Circled Dot Operator)"
},
"\\bigoplus": {
"prefix": "\\bigoplus",
"body": [
"",
],
"description": "\\bigoplus : ⨁ (N-Ary Circled Plus Operator)"
},
"\\bigotimes": {
"prefix": "\\bigotimes",
"body": [
"",
],
"description": "\\bigotimes : ⨂ (N-Ary Circled Times Operator)"
},
"\\bigcupdot": {
"prefix": "\\bigcupdot",
"body": [
"",
],
"description": "\\bigcupdot : ⨃ (N-Ary Union Operator With Dot)"
},
"\\biguplus": {
"prefix": "\\biguplus",
"body": [
"",
],
"description": "\\biguplus : ⨄ (N-Ary Union Operator With Plus)"
},
"\\bigsqcap": {
"prefix": "\\bigsqcap",
"body": [
"",
],
"description": "\\bigsqcap : ⨅ (N-Ary Square Intersection Operator)"
},
"\\bigsqcup": {
"prefix": "\\bigsqcup",
"body": [
"",
],
"description": "\\bigsqcup : ⨆ (N-Ary Square Union Operator)"
},
"\\conjquant": {
"prefix": "\\conjquant",
"body": [
"",
],
"description": "\\conjquant : ⨇ (Two Logical And Operator)"
},
"\\disjquant": {
"prefix": "\\disjquant",
"body": [
"",
],
"description": "\\disjquant : ⨈ (Two Logical Or Operator)"
},
"\\bigtimes": {
"prefix": "\\bigtimes",
"body": [
"",
],
"description": "\\bigtimes : ⨉ (N-Ary Times Operator)"
},
"\\modtwosum": {
"prefix": "\\modtwosum",
"body": [
"",
],
"description": "\\modtwosum : ⨊ (Modulo Two Sum)"
},
"\\sumint": {
"prefix": "\\sumint",
"body": [
"",
],
"description": "\\sumint : ⨋ (Summation With Integral)"
},
"\\iiiint": {
"prefix": "\\iiiint",
"body": [
"",
],
"description": "\\iiiint : ⨌ (Quadruple Integral Operator)"
},
"\\intbar": {
"prefix": "\\intbar",
"body": [
"",
],
"description": "\\intbar : ⨍ (Finite Part Integral)"
},
"\\intBar": {
"prefix": "\\intBar",
"body": [
"",
],
"description": "\\intBar : ⨎ (Integral With Double Stroke)"
},
"\\clockoint": {
"prefix": "\\clockoint",
"body": [
"",
],
"description": "\\clockoint : ⨏ (Integral Average With Slash)"
},
"\\cirfnint": {
"prefix": "\\cirfnint",
"body": [
"",
],
"description": "\\cirfnint : ⨐ (Circulation Function)"
},
"\\awint": {
"prefix": "\\awint",
"body": [
"",
],
"description": "\\awint : ⨑ (Anticlockwise Integration)"
},
"\\rppolint": {
"prefix": "\\rppolint",
"body": [
"",
],
"description": "\\rppolint : ⨒ (Line Integration With Rectangular Path Around Pole)"
},
"\\scpolint": {
"prefix": "\\scpolint",
"body": [
"",
],
"description": "\\scpolint : ⨓ (Line Integration With Semicircular Path Around Pole)"
},
"\\npolint": {
"prefix": "\\npolint",
"body": [
"",
],
"description": "\\npolint : ⨔ (Line Integration Not Including The Pole)"
},
"\\pointint": {
"prefix": "\\pointint",
"body": [
"",
],
"description": "\\pointint : ⨕ (Integral Around A Point Operator)"
},
"\\sqrint": {
"prefix": "\\sqrint",
"body": [
"",
],
"description": "\\sqrint : ⨖ (Quaternion Integral Operator)"
},
"\\intx": {
"prefix": "\\intx",
"body": [
"",
],
"description": "\\intx : ⨘ (Integral With Times Sign)"
},
"\\intcap": {
"prefix": "\\intcap",
"body": [
"",
],
"description": "\\intcap : ⨙ (Integral With Intersection)"
},
"\\intcup": {
"prefix": "\\intcup",
"body": [
"",
],
"description": "\\intcup : ⨚ (Integral With Union)"
},
"\\upint": {
"prefix": "\\upint",
"body": [
"",
],
"description": "\\upint : ⨛ (Integral With Overbar)"
},
"\\lowint": {
"prefix": "\\lowint",
"body": [
"",
],
"description": "\\lowint : ⨜ (Integral With Underbar)"
},
"\\Join, \\join": {
"prefix": "\\Join, \\join",
"body": [
"",
],
"description": "\\Join, \\join : ⨝ (Join)"
},
"\\bbsemi": {
"prefix": "\\bbsemi",
"body": [
"",
],
"description": "\\bbsemi : ⨟ (Z Notation Schema Composition)"
},
"\\ringplus": {
"prefix": "\\ringplus",
"body": [
"",
],
"description": "\\ringplus : ⨢ (Plus Sign With Small Circle Above)"
},
"\\plushat": {
"prefix": "\\plushat",
"body": [
"",
],
"description": "\\plushat : ⨣ (Plus Sign With Circumflex Accent Above)"
},
"\\simplus": {
"prefix": "\\simplus",
"body": [
"",
],
"description": "\\simplus : ⨤ (Plus Sign With Tilde Above)"
},
"\\plusdot": {
"prefix": "\\plusdot",
"body": [
"",
],
"description": "\\plusdot : ⨥ (Plus Sign With Dot Below)"
},
"\\plussim": {
"prefix": "\\plussim",
"body": [
"",
],
"description": "\\plussim : ⨦ (Plus Sign With Tilde Below)"
},
"\\plussubtwo": {
"prefix": "\\plussubtwo",
"body": [
"",
],
"description": "\\plussubtwo : ⨧ (Plus Sign With Subscript Two)"
},
"\\plustrif": {
"prefix": "\\plustrif",
"body": [
"",
],
"description": "\\plustrif : ⨨ (Plus Sign With Black Triangle)"
},
"\\commaminus": {
"prefix": "\\commaminus",
"body": [
"",
],
"description": "\\commaminus : ⨩ (Minus Sign With Comma Above)"
},
"\\minusdot": {
"prefix": "\\minusdot",
"body": [
"",
],
"description": "\\minusdot : ⨪ (Minus Sign With Dot Below)"
},
"\\minusfdots": {
"prefix": "\\minusfdots",
"body": [
"",
],
"description": "\\minusfdots : ⨫ (Minus Sign With Falling Dots)"
},
"\\minusrdots": {
"prefix": "\\minusrdots",
"body": [
"",
],
"description": "\\minusrdots : ⨬ (Minus Sign With Rising Dots)"
},
"\\opluslhrim": {
"prefix": "\\opluslhrim",
"body": [
"",
],
"description": "\\opluslhrim : ⨭ (Plus Sign In Left Half Circle)"
},
"\\oplusrhrim": {
"prefix": "\\oplusrhrim",
"body": [
"",
],
"description": "\\oplusrhrim : ⨮ (Plus Sign In Right Half Circle)"
},
"\\Times": {
"prefix": "\\Times",
"body": [
"",
],
"description": "\\Times : ⨯ (Vector Or Cross Product)"
},
"\\dottimes": {
"prefix": "\\dottimes",
"body": [
"",
],
"description": "\\dottimes : ⨰ (Multiplication Sign With Dot Above)"
},
"\\timesbar": {
"prefix": "\\timesbar",
"body": [
"",
],
"description": "\\timesbar : ⨱ (Multiplication Sign With Underbar)"
},
"\\btimes": {
"prefix": "\\btimes",
"body": [
"",
],
"description": "\\btimes : ⨲ (Semidirect Product With Bottom Closed)"
},
"\\smashtimes": {
"prefix": "\\smashtimes",
"body": [
"",
],
"description": "\\smashtimes : ⨳ (Smash Product)"
},
"\\otimeslhrim": {
"prefix": "\\otimeslhrim",
"body": [
"",
],
"description": "\\otimeslhrim : ⨴ (Multiplication Sign In Left Half Circle)"
},
"\\otimesrhrim": {
"prefix": "\\otimesrhrim",
"body": [
"",
],
"description": "\\otimesrhrim : ⨵ (Multiplication Sign In Right Half Circle)"
},
"\\otimeshat": {
"prefix": "\\otimeshat",
"body": [
"",
],
"description": "\\otimeshat : ⨶ (Circled Multiplication Sign With Circumflex Accent)"
},
"\\Otimes": {
"prefix": "\\Otimes",
"body": [
"",
],
"description": "\\Otimes : ⨷ (Multiplication Sign In Double Circle)"
},
"\\odiv": {
"prefix": "\\odiv",
"body": [
"",
],
"description": "\\odiv : ⨸ (Circled Division Sign)"
},
"\\triangleplus": {
"prefix": "\\triangleplus",
"body": [
"",
],
"description": "\\triangleplus : ⨹ (Plus Sign In Triangle)"
},
"\\triangleminus": {
"prefix": "\\triangleminus",
"body": [
"",
],
"description": "\\triangleminus : ⨺ (Minus Sign In Triangle)"
},
"\\triangletimes": {
"prefix": "\\triangletimes",
"body": [
"",
],
"description": "\\triangletimes : ⨻ (Multiplication Sign In Triangle)"
},
"\\intprod": {
"prefix": "\\intprod",
"body": [
"",
],
"description": "\\intprod : ⨼ (Interior Product)"
},
"\\intprodr": {
"prefix": "\\intprodr",
"body": [
"",
],
"description": "\\intprodr : ⨽ (Righthand Interior Product)"
},
"\\amalg": {
"prefix": "\\amalg",
"body": [
"⨿",
],
"description": "\\amalg : ⨿ (Amalgamation Or Coproduct)"
},
"\\capdot": {
"prefix": "\\capdot",
"body": [
"",
],
"description": "\\capdot : ⩀ (Intersection With Dot)"
},
"\\uminus": {
"prefix": "\\uminus",
"body": [
"",
],
"description": "\\uminus : ⩁ (Union With Minus Sign)"
},
"\\barcup": {
"prefix": "\\barcup",
"body": [
"",
],
"description": "\\barcup : ⩂ (Union With Overbar)"
},
"\\barcap": {
"prefix": "\\barcap",
"body": [
"",
],
"description": "\\barcap : ⩃ (Intersection With Overbar)"
},
"\\capwedge": {
"prefix": "\\capwedge",
"body": [
"",
],
"description": "\\capwedge : ⩄ (Intersection With Logical And)"
},
"\\cupvee": {
"prefix": "\\cupvee",
"body": [
"",
],
"description": "\\cupvee : ⩅ (Union With Logical Or)"
},
"\\twocups": {
"prefix": "\\twocups",
"body": [
"",
],
"description": "\\twocups : ⩊ (Union Beside And Joined With Union)"
},
"\\twocaps": {
"prefix": "\\twocaps",
"body": [
"",
],
"description": "\\twocaps : ⩋ (Intersection Beside And Joined With Intersection)"
},
"\\closedvarcup": {
"prefix": "\\closedvarcup",
"body": [
"",
],
"description": "\\closedvarcup : ⩌ (Closed Union With Serifs)"
},
"\\closedvarcap": {
"prefix": "\\closedvarcap",
"body": [
"",
],
"description": "\\closedvarcap : ⩍ (Closed Intersection With Serifs)"
},
"\\Sqcap": {
"prefix": "\\Sqcap",
"body": [
"",
],
"description": "\\Sqcap : ⩎ (Double Square Intersection)"
},
"\\Sqcup": {
"prefix": "\\Sqcup",
"body": [
"",
],
"description": "\\Sqcup : ⩏ (Double Square Union)"
},
"\\closedvarcupsmashprod": {
"prefix": "\\closedvarcupsmashprod",
"body": [
"",
],
"description": "\\closedvarcupsmashprod : ⩐ (Closed Union With Serifs And Smash Product)"
},
"\\wedgeodot": {
"prefix": "\\wedgeodot",
"body": [
"",
],
"description": "\\wedgeodot : ⩑ (Logical And With Dot Above)"
},
"\\veeodot": {
"prefix": "\\veeodot",
"body": [
"",
],
"description": "\\veeodot : ⩒ (Logical Or With Dot Above)"
},
"\\And": {
"prefix": "\\And",
"body": [
"",
],
"description": "\\And : ⩓ (Double Logical And)"
},
"\\Or": {
"prefix": "\\Or",
"body": [
"",
],
"description": "\\Or : ⩔ (Double Logical Or)"
},
"\\wedgeonwedge": {
"prefix": "\\wedgeonwedge",
"body": [
"",
],
"description": "\\wedgeonwedge : ⩕ (Two Intersecting Logical And)"
},
"\\ElOr": {
"prefix": "\\ElOr",
"body": [
"",
],
"description": "\\ElOr : ⩖ (Two Intersecting Logical Or)"
},
"\\bigslopedvee": {
"prefix": "\\bigslopedvee",
"body": [
"",
],
"description": "\\bigslopedvee : ⩗ (Sloping Large Or)"
},
"\\bigslopedwedge": {
"prefix": "\\bigslopedwedge",
"body": [
"",
],
"description": "\\bigslopedwedge : ⩘ (Sloping Large And)"
},
"\\wedgemidvert": {
"prefix": "\\wedgemidvert",
"body": [
"",
],
"description": "\\wedgemidvert : ⩚ (Logical And With Middle Stem)"
},
"\\veemidvert": {
"prefix": "\\veemidvert",
"body": [
"",
],
"description": "\\veemidvert : ⩛ (Logical Or With Middle Stem)"
},
"\\midbarwedge": {
"prefix": "\\midbarwedge",
"body": [
"",
],
"description": "\\midbarwedge : ⩜ (Logical And With Horizontal Dash)"
},
"\\midbarvee": {
"prefix": "\\midbarvee",
"body": [
"",
],
"description": "\\midbarvee : ⩝ (Logical Or With Horizontal Dash)"
},
"\\perspcorrespond": {
"prefix": "\\perspcorrespond",
"body": [
"",
],
"description": "\\perspcorrespond : ⩞ (Logical And With Double Overbar)"
},
"\\minhat": {
"prefix": "\\minhat",
"body": [
"",
],
"description": "\\minhat : ⩟ (Logical And With Underbar)"
},
"\\wedgedoublebar": {
"prefix": "\\wedgedoublebar",
"body": [
"",
],
"description": "\\wedgedoublebar : ⩠ (Logical And With Double Underbar)"
},
"\\varveebar": {
"prefix": "\\varveebar",
"body": [
"",
],
"description": "\\varveebar : ⩡ (Small Vee With Underbar)"
},
"\\doublebarvee": {
"prefix": "\\doublebarvee",
"body": [
"",
],
"description": "\\doublebarvee : ⩢ (Logical Or With Double Overbar)"
},
"\\veedoublebar": {
"prefix": "\\veedoublebar",
"body": [
"",
],
"description": "\\veedoublebar : ⩣ (Logical Or With Double Underbar)"
},
"\\eqdot": {
"prefix": "\\eqdot",
"body": [
"",
],
"description": "\\eqdot : ⩦ (Equals Sign With Dot Below)"
},
"\\dotequiv": {
"prefix": "\\dotequiv",
"body": [
"",
],
"description": "\\dotequiv : ⩧ (Identical With Dot Above)"
},
"\\dotsim": {
"prefix": "\\dotsim",
"body": [
"",
],
"description": "\\dotsim : ⩪ (Tilde Operator With Dot Above)"
},
"\\simrdots": {
"prefix": "\\simrdots",
"body": [
"",
],
"description": "\\simrdots : ⩫ (Tilde Operator With Rising Dots)"
},
"\\simminussim": {
"prefix": "\\simminussim",
"body": [
"",
],
"description": "\\simminussim : ⩬ (Similar Minus Similar)"
},
"\\congdot": {
"prefix": "\\congdot",
"body": [
"",
],
"description": "\\congdot : ⩭ (Congruent With Dot Above)"
},
"\\asteq": {
"prefix": "\\asteq",
"body": [
"",
],
"description": "\\asteq : ⩮ (Equals With Asterisk)"
},
"\\hatapprox": {
"prefix": "\\hatapprox",
"body": [
"",
],
"description": "\\hatapprox : ⩯ (Almost Equal To With Circumflex Accent)"
},
"\\approxeqq": {
"prefix": "\\approxeqq",
"body": [
"",
],
"description": "\\approxeqq : ⩰ (Approximately Equal Or Equal To)"
},
"\\eqqplus": {
"prefix": "\\eqqplus",
"body": [
"",
],
"description": "\\eqqplus : ⩱ (Equals Sign Above Plus Sign)"
},
"\\pluseqq": {
"prefix": "\\pluseqq",
"body": [
"",
],
"description": "\\pluseqq : ⩲ (Plus Sign Above Equals Sign)"
},
"\\eqqsim": {
"prefix": "\\eqqsim",
"body": [
"",
],
"description": "\\eqqsim : ⩳ (Equals Sign Above Tilde Operator)"
},
"\\Coloneq": {
"prefix": "\\Coloneq",
"body": [
"",
],
"description": "\\Coloneq : ⩴ (Double Colon Equal)"
},
"\\Equal": {
"prefix": "\\Equal",
"body": [
"",
],
"description": "\\Equal : ⩵ (Two Consecutive Equals Signs)"
},
"\\eqeqeq": {
"prefix": "\\eqeqeq",
"body": [
"",
],
"description": "\\eqeqeq : ⩶ (Three Consecutive Equals Signs)"
},
"\\ddotseq": {
"prefix": "\\ddotseq",
"body": [
"",
],
"description": "\\ddotseq : ⩷ (Equals Sign With Two Dots Above And Two Dots Below)"
},
"\\equivDD": {
"prefix": "\\equivDD",
"body": [
"",
],
"description": "\\equivDD : ⩸ (Equivalent With Four Dots Above)"
},
"\\ltcir": {
"prefix": "\\ltcir",
"body": [
"",
],
"description": "\\ltcir : ⩹ (Less-Than With Circle Inside)"
},
"\\gtcir": {
"prefix": "\\gtcir",
"body": [
"",
],
"description": "\\gtcir : ⩺ (Greater-Than With Circle Inside)"
},
"\\ltquest": {
"prefix": "\\ltquest",
"body": [
"",
],
"description": "\\ltquest : ⩻ (Less-Than With Question Mark Above)"
},
"\\gtquest": {
"prefix": "\\gtquest",
"body": [
"",
],
"description": "\\gtquest : ⩼ (Greater-Than With Question Mark Above)"
},
"\\leqslant": {
"prefix": "\\leqslant",
"body": [
"",
],
"description": "\\leqslant : ⩽ (Less-Than Or Slanted Equal To)"
},
"\\nleqslant": {
"prefix": "\\nleqslant",
"body": [
"⩽̸",
],
"description": "\\nleqslant : ⩽̸ (Less-Than Or Slanted Equal To + Combining Long Solidus Overlay / Non-Spacing
Long Slash Overlay)"
},
"\\geqslant": {
"prefix": "\\geqslant",
"body": [
"",
],
"description": "\\geqslant : ⩾ (Greater-Than Or Slanted Equal To)"
},
"\\ngeqslant": {
"prefix": "\\ngeqslant",
"body": [
"⩾̸",
],
"description": "\\ngeqslant : ⩾̸ (Greater-Than Or Slanted Equal To + Combining Long Solidus Overlay / Non-Spacing
Long Slash Overlay)"
},
"\\lesdot": {
"prefix": "\\lesdot",
"body": [
"⩿",
],
"description": "\\lesdot : ⩿ (Less-Than Or Slanted Equal To With Dot Inside)"
},
"\\gesdot": {
"prefix": "\\gesdot",
"body": [
"",
],
"description": "\\gesdot : ⪀ (Greater-Than Or Slanted Equal To With Dot Inside)"
},
"\\lesdoto": {
"prefix": "\\lesdoto",
"body": [
"",
],
"description": "\\lesdoto : ⪁ (Less-Than Or Slanted Equal To With Dot Above)"
},
"\\gesdoto": {
"prefix": "\\gesdoto",
"body": [
"",
],
"description": "\\gesdoto : ⪂ (Greater-Than Or Slanted Equal To With Dot Above)"
},
"\\lesdotor": {
"prefix": "\\lesdotor",
"body": [
"",
],
"description": "\\lesdotor : ⪃ (Less-Than Or Slanted Equal To With Dot Above Right)"
},
"\\gesdotol": {
"prefix": "\\gesdotol",
"body": [
"",
],
"description": "\\gesdotol : ⪄ (Greater-Than Or Slanted Equal To With Dot Above Left)"
},
"\\lessapprox": {
"prefix": "\\lessapprox",
"body": [
"",
],
"description": "\\lessapprox : ⪅ (Less-Than Or Approximate)"
},
"\\gtrapprox": {
"prefix": "\\gtrapprox",
"body": [
"",
],
"description": "\\gtrapprox : ⪆ (Greater-Than Or Approximate)"
},
"\\lneq": {
"prefix": "\\lneq",
"body": [
"",
],
"description": "\\lneq : ⪇ (Less-Than And Single-Line Not Equal To)"
},
"\\gneq": {
"prefix": "\\gneq",
"body": [
"",
],
"description": "\\gneq : ⪈ (Greater-Than And Single-Line Not Equal To)"
},
"\\lnapprox": {
"prefix": "\\lnapprox",
"body": [
"",
],
"description": "\\lnapprox : ⪉ (Less-Than And Not Approximate)"
},
"\\gnapprox": {
"prefix": "\\gnapprox",
"body": [
"",
],
"description": "\\gnapprox : ⪊ (Greater-Than And Not Approximate)"
},
"\\lesseqqgtr": {
"prefix": "\\lesseqqgtr",
"body": [
"",
],
"description": "\\lesseqqgtr : ⪋ (Less-Than Above Double-Line Equal Above Greater-Than)"
},
"\\gtreqqless": {
"prefix": "\\gtreqqless",
"body": [
"",
],
"description": "\\gtreqqless : ⪌ (Greater-Than Above Double-Line Equal Above Less-Than)"
},
"\\lsime": {
"prefix": "\\lsime",
"body": [
"",
],
"description": "\\lsime : ⪍ (Less-Than Above Similar Or Equal)"
},
"\\gsime": {
"prefix": "\\gsime",
"body": [
"",
],
"description": "\\gsime : ⪎ (Greater-Than Above Similar Or Equal)"
},
"\\lsimg": {
"prefix": "\\lsimg",
"body": [
"",
],
"description": "\\lsimg : ⪏ (Less-Than Above Similar Above Greater-Than)"
},
"\\gsiml": {
"prefix": "\\gsiml",
"body": [
"",
],
"description": "\\gsiml : ⪐ (Greater-Than Above Similar Above Less-Than)"
},
"\\lgE": {
"prefix": "\\lgE",
"body": [
"",
],
"description": "\\lgE : ⪑ (Less-Than Above Greater-Than Above Double-Line Equal)"
},
"\\glE": {
"prefix": "\\glE",
"body": [
"",
],
"description": "\\glE : ⪒ (Greater-Than Above Less-Than Above Double-Line Equal)"
},
"\\lesges": {
"prefix": "\\lesges",
"body": [
"",
],
"description": "\\lesges : ⪓ (Less-Than Above Slanted Equal Above Greater-Than Above Slanted Equal)"
},
"\\gesles": {
"prefix": "\\gesles",
"body": [
"",
],
"description": "\\gesles : ⪔ (Greater-Than Above Slanted Equal Above Less-Than Above Slanted Equal)"
},
"\\eqslantless": {
"prefix": "\\eqslantless",
"body": [
"",
],
"description": "\\eqslantless : ⪕ (Slanted Equal To Or Less-Than)"
},
"\\eqslantgtr": {
"prefix": "\\eqslantgtr",
"body": [
"",
],
"description": "\\eqslantgtr : ⪖ (Slanted Equal To Or Greater-Than)"
},
"\\elsdot": {
"prefix": "\\elsdot",
"body": [
"",
],
"description": "\\elsdot : ⪗ (Slanted Equal To Or Less-Than With Dot Inside)"
},
"\\egsdot": {
"prefix": "\\egsdot",
"body": [
"",
],
"description": "\\egsdot : ⪘ (Slanted Equal To Or Greater-Than With Dot Inside)"
},
"\\eqqless": {
"prefix": "\\eqqless",
"body": [
"",
],
"description": "\\eqqless : ⪙ (Double-Line Equal To Or Less-Than)"
},
"\\eqqgtr": {
"prefix": "\\eqqgtr",
"body": [
"",
],
"description": "\\eqqgtr : ⪚ (Double-Line Equal To Or Greater-Than)"
},
"\\eqqslantless": {
"prefix": "\\eqqslantless",
"body": [
"",
],
"description": "\\eqqslantless : ⪛ (Double-Line Slanted Equal To Or Less-Than)"
},
"\\eqqslantgtr": {
"prefix": "\\eqqslantgtr",
"body": [
"",
],
"description": "\\eqqslantgtr : ⪜ (Double-Line Slanted Equal To Or Greater-Than)"
},
"\\simless": {
"prefix": "\\simless",
"body": [
"",
],
"description": "\\simless : ⪝ (Similar Or Less-Than)"
},
"\\simgtr": {
"prefix": "\\simgtr",
"body": [
"",
],
"description": "\\simgtr : ⪞ (Similar Or Greater-Than)"
},
"\\simlE": {
"prefix": "\\simlE",
"body": [
"",
],
"description": "\\simlE : ⪟ (Similar Above Less-Than Above Equals Sign)"
},
"\\simgE": {
"prefix": "\\simgE",
"body": [
"",
],
"description": "\\simgE : ⪠ (Similar Above Greater-Than Above Equals Sign)"
},
"\\NestedLessLess": {
"prefix": "\\NestedLessLess",
"body": [
"",
],
"description": "\\NestedLessLess : ⪡ (Double Nested Less-Than)"
},
"\\NotNestedLessLess": {
"prefix": "\\NotNestedLessLess",
"body": [
"⪡̸",
],
"description": "\\NotNestedLessLess : ⪡̸ (Double Nested Less-Than + Combining Long Solidus Overlay / Non-Spacing Long
Slash Overlay)"
},
"\\NestedGreaterGreater": {
"prefix": "\\NestedGreaterGreater",
"body": [
"",
],
"description": "\\NestedGreaterGreater : ⪢ (Double Nested Greater-Than)"
},
"\\NotNestedGreaterGreater": {
"prefix": "\\NotNestedGreaterGreater",
"body": [
"⪢̸",
],
"description": "\\NotNestedGreaterGreater : ⪢̸ (Double Nested Greater-Than + Combining Long Solidus Overlay / Non-Spacing Long
Slash Overlay)"
},
"\\partialmeetcontraction": {
"prefix": "\\partialmeetcontraction",
"body": [
"",
],
"description": "\\partialmeetcontraction : ⪣ (Double Nested Less-Than With Underbar)"
},
"\\glj": {
"prefix": "\\glj",
"body": [
"",
],
"description": "\\glj : ⪤ (Greater-Than Overlapping Less-Than)"
},
"\\gla": {
"prefix": "\\gla",
"body": [
"",
],
"description": "\\gla : ⪥ (Greater-Than Beside Less-Than)"
},
"\\ltcc": {
"prefix": "\\ltcc",
"body": [
"",
],
"description": "\\ltcc : ⪦ (Less-Than Closed By Curve)"
},
"\\gtcc": {
"prefix": "\\gtcc",
"body": [
"",
],
"description": "\\gtcc : ⪧ (Greater-Than Closed By Curve)"
},
"\\lescc": {
"prefix": "\\lescc",
"body": [
"",
],
"description": "\\lescc : ⪨ (Less-Than Closed By Curve Above Slanted Equal)"
},
"\\gescc": {
"prefix": "\\gescc",
"body": [
"",
],
"description": "\\gescc : ⪩ (Greater-Than Closed By Curve Above Slanted Equal)"
},
"\\smt": {
"prefix": "\\smt",
"body": [
"",
],
"description": "\\smt : ⪪ (Smaller Than)"
},
"\\lat": {
"prefix": "\\lat",
"body": [
"",
],
"description": "\\lat : ⪫ (Larger Than)"
},
"\\smte": {
"prefix": "\\smte",
"body": [
"",
],
"description": "\\smte : ⪬ (Smaller Than Or Equal To)"
},
"\\late": {
"prefix": "\\late",
"body": [
"",
],
"description": "\\late : ⪭ (Larger Than Or Equal To)"
},
"\\bumpeqq": {
"prefix": "\\bumpeqq",
"body": [
"",
],
"description": "\\bumpeqq : ⪮ (Equals Sign With Bumpy Above)"
},
"\\preceq": {
"prefix": "\\preceq",
"body": [
"",
],
"description": "\\preceq : ⪯ (Precedes Above Single-Line Equals Sign)"
},
"\\npreceq": {
"prefix": "\\npreceq",
"body": [
"⪯̸",
],
"description": "\\npreceq : ⪯̸ (Precedes Above Single-Line Equals Sign + Combining Long Solidus Overlay /
Non-Spacing Long Slash Overlay)"
},
"\\succeq": {
"prefix": "\\succeq",
"body": [
"",
],
"description": "\\succeq : ⪰ (Succeeds Above Single-Line Equals Sign)"
},
"\\nsucceq": {
"prefix": "\\nsucceq",
"body": [
"⪰̸",
],
"description": "\\nsucceq : ⪰̸ (Succeeds Above Single-Line Equals Sign + Combining Long Solidus Overlay /
Non-Spacing Long Slash Overlay)"
},
"\\precneq": {
"prefix": "\\precneq",
"body": [
"",
],
"description": "\\precneq : ⪱ (Precedes Above Single-Line Not Equal To)"
},
"\\succneq": {
"prefix": "\\succneq",
"body": [
"",
],
"description": "\\succneq : ⪲ (Succeeds Above Single-Line Not Equal To)"
},
"\\preceqq": {
"prefix": "\\preceqq",
"body": [
"",
],
"description": "\\preceqq : ⪳ (Precedes Above Equals Sign)"
},
"\\succeqq": {
"prefix": "\\succeqq",
"body": [
"",
],
"description": "\\succeqq : ⪴ (Succeeds Above Equals Sign)"
},
"\\precneqq": {
"prefix": "\\precneqq",
"body": [
"",
],
"description": "\\precneqq : ⪵ (Precedes Above Not Equal To)"
},
"\\succneqq": {
"prefix": "\\succneqq",
"body": [
"",
],
"description": "\\succneqq : ⪶ (Succeeds Above Not Equal To)"
},
"\\precapprox": {
"prefix": "\\precapprox",
"body": [
"",
],
"description": "\\precapprox : ⪷ (Precedes Above Almost Equal To)"
},
"\\succapprox": {
"prefix": "\\succapprox",
"body": [
"",
],
"description": "\\succapprox : ⪸ (Succeeds Above Almost Equal To)"
},
"\\precnapprox": {
"prefix": "\\precnapprox",
"body": [
"",
],
"description": "\\precnapprox : ⪹ (Precedes Above Not Almost Equal To)"
},
"\\succnapprox": {
"prefix": "\\succnapprox",
"body": [
"",
],
"description": "\\succnapprox : ⪺ (Succeeds Above Not Almost Equal To)"
},
"\\Prec": {
"prefix": "\\Prec",
"body": [
"",
],
"description": "\\Prec : ⪻ (Double Precedes)"
},
"\\Succ": {
"prefix": "\\Succ",
"body": [
"",
],
"description": "\\Succ : ⪼ (Double Succeeds)"
},
"\\subsetdot": {
"prefix": "\\subsetdot",
"body": [
"",
],
"description": "\\subsetdot : ⪽ (Subset With Dot)"
},
"\\supsetdot": {
"prefix": "\\supsetdot",
"body": [
"",
],
"description": "\\supsetdot : ⪾ (Superset With Dot)"
},
"\\subsetplus": {
"prefix": "\\subsetplus",
"body": [
"⪿",
],
"description": "\\subsetplus : ⪿ (Subset With Plus Sign Below)"
},
"\\supsetplus": {
"prefix": "\\supsetplus",
"body": [
"",
],
"description": "\\supsetplus : ⫀ (Superset With Plus Sign Below)"
},
"\\submult": {
"prefix": "\\submult",
"body": [
"",
],
"description": "\\submult : ⫁ (Subset With Multiplication Sign Below)"
},
"\\supmult": {
"prefix": "\\supmult",
"body": [
"",
],
"description": "\\supmult : ⫂ (Superset With Multiplication Sign Below)"
},
"\\subedot": {
"prefix": "\\subedot",
"body": [
"",
],
"description": "\\subedot : ⫃ (Subset Of Or Equal To With Dot Above)"
},
"\\supedot": {
"prefix": "\\supedot",
"body": [
"",
],
"description": "\\supedot : ⫄ (Superset Of Or Equal To With Dot Above)"
},
"\\subseteqq": {
"prefix": "\\subseteqq",
"body": [
"",
],
"description": "\\subseteqq : ⫅ (Subset Of Above Equals Sign)"
},
"\\nsubseteqq": {
"prefix": "\\nsubseteqq",
"body": [
"⫅̸",
],
"description": "\\nsubseteqq : ⫅̸ (Subset Of Above Equals Sign + Combining Long Solidus Overlay / Non-Spacing Long
Slash Overlay)"
},
"\\supseteqq": {
"prefix": "\\supseteqq",
"body": [
"",
],
"description": "\\supseteqq : ⫆ (Superset Of Above Equals Sign)"
},
"\\nsupseteqq": {
"prefix": "\\nsupseteqq",
"body": [
"⫆̸",
],
"description": "\\nsupseteqq : ⫆̸ (Superset Of Above Equals Sign + Combining Long Solidus Overlay / Non-Spacing
Long Slash Overlay)"
},
"\\subsim": {
"prefix": "\\subsim",
"body": [
"",
],
"description": "\\subsim : ⫇ (Subset Of Above Tilde Operator)"
},
"\\supsim": {
"prefix": "\\supsim",
"body": [
"",
],
"description": "\\supsim : ⫈ (Superset Of Above Tilde Operator)"
},
"\\subsetapprox": {
"prefix": "\\subsetapprox",
"body": [
"",
],
"description": "\\subsetapprox : ⫉ (Subset Of Above Almost Equal To)"
},
"\\supsetapprox": {
"prefix": "\\supsetapprox",
"body": [
"",
],
"description": "\\supsetapprox : ⫊ (Superset Of Above Almost Equal To)"
},
"\\subsetneqq": {
"prefix": "\\subsetneqq",
"body": [
"",
],
"description": "\\subsetneqq : ⫋ (Subset Of Above Not Equal To)"
},
"\\supsetneqq": {
"prefix": "\\supsetneqq",
"body": [
"",
],
"description": "\\supsetneqq : ⫌ (Superset Of Above Not Equal To)"
},
"\\lsqhook": {
"prefix": "\\lsqhook",
"body": [
"",
],
"description": "\\lsqhook : ⫍ (Square Left Open Box Operator)"
},
"\\rsqhook": {
"prefix": "\\rsqhook",
"body": [
"",
],
"description": "\\rsqhook : ⫎ (Square Right Open Box Operator)"
},
"\\csub": {
"prefix": "\\csub",
"body": [
"",
],
"description": "\\csub : ⫏ (Closed Subset)"
},
"\\csup": {
"prefix": "\\csup",
"body": [
"",
],
"description": "\\csup : ⫐ (Closed Superset)"
},
"\\csube": {
"prefix": "\\csube",
"body": [
"",
],
"description": "\\csube : ⫑ (Closed Subset Or Equal To)"
},
"\\csupe": {
"prefix": "\\csupe",
"body": [
"",
],
"description": "\\csupe : ⫒ (Closed Superset Or Equal To)"
},
"\\subsup": {
"prefix": "\\subsup",
"body": [
"",
],
"description": "\\subsup : ⫓ (Subset Above Superset)"
},
"\\supsub": {
"prefix": "\\supsub",
"body": [
"",
],
"description": "\\supsub : ⫔ (Superset Above Subset)"
},
"\\subsub": {
"prefix": "\\subsub",
"body": [
"",
],
"description": "\\subsub : ⫕ (Subset Above Subset)"
},
"\\supsup": {
"prefix": "\\supsup",
"body": [
"",
],
"description": "\\supsup : ⫖ (Superset Above Superset)"
},
"\\suphsub": {
"prefix": "\\suphsub",
"body": [
"",
],
"description": "\\suphsub : ⫗ (Superset Beside Subset)"
},
"\\supdsub": {
"prefix": "\\supdsub",
"body": [
"",
],
"description": "\\supdsub : ⫘ (Superset Beside And Joined By Dash With Subset)"
},
"\\forkv": {
"prefix": "\\forkv",
"body": [
"",
],
"description": "\\forkv : ⫙ (Element Of Opening Downwards)"
},
"\\mlcp": {
"prefix": "\\mlcp",
"body": [
"",
],
"description": "\\mlcp : ⫛ (Transversal Intersection)"
},
"\\forks": {
"prefix": "\\forks",
"body": [
"",
],
"description": "\\forks : ⫝̸ (Forking)"
},
"\\forksnot": {
"prefix": "\\forksnot",
"body": [
"",
],
"description": "\\forksnot : ⫝ (Nonforking)"
},
"\\dashV": {
"prefix": "\\dashV",
"body": [
"",
],
"description": "\\dashV : ⫣ (Double Vertical Bar Left Turnstile)"
},
"\\Dashv": {
"prefix": "\\Dashv",
"body": [
"",
],
"description": "\\Dashv : ⫤ (Vertical Bar Double Left Turnstile)"
},
"\\interleave": {
"prefix": "\\interleave",
"body": [
"",
],
"description": "\\interleave : ⫴ (Triple Vertical Bar Binary Relation)"
},
"\\tdcol": {
"prefix": "\\tdcol",
"body": [
"",
],
"description": "\\tdcol : ⫶ (Triple Colon Operator)"
},
"\\lllnest": {
"prefix": "\\lllnest",
"body": [
"",
],
"description": "\\lllnest : ⫷ (Triple Nested Less-Than)"
},
"\\gggnest": {
"prefix": "\\gggnest",
"body": [
"",
],
"description": "\\gggnest : ⫸ (Triple Nested Greater-Than)"
},
"\\leqqslant": {
"prefix": "\\leqqslant",
"body": [
"",
],
"description": "\\leqqslant : ⫹ (Double-Line Slanted Less-Than Or Equal To)"
},
"\\geqqslant": {
"prefix": "\\geqqslant",
"body": [
"",
],
"description": "\\geqqslant : ⫺ (Double-Line Slanted Greater-Than Or Equal To)"
},
"\\:arrow_left:": {
"prefix": "\\:arrow_left:",
"body": [
"",
],
"description": "\\:arrow_left: : ⬅ (Leftwards Black Arrow)"
},
"\\:arrow_up:": {
"prefix": "\\:arrow_up:",
"body": [
"",
],
"description": "\\:arrow_up: : ⬆ (Upwards Black Arrow)"
},
"\\:arrow_down:": {
"prefix": "\\:arrow_down:",
"body": [
"",
],
"description": "\\:arrow_down: : ⬇ (Downwards Black Arrow)"
},
"\\squaretopblack": {
"prefix": "\\squaretopblack",
"body": [
"",
],
"description": "\\squaretopblack : ⬒ (Square With Top Half Black)"
},
"\\squarebotblack": {
"prefix": "\\squarebotblack",
"body": [
"",
],
"description": "\\squarebotblack : ⬓ (Square With Bottom Half Black)"
},
"\\squareurblack": {
"prefix": "\\squareurblack",
"body": [
"",
],
"description": "\\squareurblack : ⬔ (Square With Upper Right Diagonal Half Black)"
},
"\\squarellblack": {
"prefix": "\\squarellblack",
"body": [
"",
],
"description": "\\squarellblack : ⬕ (Square With Lower Left Diagonal Half Black)"
},
"\\diamondleftblack": {
"prefix": "\\diamondleftblack",
"body": [
"",
],
"description": "\\diamondleftblack : ⬖ (Diamond With Left Half Black)"
},
"\\diamondrightblack": {
"prefix": "\\diamondrightblack",
"body": [
"",
],
"description": "\\diamondrightblack : ⬗ (Diamond With Right Half Black)"
},
"\\diamondtopblack": {
"prefix": "\\diamondtopblack",
"body": [
"",
],
"description": "\\diamondtopblack : ⬘ (Diamond With Top Half Black)"
},
"\\diamondbotblack": {
"prefix": "\\diamondbotblack",
"body": [
"",
],
"description": "\\diamondbotblack : ⬙ (Diamond With Bottom Half Black)"
},
"\\dottedsquare": {
"prefix": "\\dottedsquare",
"body": [
"",
],
"description": "\\dottedsquare : ⬚ (Dotted Square)"
},
"\\lgblksquare, \\:black_large_square:": {
"prefix": "\\lgblksquare, \\:black_large_square:",
"body": [
"",
],
"description": "\\lgblksquare, \\:black_large_square: : ⬛ (Black Large Square)"
},
"\\lgwhtsquare, \\:white_large_square:": {
"prefix": "\\lgwhtsquare, \\:white_large_square:",
"body": [
"",
],
"description": "\\lgwhtsquare, \\:white_large_square: : ⬜ (White Large Square)"
},
"\\vysmblksquare": {
"prefix": "\\vysmblksquare",
"body": [
"",
],
"description": "\\vysmblksquare : ⬝ (Black Very Small Square)"
},
"\\vysmwhtsquare": {
"prefix": "\\vysmwhtsquare",
"body": [
"",
],
"description": "\\vysmwhtsquare : ⬞ (White Very Small Square)"
},
"\\pentagonblack": {
"prefix": "\\pentagonblack",
"body": [
"",
],
"description": "\\pentagonblack : ⬟ (Black Pentagon)"
},
"\\pentagon": {
"prefix": "\\pentagon",
"body": [
"",
],
"description": "\\pentagon : ⬠ (White Pentagon)"
},
"\\varhexagon": {
"prefix": "\\varhexagon",
"body": [
"",
],
"description": "\\varhexagon : ⬡ (White Hexagon)"
},
"\\varhexagonblack": {
"prefix": "\\varhexagonblack",
"body": [
"",
],
"description": "\\varhexagonblack : ⬢ (Black Hexagon)"
},
"\\hexagonblack": {
"prefix": "\\hexagonblack",
"body": [
"",
],
"description": "\\hexagonblack : ⬣ (Horizontal Black Hexagon)"
},
"\\lgblkcircle": {
"prefix": "\\lgblkcircle",
"body": [
"",
],
"description": "\\lgblkcircle : ⬤ (Black Large Circle)"
},
"\\mdblkdiamond": {
"prefix": "\\mdblkdiamond",
"body": [
"",
],
"description": "\\mdblkdiamond : ⬥ (Black Medium Diamond)"
},
"\\mdwhtdiamond": {
"prefix": "\\mdwhtdiamond",
"body": [
"",
],
"description": "\\mdwhtdiamond : ⬦ (White Medium Diamond)"
},
"\\mdblklozenge": {
"prefix": "\\mdblklozenge",
"body": [
"",
],
"description": "\\mdblklozenge : ⬧ (Black Medium Lozenge)"
},
"\\mdwhtlozenge": {
"prefix": "\\mdwhtlozenge",
"body": [
"",
],
"description": "\\mdwhtlozenge : ⬨ (White Medium Lozenge)"
},
"\\smblkdiamond": {
"prefix": "\\smblkdiamond",
"body": [
"",
],
"description": "\\smblkdiamond : ⬩ (Black Small Diamond)"
},
"\\smblklozenge": {
"prefix": "\\smblklozenge",
"body": [
"",
],
"description": "\\smblklozenge : ⬪ (Black Small Lozenge)"
},
"\\smwhtlozenge": {
"prefix": "\\smwhtlozenge",
"body": [
"",
],
"description": "\\smwhtlozenge : ⬫ (White Small Lozenge)"
},
"\\blkhorzoval": {
"prefix": "\\blkhorzoval",
"body": [
"",
],
"description": "\\blkhorzoval : ⬬ (Black Horizontal Ellipse)"
},
"\\whthorzoval": {
"prefix": "\\whthorzoval",
"body": [
"",
],
"description": "\\whthorzoval : ⬭ (White Horizontal Ellipse)"
},
"\\blkvertoval": {
"prefix": "\\blkvertoval",
"body": [
"",
],
"description": "\\blkvertoval : ⬮ (Black Vertical Ellipse)"
},
"\\whtvertoval": {
"prefix": "\\whtvertoval",
"body": [
"",
],
"description": "\\whtvertoval : ⬯ (White Vertical Ellipse)"
},
"\\circleonleftarrow": {
"prefix": "\\circleonleftarrow",
"body": [
"",
],
"description": "\\circleonleftarrow : ⬰ (Left Arrow With Small Circle)"
},
"\\leftthreearrows": {
"prefix": "\\leftthreearrows",
"body": [
"",
],
"description": "\\leftthreearrows : ⬱ (Three Leftwards Arrows)"
},
"\\leftarrowonoplus": {
"prefix": "\\leftarrowonoplus",
"body": [
"",
],
"description": "\\leftarrowonoplus : ⬲ (Left Arrow With Circled Plus)"
},
"\\longleftsquigarrow": {
"prefix": "\\longleftsquigarrow",
"body": [
"",
],
"description": "\\longleftsquigarrow : ⬳ (Long Leftwards Squiggle Arrow)"
},
"\\nvtwoheadleftarrow": {
"prefix": "\\nvtwoheadleftarrow",
"body": [
"",
],
"description": "\\nvtwoheadleftarrow : ⬴ (Leftwards Two-Headed Arrow With Vertical Stroke)"
},
"\\nVtwoheadleftarrow": {
"prefix": "\\nVtwoheadleftarrow",
"body": [
"",
],
"description": "\\nVtwoheadleftarrow : ⬵ (Leftwards Two-Headed Arrow With Double Vertical Stroke)"
},
"\\twoheadmapsfrom": {
"prefix": "\\twoheadmapsfrom",
"body": [
"",
],
"description": "\\twoheadmapsfrom : ⬶ (Leftwards Two-Headed Arrow From Bar)"
},
"\\twoheadleftdbkarrow": {
"prefix": "\\twoheadleftdbkarrow",
"body": [
"",
],
"description": "\\twoheadleftdbkarrow : ⬷ (Leftwards Two-Headed Triple Dash Arrow)"
},
"\\leftdotarrow": {
"prefix": "\\leftdotarrow",
"body": [
"",
],
"description": "\\leftdotarrow : ⬸ (Leftwards Arrow With Dotted Stem)"
},
"\\nvleftarrowtail": {
"prefix": "\\nvleftarrowtail",
"body": [
"",
],
"description": "\\nvleftarrowtail : ⬹ (Leftwards Arrow With Tail With Vertical Stroke)"
},
"\\nVleftarrowtail": {
"prefix": "\\nVleftarrowtail",
"body": [
"",
],
"description": "\\nVleftarrowtail : ⬺ (Leftwards Arrow With Tail With Double Vertical Stroke)"
},
"\\twoheadleftarrowtail": {
"prefix": "\\twoheadleftarrowtail",
"body": [
"",
],
"description": "\\twoheadleftarrowtail : ⬻ (Leftwards Two-Headed Arrow With Tail)"
},
"\\nvtwoheadleftarrowtail": {
"prefix": "\\nvtwoheadleftarrowtail",
"body": [
"",
],
"description": "\\nvtwoheadleftarrowtail : ⬼ (Leftwards Two-Headed Arrow With Tail With Vertical Stroke)"
},
"\\nVtwoheadleftarrowtail": {
"prefix": "\\nVtwoheadleftarrowtail",
"body": [
"",
],
"description": "\\nVtwoheadleftarrowtail : ⬽ (Leftwards Two-Headed Arrow With Tail With Double Vertical Stroke)"
},
"\\leftarrowx": {
"prefix": "\\leftarrowx",
"body": [
"",
],
"description": "\\leftarrowx : ⬾ (Leftwards Arrow Through X)"
},
"\\leftcurvedarrow": {
"prefix": "\\leftcurvedarrow",
"body": [
"⬿",
],
"description": "\\leftcurvedarrow : ⬿ (Wave Arrow Pointing Directly Left)"
},
"\\equalleftarrow": {
"prefix": "\\equalleftarrow",
"body": [
"",
],
"description": "\\equalleftarrow : ⭀ (Equals Sign Above Leftwards Arrow)"
},
"\\bsimilarleftarrow": {
"prefix": "\\bsimilarleftarrow",
"body": [
"",
],
"description": "\\bsimilarleftarrow : ⭁ (Reverse Tilde Operator Above Leftwards Arrow)"
},
"\\leftarrowbackapprox": {
"prefix": "\\leftarrowbackapprox",
"body": [
"",
],
"description": "\\leftarrowbackapprox : ⭂ (Leftwards Arrow Above Reverse Almost Equal To)"
},
"\\rightarrowgtr": {
"prefix": "\\rightarrowgtr",
"body": [
"",
],
"description": "\\rightarrowgtr : ⭃ (Rightwards Arrow Through Greater-Than)"
},
"\\rightarrowsupset": {
"prefix": "\\rightarrowsupset",
"body": [
"",
],
"description": "\\rightarrowsupset : ⭄ (Rightwards Arrow Through Superset)"
},
"\\LLeftarrow": {
"prefix": "\\LLeftarrow",
"body": [
"",
],
"description": "\\LLeftarrow : ⭅ (Leftwards Quadruple Arrow)"
},
"\\RRightarrow": {
"prefix": "\\RRightarrow",
"body": [
"",
],
"description": "\\RRightarrow : ⭆ (Rightwards Quadruple Arrow)"
},
"\\bsimilarrightarrow": {
"prefix": "\\bsimilarrightarrow",
"body": [
"",
],
"description": "\\bsimilarrightarrow : ⭇ (Reverse Tilde Operator Above Rightwards Arrow)"
},
"\\rightarrowbackapprox": {
"prefix": "\\rightarrowbackapprox",
"body": [
"",
],
"description": "\\rightarrowbackapprox : ⭈ (Rightwards Arrow Above Reverse Almost Equal To)"
},
"\\similarleftarrow": {
"prefix": "\\similarleftarrow",
"body": [
"",
],
"description": "\\similarleftarrow : ⭉ (Tilde Operator Above Leftwards Arrow)"
},
"\\leftarrowapprox": {
"prefix": "\\leftarrowapprox",
"body": [
"",
],
"description": "\\leftarrowapprox : ⭊ (Leftwards Arrow Above Almost Equal To)"
},
"\\leftarrowbsimilar": {
"prefix": "\\leftarrowbsimilar",
"body": [
"",
],
"description": "\\leftarrowbsimilar : ⭋ (Leftwards Arrow Above Reverse Tilde Operator)"
},
"\\rightarrowbsimilar": {
"prefix": "\\rightarrowbsimilar",
"body": [
"",
],
"description": "\\rightarrowbsimilar : ⭌ (Rightwards Arrow Above Reverse Tilde Operator)"
},
"\\medwhitestar, \\:star:": {
"prefix": "\\medwhitestar, \\:star:",
"body": [
"",
],
"description": "\\medwhitestar, \\:star: : ⭐ (White Medium Star)"
},
"\\medblackstar": {
"prefix": "\\medblackstar",
"body": [
"",
],
"description": "\\medblackstar : ⭑ (Black Small Star)"
},
"\\smwhitestar": {
"prefix": "\\smwhitestar",
"body": [
"",
],
"description": "\\smwhitestar : ⭒ (White Small Star)"
},
"\\rightpentagonblack": {
"prefix": "\\rightpentagonblack",
"body": [
"",
],
"description": "\\rightpentagonblack : ⭓ (Black Right-Pointing Pentagon)"
},
"\\rightpentagon": {
"prefix": "\\rightpentagon",
"body": [
"",
],
"description": "\\rightpentagon : ⭔ (White Right-Pointing Pentagon)"
},
"\\:o:": {
"prefix": "\\:o:",
"body": [
"",
],
"description": "\\:o: : ⭕ (Heavy Large Circle)"
},
"\\_j": {
"prefix": "\\_j",
"body": [
"",
],
"description": "\\_j : ⱼ (Latin Subscript Small Letter J)"
},
"\\^V": {
"prefix": "\\^V",
"body": [
"",
],
"description": "\\^V : ⱽ (Modifier Letter Capital V)"
},
"\\postalmark": {
"prefix": "\\postalmark",
"body": [
"",
],
"description": "\\postalmark : 〒 (Postal Mark)"
},
"\\:wavy_dash:": {
"prefix": "\\:wavy_dash:",
"body": [
"",
],
"description": "\\:wavy_dash: : 〰 (Wavy Dash)"
},
"\\:part_alternation_mark:": {
"prefix": "\\:part_alternation_mark:",
"body": [
"",
],
"description": "\\:part_alternation_mark: : 〽 (Part Alternation Mark)"
},
"\\:congratulations:": {
"prefix": "\\:congratulations:",
"body": [
"",
],
"description": "\\:congratulations: : ㊗ (Circled Ideograph Congratulation)"
},
"\\:secret:": {
"prefix": "\\:secret:",
"body": [
"",
],
"description": "\\:secret: : ㊙ (Circled Ideograph Secret)"
},
"\\^uparrow": {
"prefix": "\\^uparrow",
"body": [
"",
],
"description": "\\^uparrow : ꜛ (Modifier Letter Raised Up Arrow)"
},
"\\^downarrow": {
"prefix": "\\^downarrow",
"body": [
"",
],
"description": "\\^downarrow : ꜜ (Modifier Letter Raised Down Arrow)"
},
"\\^!": {
"prefix": "\\^!",
"body": [
"",
],
"description": "\\^! : ꜝ (Modifier Letter Raised Exclamation Mark)"
},
"\\bfA": {
"prefix": "\\bfA",
"body": [
"𝐀",
],
"description": "\\bfA : 𝐀 (Mathematical Bold Capital A)"
},
"\\bfB": {
"prefix": "\\bfB",
"body": [
"𝐁",
],
"description": "\\bfB : 𝐁 (Mathematical Bold Capital B)"
},
"\\bfC": {
"prefix": "\\bfC",
"body": [
"𝐂",
],
"description": "\\bfC : 𝐂 (Mathematical Bold Capital C)"
},
"\\bfD": {
"prefix": "\\bfD",
"body": [
"𝐃",
],
"description": "\\bfD : 𝐃 (Mathematical Bold Capital D)"
},
"\\bfE": {
"prefix": "\\bfE",
"body": [
"𝐄",
],
"description": "\\bfE : 𝐄 (Mathematical Bold Capital E)"
},
"\\bfF": {
"prefix": "\\bfF",
"body": [
"𝐅",
],
"description": "\\bfF : 𝐅 (Mathematical Bold Capital F)"
},
"\\bfG": {
"prefix": "\\bfG",
"body": [
"𝐆",
],
"description": "\\bfG : 𝐆 (Mathematical Bold Capital G)"
},
"\\bfH": {
"prefix": "\\bfH",
"body": [
"𝐇",
],
"description": "\\bfH : 𝐇 (Mathematical Bold Capital H)"
},
"\\bfI": {
"prefix": "\\bfI",
"body": [
"𝐈",
],
"description": "\\bfI : 𝐈 (Mathematical Bold Capital I)"
},
"\\bfJ": {
"prefix": "\\bfJ",
"body": [
"𝐉",
],
"description": "\\bfJ : 𝐉 (Mathematical Bold Capital J)"
},
"\\bfK": {
"prefix": "\\bfK",
"body": [
"𝐊",
],
"description": "\\bfK : 𝐊 (Mathematical Bold Capital K)"
},
"\\bfL": {
"prefix": "\\bfL",
"body": [
"𝐋",
],
"description": "\\bfL : 𝐋 (Mathematical Bold Capital L)"
},
"\\bfM": {
"prefix": "\\bfM",
"body": [
"𝐌",
],
"description": "\\bfM : 𝐌 (Mathematical Bold Capital M)"
},
"\\bfN": {
"prefix": "\\bfN",
"body": [
"𝐍",
],
"description": "\\bfN : 𝐍 (Mathematical Bold Capital N)"
},
"\\bfO": {
"prefix": "\\bfO",
"body": [
"𝐎",
],
"description": "\\bfO : 𝐎 (Mathematical Bold Capital O)"
},
"\\bfP": {
"prefix": "\\bfP",
"body": [
"𝐏",
],
"description": "\\bfP : 𝐏 (Mathematical Bold Capital P)"
},
"\\bfQ": {
"prefix": "\\bfQ",
"body": [
"𝐐",
],
"description": "\\bfQ : 𝐐 (Mathematical Bold Capital Q)"
},
"\\bfR": {
"prefix": "\\bfR",
"body": [
"𝐑",
],
"description": "\\bfR : 𝐑 (Mathematical Bold Capital R)"
},
"\\bfS": {
"prefix": "\\bfS",
"body": [
"𝐒",
],
"description": "\\bfS : 𝐒 (Mathematical Bold Capital S)"
},
"\\bfT": {
"prefix": "\\bfT",
"body": [
"𝐓",
],
"description": "\\bfT : 𝐓 (Mathematical Bold Capital T)"
},
"\\bfU": {
"prefix": "\\bfU",
"body": [
"𝐔",
],
"description": "\\bfU : 𝐔 (Mathematical Bold Capital U)"
},
"\\bfV": {
"prefix": "\\bfV",
"body": [
"𝐕",
],
"description": "\\bfV : 𝐕 (Mathematical Bold Capital V)"
},
"\\bfW": {
"prefix": "\\bfW",
"body": [
"𝐖",
],
"description": "\\bfW : 𝐖 (Mathematical Bold Capital W)"
},
"\\bfX": {
"prefix": "\\bfX",
"body": [
"𝐗",
],
"description": "\\bfX : 𝐗 (Mathematical Bold Capital X)"
},
"\\bfY": {
"prefix": "\\bfY",
"body": [
"𝐘",
],
"description": "\\bfY : 𝐘 (Mathematical Bold Capital Y)"
},
"\\bfZ": {
"prefix": "\\bfZ",
"body": [
"𝐙",
],
"description": "\\bfZ : 𝐙 (Mathematical Bold Capital Z)"
},
"\\bfa": {
"prefix": "\\bfa",
"body": [
"𝐚",
],
"description": "\\bfa : 𝐚 (Mathematical Bold Small A)"
},
"\\bfb": {
"prefix": "\\bfb",
"body": [
"𝐛",
],
"description": "\\bfb : 𝐛 (Mathematical Bold Small B)"
},
"\\bfc": {
"prefix": "\\bfc",
"body": [
"𝐜",
],
"description": "\\bfc : 𝐜 (Mathematical Bold Small C)"
},
"\\bfd": {
"prefix": "\\bfd",
"body": [
"𝐝",
],
"description": "\\bfd : 𝐝 (Mathematical Bold Small D)"
},
"\\bfe": {
"prefix": "\\bfe",
"body": [
"𝐞",
],
"description": "\\bfe : 𝐞 (Mathematical Bold Small E)"
},
"\\bff": {
"prefix": "\\bff",
"body": [
"𝐟",
],
"description": "\\bff : 𝐟 (Mathematical Bold Small F)"
},
"\\bfg": {
"prefix": "\\bfg",
"body": [
"𝐠",
],
"description": "\\bfg : 𝐠 (Mathematical Bold Small G)"
},
"\\bfh": {
"prefix": "\\bfh",
"body": [
"𝐡",
],
"description": "\\bfh : 𝐡 (Mathematical Bold Small H)"
},
"\\bfi": {
"prefix": "\\bfi",
"body": [
"𝐢",
],
"description": "\\bfi : 𝐢 (Mathematical Bold Small I)"
},
"\\bfj": {
"prefix": "\\bfj",
"body": [
"𝐣",
],
"description": "\\bfj : 𝐣 (Mathematical Bold Small J)"
},
"\\bfk": {
"prefix": "\\bfk",
"body": [
"𝐤",
],
"description": "\\bfk : 𝐤 (Mathematical Bold Small K)"
},
"\\bfl": {
"prefix": "\\bfl",
"body": [
"𝐥",
],
"description": "\\bfl : 𝐥 (Mathematical Bold Small L)"
},
"\\bfm": {
"prefix": "\\bfm",
"body": [
"𝐦",
],
"description": "\\bfm : 𝐦 (Mathematical Bold Small M)"
},
"\\bfn": {
"prefix": "\\bfn",
"body": [
"𝐧",
],
"description": "\\bfn : 𝐧 (Mathematical Bold Small N)"
},
"\\bfo": {
"prefix": "\\bfo",
"body": [
"𝐨",
],
"description": "\\bfo : 𝐨 (Mathematical Bold Small O)"
},
"\\bfp": {
"prefix": "\\bfp",
"body": [
"𝐩",
],
"description": "\\bfp : 𝐩 (Mathematical Bold Small P)"
},
"\\bfq": {
"prefix": "\\bfq",
"body": [
"𝐪",
],
"description": "\\bfq : 𝐪 (Mathematical Bold Small Q)"
},
"\\bfr": {
"prefix": "\\bfr",
"body": [
"𝐫",
],
"description": "\\bfr : 𝐫 (Mathematical Bold Small R)"
},
"\\bfs": {
"prefix": "\\bfs",
"body": [
"𝐬",
],
"description": "\\bfs : 𝐬 (Mathematical Bold Small S)"
},
"\\bft": {
"prefix": "\\bft",
"body": [
"𝐭",
],
"description": "\\bft : 𝐭 (Mathematical Bold Small T)"
},
"\\bfu": {
"prefix": "\\bfu",
"body": [
"𝐮",
],
"description": "\\bfu : 𝐮 (Mathematical Bold Small U)"
},
"\\bfv": {
"prefix": "\\bfv",
"body": [
"𝐯",
],
"description": "\\bfv : 𝐯 (Mathematical Bold Small V)"
},
"\\bfw": {
"prefix": "\\bfw",
"body": [
"𝐰",
],
"description": "\\bfw : 𝐰 (Mathematical Bold Small W)"
},
"\\bfx": {
"prefix": "\\bfx",
"body": [
"𝐱",
],
"description": "\\bfx : 𝐱 (Mathematical Bold Small X)"
},
"\\bfy": {
"prefix": "\\bfy",
"body": [
"𝐲",
],
"description": "\\bfy : 𝐲 (Mathematical Bold Small Y)"
},
"\\bfz": {
"prefix": "\\bfz",
"body": [
"𝐳",
],
"description": "\\bfz : 𝐳 (Mathematical Bold Small Z)"
},
"\\itA": {
"prefix": "\\itA",
"body": [
"𝐴",
],
"description": "\\itA : 𝐴 (Mathematical Italic Capital A)"
},
"\\itB": {
"prefix": "\\itB",
"body": [
"𝐵",
],
"description": "\\itB : 𝐵 (Mathematical Italic Capital B)"
},
"\\itC": {
"prefix": "\\itC",
"body": [
"𝐶",
],
"description": "\\itC : 𝐶 (Mathematical Italic Capital C)"
},
"\\itD": {
"prefix": "\\itD",
"body": [
"𝐷",
],
"description": "\\itD : 𝐷 (Mathematical Italic Capital D)"
},
"\\itE": {
"prefix": "\\itE",
"body": [
"𝐸",
],
"description": "\\itE : 𝐸 (Mathematical Italic Capital E)"
},
"\\itF": {
"prefix": "\\itF",
"body": [
"𝐹",
],
"description": "\\itF : 𝐹 (Mathematical Italic Capital F)"
},
"\\itG": {
"prefix": "\\itG",
"body": [
"𝐺",
],
"description": "\\itG : 𝐺 (Mathematical Italic Capital G)"
},
"\\itH": {
"prefix": "\\itH",
"body": [
"𝐻",
],
"description": "\\itH : 𝐻 (Mathematical Italic Capital H)"
},
"\\itI": {
"prefix": "\\itI",
"body": [
"𝐼",
],
"description": "\\itI : 𝐼 (Mathematical Italic Capital I)"
},
"\\itJ": {
"prefix": "\\itJ",
"body": [
"𝐽",
],
"description": "\\itJ : 𝐽 (Mathematical Italic Capital J)"
},
"\\itK": {
"prefix": "\\itK",
"body": [
"𝐾",
],
"description": "\\itK : 𝐾 (Mathematical Italic Capital K)"
},
"\\itL": {
"prefix": "\\itL",
"body": [
"𝐿",
],
"description": "\\itL : 𝐿 (Mathematical Italic Capital L)"
},
"\\itM": {
"prefix": "\\itM",
"body": [
"𝑀",
],
"description": "\\itM : 𝑀 (Mathematical Italic Capital M)"
},
"\\itN": {
"prefix": "\\itN",
"body": [
"𝑁",
],
"description": "\\itN : 𝑁 (Mathematical Italic Capital N)"
},
"\\itO": {
"prefix": "\\itO",
"body": [
"𝑂",
],
"description": "\\itO : 𝑂 (Mathematical Italic Capital O)"
},
"\\itP": {
"prefix": "\\itP",
"body": [
"𝑃",
],
"description": "\\itP : 𝑃 (Mathematical Italic Capital P)"
},
"\\itQ": {
"prefix": "\\itQ",
"body": [
"𝑄",
],
"description": "\\itQ : 𝑄 (Mathematical Italic Capital Q)"
},
"\\itR": {
"prefix": "\\itR",
"body": [
"𝑅",
],
"description": "\\itR : 𝑅 (Mathematical Italic Capital R)"
},
"\\itS": {
"prefix": "\\itS",
"body": [
"𝑆",
],
"description": "\\itS : 𝑆 (Mathematical Italic Capital S)"
},
"\\itT": {
"prefix": "\\itT",
"body": [
"𝑇",
],
"description": "\\itT : 𝑇 (Mathematical Italic Capital T)"
},
"\\itU": {
"prefix": "\\itU",
"body": [
"𝑈",
],
"description": "\\itU : 𝑈 (Mathematical Italic Capital U)"
},
"\\itV": {
"prefix": "\\itV",
"body": [
"𝑉",
],
"description": "\\itV : 𝑉 (Mathematical Italic Capital V)"
},
"\\itW": {
"prefix": "\\itW",
"body": [
"𝑊",
],
"description": "\\itW : 𝑊 (Mathematical Italic Capital W)"
},
"\\itX": {
"prefix": "\\itX",
"body": [
"𝑋",
],
"description": "\\itX : 𝑋 (Mathematical Italic Capital X)"
},
"\\itY": {
"prefix": "\\itY",
"body": [
"𝑌",
],
"description": "\\itY : 𝑌 (Mathematical Italic Capital Y)"
},
"\\itZ": {
"prefix": "\\itZ",
"body": [
"𝑍",
],
"description": "\\itZ : 𝑍 (Mathematical Italic Capital Z)"
},
"\\ita": {
"prefix": "\\ita",
"body": [
"𝑎",
],
"description": "\\ita : 𝑎 (Mathematical Italic Small A)"
},
"\\itb": {
"prefix": "\\itb",
"body": [
"𝑏",
],
"description": "\\itb : 𝑏 (Mathematical Italic Small B)"
},
"\\itc": {
"prefix": "\\itc",
"body": [
"𝑐",
],
"description": "\\itc : 𝑐 (Mathematical Italic Small C)"
},
"\\itd": {
"prefix": "\\itd",
"body": [
"𝑑",
],
"description": "\\itd : 𝑑 (Mathematical Italic Small D)"
},
"\\ite": {
"prefix": "\\ite",
"body": [
"𝑒",
],
"description": "\\ite : 𝑒 (Mathematical Italic Small E)"
},
"\\itf": {
"prefix": "\\itf",
"body": [
"𝑓",
],
"description": "\\itf : 𝑓 (Mathematical Italic Small F)"
},
"\\itg": {
"prefix": "\\itg",
"body": [
"𝑔",
],
"description": "\\itg : 𝑔 (Mathematical Italic Small G)"
},
"\\iti": {
"prefix": "\\iti",
"body": [
"𝑖",
],
"description": "\\iti : 𝑖 (Mathematical Italic Small I)"
},
"\\itj": {
"prefix": "\\itj",
"body": [
"𝑗",
],
"description": "\\itj : 𝑗 (Mathematical Italic Small J)"
},
"\\itk": {
"prefix": "\\itk",
"body": [
"𝑘",
],
"description": "\\itk : 𝑘 (Mathematical Italic Small K)"
},
"\\itl": {
"prefix": "\\itl",
"body": [
"𝑙",
],
"description": "\\itl : 𝑙 (Mathematical Italic Small L)"
},
"\\itm": {
"prefix": "\\itm",
"body": [
"𝑚",
],
"description": "\\itm : 𝑚 (Mathematical Italic Small M)"
},
"\\itn": {
"prefix": "\\itn",
"body": [
"𝑛",
],
"description": "\\itn : 𝑛 (Mathematical Italic Small N)"
},
"\\ito": {
"prefix": "\\ito",
"body": [
"𝑜",
],
"description": "\\ito : 𝑜 (Mathematical Italic Small O)"
},
"\\itp": {
"prefix": "\\itp",
"body": [
"𝑝",
],
"description": "\\itp : 𝑝 (Mathematical Italic Small P)"
},
"\\itq": {
"prefix": "\\itq",
"body": [
"𝑞",
],
"description": "\\itq : 𝑞 (Mathematical Italic Small Q)"
},
"\\itr": {
"prefix": "\\itr",
"body": [
"𝑟",
],
"description": "\\itr : 𝑟 (Mathematical Italic Small R)"
},
"\\its": {
"prefix": "\\its",
"body": [
"𝑠",
],
"description": "\\its : 𝑠 (Mathematical Italic Small S)"
},
"\\itt": {
"prefix": "\\itt",
"body": [
"𝑡",
],
"description": "\\itt : 𝑡 (Mathematical Italic Small T)"
},
"\\itu": {
"prefix": "\\itu",
"body": [
"𝑢",
],
"description": "\\itu : 𝑢 (Mathematical Italic Small U)"
},
"\\itv": {
"prefix": "\\itv",
"body": [
"𝑣",
],
"description": "\\itv : 𝑣 (Mathematical Italic Small V)"
},
"\\itw": {
"prefix": "\\itw",
"body": [
"𝑤",
],
"description": "\\itw : 𝑤 (Mathematical Italic Small W)"
},
"\\itx": {
"prefix": "\\itx",
"body": [
"𝑥",
],
"description": "\\itx : 𝑥 (Mathematical Italic Small X)"
},
"\\ity": {
"prefix": "\\ity",
"body": [
"𝑦",
],
"description": "\\ity : 𝑦 (Mathematical Italic Small Y)"
},
"\\itz": {
"prefix": "\\itz",
"body": [
"𝑧",
],
"description": "\\itz : 𝑧 (Mathematical Italic Small Z)"
},
"\\biA": {
"prefix": "\\biA",
"body": [
"𝑨",
],
"description": "\\biA : 𝑨 (Mathematical Bold Italic Capital A)"
},
"\\biB": {
"prefix": "\\biB",
"body": [
"𝑩",
],
"description": "\\biB : 𝑩 (Mathematical Bold Italic Capital B)"
},
"\\biC": {
"prefix": "\\biC",
"body": [
"𝑪",
],
"description": "\\biC : 𝑪 (Mathematical Bold Italic Capital C)"
},
"\\biD": {
"prefix": "\\biD",
"body": [
"𝑫",
],
"description": "\\biD : 𝑫 (Mathematical Bold Italic Capital D)"
},
"\\biE": {
"prefix": "\\biE",
"body": [
"𝑬",
],
"description": "\\biE : 𝑬 (Mathematical Bold Italic Capital E)"
},
"\\biF": {
"prefix": "\\biF",
"body": [
"𝑭",
],
"description": "\\biF : 𝑭 (Mathematical Bold Italic Capital F)"
},
"\\biG": {
"prefix": "\\biG",
"body": [
"𝑮",
],
"description": "\\biG : 𝑮 (Mathematical Bold Italic Capital G)"
},
"\\biH": {
"prefix": "\\biH",
"body": [
"𝑯",
],
"description": "\\biH : 𝑯 (Mathematical Bold Italic Capital H)"
},
"\\biI": {
"prefix": "\\biI",
"body": [
"𝑰",
],
"description": "\\biI : 𝑰 (Mathematical Bold Italic Capital I)"
},
"\\biJ": {
"prefix": "\\biJ",
"body": [
"𝑱",
],
"description": "\\biJ : 𝑱 (Mathematical Bold Italic Capital J)"
},
"\\biK": {
"prefix": "\\biK",
"body": [
"𝑲",
],
"description": "\\biK : 𝑲 (Mathematical Bold Italic Capital K)"
},
"\\biL": {
"prefix": "\\biL",
"body": [
"𝑳",
],
"description": "\\biL : 𝑳 (Mathematical Bold Italic Capital L)"
},
"\\biM": {
"prefix": "\\biM",
"body": [
"𝑴",
],
"description": "\\biM : 𝑴 (Mathematical Bold Italic Capital M)"
},
"\\biN": {
"prefix": "\\biN",
"body": [
"𝑵",
],
"description": "\\biN : 𝑵 (Mathematical Bold Italic Capital N)"
},
"\\biO": {
"prefix": "\\biO",
"body": [
"𝑶",
],
"description": "\\biO : 𝑶 (Mathematical Bold Italic Capital O)"
},
"\\biP": {
"prefix": "\\biP",
"body": [
"𝑷",
],
"description": "\\biP : 𝑷 (Mathematical Bold Italic Capital P)"
},
"\\biQ": {
"prefix": "\\biQ",
"body": [
"𝑸",
],
"description": "\\biQ : 𝑸 (Mathematical Bold Italic Capital Q)"
},
"\\biR": {
"prefix": "\\biR",
"body": [
"𝑹",
],
"description": "\\biR : 𝑹 (Mathematical Bold Italic Capital R)"
},
"\\biS": {
"prefix": "\\biS",
"body": [
"𝑺",
],
"description": "\\biS : 𝑺 (Mathematical Bold Italic Capital S)"
},
"\\biT": {
"prefix": "\\biT",
"body": [
"𝑻",
],
"description": "\\biT : 𝑻 (Mathematical Bold Italic Capital T)"
},
"\\biU": {
"prefix": "\\biU",
"body": [
"𝑼",
],
"description": "\\biU : 𝑼 (Mathematical Bold Italic Capital U)"
},
"\\biV": {
"prefix": "\\biV",
"body": [
"𝑽",
],
"description": "\\biV : 𝑽 (Mathematical Bold Italic Capital V)"
},
"\\biW": {
"prefix": "\\biW",
"body": [
"𝑾",
],
"description": "\\biW : 𝑾 (Mathematical Bold Italic Capital W)"
},
"\\biX": {
"prefix": "\\biX",
"body": [
"𝑿",
],
"description": "\\biX : 𝑿 (Mathematical Bold Italic Capital X)"
},
"\\biY": {
"prefix": "\\biY",
"body": [
"𝒀",
],
"description": "\\biY : 𝒀 (Mathematical Bold Italic Capital Y)"
},
"\\biZ": {
"prefix": "\\biZ",
"body": [
"𝒁",
],
"description": "\\biZ : 𝒁 (Mathematical Bold Italic Capital Z)"
},
"\\bia": {
"prefix": "\\bia",
"body": [
"𝒂",
],
"description": "\\bia : 𝒂 (Mathematical Bold Italic Small A)"
},
"\\bib": {
"prefix": "\\bib",
"body": [
"𝒃",
],
"description": "\\bib : 𝒃 (Mathematical Bold Italic Small B)"
},
"\\bic": {
"prefix": "\\bic",
"body": [
"𝒄",
],
"description": "\\bic : 𝒄 (Mathematical Bold Italic Small C)"
},
"\\bid": {
"prefix": "\\bid",
"body": [
"𝒅",
],
"description": "\\bid : 𝒅 (Mathematical Bold Italic Small D)"
},
"\\bie": {
"prefix": "\\bie",
"body": [
"𝒆",
],
"description": "\\bie : 𝒆 (Mathematical Bold Italic Small E)"
},
"\\bif": {
"prefix": "\\bif",
"body": [
"𝒇",
],
"description": "\\bif : 𝒇 (Mathematical Bold Italic Small F)"
},
"\\big": {
"prefix": "\\big",
"body": [
"𝒈",
],
"description": "\\big : 𝒈 (Mathematical Bold Italic Small G)"
},
"\\bih": {
"prefix": "\\bih",
"body": [
"𝒉",
],
"description": "\\bih : 𝒉 (Mathematical Bold Italic Small H)"
},
"\\bii": {
"prefix": "\\bii",
"body": [
"𝒊",
],
"description": "\\bii : 𝒊 (Mathematical Bold Italic Small I)"
},
"\\bij": {
"prefix": "\\bij",
"body": [
"𝒋",
],
"description": "\\bij : 𝒋 (Mathematical Bold Italic Small J)"
},
"\\bik": {
"prefix": "\\bik",
"body": [
"𝒌",
],
"description": "\\bik : 𝒌 (Mathematical Bold Italic Small K)"
},
"\\bil": {
"prefix": "\\bil",
"body": [
"𝒍",
],
"description": "\\bil : 𝒍 (Mathematical Bold Italic Small L)"
},
"\\bim": {
"prefix": "\\bim",
"body": [
"𝒎",
],
"description": "\\bim : 𝒎 (Mathematical Bold Italic Small M)"
},
"\\bin": {
"prefix": "\\bin",
"body": [
"𝒏",
],
"description": "\\bin : 𝒏 (Mathematical Bold Italic Small N)"
},
"\\bio": {
"prefix": "\\bio",
"body": [
"𝒐",
],
"description": "\\bio : 𝒐 (Mathematical Bold Italic Small O)"
},
"\\bip": {
"prefix": "\\bip",
"body": [
"𝒑",
],
"description": "\\bip : 𝒑 (Mathematical Bold Italic Small P)"
},
"\\biq": {
"prefix": "\\biq",
"body": [
"𝒒",
],
"description": "\\biq : 𝒒 (Mathematical Bold Italic Small Q)"
},
"\\bir": {
"prefix": "\\bir",
"body": [
"𝒓",
],
"description": "\\bir : 𝒓 (Mathematical Bold Italic Small R)"
},
"\\bis": {
"prefix": "\\bis",
"body": [
"𝒔",
],
"description": "\\bis : 𝒔 (Mathematical Bold Italic Small S)"
},
"\\bit": {
"prefix": "\\bit",
"body": [
"𝒕",
],
"description": "\\bit : 𝒕 (Mathematical Bold Italic Small T)"
},
"\\biu": {
"prefix": "\\biu",
"body": [
"𝒖",
],
"description": "\\biu : 𝒖 (Mathematical Bold Italic Small U)"
},
"\\biv": {
"prefix": "\\biv",
"body": [
"𝒗",
],
"description": "\\biv : 𝒗 (Mathematical Bold Italic Small V)"
},
"\\biw": {
"prefix": "\\biw",
"body": [
"𝒘",
],
"description": "\\biw : 𝒘 (Mathematical Bold Italic Small W)"
},
"\\bix": {
"prefix": "\\bix",
"body": [
"𝒙",
],
"description": "\\bix : 𝒙 (Mathematical Bold Italic Small X)"
},
"\\biy": {
"prefix": "\\biy",
"body": [
"𝒚",
],
"description": "\\biy : 𝒚 (Mathematical Bold Italic Small Y)"
},
"\\biz": {
"prefix": "\\biz",
"body": [
"𝒛",
],
"description": "\\biz : 𝒛 (Mathematical Bold Italic Small Z)"
},
"\\scrA": {
"prefix": "\\scrA",
"body": [
"𝒜",
],
"description": "\\scrA : 𝒜 (Mathematical Script Capital A)"
},
"\\scrC": {
"prefix": "\\scrC",
"body": [
"𝒞",
],
"description": "\\scrC : 𝒞 (Mathematical Script Capital C)"
},
"\\scrD": {
"prefix": "\\scrD",
"body": [
"𝒟",
],
"description": "\\scrD : 𝒟 (Mathematical Script Capital D)"
},
"\\scrG": {
"prefix": "\\scrG",
"body": [
"𝒢",
],
"description": "\\scrG : 𝒢 (Mathematical Script Capital G)"
},
"\\scrJ": {
"prefix": "\\scrJ",
"body": [
"𝒥",
],
"description": "\\scrJ : 𝒥 (Mathematical Script Capital J)"
},
"\\scrK": {
"prefix": "\\scrK",
"body": [
"𝒦",
],
"description": "\\scrK : 𝒦 (Mathematical Script Capital K)"
},
"\\scrN": {
"prefix": "\\scrN",
"body": [
"𝒩",
],
"description": "\\scrN : 𝒩 (Mathematical Script Capital N)"
},
"\\scrO": {
"prefix": "\\scrO",
"body": [
"𝒪",
],
"description": "\\scrO : 𝒪 (Mathematical Script Capital O)"
},
"\\scrP": {
"prefix": "\\scrP",
"body": [
"𝒫",
],
"description": "\\scrP : 𝒫 (Mathematical Script Capital P)"
},
"\\scrQ": {
"prefix": "\\scrQ",
"body": [
"𝒬",
],
"description": "\\scrQ : 𝒬 (Mathematical Script Capital Q)"
},
"\\scrS": {
"prefix": "\\scrS",
"body": [
"𝒮",
],
"description": "\\scrS : 𝒮 (Mathematical Script Capital S)"
},
"\\scrT": {
"prefix": "\\scrT",
"body": [
"𝒯",
],
"description": "\\scrT : 𝒯 (Mathematical Script Capital T)"
},
"\\scrU": {
"prefix": "\\scrU",
"body": [
"𝒰",
],
"description": "\\scrU : 𝒰 (Mathematical Script Capital U)"
},
"\\scrV": {
"prefix": "\\scrV",
"body": [
"𝒱",
],
"description": "\\scrV : 𝒱 (Mathematical Script Capital V)"
},
"\\scrW": {
"prefix": "\\scrW",
"body": [
"𝒲",
],
"description": "\\scrW : 𝒲 (Mathematical Script Capital W)"
},
"\\scrX": {
"prefix": "\\scrX",
"body": [
"𝒳",
],
"description": "\\scrX : 𝒳 (Mathematical Script Capital X)"
},
"\\scrY": {
"prefix": "\\scrY",
"body": [
"𝒴",
],
"description": "\\scrY : 𝒴 (Mathematical Script Capital Y)"
},
"\\scrZ": {
"prefix": "\\scrZ",
"body": [
"𝒵",
],
"description": "\\scrZ : 𝒵 (Mathematical Script Capital Z)"
},
"\\scra": {
"prefix": "\\scra",
"body": [
"𝒶",
],
"description": "\\scra : 𝒶 (Mathematical Script Small A)"
},
"\\scrb": {
"prefix": "\\scrb",
"body": [
"𝒷",
],
"description": "\\scrb : 𝒷 (Mathematical Script Small B)"
},
"\\scrc": {
"prefix": "\\scrc",
"body": [
"𝒸",
],
"description": "\\scrc : 𝒸 (Mathematical Script Small C)"
},
"\\scrd": {
"prefix": "\\scrd",
"body": [
"𝒹",
],
"description": "\\scrd : 𝒹 (Mathematical Script Small D)"
},
"\\scrf": {
"prefix": "\\scrf",
"body": [
"𝒻",
],
"description": "\\scrf : 𝒻 (Mathematical Script Small F)"
},
"\\scrh": {
"prefix": "\\scrh",
"body": [
"𝒽",
],
"description": "\\scrh : 𝒽 (Mathematical Script Small H)"
},
"\\scri": {
"prefix": "\\scri",
"body": [
"𝒾",
],
"description": "\\scri : 𝒾 (Mathematical Script Small I)"
},
"\\scrj": {
"prefix": "\\scrj",
"body": [
"𝒿",
],
"description": "\\scrj : 𝒿 (Mathematical Script Small J)"
},
"\\scrk": {
"prefix": "\\scrk",
"body": [
"𝓀",
],
"description": "\\scrk : 𝓀 (Mathematical Script Small K)"
},
"\\scrl": {
"prefix": "\\scrl",
"body": [
"𝓁",
],
"description": "\\scrl : 𝓁 (Mathematical Script Small L)"
},
"\\scrm": {
"prefix": "\\scrm",
"body": [
"𝓂",
],
"description": "\\scrm : 𝓂 (Mathematical Script Small M)"
},
"\\scrn": {
"prefix": "\\scrn",
"body": [
"𝓃",
],
"description": "\\scrn : 𝓃 (Mathematical Script Small N)"
},
"\\scrp": {
"prefix": "\\scrp",
"body": [
"𝓅",
],
"description": "\\scrp : 𝓅 (Mathematical Script Small P)"
},
"\\scrq": {
"prefix": "\\scrq",
"body": [
"𝓆",
],
"description": "\\scrq : 𝓆 (Mathematical Script Small Q)"
},
"\\scrr": {
"prefix": "\\scrr",
"body": [
"𝓇",
],
"description": "\\scrr : 𝓇 (Mathematical Script Small R)"
},
"\\scrs": {
"prefix": "\\scrs",
"body": [
"𝓈",
],
"description": "\\scrs : 𝓈 (Mathematical Script Small S)"
},
"\\scrt": {
"prefix": "\\scrt",
"body": [
"𝓉",
],
"description": "\\scrt : 𝓉 (Mathematical Script Small T)"
},
"\\scru": {
"prefix": "\\scru",
"body": [
"𝓊",
],
"description": "\\scru : 𝓊 (Mathematical Script Small U)"
},
"\\scrv": {
"prefix": "\\scrv",
"body": [
"𝓋",
],
"description": "\\scrv : 𝓋 (Mathematical Script Small V)"
},
"\\scrw": {
"prefix": "\\scrw",
"body": [
"𝓌",
],
"description": "\\scrw : 𝓌 (Mathematical Script Small W)"
},
"\\scrx": {
"prefix": "\\scrx",
"body": [
"𝓍",
],
"description": "\\scrx : 𝓍 (Mathematical Script Small X)"
},
"\\scry": {
"prefix": "\\scry",
"body": [
"𝓎",
],
"description": "\\scry : 𝓎 (Mathematical Script Small Y)"
},
"\\scrz": {
"prefix": "\\scrz",
"body": [
"𝓏",
],
"description": "\\scrz : 𝓏 (Mathematical Script Small Z)"
},
"\\bscrA": {
"prefix": "\\bscrA",
"body": [
"𝓐",
],
"description": "\\bscrA : 𝓐 (Mathematical Bold Script Capital A)"
},
"\\bscrB": {
"prefix": "\\bscrB",
"body": [
"𝓑",
],
"description": "\\bscrB : 𝓑 (Mathematical Bold Script Capital B)"
},
"\\bscrC": {
"prefix": "\\bscrC",
"body": [
"𝓒",
],
"description": "\\bscrC : 𝓒 (Mathematical Bold Script Capital C)"
},
"\\bscrD": {
"prefix": "\\bscrD",
"body": [
"𝓓",
],
"description": "\\bscrD : 𝓓 (Mathematical Bold Script Capital D)"
},
"\\bscrE": {
"prefix": "\\bscrE",
"body": [
"𝓔",
],
"description": "\\bscrE : 𝓔 (Mathematical Bold Script Capital E)"
},
"\\bscrF": {
"prefix": "\\bscrF",
"body": [
"𝓕",
],
"description": "\\bscrF : 𝓕 (Mathematical Bold Script Capital F)"
},
"\\bscrG": {
"prefix": "\\bscrG",
"body": [
"𝓖",
],
"description": "\\bscrG : 𝓖 (Mathematical Bold Script Capital G)"
},
"\\bscrH": {
"prefix": "\\bscrH",
"body": [
"𝓗",
],
"description": "\\bscrH : 𝓗 (Mathematical Bold Script Capital H)"
},
"\\bscrI": {
"prefix": "\\bscrI",
"body": [
"𝓘",
],
"description": "\\bscrI : 𝓘 (Mathematical Bold Script Capital I)"
},
"\\bscrJ": {
"prefix": "\\bscrJ",
"body": [
"𝓙",
],
"description": "\\bscrJ : 𝓙 (Mathematical Bold Script Capital J)"
},
"\\bscrK": {
"prefix": "\\bscrK",
"body": [
"𝓚",
],
"description": "\\bscrK : 𝓚 (Mathematical Bold Script Capital K)"
},
"\\bscrL": {
"prefix": "\\bscrL",
"body": [
"𝓛",
],
"description": "\\bscrL : 𝓛 (Mathematical Bold Script Capital L)"
},
"\\bscrM": {
"prefix": "\\bscrM",
"body": [
"𝓜",
],
"description": "\\bscrM : 𝓜 (Mathematical Bold Script Capital M)"
},
"\\bscrN": {
"prefix": "\\bscrN",
"body": [
"𝓝",
],
"description": "\\bscrN : 𝓝 (Mathematical Bold Script Capital N)"
},
"\\bscrO": {
"prefix": "\\bscrO",
"body": [
"𝓞",
],
"description": "\\bscrO : 𝓞 (Mathematical Bold Script Capital O)"
},
"\\bscrP": {
"prefix": "\\bscrP",
"body": [
"𝓟",
],
"description": "\\bscrP : 𝓟 (Mathematical Bold Script Capital P)"
},
"\\bscrQ": {
"prefix": "\\bscrQ",
"body": [
"𝓠",
],
"description": "\\bscrQ : 𝓠 (Mathematical Bold Script Capital Q)"
},
"\\bscrR": {
"prefix": "\\bscrR",
"body": [
"𝓡",
],
"description": "\\bscrR : 𝓡 (Mathematical Bold Script Capital R)"
},
"\\bscrS": {
"prefix": "\\bscrS",
"body": [
"𝓢",
],
"description": "\\bscrS : 𝓢 (Mathematical Bold Script Capital S)"
},
"\\bscrT": {
"prefix": "\\bscrT",
"body": [
"𝓣",
],
"description": "\\bscrT : 𝓣 (Mathematical Bold Script Capital T)"
},
"\\bscrU": {
"prefix": "\\bscrU",
"body": [
"𝓤",
],
"description": "\\bscrU : 𝓤 (Mathematical Bold Script Capital U)"
},
"\\bscrV": {
"prefix": "\\bscrV",
"body": [
"𝓥",
],
"description": "\\bscrV : 𝓥 (Mathematical Bold Script Capital V)"
},
"\\bscrW": {
"prefix": "\\bscrW",
"body": [
"𝓦",
],
"description": "\\bscrW : 𝓦 (Mathematical Bold Script Capital W)"
},
"\\bscrX": {
"prefix": "\\bscrX",
"body": [
"𝓧",
],
"description": "\\bscrX : 𝓧 (Mathematical Bold Script Capital X)"
},
"\\bscrY": {
"prefix": "\\bscrY",
"body": [
"𝓨",
],
"description": "\\bscrY : 𝓨 (Mathematical Bold Script Capital Y)"
},
"\\bscrZ": {
"prefix": "\\bscrZ",
"body": [
"𝓩",
],
"description": "\\bscrZ : 𝓩 (Mathematical Bold Script Capital Z)"
},
"\\bscra": {
"prefix": "\\bscra",
"body": [
"𝓪",
],
"description": "\\bscra : 𝓪 (Mathematical Bold Script Small A)"
},
"\\bscrb": {
"prefix": "\\bscrb",
"body": [
"𝓫",
],
"description": "\\bscrb : 𝓫 (Mathematical Bold Script Small B)"
},
"\\bscrc": {
"prefix": "\\bscrc",
"body": [
"𝓬",
],
"description": "\\bscrc : 𝓬 (Mathematical Bold Script Small C)"
},
"\\bscrd": {
"prefix": "\\bscrd",
"body": [
"𝓭",
],
"description": "\\bscrd : 𝓭 (Mathematical Bold Script Small D)"
},
"\\bscre": {
"prefix": "\\bscre",
"body": [
"𝓮",
],
"description": "\\bscre : 𝓮 (Mathematical Bold Script Small E)"
},
"\\bscrf": {
"prefix": "\\bscrf",
"body": [
"𝓯",
],
"description": "\\bscrf : 𝓯 (Mathematical Bold Script Small F)"
},
"\\bscrg": {
"prefix": "\\bscrg",
"body": [
"𝓰",
],
"description": "\\bscrg : 𝓰 (Mathematical Bold Script Small G)"
},
"\\bscrh": {
"prefix": "\\bscrh",
"body": [
"𝓱",
],
"description": "\\bscrh : 𝓱 (Mathematical Bold Script Small H)"
},
"\\bscri": {
"prefix": "\\bscri",
"body": [
"𝓲",
],
"description": "\\bscri : 𝓲 (Mathematical Bold Script Small I)"
},
"\\bscrj": {
"prefix": "\\bscrj",
"body": [
"𝓳",
],
"description": "\\bscrj : 𝓳 (Mathematical Bold Script Small J)"
},
"\\bscrk": {
"prefix": "\\bscrk",
"body": [
"𝓴",
],
"description": "\\bscrk : 𝓴 (Mathematical Bold Script Small K)"
},
"\\bscrl": {
"prefix": "\\bscrl",
"body": [
"𝓵",
],
"description": "\\bscrl : 𝓵 (Mathematical Bold Script Small L)"
},
"\\bscrm": {
"prefix": "\\bscrm",
"body": [
"𝓶",
],
"description": "\\bscrm : 𝓶 (Mathematical Bold Script Small M)"
},
"\\bscrn": {
"prefix": "\\bscrn",
"body": [
"𝓷",
],
"description": "\\bscrn : 𝓷 (Mathematical Bold Script Small N)"
},
"\\bscro": {
"prefix": "\\bscro",
"body": [
"𝓸",
],
"description": "\\bscro : 𝓸 (Mathematical Bold Script Small O)"
},
"\\bscrp": {
"prefix": "\\bscrp",
"body": [
"𝓹",
],
"description": "\\bscrp : 𝓹 (Mathematical Bold Script Small P)"
},
"\\bscrq": {
"prefix": "\\bscrq",
"body": [
"𝓺",
],
"description": "\\bscrq : 𝓺 (Mathematical Bold Script Small Q)"
},
"\\bscrr": {
"prefix": "\\bscrr",
"body": [
"𝓻",
],
"description": "\\bscrr : 𝓻 (Mathematical Bold Script Small R)"
},
"\\bscrs": {
"prefix": "\\bscrs",
"body": [
"𝓼",
],
"description": "\\bscrs : 𝓼 (Mathematical Bold Script Small S)"
},
"\\bscrt": {
"prefix": "\\bscrt",
"body": [
"𝓽",
],
"description": "\\bscrt : 𝓽 (Mathematical Bold Script Small T)"
},
"\\bscru": {
"prefix": "\\bscru",
"body": [
"𝓾",
],
"description": "\\bscru : 𝓾 (Mathematical Bold Script Small U)"
},
"\\bscrv": {
"prefix": "\\bscrv",
"body": [
"𝓿",
],
"description": "\\bscrv : 𝓿 (Mathematical Bold Script Small V)"
},
"\\bscrw": {
"prefix": "\\bscrw",
"body": [
"𝔀",
],
"description": "\\bscrw : 𝔀 (Mathematical Bold Script Small W)"
},
"\\bscrx": {
"prefix": "\\bscrx",
"body": [
"𝔁",
],
"description": "\\bscrx : 𝔁 (Mathematical Bold Script Small X)"
},
"\\bscry": {
"prefix": "\\bscry",
"body": [
"𝔂",
],
"description": "\\bscry : 𝔂 (Mathematical Bold Script Small Y)"
},
"\\bscrz": {
"prefix": "\\bscrz",
"body": [
"𝔃",
],
"description": "\\bscrz : 𝔃 (Mathematical Bold Script Small Z)"
},
"\\frakA": {
"prefix": "\\frakA",
"body": [
"𝔄",
],
"description": "\\frakA : 𝔄 (Mathematical Fraktur Capital A)"
},
"\\frakB": {
"prefix": "\\frakB",
"body": [
"𝔅",
],
"description": "\\frakB : 𝔅 (Mathematical Fraktur Capital B)"
},
"\\frakD": {
"prefix": "\\frakD",
"body": [
"𝔇",
],
"description": "\\frakD : 𝔇 (Mathematical Fraktur Capital D)"
},
"\\frakE": {
"prefix": "\\frakE",
"body": [
"𝔈",
],
"description": "\\frakE : 𝔈 (Mathematical Fraktur Capital E)"
},
"\\frakF": {
"prefix": "\\frakF",
"body": [
"𝔉",
],
"description": "\\frakF : 𝔉 (Mathematical Fraktur Capital F)"
},
"\\frakG": {
"prefix": "\\frakG",
"body": [
"𝔊",
],
"description": "\\frakG : 𝔊 (Mathematical Fraktur Capital G)"
},
"\\frakJ": {
"prefix": "\\frakJ",
"body": [
"𝔍",
],
"description": "\\frakJ : 𝔍 (Mathematical Fraktur Capital J)"
},
"\\frakK": {
"prefix": "\\frakK",
"body": [
"𝔎",
],
"description": "\\frakK : 𝔎 (Mathematical Fraktur Capital K)"
},
"\\frakL": {
"prefix": "\\frakL",
"body": [
"𝔏",
],
"description": "\\frakL : 𝔏 (Mathematical Fraktur Capital L)"
},
"\\frakM": {
"prefix": "\\frakM",
"body": [
"𝔐",
],
"description": "\\frakM : 𝔐 (Mathematical Fraktur Capital M)"
},
"\\frakN": {
"prefix": "\\frakN",
"body": [
"𝔑",
],
"description": "\\frakN : 𝔑 (Mathematical Fraktur Capital N)"
},
"\\frakO": {
"prefix": "\\frakO",
"body": [
"𝔒",
],
"description": "\\frakO : 𝔒 (Mathematical Fraktur Capital O)"
},
"\\frakP": {
"prefix": "\\frakP",
"body": [
"𝔓",
],
"description": "\\frakP : 𝔓 (Mathematical Fraktur Capital P)"
},
"\\frakQ": {
"prefix": "\\frakQ",
"body": [
"𝔔",
],
"description": "\\frakQ : 𝔔 (Mathematical Fraktur Capital Q)"
},
"\\frakS": {
"prefix": "\\frakS",
"body": [
"𝔖",
],
"description": "\\frakS : 𝔖 (Mathematical Fraktur Capital S)"
},
"\\frakT": {
"prefix": "\\frakT",
"body": [
"𝔗",
],
"description": "\\frakT : 𝔗 (Mathematical Fraktur Capital T)"
},
"\\frakU": {
"prefix": "\\frakU",
"body": [
"𝔘",
],
"description": "\\frakU : 𝔘 (Mathematical Fraktur Capital U)"
},
"\\frakV": {
"prefix": "\\frakV",
"body": [
"𝔙",
],
"description": "\\frakV : 𝔙 (Mathematical Fraktur Capital V)"
},
"\\frakW": {
"prefix": "\\frakW",
"body": [
"𝔚",
],
"description": "\\frakW : 𝔚 (Mathematical Fraktur Capital W)"
},
"\\frakX": {
"prefix": "\\frakX",
"body": [
"𝔛",
],
"description": "\\frakX : 𝔛 (Mathematical Fraktur Capital X)"
},
"\\frakY": {
"prefix": "\\frakY",
"body": [
"𝔜",
],
"description": "\\frakY : 𝔜 (Mathematical Fraktur Capital Y)"
},
"\\fraka": {
"prefix": "\\fraka",
"body": [
"𝔞",
],
"description": "\\fraka : 𝔞 (Mathematical Fraktur Small A)"
},
"\\frakb": {
"prefix": "\\frakb",
"body": [
"𝔟",
],
"description": "\\frakb : 𝔟 (Mathematical Fraktur Small B)"
},
"\\frakc": {
"prefix": "\\frakc",
"body": [
"𝔠",
],
"description": "\\frakc : 𝔠 (Mathematical Fraktur Small C)"
},
"\\frakd": {
"prefix": "\\frakd",
"body": [
"𝔡",
],
"description": "\\frakd : 𝔡 (Mathematical Fraktur Small D)"
},
"\\frake": {
"prefix": "\\frake",
"body": [
"𝔢",
],
"description": "\\frake : 𝔢 (Mathematical Fraktur Small E)"
},
"\\frakf": {
"prefix": "\\frakf",
"body": [
"𝔣",
],
"description": "\\frakf : 𝔣 (Mathematical Fraktur Small F)"
},
"\\frakg": {
"prefix": "\\frakg",
"body": [
"𝔤",
],
"description": "\\frakg : 𝔤 (Mathematical Fraktur Small G)"
},
"\\frakh": {
"prefix": "\\frakh",
"body": [
"𝔥",
],
"description": "\\frakh : 𝔥 (Mathematical Fraktur Small H)"
},
"\\fraki": {
"prefix": "\\fraki",
"body": [
"𝔦",
],
"description": "\\fraki : 𝔦 (Mathematical Fraktur Small I)"
},
"\\frakj": {
"prefix": "\\frakj",
"body": [
"𝔧",
],
"description": "\\frakj : 𝔧 (Mathematical Fraktur Small J)"
},
"\\frakk": {
"prefix": "\\frakk",
"body": [
"𝔨",
],
"description": "\\frakk : 𝔨 (Mathematical Fraktur Small K)"
},
"\\frakl": {
"prefix": "\\frakl",
"body": [
"𝔩",
],
"description": "\\frakl : 𝔩 (Mathematical Fraktur Small L)"
},
"\\frakm": {
"prefix": "\\frakm",
"body": [
"𝔪",
],
"description": "\\frakm : 𝔪 (Mathematical Fraktur Small M)"
},
"\\frakn": {
"prefix": "\\frakn",
"body": [
"𝔫",
],
"description": "\\frakn : 𝔫 (Mathematical Fraktur Small N)"
},
"\\frako": {
"prefix": "\\frako",
"body": [
"𝔬",
],
"description": "\\frako : 𝔬 (Mathematical Fraktur Small O)"
},
"\\frakp": {
"prefix": "\\frakp",
"body": [
"𝔭",
],
"description": "\\frakp : 𝔭 (Mathematical Fraktur Small P)"
},
"\\frakq": {
"prefix": "\\frakq",
"body": [
"𝔮",
],
"description": "\\frakq : 𝔮 (Mathematical Fraktur Small Q)"
},
"\\frakr": {
"prefix": "\\frakr",
"body": [
"𝔯",
],
"description": "\\frakr : 𝔯 (Mathematical Fraktur Small R)"
},
"\\fraks": {
"prefix": "\\fraks",
"body": [
"𝔰",
],
"description": "\\fraks : 𝔰 (Mathematical Fraktur Small S)"
},
"\\frakt": {
"prefix": "\\frakt",
"body": [
"𝔱",
],
"description": "\\frakt : 𝔱 (Mathematical Fraktur Small T)"
},
"\\fraku": {
"prefix": "\\fraku",
"body": [
"𝔲",
],
"description": "\\fraku : 𝔲 (Mathematical Fraktur Small U)"
},
"\\frakv": {
"prefix": "\\frakv",
"body": [
"𝔳",
],
"description": "\\frakv : 𝔳 (Mathematical Fraktur Small V)"
},
"\\frakw": {
"prefix": "\\frakw",
"body": [
"𝔴",
],
"description": "\\frakw : 𝔴 (Mathematical Fraktur Small W)"
},
"\\frakx": {
"prefix": "\\frakx",
"body": [
"𝔵",
],
"description": "\\frakx : 𝔵 (Mathematical Fraktur Small X)"
},
"\\fraky": {
"prefix": "\\fraky",
"body": [
"𝔶",
],
"description": "\\fraky : 𝔶 (Mathematical Fraktur Small Y)"
},
"\\frakz": {
"prefix": "\\frakz",
"body": [
"𝔷",
],
"description": "\\frakz : 𝔷 (Mathematical Fraktur Small Z)"
},
"\\bbA": {
"prefix": "\\bbA",
"body": [
"𝔸",
],
"description": "\\bbA : 𝔸 (Mathematical Double-Struck Capital A)"
},
"\\bbB": {
"prefix": "\\bbB",
"body": [
"𝔹",
],
"description": "\\bbB : 𝔹 (Mathematical Double-Struck Capital B)"
},
"\\bbD": {
"prefix": "\\bbD",
"body": [
"𝔻",
],
"description": "\\bbD : 𝔻 (Mathematical Double-Struck Capital D)"
},
"\\bbE": {
"prefix": "\\bbE",
"body": [
"𝔼",
],
"description": "\\bbE : 𝔼 (Mathematical Double-Struck Capital E)"
},
"\\bbF": {
"prefix": "\\bbF",
"body": [
"𝔽",
],
"description": "\\bbF : 𝔽 (Mathematical Double-Struck Capital F)"
},
"\\bbG": {
"prefix": "\\bbG",
"body": [
"𝔾",
],
"description": "\\bbG : 𝔾 (Mathematical Double-Struck Capital G)"
},
"\\bbI": {
"prefix": "\\bbI",
"body": [
"𝕀",
],
"description": "\\bbI : 𝕀 (Mathematical Double-Struck Capital I)"
},
"\\bbJ": {
"prefix": "\\bbJ",
"body": [
"𝕁",
],
"description": "\\bbJ : 𝕁 (Mathematical Double-Struck Capital J)"
},
"\\bbK": {
"prefix": "\\bbK",
"body": [
"𝕂",
],
"description": "\\bbK : 𝕂 (Mathematical Double-Struck Capital K)"
},
"\\bbL": {
"prefix": "\\bbL",
"body": [
"𝕃",
],
"description": "\\bbL : 𝕃 (Mathematical Double-Struck Capital L)"
},
"\\bbM": {
"prefix": "\\bbM",
"body": [
"𝕄",
],
"description": "\\bbM : 𝕄 (Mathematical Double-Struck Capital M)"
},
"\\bbO": {
"prefix": "\\bbO",
"body": [
"𝕆",
],
"description": "\\bbO : 𝕆 (Mathematical Double-Struck Capital O)"
},
"\\bbS": {
"prefix": "\\bbS",
"body": [
"𝕊",
],
"description": "\\bbS : 𝕊 (Mathematical Double-Struck Capital S)"
},
"\\bbT": {
"prefix": "\\bbT",
"body": [
"𝕋",
],
"description": "\\bbT : 𝕋 (Mathematical Double-Struck Capital T)"
},
"\\bbU": {
"prefix": "\\bbU",
"body": [
"𝕌",
],
"description": "\\bbU : 𝕌 (Mathematical Double-Struck Capital U)"
},
"\\bbV": {
"prefix": "\\bbV",
"body": [
"𝕍",
],
"description": "\\bbV : 𝕍 (Mathematical Double-Struck Capital V)"
},
"\\bbW": {
"prefix": "\\bbW",
"body": [
"𝕎",
],
"description": "\\bbW : 𝕎 (Mathematical Double-Struck Capital W)"
},
"\\bbX": {
"prefix": "\\bbX",
"body": [
"𝕏",
],
"description": "\\bbX : 𝕏 (Mathematical Double-Struck Capital X)"
},
"\\bbY": {
"prefix": "\\bbY",
"body": [
"𝕐",
],
"description": "\\bbY : 𝕐 (Mathematical Double-Struck Capital Y)"
},
"\\bba": {
"prefix": "\\bba",
"body": [
"𝕒",
],
"description": "\\bba : 𝕒 (Mathematical Double-Struck Small A)"
},
"\\bbb": {
"prefix": "\\bbb",
"body": [
"𝕓",
],
"description": "\\bbb : 𝕓 (Mathematical Double-Struck Small B)"
},
"\\bbc": {
"prefix": "\\bbc",
"body": [
"𝕔",
],
"description": "\\bbc : 𝕔 (Mathematical Double-Struck Small C)"
},
"\\bbd": {
"prefix": "\\bbd",
"body": [
"𝕕",
],
"description": "\\bbd : 𝕕 (Mathematical Double-Struck Small D)"
},
"\\bbe": {
"prefix": "\\bbe",
"body": [
"𝕖",
],
"description": "\\bbe : 𝕖 (Mathematical Double-Struck Small E)"
},
"\\bbf": {
"prefix": "\\bbf",
"body": [
"𝕗",
],
"description": "\\bbf : 𝕗 (Mathematical Double-Struck Small F)"
},
"\\bbg": {
"prefix": "\\bbg",
"body": [
"𝕘",
],
"description": "\\bbg : 𝕘 (Mathematical Double-Struck Small G)"
},
"\\bbh": {
"prefix": "\\bbh",
"body": [
"𝕙",
],
"description": "\\bbh : 𝕙 (Mathematical Double-Struck Small H)"
},
"\\bbi": {
"prefix": "\\bbi",
"body": [
"𝕚",
],
"description": "\\bbi : 𝕚 (Mathematical Double-Struck Small I)"
},
"\\bbj": {
"prefix": "\\bbj",
"body": [
"𝕛",
],
"description": "\\bbj : 𝕛 (Mathematical Double-Struck Small J)"
},
"\\bbk": {
"prefix": "\\bbk",
"body": [
"𝕜",
],
"description": "\\bbk : 𝕜 (Mathematical Double-Struck Small K)"
},
"\\bbl": {
"prefix": "\\bbl",
"body": [
"𝕝",
],
"description": "\\bbl : 𝕝 (Mathematical Double-Struck Small L)"
},
"\\bbm": {
"prefix": "\\bbm",
"body": [
"𝕞",
],
"description": "\\bbm : 𝕞 (Mathematical Double-Struck Small M)"
},
"\\bbn": {
"prefix": "\\bbn",
"body": [
"𝕟",
],
"description": "\\bbn : 𝕟 (Mathematical Double-Struck Small N)"
},
"\\bbo": {
"prefix": "\\bbo",
"body": [
"𝕠",
],
"description": "\\bbo : 𝕠 (Mathematical Double-Struck Small O)"
},
"\\bbp": {
"prefix": "\\bbp",
"body": [
"𝕡",
],
"description": "\\bbp : 𝕡 (Mathematical Double-Struck Small P)"
},
"\\bbq": {
"prefix": "\\bbq",
"body": [
"𝕢",
],
"description": "\\bbq : 𝕢 (Mathematical Double-Struck Small Q)"
},
"\\bbr": {
"prefix": "\\bbr",
"body": [
"𝕣",
],
"description": "\\bbr : 𝕣 (Mathematical Double-Struck Small R)"
},
"\\bbs": {
"prefix": "\\bbs",
"body": [
"𝕤",
],
"description": "\\bbs : 𝕤 (Mathematical Double-Struck Small S)"
},
"\\bbt": {
"prefix": "\\bbt",
"body": [
"𝕥",
],
"description": "\\bbt : 𝕥 (Mathematical Double-Struck Small T)"
},
"\\bbu": {
"prefix": "\\bbu",
"body": [
"𝕦",
],
"description": "\\bbu : 𝕦 (Mathematical Double-Struck Small U)"
},
"\\bbv": {
"prefix": "\\bbv",
"body": [
"𝕧",
],
"description": "\\bbv : 𝕧 (Mathematical Double-Struck Small V)"
},
"\\bbw": {
"prefix": "\\bbw",
"body": [
"𝕨",
],
"description": "\\bbw : 𝕨 (Mathematical Double-Struck Small W)"
},
"\\bbx": {
"prefix": "\\bbx",
"body": [
"𝕩",
],
"description": "\\bbx : 𝕩 (Mathematical Double-Struck Small X)"
},
"\\bby": {
"prefix": "\\bby",
"body": [
"𝕪",
],
"description": "\\bby : 𝕪 (Mathematical Double-Struck Small Y)"
},
"\\bbz": {
"prefix": "\\bbz",
"body": [
"𝕫",
],
"description": "\\bbz : 𝕫 (Mathematical Double-Struck Small Z)"
},
"\\bfrakA": {
"prefix": "\\bfrakA",
"body": [
"𝕬",
],
"description": "\\bfrakA : 𝕬 (Mathematical Bold Fraktur Capital A)"
},
"\\bfrakB": {
"prefix": "\\bfrakB",
"body": [
"𝕭",
],
"description": "\\bfrakB : 𝕭 (Mathematical Bold Fraktur Capital B)"
},
"\\bfrakC": {
"prefix": "\\bfrakC",
"body": [
"𝕮",
],
"description": "\\bfrakC : 𝕮 (Mathematical Bold Fraktur Capital C)"
},
"\\bfrakD": {
"prefix": "\\bfrakD",
"body": [
"𝕯",
],
"description": "\\bfrakD : 𝕯 (Mathematical Bold Fraktur Capital D)"
},
"\\bfrakE": {
"prefix": "\\bfrakE",
"body": [
"𝕰",
],
"description": "\\bfrakE : 𝕰 (Mathematical Bold Fraktur Capital E)"
},
"\\bfrakF": {
"prefix": "\\bfrakF",
"body": [
"𝕱",
],
"description": "\\bfrakF : 𝕱 (Mathematical Bold Fraktur Capital F)"
},
"\\bfrakG": {
"prefix": "\\bfrakG",
"body": [
"𝕲",
],
"description": "\\bfrakG : 𝕲 (Mathematical Bold Fraktur Capital G)"
},
"\\bfrakH": {
"prefix": "\\bfrakH",
"body": [
"𝕳",
],
"description": "\\bfrakH : 𝕳 (Mathematical Bold Fraktur Capital H)"
},
"\\bfrakI": {
"prefix": "\\bfrakI",
"body": [
"𝕴",
],
"description": "\\bfrakI : 𝕴 (Mathematical Bold Fraktur Capital I)"
},
"\\bfrakJ": {
"prefix": "\\bfrakJ",
"body": [
"𝕵",
],
"description": "\\bfrakJ : 𝕵 (Mathematical Bold Fraktur Capital J)"
},
"\\bfrakK": {
"prefix": "\\bfrakK",
"body": [
"𝕶",
],
"description": "\\bfrakK : 𝕶 (Mathematical Bold Fraktur Capital K)"
},
"\\bfrakL": {
"prefix": "\\bfrakL",
"body": [
"𝕷",
],
"description": "\\bfrakL : 𝕷 (Mathematical Bold Fraktur Capital L)"
},
"\\bfrakM": {
"prefix": "\\bfrakM",
"body": [
"𝕸",
],
"description": "\\bfrakM : 𝕸 (Mathematical Bold Fraktur Capital M)"
},
"\\bfrakN": {
"prefix": "\\bfrakN",
"body": [
"𝕹",
],
"description": "\\bfrakN : 𝕹 (Mathematical Bold Fraktur Capital N)"
},
"\\bfrakO": {
"prefix": "\\bfrakO",
"body": [
"𝕺",
],
"description": "\\bfrakO : 𝕺 (Mathematical Bold Fraktur Capital O)"
},
"\\bfrakP": {
"prefix": "\\bfrakP",
"body": [
"𝕻",
],
"description": "\\bfrakP : 𝕻 (Mathematical Bold Fraktur Capital P)"
},
"\\bfrakQ": {
"prefix": "\\bfrakQ",
"body": [
"𝕼",
],
"description": "\\bfrakQ : 𝕼 (Mathematical Bold Fraktur Capital Q)"
},
"\\bfrakR": {
"prefix": "\\bfrakR",
"body": [
"𝕽",
],
"description": "\\bfrakR : 𝕽 (Mathematical Bold Fraktur Capital R)"
},
"\\bfrakS": {
"prefix": "\\bfrakS",
"body": [
"𝕾",
],
"description": "\\bfrakS : 𝕾 (Mathematical Bold Fraktur Capital S)"
},
"\\bfrakT": {
"prefix": "\\bfrakT",
"body": [
"𝕿",
],
"description": "\\bfrakT : 𝕿 (Mathematical Bold Fraktur Capital T)"
},
"\\bfrakU": {
"prefix": "\\bfrakU",
"body": [
"𝖀",
],
"description": "\\bfrakU : 𝖀 (Mathematical Bold Fraktur Capital U)"
},
"\\bfrakV": {
"prefix": "\\bfrakV",
"body": [
"𝖁",
],
"description": "\\bfrakV : 𝖁 (Mathematical Bold Fraktur Capital V)"
},
"\\bfrakW": {
"prefix": "\\bfrakW",
"body": [
"𝖂",
],
"description": "\\bfrakW : 𝖂 (Mathematical Bold Fraktur Capital W)"
},
"\\bfrakX": {
"prefix": "\\bfrakX",
"body": [
"𝖃",
],
"description": "\\bfrakX : 𝖃 (Mathematical Bold Fraktur Capital X)"
},
"\\bfrakY": {
"prefix": "\\bfrakY",
"body": [
"𝖄",
],
"description": "\\bfrakY : 𝖄 (Mathematical Bold Fraktur Capital Y)"
},
"\\bfrakZ": {
"prefix": "\\bfrakZ",
"body": [
"𝖅",
],
"description": "\\bfrakZ : 𝖅 (Mathematical Bold Fraktur Capital Z)"
},
"\\bfraka": {
"prefix": "\\bfraka",
"body": [
"𝖆",
],
"description": "\\bfraka : 𝖆 (Mathematical Bold Fraktur Small A)"
},
"\\bfrakb": {
"prefix": "\\bfrakb",
"body": [
"𝖇",
],
"description": "\\bfrakb : 𝖇 (Mathematical Bold Fraktur Small B)"
},
"\\bfrakc": {
"prefix": "\\bfrakc",
"body": [
"𝖈",
],
"description": "\\bfrakc : 𝖈 (Mathematical Bold Fraktur Small C)"
},
"\\bfrakd": {
"prefix": "\\bfrakd",
"body": [
"𝖉",
],
"description": "\\bfrakd : 𝖉 (Mathematical Bold Fraktur Small D)"
},
"\\bfrake": {
"prefix": "\\bfrake",
"body": [
"𝖊",
],
"description": "\\bfrake : 𝖊 (Mathematical Bold Fraktur Small E)"
},
"\\bfrakf": {
"prefix": "\\bfrakf",
"body": [
"𝖋",
],
"description": "\\bfrakf : 𝖋 (Mathematical Bold Fraktur Small F)"
},
"\\bfrakg": {
"prefix": "\\bfrakg",
"body": [
"𝖌",
],
"description": "\\bfrakg : 𝖌 (Mathematical Bold Fraktur Small G)"
},
"\\bfrakh": {
"prefix": "\\bfrakh",
"body": [
"𝖍",
],
"description": "\\bfrakh : 𝖍 (Mathematical Bold Fraktur Small H)"
},
"\\bfraki": {
"prefix": "\\bfraki",
"body": [
"𝖎",
],
"description": "\\bfraki : 𝖎 (Mathematical Bold Fraktur Small I)"
},
"\\bfrakj": {
"prefix": "\\bfrakj",
"body": [
"𝖏",
],
"description": "\\bfrakj : 𝖏 (Mathematical Bold Fraktur Small J)"
},
"\\bfrakk": {
"prefix": "\\bfrakk",
"body": [
"𝖐",
],
"description": "\\bfrakk : 𝖐 (Mathematical Bold Fraktur Small K)"
},
"\\bfrakl": {
"prefix": "\\bfrakl",
"body": [
"𝖑",
],
"description": "\\bfrakl : 𝖑 (Mathematical Bold Fraktur Small L)"
},
"\\bfrakm": {
"prefix": "\\bfrakm",
"body": [
"𝖒",
],
"description": "\\bfrakm : 𝖒 (Mathematical Bold Fraktur Small M)"
},
"\\bfrakn": {
"prefix": "\\bfrakn",
"body": [
"𝖓",
],
"description": "\\bfrakn : 𝖓 (Mathematical Bold Fraktur Small N)"
},
"\\bfrako": {
"prefix": "\\bfrako",
"body": [
"𝖔",
],
"description": "\\bfrako : 𝖔 (Mathematical Bold Fraktur Small O)"
},
"\\bfrakp": {
"prefix": "\\bfrakp",
"body": [
"𝖕",
],
"description": "\\bfrakp : 𝖕 (Mathematical Bold Fraktur Small P)"
},
"\\bfrakq": {
"prefix": "\\bfrakq",
"body": [
"𝖖",
],
"description": "\\bfrakq : 𝖖 (Mathematical Bold Fraktur Small Q)"
},
"\\bfrakr": {
"prefix": "\\bfrakr",
"body": [
"𝖗",
],
"description": "\\bfrakr : 𝖗 (Mathematical Bold Fraktur Small R)"
},
"\\bfraks": {
"prefix": "\\bfraks",
"body": [
"𝖘",
],
"description": "\\bfraks : 𝖘 (Mathematical Bold Fraktur Small S)"
},
"\\bfrakt": {
"prefix": "\\bfrakt",
"body": [
"𝖙",
],
"description": "\\bfrakt : 𝖙 (Mathematical Bold Fraktur Small T)"
},
"\\bfraku": {
"prefix": "\\bfraku",
"body": [
"𝖚",
],
"description": "\\bfraku : 𝖚 (Mathematical Bold Fraktur Small U)"
},
"\\bfrakv": {
"prefix": "\\bfrakv",
"body": [
"𝖛",
],
"description": "\\bfrakv : 𝖛 (Mathematical Bold Fraktur Small V)"
},
"\\bfrakw": {
"prefix": "\\bfrakw",
"body": [
"𝖜",
],
"description": "\\bfrakw : 𝖜 (Mathematical Bold Fraktur Small W)"
},
"\\bfrakx": {
"prefix": "\\bfrakx",
"body": [
"𝖝",
],
"description": "\\bfrakx : 𝖝 (Mathematical Bold Fraktur Small X)"
},
"\\bfraky": {
"prefix": "\\bfraky",
"body": [
"𝖞",
],
"description": "\\bfraky : 𝖞 (Mathematical Bold Fraktur Small Y)"
},
"\\bfrakz": {
"prefix": "\\bfrakz",
"body": [
"𝖟",
],
"description": "\\bfrakz : 𝖟 (Mathematical Bold Fraktur Small Z)"
},
"\\sansA": {
"prefix": "\\sansA",
"body": [
"𝖠",
],
"description": "\\sansA : 𝖠 (Mathematical Sans-Serif Capital A)"
},
"\\sansB": {
"prefix": "\\sansB",
"body": [
"𝖡",
],
"description": "\\sansB : 𝖡 (Mathematical Sans-Serif Capital B)"
},
"\\sansC": {
"prefix": "\\sansC",
"body": [
"𝖢",
],
"description": "\\sansC : 𝖢 (Mathematical Sans-Serif Capital C)"
},
"\\sansD": {
"prefix": "\\sansD",
"body": [
"𝖣",
],
"description": "\\sansD : 𝖣 (Mathematical Sans-Serif Capital D)"
},
"\\sansE": {
"prefix": "\\sansE",
"body": [
"𝖤",
],
"description": "\\sansE : 𝖤 (Mathematical Sans-Serif Capital E)"
},
"\\sansF": {
"prefix": "\\sansF",
"body": [
"𝖥",
],
"description": "\\sansF : 𝖥 (Mathematical Sans-Serif Capital F)"
},
"\\sansG": {
"prefix": "\\sansG",
"body": [
"𝖦",
],
"description": "\\sansG : 𝖦 (Mathematical Sans-Serif Capital G)"
},
"\\sansH": {
"prefix": "\\sansH",
"body": [
"𝖧",
],
"description": "\\sansH : 𝖧 (Mathematical Sans-Serif Capital H)"
},
"\\sansI": {
"prefix": "\\sansI",
"body": [
"𝖨",
],
"description": "\\sansI : 𝖨 (Mathematical Sans-Serif Capital I)"
},
"\\sansJ": {
"prefix": "\\sansJ",
"body": [
"𝖩",
],
"description": "\\sansJ : 𝖩 (Mathematical Sans-Serif Capital J)"
},
"\\sansK": {
"prefix": "\\sansK",
"body": [
"𝖪",
],
"description": "\\sansK : 𝖪 (Mathematical Sans-Serif Capital K)"
},
"\\sansL": {
"prefix": "\\sansL",
"body": [
"𝖫",
],
"description": "\\sansL : 𝖫 (Mathematical Sans-Serif Capital L)"
},
"\\sansM": {
"prefix": "\\sansM",
"body": [
"𝖬",
],
"description": "\\sansM : 𝖬 (Mathematical Sans-Serif Capital M)"
},
"\\sansN": {
"prefix": "\\sansN",
"body": [
"𝖭",
],
"description": "\\sansN : 𝖭 (Mathematical Sans-Serif Capital N)"
},
"\\sansO": {
"prefix": "\\sansO",
"body": [
"𝖮",
],
"description": "\\sansO : 𝖮 (Mathematical Sans-Serif Capital O)"
},
"\\sansP": {
"prefix": "\\sansP",
"body": [
"𝖯",
],
"description": "\\sansP : 𝖯 (Mathematical Sans-Serif Capital P)"
},
"\\sansQ": {
"prefix": "\\sansQ",
"body": [
"𝖰",
],
"description": "\\sansQ : 𝖰 (Mathematical Sans-Serif Capital Q)"
},
"\\sansR": {
"prefix": "\\sansR",
"body": [
"𝖱",
],
"description": "\\sansR : 𝖱 (Mathematical Sans-Serif Capital R)"
},
"\\sansS": {
"prefix": "\\sansS",
"body": [
"𝖲",
],
"description": "\\sansS : 𝖲 (Mathematical Sans-Serif Capital S)"
},
"\\sansT": {
"prefix": "\\sansT",
"body": [
"𝖳",
],
"description": "\\sansT : 𝖳 (Mathematical Sans-Serif Capital T)"
},
"\\sansU": {
"prefix": "\\sansU",
"body": [
"𝖴",
],
"description": "\\sansU : 𝖴 (Mathematical Sans-Serif Capital U)"
},
"\\sansV": {
"prefix": "\\sansV",
"body": [
"𝖵",
],
"description": "\\sansV : 𝖵 (Mathematical Sans-Serif Capital V)"
},
"\\sansW": {
"prefix": "\\sansW",
"body": [
"𝖶",
],
"description": "\\sansW : 𝖶 (Mathematical Sans-Serif Capital W)"
},
"\\sansX": {
"prefix": "\\sansX",
"body": [
"𝖷",
],
"description": "\\sansX : 𝖷 (Mathematical Sans-Serif Capital X)"
},
"\\sansY": {
"prefix": "\\sansY",
"body": [
"𝖸",
],
"description": "\\sansY : 𝖸 (Mathematical Sans-Serif Capital Y)"
},
"\\sansZ": {
"prefix": "\\sansZ",
"body": [
"𝖹",
],
"description": "\\sansZ : 𝖹 (Mathematical Sans-Serif Capital Z)"
},
"\\sansa": {
"prefix": "\\sansa",
"body": [
"𝖺",
],
"description": "\\sansa : 𝖺 (Mathematical Sans-Serif Small A)"
},
"\\sansb": {
"prefix": "\\sansb",
"body": [
"𝖻",
],
"description": "\\sansb : 𝖻 (Mathematical Sans-Serif Small B)"
},
"\\sansc": {
"prefix": "\\sansc",
"body": [
"𝖼",
],
"description": "\\sansc : 𝖼 (Mathematical Sans-Serif Small C)"
},
"\\sansd": {
"prefix": "\\sansd",
"body": [
"𝖽",
],
"description": "\\sansd : 𝖽 (Mathematical Sans-Serif Small D)"
},
"\\sanse": {
"prefix": "\\sanse",
"body": [
"𝖾",
],
"description": "\\sanse : 𝖾 (Mathematical Sans-Serif Small E)"
},
"\\sansf": {
"prefix": "\\sansf",
"body": [
"𝖿",
],
"description": "\\sansf : 𝖿 (Mathematical Sans-Serif Small F)"
},
"\\sansg": {
"prefix": "\\sansg",
"body": [
"𝗀",
],
"description": "\\sansg : 𝗀 (Mathematical Sans-Serif Small G)"
},
"\\sansh": {
"prefix": "\\sansh",
"body": [
"𝗁",
],
"description": "\\sansh : 𝗁 (Mathematical Sans-Serif Small H)"
},
"\\sansi": {
"prefix": "\\sansi",
"body": [
"𝗂",
],
"description": "\\sansi : 𝗂 (Mathematical Sans-Serif Small I)"
},
"\\sansj": {
"prefix": "\\sansj",
"body": [
"𝗃",
],
"description": "\\sansj : 𝗃 (Mathematical Sans-Serif Small J)"
},
"\\sansk": {
"prefix": "\\sansk",
"body": [
"𝗄",
],
"description": "\\sansk : 𝗄 (Mathematical Sans-Serif Small K)"
},
"\\sansl": {
"prefix": "\\sansl",
"body": [
"𝗅",
],
"description": "\\sansl : 𝗅 (Mathematical Sans-Serif Small L)"
},
"\\sansm": {
"prefix": "\\sansm",
"body": [
"𝗆",
],
"description": "\\sansm : 𝗆 (Mathematical Sans-Serif Small M)"
},
"\\sansn": {
"prefix": "\\sansn",
"body": [
"𝗇",
],
"description": "\\sansn : 𝗇 (Mathematical Sans-Serif Small N)"
},
"\\sanso": {
"prefix": "\\sanso",
"body": [
"𝗈",
],
"description": "\\sanso : 𝗈 (Mathematical Sans-Serif Small O)"
},
"\\sansp": {
"prefix": "\\sansp",
"body": [
"𝗉",
],
"description": "\\sansp : 𝗉 (Mathematical Sans-Serif Small P)"
},
"\\sansq": {
"prefix": "\\sansq",
"body": [
"𝗊",
],
"description": "\\sansq : 𝗊 (Mathematical Sans-Serif Small Q)"
},
"\\sansr": {
"prefix": "\\sansr",
"body": [
"𝗋",
],
"description": "\\sansr : 𝗋 (Mathematical Sans-Serif Small R)"
},
"\\sanss": {
"prefix": "\\sanss",
"body": [
"𝗌",
],
"description": "\\sanss : 𝗌 (Mathematical Sans-Serif Small S)"
},
"\\sanst": {
"prefix": "\\sanst",
"body": [
"𝗍",
],
"description": "\\sanst : 𝗍 (Mathematical Sans-Serif Small T)"
},
"\\sansu": {
"prefix": "\\sansu",
"body": [
"𝗎",
],
"description": "\\sansu : 𝗎 (Mathematical Sans-Serif Small U)"
},
"\\sansv": {
"prefix": "\\sansv",
"body": [
"𝗏",
],
"description": "\\sansv : 𝗏 (Mathematical Sans-Serif Small V)"
},
"\\sansw": {
"prefix": "\\sansw",
"body": [
"𝗐",
],
"description": "\\sansw : 𝗐 (Mathematical Sans-Serif Small W)"
},
"\\sansx": {
"prefix": "\\sansx",
"body": [
"𝗑",
],
"description": "\\sansx : 𝗑 (Mathematical Sans-Serif Small X)"
},
"\\sansy": {
"prefix": "\\sansy",
"body": [
"𝗒",
],
"description": "\\sansy : 𝗒 (Mathematical Sans-Serif Small Y)"
},
"\\sansz": {
"prefix": "\\sansz",
"body": [
"𝗓",
],
"description": "\\sansz : 𝗓 (Mathematical Sans-Serif Small Z)"
},
"\\bsansA": {
"prefix": "\\bsansA",
"body": [
"𝗔",
],
"description": "\\bsansA : 𝗔 (Mathematical Sans-Serif Bold Capital A)"
},
"\\bsansB": {
"prefix": "\\bsansB",
"body": [
"𝗕",
],
"description": "\\bsansB : 𝗕 (Mathematical Sans-Serif Bold Capital B)"
},
"\\bsansC": {
"prefix": "\\bsansC",
"body": [
"𝗖",
],
"description": "\\bsansC : 𝗖 (Mathematical Sans-Serif Bold Capital C)"
},
"\\bsansD": {
"prefix": "\\bsansD",
"body": [
"𝗗",
],
"description": "\\bsansD : 𝗗 (Mathematical Sans-Serif Bold Capital D)"
},
"\\bsansE": {
"prefix": "\\bsansE",
"body": [
"𝗘",
],
"description": "\\bsansE : 𝗘 (Mathematical Sans-Serif Bold Capital E)"
},
"\\bsansF": {
"prefix": "\\bsansF",
"body": [
"𝗙",
],
"description": "\\bsansF : 𝗙 (Mathematical Sans-Serif Bold Capital F)"
},
"\\bsansG": {
"prefix": "\\bsansG",
"body": [
"𝗚",
],
"description": "\\bsansG : 𝗚 (Mathematical Sans-Serif Bold Capital G)"
},
"\\bsansH": {
"prefix": "\\bsansH",
"body": [
"𝗛",
],
"description": "\\bsansH : 𝗛 (Mathematical Sans-Serif Bold Capital H)"
},
"\\bsansI": {
"prefix": "\\bsansI",
"body": [
"𝗜",
],
"description": "\\bsansI : 𝗜 (Mathematical Sans-Serif Bold Capital I)"
},
"\\bsansJ": {
"prefix": "\\bsansJ",
"body": [
"𝗝",
],
"description": "\\bsansJ : 𝗝 (Mathematical Sans-Serif Bold Capital J)"
},
"\\bsansK": {
"prefix": "\\bsansK",
"body": [
"𝗞",
],
"description": "\\bsansK : 𝗞 (Mathematical Sans-Serif Bold Capital K)"
},
"\\bsansL": {
"prefix": "\\bsansL",
"body": [
"𝗟",
],
"description": "\\bsansL : 𝗟 (Mathematical Sans-Serif Bold Capital L)"
},
"\\bsansM": {
"prefix": "\\bsansM",
"body": [
"𝗠",
],
"description": "\\bsansM : 𝗠 (Mathematical Sans-Serif Bold Capital M)"
},
"\\bsansN": {
"prefix": "\\bsansN",
"body": [
"𝗡",
],
"description": "\\bsansN : 𝗡 (Mathematical Sans-Serif Bold Capital N)"
},
"\\bsansO": {
"prefix": "\\bsansO",
"body": [
"𝗢",
],
"description": "\\bsansO : 𝗢 (Mathematical Sans-Serif Bold Capital O)"
},
"\\bsansP": {
"prefix": "\\bsansP",
"body": [
"𝗣",
],
"description": "\\bsansP : 𝗣 (Mathematical Sans-Serif Bold Capital P)"
},
"\\bsansQ": {
"prefix": "\\bsansQ",
"body": [
"𝗤",
],
"description": "\\bsansQ : 𝗤 (Mathematical Sans-Serif Bold Capital Q)"
},
"\\bsansR": {
"prefix": "\\bsansR",
"body": [
"𝗥",
],
"description": "\\bsansR : 𝗥 (Mathematical Sans-Serif Bold Capital R)"
},
"\\bsansS": {
"prefix": "\\bsansS",
"body": [
"𝗦",
],
"description": "\\bsansS : 𝗦 (Mathematical Sans-Serif Bold Capital S)"
},
"\\bsansT": {
"prefix": "\\bsansT",
"body": [
"𝗧",
],
"description": "\\bsansT : 𝗧 (Mathematical Sans-Serif Bold Capital T)"
},
"\\bsansU": {
"prefix": "\\bsansU",
"body": [
"𝗨",
],
"description": "\\bsansU : 𝗨 (Mathematical Sans-Serif Bold Capital U)"
},
"\\bsansV": {
"prefix": "\\bsansV",
"body": [
"𝗩",
],
"description": "\\bsansV : 𝗩 (Mathematical Sans-Serif Bold Capital V)"
},
"\\bsansW": {
"prefix": "\\bsansW",
"body": [
"𝗪",
],
"description": "\\bsansW : 𝗪 (Mathematical Sans-Serif Bold Capital W)"
},
"\\bsansX": {
"prefix": "\\bsansX",
"body": [
"𝗫",
],
"description": "\\bsansX : 𝗫 (Mathematical Sans-Serif Bold Capital X)"
},
"\\bsansY": {
"prefix": "\\bsansY",
"body": [
"𝗬",
],
"description": "\\bsansY : 𝗬 (Mathematical Sans-Serif Bold Capital Y)"
},
"\\bsansZ": {
"prefix": "\\bsansZ",
"body": [
"𝗭",
],
"description": "\\bsansZ : 𝗭 (Mathematical Sans-Serif Bold Capital Z)"
},
"\\bsansa": {
"prefix": "\\bsansa",
"body": [
"𝗮",
],
"description": "\\bsansa : 𝗮 (Mathematical Sans-Serif Bold Small A)"
},
"\\bsansb": {
"prefix": "\\bsansb",
"body": [
"𝗯",
],
"description": "\\bsansb : 𝗯 (Mathematical Sans-Serif Bold Small B)"
},
"\\bsansc": {
"prefix": "\\bsansc",
"body": [
"𝗰",
],
"description": "\\bsansc : 𝗰 (Mathematical Sans-Serif Bold Small C)"
},
"\\bsansd": {
"prefix": "\\bsansd",
"body": [
"𝗱",
],
"description": "\\bsansd : 𝗱 (Mathematical Sans-Serif Bold Small D)"
},
"\\bsanse": {
"prefix": "\\bsanse",
"body": [
"𝗲",
],
"description": "\\bsanse : 𝗲 (Mathematical Sans-Serif Bold Small E)"
},
"\\bsansf": {
"prefix": "\\bsansf",
"body": [
"𝗳",
],
"description": "\\bsansf : 𝗳 (Mathematical Sans-Serif Bold Small F)"
},
"\\bsansg": {
"prefix": "\\bsansg",
"body": [
"𝗴",
],
"description": "\\bsansg : 𝗴 (Mathematical Sans-Serif Bold Small G)"
},
"\\bsansh": {
"prefix": "\\bsansh",
"body": [
"𝗵",
],
"description": "\\bsansh : 𝗵 (Mathematical Sans-Serif Bold Small H)"
},
"\\bsansi": {
"prefix": "\\bsansi",
"body": [
"𝗶",
],
"description": "\\bsansi : 𝗶 (Mathematical Sans-Serif Bold Small I)"
},
"\\bsansj": {
"prefix": "\\bsansj",
"body": [
"𝗷",
],
"description": "\\bsansj : 𝗷 (Mathematical Sans-Serif Bold Small J)"
},
"\\bsansk": {
"prefix": "\\bsansk",
"body": [
"𝗸",
],
"description": "\\bsansk : 𝗸 (Mathematical Sans-Serif Bold Small K)"
},
"\\bsansl": {
"prefix": "\\bsansl",
"body": [
"𝗹",
],
"description": "\\bsansl : 𝗹 (Mathematical Sans-Serif Bold Small L)"
},
"\\bsansm": {
"prefix": "\\bsansm",
"body": [
"𝗺",
],
"description": "\\bsansm : 𝗺 (Mathematical Sans-Serif Bold Small M)"
},
"\\bsansn": {
"prefix": "\\bsansn",
"body": [
"𝗻",
],
"description": "\\bsansn : 𝗻 (Mathematical Sans-Serif Bold Small N)"
},
"\\bsanso": {
"prefix": "\\bsanso",
"body": [
"𝗼",
],
"description": "\\bsanso : 𝗼 (Mathematical Sans-Serif Bold Small O)"
},
"\\bsansp": {
"prefix": "\\bsansp",
"body": [
"𝗽",
],
"description": "\\bsansp : 𝗽 (Mathematical Sans-Serif Bold Small P)"
},
"\\bsansq": {
"prefix": "\\bsansq",
"body": [
"𝗾",
],
"description": "\\bsansq : 𝗾 (Mathematical Sans-Serif Bold Small Q)"
},
"\\bsansr": {
"prefix": "\\bsansr",
"body": [
"𝗿",
],
"description": "\\bsansr : 𝗿 (Mathematical Sans-Serif Bold Small R)"
},
"\\bsanss": {
"prefix": "\\bsanss",
"body": [
"𝘀",
],
"description": "\\bsanss : 𝘀 (Mathematical Sans-Serif Bold Small S)"
},
"\\bsanst": {
"prefix": "\\bsanst",
"body": [
"𝘁",
],
"description": "\\bsanst : 𝘁 (Mathematical Sans-Serif Bold Small T)"
},
"\\bsansu": {
"prefix": "\\bsansu",
"body": [
"𝘂",
],
"description": "\\bsansu : 𝘂 (Mathematical Sans-Serif Bold Small U)"
},
"\\bsansv": {
"prefix": "\\bsansv",
"body": [
"𝘃",
],
"description": "\\bsansv : 𝘃 (Mathematical Sans-Serif Bold Small V)"
},
"\\bsansw": {
"prefix": "\\bsansw",
"body": [
"𝘄",
],
"description": "\\bsansw : 𝘄 (Mathematical Sans-Serif Bold Small W)"
},
"\\bsansx": {
"prefix": "\\bsansx",
"body": [
"𝘅",
],
"description": "\\bsansx : 𝘅 (Mathematical Sans-Serif Bold Small X)"
},
"\\bsansy": {
"prefix": "\\bsansy",
"body": [
"𝘆",
],
"description": "\\bsansy : 𝘆 (Mathematical Sans-Serif Bold Small Y)"
},
"\\bsansz": {
"prefix": "\\bsansz",
"body": [
"𝘇",
],
"description": "\\bsansz : 𝘇 (Mathematical Sans-Serif Bold Small Z)"
},
"\\isansA": {
"prefix": "\\isansA",
"body": [
"𝘈",
],
"description": "\\isansA : 𝘈 (Mathematical Sans-Serif Italic Capital A)"
},
"\\isansB": {
"prefix": "\\isansB",
"body": [
"𝘉",
],
"description": "\\isansB : 𝘉 (Mathematical Sans-Serif Italic Capital B)"
},
"\\isansC": {
"prefix": "\\isansC",
"body": [
"𝘊",
],
"description": "\\isansC : 𝘊 (Mathematical Sans-Serif Italic Capital C)"
},
"\\isansD": {
"prefix": "\\isansD",
"body": [
"𝘋",
],
"description": "\\isansD : 𝘋 (Mathematical Sans-Serif Italic Capital D)"
},
"\\isansE": {
"prefix": "\\isansE",
"body": [
"𝘌",
],
"description": "\\isansE : 𝘌 (Mathematical Sans-Serif Italic Capital E)"
},
"\\isansF": {
"prefix": "\\isansF",
"body": [
"𝘍",
],
"description": "\\isansF : 𝘍 (Mathematical Sans-Serif Italic Capital F)"
},
"\\isansG": {
"prefix": "\\isansG",
"body": [
"𝘎",
],
"description": "\\isansG : 𝘎 (Mathematical Sans-Serif Italic Capital G)"
},
"\\isansH": {
"prefix": "\\isansH",
"body": [
"𝘏",
],
"description": "\\isansH : 𝘏 (Mathematical Sans-Serif Italic Capital H)"
},
"\\isansI": {
"prefix": "\\isansI",
"body": [
"𝘐",
],
"description": "\\isansI : 𝘐 (Mathematical Sans-Serif Italic Capital I)"
},
"\\isansJ": {
"prefix": "\\isansJ",
"body": [
"𝘑",
],
"description": "\\isansJ : 𝘑 (Mathematical Sans-Serif Italic Capital J)"
},
"\\isansK": {
"prefix": "\\isansK",
"body": [
"𝘒",
],
"description": "\\isansK : 𝘒 (Mathematical Sans-Serif Italic Capital K)"
},
"\\isansL": {
"prefix": "\\isansL",
"body": [
"𝘓",
],
"description": "\\isansL : 𝘓 (Mathematical Sans-Serif Italic Capital L)"
},
"\\isansM": {
"prefix": "\\isansM",
"body": [
"𝘔",
],
"description": "\\isansM : 𝘔 (Mathematical Sans-Serif Italic Capital M)"
},
"\\isansN": {
"prefix": "\\isansN",
"body": [
"𝘕",
],
"description": "\\isansN : 𝘕 (Mathematical Sans-Serif Italic Capital N)"
},
"\\isansO": {
"prefix": "\\isansO",
"body": [
"𝘖",
],
"description": "\\isansO : 𝘖 (Mathematical Sans-Serif Italic Capital O)"
},
"\\isansP": {
"prefix": "\\isansP",
"body": [
"𝘗",
],
"description": "\\isansP : 𝘗 (Mathematical Sans-Serif Italic Capital P)"
},
"\\isansQ": {
"prefix": "\\isansQ",
"body": [
"𝘘",
],
"description": "\\isansQ : 𝘘 (Mathematical Sans-Serif Italic Capital Q)"
},
"\\isansR": {
"prefix": "\\isansR",
"body": [
"𝘙",
],
"description": "\\isansR : 𝘙 (Mathematical Sans-Serif Italic Capital R)"
},
"\\isansS": {
"prefix": "\\isansS",
"body": [
"𝘚",
],
"description": "\\isansS : 𝘚 (Mathematical Sans-Serif Italic Capital S)"
},
"\\isansT": {
"prefix": "\\isansT",
"body": [
"𝘛",
],
"description": "\\isansT : 𝘛 (Mathematical Sans-Serif Italic Capital T)"
},
"\\isansU": {
"prefix": "\\isansU",
"body": [
"𝘜",
],
"description": "\\isansU : 𝘜 (Mathematical Sans-Serif Italic Capital U)"
},
"\\isansV": {
"prefix": "\\isansV",
"body": [
"𝘝",
],
"description": "\\isansV : 𝘝 (Mathematical Sans-Serif Italic Capital V)"
},
"\\isansW": {
"prefix": "\\isansW",
"body": [
"𝘞",
],
"description": "\\isansW : 𝘞 (Mathematical Sans-Serif Italic Capital W)"
},
"\\isansX": {
"prefix": "\\isansX",
"body": [
"𝘟",
],
"description": "\\isansX : 𝘟 (Mathematical Sans-Serif Italic Capital X)"
},
"\\isansY": {
"prefix": "\\isansY",
"body": [
"𝘠",
],
"description": "\\isansY : 𝘠 (Mathematical Sans-Serif Italic Capital Y)"
},
"\\isansZ": {
"prefix": "\\isansZ",
"body": [
"𝘡",
],
"description": "\\isansZ : 𝘡 (Mathematical Sans-Serif Italic Capital Z)"
},
"\\isansa": {
"prefix": "\\isansa",
"body": [
"𝘢",
],
"description": "\\isansa : 𝘢 (Mathematical Sans-Serif Italic Small A)"
},
"\\isansb": {
"prefix": "\\isansb",
"body": [
"𝘣",
],
"description": "\\isansb : 𝘣 (Mathematical Sans-Serif Italic Small B)"
},
"\\isansc": {
"prefix": "\\isansc",
"body": [
"𝘤",
],
"description": "\\isansc : 𝘤 (Mathematical Sans-Serif Italic Small C)"
},
"\\isansd": {
"prefix": "\\isansd",
"body": [
"𝘥",
],
"description": "\\isansd : 𝘥 (Mathematical Sans-Serif Italic Small D)"
},
"\\isanse": {
"prefix": "\\isanse",
"body": [
"𝘦",
],
"description": "\\isanse : 𝘦 (Mathematical Sans-Serif Italic Small E)"
},
"\\isansf": {
"prefix": "\\isansf",
"body": [
"𝘧",
],
"description": "\\isansf : 𝘧 (Mathematical Sans-Serif Italic Small F)"
},
"\\isansg": {
"prefix": "\\isansg",
"body": [
"𝘨",
],
"description": "\\isansg : 𝘨 (Mathematical Sans-Serif Italic Small G)"
},
"\\isansh": {
"prefix": "\\isansh",
"body": [
"𝘩",
],
"description": "\\isansh : 𝘩 (Mathematical Sans-Serif Italic Small H)"
},
"\\isansi": {
"prefix": "\\isansi",
"body": [
"𝘪",
],
"description": "\\isansi : 𝘪 (Mathematical Sans-Serif Italic Small I)"
},
"\\isansj": {
"prefix": "\\isansj",
"body": [
"𝘫",
],
"description": "\\isansj : 𝘫 (Mathematical Sans-Serif Italic Small J)"
},
"\\isansk": {
"prefix": "\\isansk",
"body": [
"𝘬",
],
"description": "\\isansk : 𝘬 (Mathematical Sans-Serif Italic Small K)"
},
"\\isansl": {
"prefix": "\\isansl",
"body": [
"𝘭",
],
"description": "\\isansl : 𝘭 (Mathematical Sans-Serif Italic Small L)"
},
"\\isansm": {
"prefix": "\\isansm",
"body": [
"𝘮",
],
"description": "\\isansm : 𝘮 (Mathematical Sans-Serif Italic Small M)"
},
"\\isansn": {
"prefix": "\\isansn",
"body": [
"𝘯",
],
"description": "\\isansn : 𝘯 (Mathematical Sans-Serif Italic Small N)"
},
"\\isanso": {
"prefix": "\\isanso",
"body": [
"𝘰",
],
"description": "\\isanso : 𝘰 (Mathematical Sans-Serif Italic Small O)"
},
"\\isansp": {
"prefix": "\\isansp",
"body": [
"𝘱",
],
"description": "\\isansp : 𝘱 (Mathematical Sans-Serif Italic Small P)"
},
"\\isansq": {
"prefix": "\\isansq",
"body": [
"𝘲",
],
"description": "\\isansq : 𝘲 (Mathematical Sans-Serif Italic Small Q)"
},
"\\isansr": {
"prefix": "\\isansr",
"body": [
"𝘳",
],
"description": "\\isansr : 𝘳 (Mathematical Sans-Serif Italic Small R)"
},
"\\isanss": {
"prefix": "\\isanss",
"body": [
"𝘴",
],
"description": "\\isanss : 𝘴 (Mathematical Sans-Serif Italic Small S)"
},
"\\isanst": {
"prefix": "\\isanst",
"body": [
"𝘵",
],
"description": "\\isanst : 𝘵 (Mathematical Sans-Serif Italic Small T)"
},
"\\isansu": {
"prefix": "\\isansu",
"body": [
"𝘶",
],
"description": "\\isansu : 𝘶 (Mathematical Sans-Serif Italic Small U)"
},
"\\isansv": {
"prefix": "\\isansv",
"body": [
"𝘷",
],
"description": "\\isansv : 𝘷 (Mathematical Sans-Serif Italic Small V)"
},
"\\isansw": {
"prefix": "\\isansw",
"body": [
"𝘸",
],
"description": "\\isansw : 𝘸 (Mathematical Sans-Serif Italic Small W)"
},
"\\isansx": {
"prefix": "\\isansx",
"body": [
"𝘹",
],
"description": "\\isansx : 𝘹 (Mathematical Sans-Serif Italic Small X)"
},
"\\isansy": {
"prefix": "\\isansy",
"body": [
"𝘺",
],
"description": "\\isansy : 𝘺 (Mathematical Sans-Serif Italic Small Y)"
},
"\\isansz": {
"prefix": "\\isansz",
"body": [
"𝘻",
],
"description": "\\isansz : 𝘻 (Mathematical Sans-Serif Italic Small Z)"
},
"\\bisansA": {
"prefix": "\\bisansA",
"body": [
"𝘼",
],
"description": "\\bisansA : 𝘼 (Mathematical Sans-Serif Bold Italic Capital A)"
},
"\\bisansB": {
"prefix": "\\bisansB",
"body": [
"𝘽",
],
"description": "\\bisansB : 𝘽 (Mathematical Sans-Serif Bold Italic Capital B)"
},
"\\bisansC": {
"prefix": "\\bisansC",
"body": [
"𝘾",
],
"description": "\\bisansC : 𝘾 (Mathematical Sans-Serif Bold Italic Capital C)"
},
"\\bisansD": {
"prefix": "\\bisansD",
"body": [
"𝘿",
],
"description": "\\bisansD : 𝘿 (Mathematical Sans-Serif Bold Italic Capital D)"
},
"\\bisansE": {
"prefix": "\\bisansE",
"body": [
"𝙀",
],
"description": "\\bisansE : 𝙀 (Mathematical Sans-Serif Bold Italic Capital E)"
},
"\\bisansF": {
"prefix": "\\bisansF",
"body": [
"𝙁",
],
"description": "\\bisansF : 𝙁 (Mathematical Sans-Serif Bold Italic Capital F)"
},
"\\bisansG": {
"prefix": "\\bisansG",
"body": [
"𝙂",
],
"description": "\\bisansG : 𝙂 (Mathematical Sans-Serif Bold Italic Capital G)"
},
"\\bisansH": {
"prefix": "\\bisansH",
"body": [
"𝙃",
],
"description": "\\bisansH : 𝙃 (Mathematical Sans-Serif Bold Italic Capital H)"
},
"\\bisansI": {
"prefix": "\\bisansI",
"body": [
"𝙄",
],
"description": "\\bisansI : 𝙄 (Mathematical Sans-Serif Bold Italic Capital I)"
},
"\\bisansJ": {
"prefix": "\\bisansJ",
"body": [
"𝙅",
],
"description": "\\bisansJ : 𝙅 (Mathematical Sans-Serif Bold Italic Capital J)"
},
"\\bisansK": {
"prefix": "\\bisansK",
"body": [
"𝙆",
],
"description": "\\bisansK : 𝙆 (Mathematical Sans-Serif Bold Italic Capital K)"
},
"\\bisansL": {
"prefix": "\\bisansL",
"body": [
"𝙇",
],
"description": "\\bisansL : 𝙇 (Mathematical Sans-Serif Bold Italic Capital L)"
},
"\\bisansM": {
"prefix": "\\bisansM",
"body": [
"𝙈",
],
"description": "\\bisansM : 𝙈 (Mathematical Sans-Serif Bold Italic Capital M)"
},
"\\bisansN": {
"prefix": "\\bisansN",
"body": [
"𝙉",
],
"description": "\\bisansN : 𝙉 (Mathematical Sans-Serif Bold Italic Capital N)"
},
"\\bisansO": {
"prefix": "\\bisansO",
"body": [
"𝙊",
],
"description": "\\bisansO : 𝙊 (Mathematical Sans-Serif Bold Italic Capital O)"
},
"\\bisansP": {
"prefix": "\\bisansP",
"body": [
"𝙋",
],
"description": "\\bisansP : 𝙋 (Mathematical Sans-Serif Bold Italic Capital P)"
},
"\\bisansQ": {
"prefix": "\\bisansQ",
"body": [
"𝙌",
],
"description": "\\bisansQ : 𝙌 (Mathematical Sans-Serif Bold Italic Capital Q)"
},
"\\bisansR": {
"prefix": "\\bisansR",
"body": [
"𝙍",
],
"description": "\\bisansR : 𝙍 (Mathematical Sans-Serif Bold Italic Capital R)"
},
"\\bisansS": {
"prefix": "\\bisansS",
"body": [
"𝙎",
],
"description": "\\bisansS : 𝙎 (Mathematical Sans-Serif Bold Italic Capital S)"
},
"\\bisansT": {
"prefix": "\\bisansT",
"body": [
"𝙏",
],
"description": "\\bisansT : 𝙏 (Mathematical Sans-Serif Bold Italic Capital T)"
},
"\\bisansU": {
"prefix": "\\bisansU",
"body": [
"𝙐",
],
"description": "\\bisansU : 𝙐 (Mathematical Sans-Serif Bold Italic Capital U)"
},
"\\bisansV": {
"prefix": "\\bisansV",
"body": [
"𝙑",
],
"description": "\\bisansV : 𝙑 (Mathematical Sans-Serif Bold Italic Capital V)"
},
"\\bisansW": {
"prefix": "\\bisansW",
"body": [
"𝙒",
],
"description": "\\bisansW : 𝙒 (Mathematical Sans-Serif Bold Italic Capital W)"
},
"\\bisansX": {
"prefix": "\\bisansX",
"body": [
"𝙓",
],
"description": "\\bisansX : 𝙓 (Mathematical Sans-Serif Bold Italic Capital X)"
},
"\\bisansY": {
"prefix": "\\bisansY",
"body": [
"𝙔",
],
"description": "\\bisansY : 𝙔 (Mathematical Sans-Serif Bold Italic Capital Y)"
},
"\\bisansZ": {
"prefix": "\\bisansZ",
"body": [
"𝙕",
],
"description": "\\bisansZ : 𝙕 (Mathematical Sans-Serif Bold Italic Capital Z)"
},
"\\bisansa": {
"prefix": "\\bisansa",
"body": [
"𝙖",
],
"description": "\\bisansa : 𝙖 (Mathematical Sans-Serif Bold Italic Small A)"
},
"\\bisansb": {
"prefix": "\\bisansb",
"body": [
"𝙗",
],
"description": "\\bisansb : 𝙗 (Mathematical Sans-Serif Bold Italic Small B)"
},
"\\bisansc": {
"prefix": "\\bisansc",
"body": [
"𝙘",
],
"description": "\\bisansc : 𝙘 (Mathematical Sans-Serif Bold Italic Small C)"
},
"\\bisansd": {
"prefix": "\\bisansd",
"body": [
"𝙙",
],
"description": "\\bisansd : 𝙙 (Mathematical Sans-Serif Bold Italic Small D)"
},
"\\bisanse": {
"prefix": "\\bisanse",
"body": [
"𝙚",
],
"description": "\\bisanse : 𝙚 (Mathematical Sans-Serif Bold Italic Small E)"
},
"\\bisansf": {
"prefix": "\\bisansf",
"body": [
"𝙛",
],
"description": "\\bisansf : 𝙛 (Mathematical Sans-Serif Bold Italic Small F)"
},
"\\bisansg": {
"prefix": "\\bisansg",
"body": [
"𝙜",
],
"description": "\\bisansg : 𝙜 (Mathematical Sans-Serif Bold Italic Small G)"
},
"\\bisansh": {
"prefix": "\\bisansh",
"body": [
"𝙝",
],
"description": "\\bisansh : 𝙝 (Mathematical Sans-Serif Bold Italic Small H)"
},
"\\bisansi": {
"prefix": "\\bisansi",
"body": [
"𝙞",
],
"description": "\\bisansi : 𝙞 (Mathematical Sans-Serif Bold Italic Small I)"
},
"\\bisansj": {
"prefix": "\\bisansj",
"body": [
"𝙟",
],
"description": "\\bisansj : 𝙟 (Mathematical Sans-Serif Bold Italic Small J)"
},
"\\bisansk": {
"prefix": "\\bisansk",
"body": [
"𝙠",
],
"description": "\\bisansk : 𝙠 (Mathematical Sans-Serif Bold Italic Small K)"
},
"\\bisansl": {
"prefix": "\\bisansl",
"body": [
"𝙡",
],
"description": "\\bisansl : 𝙡 (Mathematical Sans-Serif Bold Italic Small L)"
},
"\\bisansm": {
"prefix": "\\bisansm",
"body": [
"𝙢",
],
"description": "\\bisansm : 𝙢 (Mathematical Sans-Serif Bold Italic Small M)"
},
"\\bisansn": {
"prefix": "\\bisansn",
"body": [
"𝙣",
],
"description": "\\bisansn : 𝙣 (Mathematical Sans-Serif Bold Italic Small N)"
},
"\\bisanso": {
"prefix": "\\bisanso",
"body": [
"𝙤",
],
"description": "\\bisanso : 𝙤 (Mathematical Sans-Serif Bold Italic Small O)"
},
"\\bisansp": {
"prefix": "\\bisansp",
"body": [
"𝙥",
],
"description": "\\bisansp : 𝙥 (Mathematical Sans-Serif Bold Italic Small P)"
},
"\\bisansq": {
"prefix": "\\bisansq",
"body": [
"𝙦",
],
"description": "\\bisansq : 𝙦 (Mathematical Sans-Serif Bold Italic Small Q)"
},
"\\bisansr": {
"prefix": "\\bisansr",
"body": [
"𝙧",
],
"description": "\\bisansr : 𝙧 (Mathematical Sans-Serif Bold Italic Small R)"
},
"\\bisanss": {
"prefix": "\\bisanss",
"body": [
"𝙨",
],
"description": "\\bisanss : 𝙨 (Mathematical Sans-Serif Bold Italic Small S)"
},
"\\bisanst": {
"prefix": "\\bisanst",
"body": [
"𝙩",
],
"description": "\\bisanst : 𝙩 (Mathematical Sans-Serif Bold Italic Small T)"
},
"\\bisansu": {
"prefix": "\\bisansu",
"body": [
"𝙪",
],
"description": "\\bisansu : 𝙪 (Mathematical Sans-Serif Bold Italic Small U)"
},
"\\bisansv": {
"prefix": "\\bisansv",
"body": [
"𝙫",
],
"description": "\\bisansv : 𝙫 (Mathematical Sans-Serif Bold Italic Small V)"
},
"\\bisansw": {
"prefix": "\\bisansw",
"body": [
"𝙬",
],
"description": "\\bisansw : 𝙬 (Mathematical Sans-Serif Bold Italic Small W)"
},
"\\bisansx": {
"prefix": "\\bisansx",
"body": [
"𝙭",
],
"description": "\\bisansx : 𝙭 (Mathematical Sans-Serif Bold Italic Small X)"
},
"\\bisansy": {
"prefix": "\\bisansy",
"body": [
"𝙮",
],
"description": "\\bisansy : 𝙮 (Mathematical Sans-Serif Bold Italic Small Y)"
},
"\\bisansz": {
"prefix": "\\bisansz",
"body": [
"𝙯",
],
"description": "\\bisansz : 𝙯 (Mathematical Sans-Serif Bold Italic Small Z)"
},
"\\ttA": {
"prefix": "\\ttA",
"body": [
"𝙰",
],
"description": "\\ttA : 𝙰 (Mathematical Monospace Capital A)"
},
"\\ttB": {
"prefix": "\\ttB",
"body": [
"𝙱",
],
"description": "\\ttB : 𝙱 (Mathematical Monospace Capital B)"
},
"\\ttC": {
"prefix": "\\ttC",
"body": [
"𝙲",
],
"description": "\\ttC : 𝙲 (Mathematical Monospace Capital C)"
},
"\\ttD": {
"prefix": "\\ttD",
"body": [
"𝙳",
],
"description": "\\ttD : 𝙳 (Mathematical Monospace Capital D)"
},
"\\ttE": {
"prefix": "\\ttE",
"body": [
"𝙴",
],
"description": "\\ttE : 𝙴 (Mathematical Monospace Capital E)"
},
"\\ttF": {
"prefix": "\\ttF",
"body": [
"𝙵",
],
"description": "\\ttF : 𝙵 (Mathematical Monospace Capital F)"
},
"\\ttG": {
"prefix": "\\ttG",
"body": [
"𝙶",
],
"description": "\\ttG : 𝙶 (Mathematical Monospace Capital G)"
},
"\\ttH": {
"prefix": "\\ttH",
"body": [
"𝙷",
],
"description": "\\ttH : 𝙷 (Mathematical Monospace Capital H)"
},
"\\ttI": {
"prefix": "\\ttI",
"body": [
"𝙸",
],
"description": "\\ttI : 𝙸 (Mathematical Monospace Capital I)"
},
"\\ttJ": {
"prefix": "\\ttJ",
"body": [
"𝙹",
],
"description": "\\ttJ : 𝙹 (Mathematical Monospace Capital J)"
},
"\\ttK": {
"prefix": "\\ttK",
"body": [
"𝙺",
],
"description": "\\ttK : 𝙺 (Mathematical Monospace Capital K)"
},
"\\ttL": {
"prefix": "\\ttL",
"body": [
"𝙻",
],
"description": "\\ttL : 𝙻 (Mathematical Monospace Capital L)"
},
"\\ttM": {
"prefix": "\\ttM",
"body": [
"𝙼",
],
"description": "\\ttM : 𝙼 (Mathematical Monospace Capital M)"
},
"\\ttN": {
"prefix": "\\ttN",
"body": [
"𝙽",
],
"description": "\\ttN : 𝙽 (Mathematical Monospace Capital N)"
},
"\\ttO": {
"prefix": "\\ttO",
"body": [
"𝙾",
],
"description": "\\ttO : 𝙾 (Mathematical Monospace Capital O)"
},
"\\ttP": {
"prefix": "\\ttP",
"body": [
"𝙿",
],
"description": "\\ttP : 𝙿 (Mathematical Monospace Capital P)"
},
"\\ttQ": {
"prefix": "\\ttQ",
"body": [
"𝚀",
],
"description": "\\ttQ : 𝚀 (Mathematical Monospace Capital Q)"
},
"\\ttR": {
"prefix": "\\ttR",
"body": [
"𝚁",
],
"description": "\\ttR : 𝚁 (Mathematical Monospace Capital R)"
},
"\\ttS": {
"prefix": "\\ttS",
"body": [
"𝚂",
],
"description": "\\ttS : 𝚂 (Mathematical Monospace Capital S)"
},
"\\ttT": {
"prefix": "\\ttT",
"body": [
"𝚃",
],
"description": "\\ttT : 𝚃 (Mathematical Monospace Capital T)"
},
"\\ttU": {
"prefix": "\\ttU",
"body": [
"𝚄",
],
"description": "\\ttU : 𝚄 (Mathematical Monospace Capital U)"
},
"\\ttV": {
"prefix": "\\ttV",
"body": [
"𝚅",
],
"description": "\\ttV : 𝚅 (Mathematical Monospace Capital V)"
},
"\\ttW": {
"prefix": "\\ttW",
"body": [
"𝚆",
],
"description": "\\ttW : 𝚆 (Mathematical Monospace Capital W)"
},
"\\ttX": {
"prefix": "\\ttX",
"body": [
"𝚇",
],
"description": "\\ttX : 𝚇 (Mathematical Monospace Capital X)"
},
"\\ttY": {
"prefix": "\\ttY",
"body": [
"𝚈",
],
"description": "\\ttY : 𝚈 (Mathematical Monospace Capital Y)"
},
"\\ttZ": {
"prefix": "\\ttZ",
"body": [
"𝚉",
],
"description": "\\ttZ : 𝚉 (Mathematical Monospace Capital Z)"
},
"\\tta": {
"prefix": "\\tta",
"body": [
"𝚊",
],
"description": "\\tta : 𝚊 (Mathematical Monospace Small A)"
},
"\\ttb": {
"prefix": "\\ttb",
"body": [
"𝚋",
],
"description": "\\ttb : 𝚋 (Mathematical Monospace Small B)"
},
"\\ttc": {
"prefix": "\\ttc",
"body": [
"𝚌",
],
"description": "\\ttc : 𝚌 (Mathematical Monospace Small C)"
},
"\\ttd": {
"prefix": "\\ttd",
"body": [
"𝚍",
],
"description": "\\ttd : 𝚍 (Mathematical Monospace Small D)"
},
"\\tte": {
"prefix": "\\tte",
"body": [
"𝚎",
],
"description": "\\tte : 𝚎 (Mathematical Monospace Small E)"
},
"\\ttf": {
"prefix": "\\ttf",
"body": [
"𝚏",
],
"description": "\\ttf : 𝚏 (Mathematical Monospace Small F)"
},
"\\ttg": {
"prefix": "\\ttg",
"body": [
"𝚐",
],
"description": "\\ttg : 𝚐 (Mathematical Monospace Small G)"
},
"\\tth": {
"prefix": "\\tth",
"body": [
"𝚑",
],
"description": "\\tth : 𝚑 (Mathematical Monospace Small H)"
},
"\\tti": {
"prefix": "\\tti",
"body": [
"𝚒",
],
"description": "\\tti : 𝚒 (Mathematical Monospace Small I)"
},
"\\ttj": {
"prefix": "\\ttj",
"body": [
"𝚓",
],
"description": "\\ttj : 𝚓 (Mathematical Monospace Small J)"
},
"\\ttk": {
"prefix": "\\ttk",
"body": [
"𝚔",
],
"description": "\\ttk : 𝚔 (Mathematical Monospace Small K)"
},
"\\ttl": {
"prefix": "\\ttl",
"body": [
"𝚕",
],
"description": "\\ttl : 𝚕 (Mathematical Monospace Small L)"
},
"\\ttm": {
"prefix": "\\ttm",
"body": [
"𝚖",
],
"description": "\\ttm : 𝚖 (Mathematical Monospace Small M)"
},
"\\ttn": {
"prefix": "\\ttn",
"body": [
"𝚗",
],
"description": "\\ttn : 𝚗 (Mathematical Monospace Small N)"
},
"\\tto": {
"prefix": "\\tto",
"body": [
"𝚘",
],
"description": "\\tto : 𝚘 (Mathematical Monospace Small O)"
},
"\\ttp": {
"prefix": "\\ttp",
"body": [
"𝚙",
],
"description": "\\ttp : 𝚙 (Mathematical Monospace Small P)"
},
"\\ttq": {
"prefix": "\\ttq",
"body": [
"𝚚",
],
"description": "\\ttq : 𝚚 (Mathematical Monospace Small Q)"
},
"\\ttr": {
"prefix": "\\ttr",
"body": [
"𝚛",
],
"description": "\\ttr : 𝚛 (Mathematical Monospace Small R)"
},
"\\tts": {
"prefix": "\\tts",
"body": [
"𝚜",
],
"description": "\\tts : 𝚜 (Mathematical Monospace Small S)"
},
"\\ttt": {
"prefix": "\\ttt",
"body": [
"𝚝",
],
"description": "\\ttt : 𝚝 (Mathematical Monospace Small T)"
},
"\\ttu": {
"prefix": "\\ttu",
"body": [
"𝚞",
],
"description": "\\ttu : 𝚞 (Mathematical Monospace Small U)"
},
"\\ttv": {
"prefix": "\\ttv",
"body": [
"𝚟",
],
"description": "\\ttv : 𝚟 (Mathematical Monospace Small V)"
},
"\\ttw": {
"prefix": "\\ttw",
"body": [
"𝚠",
],
"description": "\\ttw : 𝚠 (Mathematical Monospace Small W)"
},
"\\ttx": {
"prefix": "\\ttx",
"body": [
"𝚡",
],
"description": "\\ttx : 𝚡 (Mathematical Monospace Small X)"
},
"\\tty": {
"prefix": "\\tty",
"body": [
"𝚢",
],
"description": "\\tty : 𝚢 (Mathematical Monospace Small Y)"
},
"\\ttz": {
"prefix": "\\ttz",
"body": [
"𝚣",
],
"description": "\\ttz : 𝚣 (Mathematical Monospace Small Z)"
},
"\\itimath": {
"prefix": "\\itimath",
"body": [
"𝚤",
],
"description": "\\itimath : 𝚤 (Mathematical Italic Small Dotless I)"
},
"\\itjmath": {
"prefix": "\\itjmath",
"body": [
"𝚥",
],
"description": "\\itjmath : 𝚥 (Mathematical Italic Small Dotless J)"
},
"\\bfAlpha": {
"prefix": "\\bfAlpha",
"body": [
"𝚨",
],
"description": "\\bfAlpha : 𝚨 (Mathematical Bold Capital Alpha)"
},
"\\bfBeta": {
"prefix": "\\bfBeta",
"body": [
"𝚩",
],
"description": "\\bfBeta : 𝚩 (Mathematical Bold Capital Beta)"
},
"\\bfGamma": {
"prefix": "\\bfGamma",
"body": [
"𝚪",
],
"description": "\\bfGamma : 𝚪 (Mathematical Bold Capital Gamma)"
},
"\\bfDelta": {
"prefix": "\\bfDelta",
"body": [
"𝚫",
],
"description": "\\bfDelta : 𝚫 (Mathematical Bold Capital Delta)"
},
"\\bfEpsilon": {
"prefix": "\\bfEpsilon",
"body": [
"𝚬",
],
"description": "\\bfEpsilon : 𝚬 (Mathematical Bold Capital Epsilon)"
},
"\\bfZeta": {
"prefix": "\\bfZeta",
"body": [
"𝚭",
],
"description": "\\bfZeta : 𝚭 (Mathematical Bold Capital Zeta)"
},
"\\bfEta": {
"prefix": "\\bfEta",
"body": [
"𝚮",
],
"description": "\\bfEta : 𝚮 (Mathematical Bold Capital Eta)"
},
"\\bfTheta": {
"prefix": "\\bfTheta",
"body": [
"𝚯",
],
"description": "\\bfTheta : 𝚯 (Mathematical Bold Capital Theta)"
},
"\\bfIota": {
"prefix": "\\bfIota",
"body": [
"𝚰",
],
"description": "\\bfIota : 𝚰 (Mathematical Bold Capital Iota)"
},
"\\bfKappa": {
"prefix": "\\bfKappa",
"body": [
"𝚱",
],
"description": "\\bfKappa : 𝚱 (Mathematical Bold Capital Kappa)"
},
"\\bfLambda": {
"prefix": "\\bfLambda",
"body": [
"𝚲",
],
"description": "\\bfLambda : 𝚲 (Mathematical Bold Capital Lamda)"
},
"\\bfMu": {
"prefix": "\\bfMu",
"body": [
"𝚳",
],
"description": "\\bfMu : 𝚳 (Mathematical Bold Capital Mu)"
},
"\\bfNu": {
"prefix": "\\bfNu",
"body": [
"𝚴",
],
"description": "\\bfNu : 𝚴 (Mathematical Bold Capital Nu)"
},
"\\bfXi": {
"prefix": "\\bfXi",
"body": [
"𝚵",
],
"description": "\\bfXi : 𝚵 (Mathematical Bold Capital Xi)"
},
"\\bfOmicron": {
"prefix": "\\bfOmicron",
"body": [
"𝚶",
],
"description": "\\bfOmicron : 𝚶 (Mathematical Bold Capital Omicron)"
},
"\\bfPi": {
"prefix": "\\bfPi",
"body": [
"𝚷",
],
"description": "\\bfPi : 𝚷 (Mathematical Bold Capital Pi)"
},
"\\bfRho": {
"prefix": "\\bfRho",
"body": [
"𝚸",
],
"description": "\\bfRho : 𝚸 (Mathematical Bold Capital Rho)"
},
"\\bfvarTheta": {
"prefix": "\\bfvarTheta",
"body": [
"𝚹",
],
"description": "\\bfvarTheta : 𝚹 (Mathematical Bold Capital Theta Symbol)"
},
"\\bfSigma": {
"prefix": "\\bfSigma",
"body": [
"𝚺",
],
"description": "\\bfSigma : 𝚺 (Mathematical Bold Capital Sigma)"
},
"\\bfTau": {
"prefix": "\\bfTau",
"body": [
"𝚻",
],
"description": "\\bfTau : 𝚻 (Mathematical Bold Capital Tau)"
},
"\\bfUpsilon": {
"prefix": "\\bfUpsilon",
"body": [
"𝚼",
],
"description": "\\bfUpsilon : 𝚼 (Mathematical Bold Capital Upsilon)"
},
"\\bfPhi": {
"prefix": "\\bfPhi",
"body": [
"𝚽",
],
"description": "\\bfPhi : 𝚽 (Mathematical Bold Capital Phi)"
},
"\\bfChi": {
"prefix": "\\bfChi",
"body": [
"𝚾",
],
"description": "\\bfChi : 𝚾 (Mathematical Bold Capital Chi)"
},
"\\bfPsi": {
"prefix": "\\bfPsi",
"body": [
"𝚿",
],
"description": "\\bfPsi : 𝚿 (Mathematical Bold Capital Psi)"
},
"\\bfOmega": {
"prefix": "\\bfOmega",
"body": [
"𝛀",
],
"description": "\\bfOmega : 𝛀 (Mathematical Bold Capital Omega)"
},
"\\bfnabla": {
"prefix": "\\bfnabla",
"body": [
"𝛁",
],
"description": "\\bfnabla : 𝛁 (Mathematical Bold Nabla)"
},
"\\bfalpha": {
"prefix": "\\bfalpha",
"body": [
"𝛂",
],
"description": "\\bfalpha : 𝛂 (Mathematical Bold Small Alpha)"
},
"\\bfbeta": {
"prefix": "\\bfbeta",
"body": [
"𝛃",
],
"description": "\\bfbeta : 𝛃 (Mathematical Bold Small Beta)"
},
"\\bfgamma": {
"prefix": "\\bfgamma",
"body": [
"𝛄",
],
"description": "\\bfgamma : 𝛄 (Mathematical Bold Small Gamma)"
},
"\\bfdelta": {
"prefix": "\\bfdelta",
"body": [
"𝛅",
],
"description": "\\bfdelta : 𝛅 (Mathematical Bold Small Delta)"
},
"\\bfepsilon": {
"prefix": "\\bfepsilon",
"body": [
"𝛆",
],
"description": "\\bfepsilon : 𝛆 (Mathematical Bold Small Epsilon)"
},
"\\bfzeta": {
"prefix": "\\bfzeta",
"body": [
"𝛇",
],
"description": "\\bfzeta : 𝛇 (Mathematical Bold Small Zeta)"
},
"\\bfeta": {
"prefix": "\\bfeta",
"body": [
"𝛈",
],
"description": "\\bfeta : 𝛈 (Mathematical Bold Small Eta)"
},
"\\bftheta": {
"prefix": "\\bftheta",
"body": [
"𝛉",
],
"description": "\\bftheta : 𝛉 (Mathematical Bold Small Theta)"
},
"\\bfiota": {
"prefix": "\\bfiota",
"body": [
"𝛊",
],
"description": "\\bfiota : 𝛊 (Mathematical Bold Small Iota)"
},
"\\bfkappa": {
"prefix": "\\bfkappa",
"body": [
"𝛋",
],
"description": "\\bfkappa : 𝛋 (Mathematical Bold Small Kappa)"
},
"\\bflambda": {
"prefix": "\\bflambda",
"body": [
"𝛌",
],
"description": "\\bflambda : 𝛌 (Mathematical Bold Small Lamda)"
},
"\\bfmu": {
"prefix": "\\bfmu",
"body": [
"𝛍",
],
"description": "\\bfmu : 𝛍 (Mathematical Bold Small Mu)"
},
"\\bfnu": {
"prefix": "\\bfnu",
"body": [
"𝛎",
],
"description": "\\bfnu : 𝛎 (Mathematical Bold Small Nu)"
},
"\\bfxi": {
"prefix": "\\bfxi",
"body": [
"𝛏",
],
"description": "\\bfxi : 𝛏 (Mathematical Bold Small Xi)"
},
"\\bfomicron": {
"prefix": "\\bfomicron",
"body": [
"𝛐",
],
"description": "\\bfomicron : 𝛐 (Mathematical Bold Small Omicron)"
},
"\\bfpi": {
"prefix": "\\bfpi",
"body": [
"𝛑",
],
"description": "\\bfpi : 𝛑 (Mathematical Bold Small Pi)"
},
"\\bfrho": {
"prefix": "\\bfrho",
"body": [
"𝛒",
],
"description": "\\bfrho : 𝛒 (Mathematical Bold Small Rho)"
},
"\\bfvarsigma": {
"prefix": "\\bfvarsigma",
"body": [
"𝛓",
],
"description": "\\bfvarsigma : 𝛓 (Mathematical Bold Small Final Sigma)"
},
"\\bfsigma": {
"prefix": "\\bfsigma",
"body": [
"𝛔",
],
"description": "\\bfsigma : 𝛔 (Mathematical Bold Small Sigma)"
},
"\\bftau": {
"prefix": "\\bftau",
"body": [
"𝛕",
],
"description": "\\bftau : 𝛕 (Mathematical Bold Small Tau)"
},
"\\bfupsilon": {
"prefix": "\\bfupsilon",
"body": [
"𝛖",
],
"description": "\\bfupsilon : 𝛖 (Mathematical Bold Small Upsilon)"
},
"\\bfvarphi": {
"prefix": "\\bfvarphi",
"body": [
"𝛗",
],
"description": "\\bfvarphi : 𝛗 (Mathematical Bold Small Phi)"
},
"\\bfchi": {
"prefix": "\\bfchi",
"body": [
"𝛘",
],
"description": "\\bfchi : 𝛘 (Mathematical Bold Small Chi)"
},
"\\bfpsi": {
"prefix": "\\bfpsi",
"body": [
"𝛙",
],
"description": "\\bfpsi : 𝛙 (Mathematical Bold Small Psi)"
},
"\\bfomega": {
"prefix": "\\bfomega",
"body": [
"𝛚",
],
"description": "\\bfomega : 𝛚 (Mathematical Bold Small Omega)"
},
"\\bfpartial": {
"prefix": "\\bfpartial",
"body": [
"𝛛",
],
"description": "\\bfpartial : 𝛛 (Mathematical Bold Partial Differential)"
},
"\\bfvarepsilon": {
"prefix": "\\bfvarepsilon",
"body": [
"𝛜",
],
"description": "\\bfvarepsilon : 𝛜 (Mathematical Bold Epsilon Symbol)"
},
"\\bfvartheta": {
"prefix": "\\bfvartheta",
"body": [
"𝛝",
],
"description": "\\bfvartheta : 𝛝 (Mathematical Bold Theta Symbol)"
},
"\\bfvarkappa": {
"prefix": "\\bfvarkappa",
"body": [
"𝛞",
],
"description": "\\bfvarkappa : 𝛞 (Mathematical Bold Kappa Symbol)"
},
"\\bfphi": {
"prefix": "\\bfphi",
"body": [
"𝛟",
],
"description": "\\bfphi : 𝛟 (Mathematical Bold Phi Symbol)"
},
"\\bfvarrho": {
"prefix": "\\bfvarrho",
"body": [
"𝛠",
],
"description": "\\bfvarrho : 𝛠 (Mathematical Bold Rho Symbol)"
},
"\\bfvarpi": {
"prefix": "\\bfvarpi",
"body": [
"𝛡",
],
"description": "\\bfvarpi : 𝛡 (Mathematical Bold Pi Symbol)"
},
"\\itAlpha": {
"prefix": "\\itAlpha",
"body": [
"𝛢",
],
"description": "\\itAlpha : 𝛢 (Mathematical Italic Capital Alpha)"
},
"\\itBeta": {
"prefix": "\\itBeta",
"body": [
"𝛣",
],
"description": "\\itBeta : 𝛣 (Mathematical Italic Capital Beta)"
},
"\\itGamma": {
"prefix": "\\itGamma",
"body": [
"𝛤",
],
"description": "\\itGamma : 𝛤 (Mathematical Italic Capital Gamma)"
},
"\\itDelta": {
"prefix": "\\itDelta",
"body": [
"𝛥",
],
"description": "\\itDelta : 𝛥 (Mathematical Italic Capital Delta)"
},
"\\itEpsilon": {
"prefix": "\\itEpsilon",
"body": [
"𝛦",
],
"description": "\\itEpsilon : 𝛦 (Mathematical Italic Capital Epsilon)"
},
"\\itZeta": {
"prefix": "\\itZeta",
"body": [
"𝛧",
],
"description": "\\itZeta : 𝛧 (Mathematical Italic Capital Zeta)"
},
"\\itEta": {
"prefix": "\\itEta",
"body": [
"𝛨",
],
"description": "\\itEta : 𝛨 (Mathematical Italic Capital Eta)"
},
"\\itTheta": {
"prefix": "\\itTheta",
"body": [
"𝛩",
],
"description": "\\itTheta : 𝛩 (Mathematical Italic Capital Theta)"
},
"\\itIota": {
"prefix": "\\itIota",
"body": [
"𝛪",
],
"description": "\\itIota : 𝛪 (Mathematical Italic Capital Iota)"
},
"\\itKappa": {
"prefix": "\\itKappa",
"body": [
"𝛫",
],
"description": "\\itKappa : 𝛫 (Mathematical Italic Capital Kappa)"
},
"\\itLambda": {
"prefix": "\\itLambda",
"body": [
"𝛬",
],
"description": "\\itLambda : 𝛬 (Mathematical Italic Capital Lamda)"
},
"\\itMu": {
"prefix": "\\itMu",
"body": [
"𝛭",
],
"description": "\\itMu : 𝛭 (Mathematical Italic Capital Mu)"
},
"\\itNu": {
"prefix": "\\itNu",
"body": [
"𝛮",
],
"description": "\\itNu : 𝛮 (Mathematical Italic Capital Nu)"
},
"\\itXi": {
"prefix": "\\itXi",
"body": [
"𝛯",
],
"description": "\\itXi : 𝛯 (Mathematical Italic Capital Xi)"
},
"\\itOmicron": {
"prefix": "\\itOmicron",
"body": [
"𝛰",
],
"description": "\\itOmicron : 𝛰 (Mathematical Italic Capital Omicron)"
},
"\\itPi": {
"prefix": "\\itPi",
"body": [
"𝛱",
],
"description": "\\itPi : 𝛱 (Mathematical Italic Capital Pi)"
},
"\\itRho": {
"prefix": "\\itRho",
"body": [
"𝛲",
],
"description": "\\itRho : 𝛲 (Mathematical Italic Capital Rho)"
},
"\\itvarTheta": {
"prefix": "\\itvarTheta",
"body": [
"𝛳",
],
"description": "\\itvarTheta : 𝛳 (Mathematical Italic Capital Theta Symbol)"
},
"\\itSigma": {
"prefix": "\\itSigma",
"body": [
"𝛴",
],
"description": "\\itSigma : 𝛴 (Mathematical Italic Capital Sigma)"
},
"\\itTau": {
"prefix": "\\itTau",
"body": [
"𝛵",
],
"description": "\\itTau : 𝛵 (Mathematical Italic Capital Tau)"
},
"\\itUpsilon": {
"prefix": "\\itUpsilon",
"body": [
"𝛶",
],
"description": "\\itUpsilon : 𝛶 (Mathematical Italic Capital Upsilon)"
},
"\\itPhi": {
"prefix": "\\itPhi",
"body": [
"𝛷",
],
"description": "\\itPhi : 𝛷 (Mathematical Italic Capital Phi)"
},
"\\itChi": {
"prefix": "\\itChi",
"body": [
"𝛸",
],
"description": "\\itChi : 𝛸 (Mathematical Italic Capital Chi)"
},
"\\itPsi": {
"prefix": "\\itPsi",
"body": [
"𝛹",
],
"description": "\\itPsi : 𝛹 (Mathematical Italic Capital Psi)"
},
"\\itOmega": {
"prefix": "\\itOmega",
"body": [
"𝛺",
],
"description": "\\itOmega : 𝛺 (Mathematical Italic Capital Omega)"
},
"\\itnabla": {
"prefix": "\\itnabla",
"body": [
"𝛻",
],
"description": "\\itnabla : 𝛻 (Mathematical Italic Nabla)"
},
"\\italpha": {
"prefix": "\\italpha",
"body": [
"𝛼",
],
"description": "\\italpha : 𝛼 (Mathematical Italic Small Alpha)"
},
"\\itbeta": {
"prefix": "\\itbeta",
"body": [
"𝛽",
],
"description": "\\itbeta : 𝛽 (Mathematical Italic Small Beta)"
},
"\\itgamma": {
"prefix": "\\itgamma",
"body": [
"𝛾",
],
"description": "\\itgamma : 𝛾 (Mathematical Italic Small Gamma)"
},
"\\itdelta": {
"prefix": "\\itdelta",
"body": [
"𝛿",
],
"description": "\\itdelta : 𝛿 (Mathematical Italic Small Delta)"
},
"\\itepsilon": {
"prefix": "\\itepsilon",
"body": [
"𝜀",
],
"description": "\\itepsilon : 𝜀 (Mathematical Italic Small Epsilon)"
},
"\\itzeta": {
"prefix": "\\itzeta",
"body": [
"𝜁",
],
"description": "\\itzeta : 𝜁 (Mathematical Italic Small Zeta)"
},
"\\iteta": {
"prefix": "\\iteta",
"body": [
"𝜂",
],
"description": "\\iteta : 𝜂 (Mathematical Italic Small Eta)"
},
"\\ittheta": {
"prefix": "\\ittheta",
"body": [
"𝜃",
],
"description": "\\ittheta : 𝜃 (Mathematical Italic Small Theta)"
},
"\\itiota": {
"prefix": "\\itiota",
"body": [
"𝜄",
],
"description": "\\itiota : 𝜄 (Mathematical Italic Small Iota)"
},
"\\itkappa": {
"prefix": "\\itkappa",
"body": [
"𝜅",
],
"description": "\\itkappa : 𝜅 (Mathematical Italic Small Kappa)"
},
"\\itlambda": {
"prefix": "\\itlambda",
"body": [
"𝜆",
],
"description": "\\itlambda : 𝜆 (Mathematical Italic Small Lamda)"
},
"\\itmu": {
"prefix": "\\itmu",
"body": [
"𝜇",
],
"description": "\\itmu : 𝜇 (Mathematical Italic Small Mu)"
},
"\\itnu": {
"prefix": "\\itnu",
"body": [
"𝜈",
],
"description": "\\itnu : 𝜈 (Mathematical Italic Small Nu)"
},
"\\itxi": {
"prefix": "\\itxi",
"body": [
"𝜉",
],
"description": "\\itxi : 𝜉 (Mathematical Italic Small Xi)"
},
"\\itomicron": {
"prefix": "\\itomicron",
"body": [
"𝜊",
],
"description": "\\itomicron : 𝜊 (Mathematical Italic Small Omicron)"
},
"\\itpi": {
"prefix": "\\itpi",
"body": [
"𝜋",
],
"description": "\\itpi : 𝜋 (Mathematical Italic Small Pi)"
},
"\\itrho": {
"prefix": "\\itrho",
"body": [
"𝜌",
],
"description": "\\itrho : 𝜌 (Mathematical Italic Small Rho)"
},
"\\itvarsigma": {
"prefix": "\\itvarsigma",
"body": [
"𝜍",
],
"description": "\\itvarsigma : 𝜍 (Mathematical Italic Small Final Sigma)"
},
"\\itsigma": {
"prefix": "\\itsigma",
"body": [
"𝜎",
],
"description": "\\itsigma : 𝜎 (Mathematical Italic Small Sigma)"
},
"\\ittau": {
"prefix": "\\ittau",
"body": [
"𝜏",
],
"description": "\\ittau : 𝜏 (Mathematical Italic Small Tau)"
},
"\\itupsilon": {
"prefix": "\\itupsilon",
"body": [
"𝜐",
],
"description": "\\itupsilon : 𝜐 (Mathematical Italic Small Upsilon)"
},
"\\itphi": {
"prefix": "\\itphi",
"body": [
"𝜑",
],
"description": "\\itphi : 𝜑 (Mathematical Italic Small Phi)"
},
"\\itchi": {
"prefix": "\\itchi",
"body": [
"𝜒",
],
"description": "\\itchi : 𝜒 (Mathematical Italic Small Chi)"
},
"\\itpsi": {
"prefix": "\\itpsi",
"body": [
"𝜓",
],
"description": "\\itpsi : 𝜓 (Mathematical Italic Small Psi)"
},
"\\itomega": {
"prefix": "\\itomega",
"body": [
"𝜔",
],
"description": "\\itomega : 𝜔 (Mathematical Italic Small Omega)"
},
"\\itpartial": {
"prefix": "\\itpartial",
"body": [
"𝜕",
],
"description": "\\itpartial : 𝜕 (Mathematical Italic Partial Differential)"
},
"\\itvarepsilon": {
"prefix": "\\itvarepsilon",
"body": [
"𝜖",
],
"description": "\\itvarepsilon : 𝜖 (Mathematical Italic Epsilon Symbol)"
},
"\\itvartheta": {
"prefix": "\\itvartheta",
"body": [
"𝜗",
],
"description": "\\itvartheta : 𝜗 (Mathematical Italic Theta Symbol)"
},
"\\itvarkappa": {
"prefix": "\\itvarkappa",
"body": [
"𝜘",
],
"description": "\\itvarkappa : 𝜘 (Mathematical Italic Kappa Symbol)"
},
"\\itvarphi": {
"prefix": "\\itvarphi",
"body": [
"𝜙",
],
"description": "\\itvarphi : 𝜙 (Mathematical Italic Phi Symbol)"
},
"\\itvarrho": {
"prefix": "\\itvarrho",
"body": [
"𝜚",
],
"description": "\\itvarrho : 𝜚 (Mathematical Italic Rho Symbol)"
},
"\\itvarpi": {
"prefix": "\\itvarpi",
"body": [
"𝜛",
],
"description": "\\itvarpi : 𝜛 (Mathematical Italic Pi Symbol)"
},
"\\biAlpha": {
"prefix": "\\biAlpha",
"body": [
"𝜜",
],
"description": "\\biAlpha : 𝜜 (Mathematical Bold Italic Capital Alpha)"
},
"\\biBeta": {
"prefix": "\\biBeta",
"body": [
"𝜝",
],
"description": "\\biBeta : 𝜝 (Mathematical Bold Italic Capital Beta)"
},
"\\biGamma": {
"prefix": "\\biGamma",
"body": [
"𝜞",
],
"description": "\\biGamma : 𝜞 (Mathematical Bold Italic Capital Gamma)"
},
"\\biDelta": {
"prefix": "\\biDelta",
"body": [
"𝜟",
],
"description": "\\biDelta : 𝜟 (Mathematical Bold Italic Capital Delta)"
},
"\\biEpsilon": {
"prefix": "\\biEpsilon",
"body": [
"𝜠",
],
"description": "\\biEpsilon : 𝜠 (Mathematical Bold Italic Capital Epsilon)"
},
"\\biZeta": {
"prefix": "\\biZeta",
"body": [
"𝜡",
],
"description": "\\biZeta : 𝜡 (Mathematical Bold Italic Capital Zeta)"
},
"\\biEta": {
"prefix": "\\biEta",
"body": [
"𝜢",
],
"description": "\\biEta : 𝜢 (Mathematical Bold Italic Capital Eta)"
},
"\\biTheta": {
"prefix": "\\biTheta",
"body": [
"𝜣",
],
"description": "\\biTheta : 𝜣 (Mathematical Bold Italic Capital Theta)"
},
"\\biIota": {
"prefix": "\\biIota",
"body": [
"𝜤",
],
"description": "\\biIota : 𝜤 (Mathematical Bold Italic Capital Iota)"
},
"\\biKappa": {
"prefix": "\\biKappa",
"body": [
"𝜥",
],
"description": "\\biKappa : 𝜥 (Mathematical Bold Italic Capital Kappa)"
},
"\\biLambda": {
"prefix": "\\biLambda",
"body": [
"𝜦",
],
"description": "\\biLambda : 𝜦 (Mathematical Bold Italic Capital Lamda)"
},
"\\biMu": {
"prefix": "\\biMu",
"body": [
"𝜧",
],
"description": "\\biMu : 𝜧 (Mathematical Bold Italic Capital Mu)"
},
"\\biNu": {
"prefix": "\\biNu",
"body": [
"𝜨",
],
"description": "\\biNu : 𝜨 (Mathematical Bold Italic Capital Nu)"
},
"\\biXi": {
"prefix": "\\biXi",
"body": [
"𝜩",
],
"description": "\\biXi : 𝜩 (Mathematical Bold Italic Capital Xi)"
},
"\\biOmicron": {
"prefix": "\\biOmicron",
"body": [
"𝜪",
],
"description": "\\biOmicron : 𝜪 (Mathematical Bold Italic Capital Omicron)"
},
"\\biPi": {
"prefix": "\\biPi",
"body": [
"𝜫",
],
"description": "\\biPi : 𝜫 (Mathematical Bold Italic Capital Pi)"
},
"\\biRho": {
"prefix": "\\biRho",
"body": [
"𝜬",
],
"description": "\\biRho : 𝜬 (Mathematical Bold Italic Capital Rho)"
},
"\\bivarTheta": {
"prefix": "\\bivarTheta",
"body": [
"𝜭",
],
"description": "\\bivarTheta : 𝜭 (Mathematical Bold Italic Capital Theta Symbol)"
},
"\\biSigma": {
"prefix": "\\biSigma",
"body": [
"𝜮",
],
"description": "\\biSigma : 𝜮 (Mathematical Bold Italic Capital Sigma)"
},
"\\biTau": {
"prefix": "\\biTau",
"body": [
"𝜯",
],
"description": "\\biTau : 𝜯 (Mathematical Bold Italic Capital Tau)"
},
"\\biUpsilon": {
"prefix": "\\biUpsilon",
"body": [
"𝜰",
],
"description": "\\biUpsilon : 𝜰 (Mathematical Bold Italic Capital Upsilon)"
},
"\\biPhi": {
"prefix": "\\biPhi",
"body": [
"𝜱",
],
"description": "\\biPhi : 𝜱 (Mathematical Bold Italic Capital Phi)"
},
"\\biChi": {
"prefix": "\\biChi",
"body": [
"𝜲",
],
"description": "\\biChi : 𝜲 (Mathematical Bold Italic Capital Chi)"
},
"\\biPsi": {
"prefix": "\\biPsi",
"body": [
"𝜳",
],
"description": "\\biPsi : 𝜳 (Mathematical Bold Italic Capital Psi)"
},
"\\biOmega": {
"prefix": "\\biOmega",
"body": [
"𝜴",
],
"description": "\\biOmega : 𝜴 (Mathematical Bold Italic Capital Omega)"
},
"\\binabla": {
"prefix": "\\binabla",
"body": [
"𝜵",
],
"description": "\\binabla : 𝜵 (Mathematical Bold Italic Nabla)"
},
"\\bialpha": {
"prefix": "\\bialpha",
"body": [
"𝜶",
],
"description": "\\bialpha : 𝜶 (Mathematical Bold Italic Small Alpha)"
},
"\\bibeta": {
"prefix": "\\bibeta",
"body": [
"𝜷",
],
"description": "\\bibeta : 𝜷 (Mathematical Bold Italic Small Beta)"
},
"\\bigamma": {
"prefix": "\\bigamma",
"body": [
"𝜸",
],
"description": "\\bigamma : 𝜸 (Mathematical Bold Italic Small Gamma)"
},
"\\bidelta": {
"prefix": "\\bidelta",
"body": [
"𝜹",
],
"description": "\\bidelta : 𝜹 (Mathematical Bold Italic Small Delta)"
},
"\\biepsilon": {
"prefix": "\\biepsilon",
"body": [
"𝜺",
],
"description": "\\biepsilon : 𝜺 (Mathematical Bold Italic Small Epsilon)"
},
"\\bizeta": {
"prefix": "\\bizeta",
"body": [
"𝜻",
],
"description": "\\bizeta : 𝜻 (Mathematical Bold Italic Small Zeta)"
},
"\\bieta": {
"prefix": "\\bieta",
"body": [
"𝜼",
],
"description": "\\bieta : 𝜼 (Mathematical Bold Italic Small Eta)"
},
"\\bitheta": {
"prefix": "\\bitheta",
"body": [
"𝜽",
],
"description": "\\bitheta : 𝜽 (Mathematical Bold Italic Small Theta)"
},
"\\biiota": {
"prefix": "\\biiota",
"body": [
"𝜾",
],
"description": "\\biiota : 𝜾 (Mathematical Bold Italic Small Iota)"
},
"\\bikappa": {
"prefix": "\\bikappa",
"body": [
"𝜿",
],
"description": "\\bikappa : 𝜿 (Mathematical Bold Italic Small Kappa)"
},
"\\bilambda": {
"prefix": "\\bilambda",
"body": [
"𝝀",
],
"description": "\\bilambda : 𝝀 (Mathematical Bold Italic Small Lamda)"
},
"\\bimu": {
"prefix": "\\bimu",
"body": [
"𝝁",
],
"description": "\\bimu : 𝝁 (Mathematical Bold Italic Small Mu)"
},
"\\binu": {
"prefix": "\\binu",
"body": [
"𝝂",
],
"description": "\\binu : 𝝂 (Mathematical Bold Italic Small Nu)"
},
"\\bixi": {
"prefix": "\\bixi",
"body": [
"𝝃",
],
"description": "\\bixi : 𝝃 (Mathematical Bold Italic Small Xi)"
},
"\\biomicron": {
"prefix": "\\biomicron",
"body": [
"𝝄",
],
"description": "\\biomicron : 𝝄 (Mathematical Bold Italic Small Omicron)"
},
"\\bipi": {
"prefix": "\\bipi",
"body": [
"𝝅",
],
"description": "\\bipi : 𝝅 (Mathematical Bold Italic Small Pi)"
},
"\\birho": {
"prefix": "\\birho",
"body": [
"𝝆",
],
"description": "\\birho : 𝝆 (Mathematical Bold Italic Small Rho)"
},
"\\bivarsigma": {
"prefix": "\\bivarsigma",
"body": [
"𝝇",
],
"description": "\\bivarsigma : 𝝇 (Mathematical Bold Italic Small Final Sigma)"
},
"\\bisigma": {
"prefix": "\\bisigma",
"body": [
"𝝈",
],
"description": "\\bisigma : 𝝈 (Mathematical Bold Italic Small Sigma)"
},
"\\bitau": {
"prefix": "\\bitau",
"body": [
"𝝉",
],
"description": "\\bitau : 𝝉 (Mathematical Bold Italic Small Tau)"
},
"\\biupsilon": {
"prefix": "\\biupsilon",
"body": [
"𝝊",
],
"description": "\\biupsilon : 𝝊 (Mathematical Bold Italic Small Upsilon)"
},
"\\biphi": {
"prefix": "\\biphi",
"body": [
"𝝋",
],
"description": "\\biphi : 𝝋 (Mathematical Bold Italic Small Phi)"
},
"\\bichi": {
"prefix": "\\bichi",
"body": [
"𝝌",
],
"description": "\\bichi : 𝝌 (Mathematical Bold Italic Small Chi)"
},
"\\bipsi": {
"prefix": "\\bipsi",
"body": [
"𝝍",
],
"description": "\\bipsi : 𝝍 (Mathematical Bold Italic Small Psi)"
},
"\\biomega": {
"prefix": "\\biomega",
"body": [
"𝝎",
],
"description": "\\biomega : 𝝎 (Mathematical Bold Italic Small Omega)"
},
"\\bipartial": {
"prefix": "\\bipartial",
"body": [
"𝝏",
],
"description": "\\bipartial : 𝝏 (Mathematical Bold Italic Partial Differential)"
},
"\\bivarepsilon": {
"prefix": "\\bivarepsilon",
"body": [
"𝝐",
],
"description": "\\bivarepsilon : 𝝐 (Mathematical Bold Italic Epsilon Symbol)"
},
"\\bivartheta": {
"prefix": "\\bivartheta",
"body": [
"𝝑",
],
"description": "\\bivartheta : 𝝑 (Mathematical Bold Italic Theta Symbol)"
},
"\\bivarkappa": {
"prefix": "\\bivarkappa",
"body": [
"𝝒",
],
"description": "\\bivarkappa : 𝝒 (Mathematical Bold Italic Kappa Symbol)"
},
"\\bivarphi": {
"prefix": "\\bivarphi",
"body": [
"𝝓",
],
"description": "\\bivarphi : 𝝓 (Mathematical Bold Italic Phi Symbol)"
},
"\\bivarrho": {
"prefix": "\\bivarrho",
"body": [
"𝝔",
],
"description": "\\bivarrho : 𝝔 (Mathematical Bold Italic Rho Symbol)"
},
"\\bivarpi": {
"prefix": "\\bivarpi",
"body": [
"𝝕",
],
"description": "\\bivarpi : 𝝕 (Mathematical Bold Italic Pi Symbol)"
},
"\\bsansAlpha": {
"prefix": "\\bsansAlpha",
"body": [
"𝝖",
],
"description": "\\bsansAlpha : 𝝖 (Mathematical Sans-Serif Bold Capital Alpha)"
},
"\\bsansBeta": {
"prefix": "\\bsansBeta",
"body": [
"𝝗",
],
"description": "\\bsansBeta : 𝝗 (Mathematical Sans-Serif Bold Capital Beta)"
},
"\\bsansGamma": {
"prefix": "\\bsansGamma",
"body": [
"𝝘",
],
"description": "\\bsansGamma : 𝝘 (Mathematical Sans-Serif Bold Capital Gamma)"
},
"\\bsansDelta": {
"prefix": "\\bsansDelta",
"body": [
"𝝙",
],
"description": "\\bsansDelta : 𝝙 (Mathematical Sans-Serif Bold Capital Delta)"
},
"\\bsansEpsilon": {
"prefix": "\\bsansEpsilon",
"body": [
"𝝚",
],
"description": "\\bsansEpsilon : 𝝚 (Mathematical Sans-Serif Bold Capital Epsilon)"
},
"\\bsansZeta": {
"prefix": "\\bsansZeta",
"body": [
"𝝛",
],
"description": "\\bsansZeta : 𝝛 (Mathematical Sans-Serif Bold Capital Zeta)"
},
"\\bsansEta": {
"prefix": "\\bsansEta",
"body": [
"𝝜",
],
"description": "\\bsansEta : 𝝜 (Mathematical Sans-Serif Bold Capital Eta)"
},
"\\bsansTheta": {
"prefix": "\\bsansTheta",
"body": [
"𝝝",
],
"description": "\\bsansTheta : 𝝝 (Mathematical Sans-Serif Bold Capital Theta)"
},
"\\bsansIota": {
"prefix": "\\bsansIota",
"body": [
"𝝞",
],
"description": "\\bsansIota : 𝝞 (Mathematical Sans-Serif Bold Capital Iota)"
},
"\\bsansKappa": {
"prefix": "\\bsansKappa",
"body": [
"𝝟",
],
"description": "\\bsansKappa : 𝝟 (Mathematical Sans-Serif Bold Capital Kappa)"
},
"\\bsansLambda": {
"prefix": "\\bsansLambda",
"body": [
"𝝠",
],
"description": "\\bsansLambda : 𝝠 (Mathematical Sans-Serif Bold Capital Lamda)"
},
"\\bsansMu": {
"prefix": "\\bsansMu",
"body": [
"𝝡",
],
"description": "\\bsansMu : 𝝡 (Mathematical Sans-Serif Bold Capital Mu)"
},
"\\bsansNu": {
"prefix": "\\bsansNu",
"body": [
"𝝢",
],
"description": "\\bsansNu : 𝝢 (Mathematical Sans-Serif Bold Capital Nu)"
},
"\\bsansXi": {
"prefix": "\\bsansXi",
"body": [
"𝝣",
],
"description": "\\bsansXi : 𝝣 (Mathematical Sans-Serif Bold Capital Xi)"
},
"\\bsansOmicron": {
"prefix": "\\bsansOmicron",
"body": [
"𝝤",
],
"description": "\\bsansOmicron : 𝝤 (Mathematical Sans-Serif Bold Capital Omicron)"
},
"\\bsansPi": {
"prefix": "\\bsansPi",
"body": [
"𝝥",
],
"description": "\\bsansPi : 𝝥 (Mathematical Sans-Serif Bold Capital Pi)"
},
"\\bsansRho": {
"prefix": "\\bsansRho",
"body": [
"𝝦",
],
"description": "\\bsansRho : 𝝦 (Mathematical Sans-Serif Bold Capital Rho)"
},
"\\bsansvarTheta": {
"prefix": "\\bsansvarTheta",
"body": [
"𝝧",
],
"description": "\\bsansvarTheta : 𝝧 (Mathematical Sans-Serif Bold Capital Theta Symbol)"
},
"\\bsansSigma": {
"prefix": "\\bsansSigma",
"body": [
"𝝨",
],
"description": "\\bsansSigma : 𝝨 (Mathematical Sans-Serif Bold Capital Sigma)"
},
"\\bsansTau": {
"prefix": "\\bsansTau",
"body": [
"𝝩",
],
"description": "\\bsansTau : 𝝩 (Mathematical Sans-Serif Bold Capital Tau)"
},
"\\bsansUpsilon": {
"prefix": "\\bsansUpsilon",
"body": [
"𝝪",
],
"description": "\\bsansUpsilon : 𝝪 (Mathematical Sans-Serif Bold Capital Upsilon)"
},
"\\bsansPhi": {
"prefix": "\\bsansPhi",
"body": [
"𝝫",
],
"description": "\\bsansPhi : 𝝫 (Mathematical Sans-Serif Bold Capital Phi)"
},
"\\bsansChi": {
"prefix": "\\bsansChi",
"body": [
"𝝬",
],
"description": "\\bsansChi : 𝝬 (Mathematical Sans-Serif Bold Capital Chi)"
},
"\\bsansPsi": {
"prefix": "\\bsansPsi",
"body": [
"𝝭",
],
"description": "\\bsansPsi : 𝝭 (Mathematical Sans-Serif Bold Capital Psi)"
},
"\\bsansOmega": {
"prefix": "\\bsansOmega",
"body": [
"𝝮",
],
"description": "\\bsansOmega : 𝝮 (Mathematical Sans-Serif Bold Capital Omega)"
},
"\\bsansnabla": {
"prefix": "\\bsansnabla",
"body": [
"𝝯",
],
"description": "\\bsansnabla : 𝝯 (Mathematical Sans-Serif Bold Nabla)"
},
"\\bsansalpha": {
"prefix": "\\bsansalpha",
"body": [
"𝝰",
],
"description": "\\bsansalpha : 𝝰 (Mathematical Sans-Serif Bold Small Alpha)"
},
"\\bsansbeta": {
"prefix": "\\bsansbeta",
"body": [
"𝝱",
],
"description": "\\bsansbeta : 𝝱 (Mathematical Sans-Serif Bold Small Beta)"
},
"\\bsansgamma": {
"prefix": "\\bsansgamma",
"body": [
"𝝲",
],
"description": "\\bsansgamma : 𝝲 (Mathematical Sans-Serif Bold Small Gamma)"
},
"\\bsansdelta": {
"prefix": "\\bsansdelta",
"body": [
"𝝳",
],
"description": "\\bsansdelta : 𝝳 (Mathematical Sans-Serif Bold Small Delta)"
},
"\\bsansepsilon": {
"prefix": "\\bsansepsilon",
"body": [
"𝝴",
],
"description": "\\bsansepsilon : 𝝴 (Mathematical Sans-Serif Bold Small Epsilon)"
},
"\\bsanszeta": {
"prefix": "\\bsanszeta",
"body": [
"𝝵",
],
"description": "\\bsanszeta : 𝝵 (Mathematical Sans-Serif Bold Small Zeta)"
},
"\\bsanseta": {
"prefix": "\\bsanseta",
"body": [
"𝝶",
],
"description": "\\bsanseta : 𝝶 (Mathematical Sans-Serif Bold Small Eta)"
},
"\\bsanstheta": {
"prefix": "\\bsanstheta",
"body": [
"𝝷",
],
"description": "\\bsanstheta : 𝝷 (Mathematical Sans-Serif Bold Small Theta)"
},
"\\bsansiota": {
"prefix": "\\bsansiota",
"body": [
"𝝸",
],
"description": "\\bsansiota : 𝝸 (Mathematical Sans-Serif Bold Small Iota)"
},
"\\bsanskappa": {
"prefix": "\\bsanskappa",
"body": [
"𝝹",
],
"description": "\\bsanskappa : 𝝹 (Mathematical Sans-Serif Bold Small Kappa)"
},
"\\bsanslambda": {
"prefix": "\\bsanslambda",
"body": [
"𝝺",
],
"description": "\\bsanslambda : 𝝺 (Mathematical Sans-Serif Bold Small Lamda)"
},
"\\bsansmu": {
"prefix": "\\bsansmu",
"body": [
"𝝻",
],
"description": "\\bsansmu : 𝝻 (Mathematical Sans-Serif Bold Small Mu)"
},
"\\bsansnu": {
"prefix": "\\bsansnu",
"body": [
"𝝼",
],
"description": "\\bsansnu : 𝝼 (Mathematical Sans-Serif Bold Small Nu)"
},
"\\bsansxi": {
"prefix": "\\bsansxi",
"body": [
"𝝽",
],
"description": "\\bsansxi : 𝝽 (Mathematical Sans-Serif Bold Small Xi)"
},
"\\bsansomicron": {
"prefix": "\\bsansomicron",
"body": [
"𝝾",
],
"description": "\\bsansomicron : 𝝾 (Mathematical Sans-Serif Bold Small Omicron)"
},
"\\bsanspi": {
"prefix": "\\bsanspi",
"body": [
"𝝿",
],
"description": "\\bsanspi : 𝝿 (Mathematical Sans-Serif Bold Small Pi)"
},
"\\bsansrho": {
"prefix": "\\bsansrho",
"body": [
"𝞀",
],
"description": "\\bsansrho : 𝞀 (Mathematical Sans-Serif Bold Small Rho)"
},
"\\bsansvarsigma": {
"prefix": "\\bsansvarsigma",
"body": [
"𝞁",
],
"description": "\\bsansvarsigma : 𝞁 (Mathematical Sans-Serif Bold Small Final Sigma)"
},
"\\bsanssigma": {
"prefix": "\\bsanssigma",
"body": [
"𝞂",
],
"description": "\\bsanssigma : 𝞂 (Mathematical Sans-Serif Bold Small Sigma)"
},
"\\bsanstau": {
"prefix": "\\bsanstau",
"body": [
"𝞃",
],
"description": "\\bsanstau : 𝞃 (Mathematical Sans-Serif Bold Small Tau)"
},
"\\bsansupsilon": {
"prefix": "\\bsansupsilon",
"body": [
"𝞄",
],
"description": "\\bsansupsilon : 𝞄 (Mathematical Sans-Serif Bold Small Upsilon)"
},
"\\bsansphi": {
"prefix": "\\bsansphi",
"body": [
"𝞅",
],
"description": "\\bsansphi : 𝞅 (Mathematical Sans-Serif Bold Small Phi)"
},
"\\bsanschi": {
"prefix": "\\bsanschi",
"body": [
"𝞆",
],
"description": "\\bsanschi : 𝞆 (Mathematical Sans-Serif Bold Small Chi)"
},
"\\bsanspsi": {
"prefix": "\\bsanspsi",
"body": [
"𝞇",
],
"description": "\\bsanspsi : 𝞇 (Mathematical Sans-Serif Bold Small Psi)"
},
"\\bsansomega": {
"prefix": "\\bsansomega",
"body": [
"𝞈",
],
"description": "\\bsansomega : 𝞈 (Mathematical Sans-Serif Bold Small Omega)"
},
"\\bsanspartial": {
"prefix": "\\bsanspartial",
"body": [
"𝞉",
],
"description": "\\bsanspartial : 𝞉 (Mathematical Sans-Serif Bold Partial Differential)"
},
"\\bsansvarepsilon": {
"prefix": "\\bsansvarepsilon",
"body": [
"𝞊",
],
"description": "\\bsansvarepsilon : 𝞊 (Mathematical Sans-Serif Bold Epsilon Symbol)"
},
"\\bsansvartheta": {
"prefix": "\\bsansvartheta",
"body": [
"𝞋",
],
"description": "\\bsansvartheta : 𝞋 (Mathematical Sans-Serif Bold Theta Symbol)"
},
"\\bsansvarkappa": {
"prefix": "\\bsansvarkappa",
"body": [
"𝞌",
],
"description": "\\bsansvarkappa : 𝞌 (Mathematical Sans-Serif Bold Kappa Symbol)"
},
"\\bsansvarphi": {
"prefix": "\\bsansvarphi",
"body": [
"𝞍",
],
"description": "\\bsansvarphi : 𝞍 (Mathematical Sans-Serif Bold Phi Symbol)"
},
"\\bsansvarrho": {
"prefix": "\\bsansvarrho",
"body": [
"𝞎",
],
"description": "\\bsansvarrho : 𝞎 (Mathematical Sans-Serif Bold Rho Symbol)"
},
"\\bsansvarpi": {
"prefix": "\\bsansvarpi",
"body": [
"𝞏",
],
"description": "\\bsansvarpi : 𝞏 (Mathematical Sans-Serif Bold Pi Symbol)"
},
"\\bisansAlpha": {
"prefix": "\\bisansAlpha",
"body": [
"𝞐",
],
"description": "\\bisansAlpha : 𝞐 (Mathematical Sans-Serif Bold Italic Capital Alpha)"
},
"\\bisansBeta": {
"prefix": "\\bisansBeta",
"body": [
"𝞑",
],
"description": "\\bisansBeta : 𝞑 (Mathematical Sans-Serif Bold Italic Capital Beta)"
},
"\\bisansGamma": {
"prefix": "\\bisansGamma",
"body": [
"𝞒",
],
"description": "\\bisansGamma : 𝞒 (Mathematical Sans-Serif Bold Italic Capital Gamma)"
},
"\\bisansDelta": {
"prefix": "\\bisansDelta",
"body": [
"𝞓",
],
"description": "\\bisansDelta : 𝞓 (Mathematical Sans-Serif Bold Italic Capital Delta)"
},
"\\bisansEpsilon": {
"prefix": "\\bisansEpsilon",
"body": [
"𝞔",
],
"description": "\\bisansEpsilon : 𝞔 (Mathematical Sans-Serif Bold Italic Capital Epsilon)"
},
"\\bisansZeta": {
"prefix": "\\bisansZeta",
"body": [
"𝞕",
],
"description": "\\bisansZeta : 𝞕 (Mathematical Sans-Serif Bold Italic Capital Zeta)"
},
"\\bisansEta": {
"prefix": "\\bisansEta",
"body": [
"𝞖",
],
"description": "\\bisansEta : 𝞖 (Mathematical Sans-Serif Bold Italic Capital Eta)"
},
"\\bisansTheta": {
"prefix": "\\bisansTheta",
"body": [
"𝞗",
],
"description": "\\bisansTheta : 𝞗 (Mathematical Sans-Serif Bold Italic Capital Theta)"
},
"\\bisansIota": {
"prefix": "\\bisansIota",
"body": [
"𝞘",
],
"description": "\\bisansIota : 𝞘 (Mathematical Sans-Serif Bold Italic Capital Iota)"
},
"\\bisansKappa": {
"prefix": "\\bisansKappa",
"body": [
"𝞙",
],
"description": "\\bisansKappa : 𝞙 (Mathematical Sans-Serif Bold Italic Capital Kappa)"
},
"\\bisansLambda": {
"prefix": "\\bisansLambda",
"body": [
"𝞚",
],
"description": "\\bisansLambda : 𝞚 (Mathematical Sans-Serif Bold Italic Capital Lamda)"
},
"\\bisansMu": {
"prefix": "\\bisansMu",
"body": [
"𝞛",
],
"description": "\\bisansMu : 𝞛 (Mathematical Sans-Serif Bold Italic Capital Mu)"
},
"\\bisansNu": {
"prefix": "\\bisansNu",
"body": [
"𝞜",
],
"description": "\\bisansNu : 𝞜 (Mathematical Sans-Serif Bold Italic Capital Nu)"
},
"\\bisansXi": {
"prefix": "\\bisansXi",
"body": [
"𝞝",
],
"description": "\\bisansXi : 𝞝 (Mathematical Sans-Serif Bold Italic Capital Xi)"
},
"\\bisansOmicron": {
"prefix": "\\bisansOmicron",
"body": [
"𝞞",
],
"description": "\\bisansOmicron : 𝞞 (Mathematical Sans-Serif Bold Italic Capital Omicron)"
},
"\\bisansPi": {
"prefix": "\\bisansPi",
"body": [
"𝞟",
],
"description": "\\bisansPi : 𝞟 (Mathematical Sans-Serif Bold Italic Capital Pi)"
},
"\\bisansRho": {
"prefix": "\\bisansRho",
"body": [
"𝞠",
],
"description": "\\bisansRho : 𝞠 (Mathematical Sans-Serif Bold Italic Capital Rho)"
},
"\\bisansvarTheta": {
"prefix": "\\bisansvarTheta",
"body": [
"𝞡",
],
"description": "\\bisansvarTheta : 𝞡 (Mathematical Sans-Serif Bold Italic Capital Theta Symbol)"
},
"\\bisansSigma": {
"prefix": "\\bisansSigma",
"body": [
"𝞢",
],
"description": "\\bisansSigma : 𝞢 (Mathematical Sans-Serif Bold Italic Capital Sigma)"
},
"\\bisansTau": {
"prefix": "\\bisansTau",
"body": [
"𝞣",
],
"description": "\\bisansTau : 𝞣 (Mathematical Sans-Serif Bold Italic Capital Tau)"
},
"\\bisansUpsilon": {
"prefix": "\\bisansUpsilon",
"body": [
"𝞤",
],
"description": "\\bisansUpsilon : 𝞤 (Mathematical Sans-Serif Bold Italic Capital Upsilon)"
},
"\\bisansPhi": {
"prefix": "\\bisansPhi",
"body": [
"𝞥",
],
"description": "\\bisansPhi : 𝞥 (Mathematical Sans-Serif Bold Italic Capital Phi)"
},
"\\bisansChi": {
"prefix": "\\bisansChi",
"body": [
"𝞦",
],
"description": "\\bisansChi : 𝞦 (Mathematical Sans-Serif Bold Italic Capital Chi)"
},
"\\bisansPsi": {
"prefix": "\\bisansPsi",
"body": [
"𝞧",
],
"description": "\\bisansPsi : 𝞧 (Mathematical Sans-Serif Bold Italic Capital Psi)"
},
"\\bisansOmega": {
"prefix": "\\bisansOmega",
"body": [
"𝞨",
],
"description": "\\bisansOmega : 𝞨 (Mathematical Sans-Serif Bold Italic Capital Omega)"
},
"\\bisansnabla": {
"prefix": "\\bisansnabla",
"body": [
"𝞩",
],
"description": "\\bisansnabla : 𝞩 (Mathematical Sans-Serif Bold Italic Nabla)"
},
"\\bisansalpha": {
"prefix": "\\bisansalpha",
"body": [
"𝞪",
],
"description": "\\bisansalpha : 𝞪 (Mathematical Sans-Serif Bold Italic Small Alpha)"
},
"\\bisansbeta": {
"prefix": "\\bisansbeta",
"body": [
"𝞫",
],
"description": "\\bisansbeta : 𝞫 (Mathematical Sans-Serif Bold Italic Small Beta)"
},
"\\bisansgamma": {
"prefix": "\\bisansgamma",
"body": [
"𝞬",
],
"description": "\\bisansgamma : 𝞬 (Mathematical Sans-Serif Bold Italic Small Gamma)"
},
"\\bisansdelta": {
"prefix": "\\bisansdelta",
"body": [
"𝞭",
],
"description": "\\bisansdelta : 𝞭 (Mathematical Sans-Serif Bold Italic Small Delta)"
},
"\\bisansepsilon": {
"prefix": "\\bisansepsilon",
"body": [
"𝞮",
],
"description": "\\bisansepsilon : 𝞮 (Mathematical Sans-Serif Bold Italic Small Epsilon)"
},
"\\bisanszeta": {
"prefix": "\\bisanszeta",
"body": [
"𝞯",
],
"description": "\\bisanszeta : 𝞯 (Mathematical Sans-Serif Bold Italic Small Zeta)"
},
"\\bisanseta": {
"prefix": "\\bisanseta",
"body": [
"𝞰",
],
"description": "\\bisanseta : 𝞰 (Mathematical Sans-Serif Bold Italic Small Eta)"
},
"\\bisanstheta": {
"prefix": "\\bisanstheta",
"body": [
"𝞱",
],
"description": "\\bisanstheta : 𝞱 (Mathematical Sans-Serif Bold Italic Small Theta)"
},
"\\bisansiota": {
"prefix": "\\bisansiota",
"body": [
"𝞲",
],
"description": "\\bisansiota : 𝞲 (Mathematical Sans-Serif Bold Italic Small Iota)"
},
"\\bisanskappa": {
"prefix": "\\bisanskappa",
"body": [
"𝞳",
],
"description": "\\bisanskappa : 𝞳 (Mathematical Sans-Serif Bold Italic Small Kappa)"
},
"\\bisanslambda": {
"prefix": "\\bisanslambda",
"body": [
"𝞴",
],
"description": "\\bisanslambda : 𝞴 (Mathematical Sans-Serif Bold Italic Small Lamda)"
},
"\\bisansmu": {
"prefix": "\\bisansmu",
"body": [
"𝞵",
],
"description": "\\bisansmu : 𝞵 (Mathematical Sans-Serif Bold Italic Small Mu)"
},
"\\bisansnu": {
"prefix": "\\bisansnu",
"body": [
"𝞶",
],
"description": "\\bisansnu : 𝞶 (Mathematical Sans-Serif Bold Italic Small Nu)"
},
"\\bisansxi": {
"prefix": "\\bisansxi",
"body": [
"𝞷",
],
"description": "\\bisansxi : 𝞷 (Mathematical Sans-Serif Bold Italic Small Xi)"
},
"\\bisansomicron": {
"prefix": "\\bisansomicron",
"body": [
"𝞸",
],
"description": "\\bisansomicron : 𝞸 (Mathematical Sans-Serif Bold Italic Small Omicron)"
},
"\\bisanspi": {
"prefix": "\\bisanspi",
"body": [
"𝞹",
],
"description": "\\bisanspi : 𝞹 (Mathematical Sans-Serif Bold Italic Small Pi)"
},
"\\bisansrho": {
"prefix": "\\bisansrho",
"body": [
"𝞺",
],
"description": "\\bisansrho : 𝞺 (Mathematical Sans-Serif Bold Italic Small Rho)"
},
"\\bisansvarsigma": {
"prefix": "\\bisansvarsigma",
"body": [
"𝞻",
],
"description": "\\bisansvarsigma : 𝞻 (Mathematical Sans-Serif Bold Italic Small Final Sigma)"
},
"\\bisanssigma": {
"prefix": "\\bisanssigma",
"body": [
"𝞼",
],
"description": "\\bisanssigma : 𝞼 (Mathematical Sans-Serif Bold Italic Small Sigma)"
},
"\\bisanstau": {
"prefix": "\\bisanstau",
"body": [
"𝞽",
],
"description": "\\bisanstau : 𝞽 (Mathematical Sans-Serif Bold Italic Small Tau)"
},
"\\bisansupsilon": {
"prefix": "\\bisansupsilon",
"body": [
"𝞾",
],
"description": "\\bisansupsilon : 𝞾 (Mathematical Sans-Serif Bold Italic Small Upsilon)"
},
"\\bisansphi": {
"prefix": "\\bisansphi",
"body": [
"𝞿",
],
"description": "\\bisansphi : 𝞿 (Mathematical Sans-Serif Bold Italic Small Phi)"
},
"\\bisanschi": {
"prefix": "\\bisanschi",
"body": [
"𝟀",
],
"description": "\\bisanschi : 𝟀 (Mathematical Sans-Serif Bold Italic Small Chi)"
},
"\\bisanspsi": {
"prefix": "\\bisanspsi",
"body": [
"𝟁",
],
"description": "\\bisanspsi : 𝟁 (Mathematical Sans-Serif Bold Italic Small Psi)"
},
"\\bisansomega": {
"prefix": "\\bisansomega",
"body": [
"𝟂",
],
"description": "\\bisansomega : 𝟂 (Mathematical Sans-Serif Bold Italic Small Omega)"
},
"\\bisanspartial": {
"prefix": "\\bisanspartial",
"body": [
"𝟃",
],
"description": "\\bisanspartial : 𝟃 (Mathematical Sans-Serif Bold Italic Partial Differential)"
},
"\\bisansvarepsilon": {
"prefix": "\\bisansvarepsilon",
"body": [
"𝟄",
],
"description": "\\bisansvarepsilon : 𝟄 (Mathematical Sans-Serif Bold Italic Epsilon Symbol)"
},
"\\bisansvartheta": {
"prefix": "\\bisansvartheta",
"body": [
"𝟅",
],
"description": "\\bisansvartheta : 𝟅 (Mathematical Sans-Serif Bold Italic Theta Symbol)"
},
"\\bisansvarkappa": {
"prefix": "\\bisansvarkappa",
"body": [
"𝟆",
],
"description": "\\bisansvarkappa : 𝟆 (Mathematical Sans-Serif Bold Italic Kappa Symbol)"
},
"\\bisansvarphi": {
"prefix": "\\bisansvarphi",
"body": [
"𝟇",
],
"description": "\\bisansvarphi : 𝟇 (Mathematical Sans-Serif Bold Italic Phi Symbol)"
},
"\\bisansvarrho": {
"prefix": "\\bisansvarrho",
"body": [
"𝟈",
],
"description": "\\bisansvarrho : 𝟈 (Mathematical Sans-Serif Bold Italic Rho Symbol)"
},
"\\bisansvarpi": {
"prefix": "\\bisansvarpi",
"body": [
"𝟉",
],
"description": "\\bisansvarpi : 𝟉 (Mathematical Sans-Serif Bold Italic Pi Symbol)"
},
"\\bfDigamma": {
"prefix": "\\bfDigamma",
"body": [
"𝟊",
],
"description": "\\bfDigamma : 𝟊 (Mathematical Bold Capital Digamma)"
},
"\\bfdigamma": {
"prefix": "\\bfdigamma",
"body": [
"𝟋",
],
"description": "\\bfdigamma : 𝟋 (Mathematical Bold Small Digamma)"
},
"\\bfzero": {
"prefix": "\\bfzero",
"body": [
"𝟎",
],
"description": "\\bfzero : 𝟎 (Mathematical Bold Digit Zero)"
},
"\\bfone": {
"prefix": "\\bfone",
"body": [
"𝟏",
],
"description": "\\bfone : 𝟏 (Mathematical Bold Digit One)"
},
"\\bftwo": {
"prefix": "\\bftwo",
"body": [
"𝟐",
],
"description": "\\bftwo : 𝟐 (Mathematical Bold Digit Two)"
},
"\\bfthree": {
"prefix": "\\bfthree",
"body": [
"𝟑",
],
"description": "\\bfthree : 𝟑 (Mathematical Bold Digit Three)"
},
"\\bffour": {
"prefix": "\\bffour",
"body": [
"𝟒",
],
"description": "\\bffour : 𝟒 (Mathematical Bold Digit Four)"
},
"\\bffive": {
"prefix": "\\bffive",
"body": [
"𝟓",
],
"description": "\\bffive : 𝟓 (Mathematical Bold Digit Five)"
},
"\\bfsix": {
"prefix": "\\bfsix",
"body": [
"𝟔",
],
"description": "\\bfsix : 𝟔 (Mathematical Bold Digit Six)"
},
"\\bfseven": {
"prefix": "\\bfseven",
"body": [
"𝟕",
],
"description": "\\bfseven : 𝟕 (Mathematical Bold Digit Seven)"
},
"\\bfeight": {
"prefix": "\\bfeight",
"body": [
"𝟖",
],
"description": "\\bfeight : 𝟖 (Mathematical Bold Digit Eight)"
},
"\\bfnine": {
"prefix": "\\bfnine",
"body": [
"𝟗",
],
"description": "\\bfnine : 𝟗 (Mathematical Bold Digit Nine)"
},
"\\bbzero": {
"prefix": "\\bbzero",
"body": [
"𝟘",
],
"description": "\\bbzero : 𝟘 (Mathematical Double-Struck Digit Zero)"
},
"\\bbone": {
"prefix": "\\bbone",
"body": [
"𝟙",
],
"description": "\\bbone : 𝟙 (Mathematical Double-Struck Digit One)"
},
"\\bbtwo": {
"prefix": "\\bbtwo",
"body": [
"𝟚",
],
"description": "\\bbtwo : 𝟚 (Mathematical Double-Struck Digit Two)"
},
"\\bbthree": {
"prefix": "\\bbthree",
"body": [
"𝟛",
],
"description": "\\bbthree : 𝟛 (Mathematical Double-Struck Digit Three)"
},
"\\bbfour": {
"prefix": "\\bbfour",
"body": [
"𝟜",
],
"description": "\\bbfour : 𝟜 (Mathematical Double-Struck Digit Four)"
},
"\\bbfive": {
"prefix": "\\bbfive",
"body": [
"𝟝",
],
"description": "\\bbfive : 𝟝 (Mathematical Double-Struck Digit Five)"
},
"\\bbsix": {
"prefix": "\\bbsix",
"body": [
"𝟞",
],
"description": "\\bbsix : 𝟞 (Mathematical Double-Struck Digit Six)"
},
"\\bbseven": {
"prefix": "\\bbseven",
"body": [
"𝟟",
],
"description": "\\bbseven : 𝟟 (Mathematical Double-Struck Digit Seven)"
},
"\\bbeight": {
"prefix": "\\bbeight",
"body": [
"𝟠",
],
"description": "\\bbeight : 𝟠 (Mathematical Double-Struck Digit Eight)"
},
"\\bbnine": {
"prefix": "\\bbnine",
"body": [
"𝟡",
],
"description": "\\bbnine : 𝟡 (Mathematical Double-Struck Digit Nine)"
},
"\\sanszero": {
"prefix": "\\sanszero",
"body": [
"𝟢",
],
"description": "\\sanszero : 𝟢 (Mathematical Sans-Serif Digit Zero)"
},
"\\sansone": {
"prefix": "\\sansone",
"body": [
"𝟣",
],
"description": "\\sansone : 𝟣 (Mathematical Sans-Serif Digit One)"
},
"\\sanstwo": {
"prefix": "\\sanstwo",
"body": [
"𝟤",
],
"description": "\\sanstwo : 𝟤 (Mathematical Sans-Serif Digit Two)"
},
"\\sansthree": {
"prefix": "\\sansthree",
"body": [
"𝟥",
],
"description": "\\sansthree : 𝟥 (Mathematical Sans-Serif Digit Three)"
},
"\\sansfour": {
"prefix": "\\sansfour",
"body": [
"𝟦",
],
"description": "\\sansfour : 𝟦 (Mathematical Sans-Serif Digit Four)"
},
"\\sansfive": {
"prefix": "\\sansfive",
"body": [
"𝟧",
],
"description": "\\sansfive : 𝟧 (Mathematical Sans-Serif Digit Five)"
},
"\\sanssix": {
"prefix": "\\sanssix",
"body": [
"𝟨",
],
"description": "\\sanssix : 𝟨 (Mathematical Sans-Serif Digit Six)"
},
"\\sansseven": {
"prefix": "\\sansseven",
"body": [
"𝟩",
],
"description": "\\sansseven : 𝟩 (Mathematical Sans-Serif Digit Seven)"
},
"\\sanseight": {
"prefix": "\\sanseight",
"body": [
"𝟪",
],
"description": "\\sanseight : 𝟪 (Mathematical Sans-Serif Digit Eight)"
},
"\\sansnine": {
"prefix": "\\sansnine",
"body": [
"𝟫",
],
"description": "\\sansnine : 𝟫 (Mathematical Sans-Serif Digit Nine)"
},
"\\bsanszero": {
"prefix": "\\bsanszero",
"body": [
"𝟬",
],
"description": "\\bsanszero : 𝟬 (Mathematical Sans-Serif Bold Digit Zero)"
},
"\\bsansone": {
"prefix": "\\bsansone",
"body": [
"𝟭",
],
"description": "\\bsansone : 𝟭 (Mathematical Sans-Serif Bold Digit One)"
},
"\\bsanstwo": {
"prefix": "\\bsanstwo",
"body": [
"𝟮",
],
"description": "\\bsanstwo : 𝟮 (Mathematical Sans-Serif Bold Digit Two)"
},
"\\bsansthree": {
"prefix": "\\bsansthree",
"body": [
"𝟯",
],
"description": "\\bsansthree : 𝟯 (Mathematical Sans-Serif Bold Digit Three)"
},
"\\bsansfour": {
"prefix": "\\bsansfour",
"body": [
"𝟰",
],
"description": "\\bsansfour : 𝟰 (Mathematical Sans-Serif Bold Digit Four)"
},
"\\bsansfive": {
"prefix": "\\bsansfive",
"body": [
"𝟱",
],
"description": "\\bsansfive : 𝟱 (Mathematical Sans-Serif Bold Digit Five)"
},
"\\bsanssix": {
"prefix": "\\bsanssix",
"body": [
"𝟲",
],
"description": "\\bsanssix : 𝟲 (Mathematical Sans-Serif Bold Digit Six)"
},
"\\bsansseven": {
"prefix": "\\bsansseven",
"body": [
"𝟳",
],
"description": "\\bsansseven : 𝟳 (Mathematical Sans-Serif Bold Digit Seven)"
},
"\\bsanseight": {
"prefix": "\\bsanseight",
"body": [
"𝟴",
],
"description": "\\bsanseight : 𝟴 (Mathematical Sans-Serif Bold Digit Eight)"
},
"\\bsansnine": {
"prefix": "\\bsansnine",
"body": [
"𝟵",
],
"description": "\\bsansnine : 𝟵 (Mathematical Sans-Serif Bold Digit Nine)"
},
"\\ttzero": {
"prefix": "\\ttzero",
"body": [
"𝟶",
],
"description": "\\ttzero : 𝟶 (Mathematical Monospace Digit Zero)"
},
"\\ttone": {
"prefix": "\\ttone",
"body": [
"𝟷",
],
"description": "\\ttone : 𝟷 (Mathematical Monospace Digit One)"
},
"\\tttwo": {
"prefix": "\\tttwo",
"body": [
"𝟸",
],
"description": "\\tttwo : 𝟸 (Mathematical Monospace Digit Two)"
},
"\\ttthree": {
"prefix": "\\ttthree",
"body": [
"𝟹",
],
"description": "\\ttthree : 𝟹 (Mathematical Monospace Digit Three)"
},
"\\ttfour": {
"prefix": "\\ttfour",
"body": [
"𝟺",
],
"description": "\\ttfour : 𝟺 (Mathematical Monospace Digit Four)"
},
"\\ttfive": {
"prefix": "\\ttfive",
"body": [
"𝟻",
],
"description": "\\ttfive : 𝟻 (Mathematical Monospace Digit Five)"
},
"\\ttsix": {
"prefix": "\\ttsix",
"body": [
"𝟼",
],
"description": "\\ttsix : 𝟼 (Mathematical Monospace Digit Six)"
},
"\\ttseven": {
"prefix": "\\ttseven",
"body": [
"𝟽",
],
"description": "\\ttseven : 𝟽 (Mathematical Monospace Digit Seven)"
},
"\\tteight": {
"prefix": "\\tteight",
"body": [
"𝟾",
],
"description": "\\tteight : 𝟾 (Mathematical Monospace Digit Eight)"
},
"\\ttnine": {
"prefix": "\\ttnine",
"body": [
"𝟿",
],
"description": "\\ttnine : 𝟿 (Mathematical Monospace Digit Nine)"
},
"\\:mahjong:": {
"prefix": "\\:mahjong:",
"body": [
"🀄",
],
"description": "\\:mahjong: : 🀄 (Mahjong Tile Red Dragon)"
},
"\\:black_joker:": {
"prefix": "\\:black_joker:",
"body": [
"🃏",
],
"description": "\\:black_joker: : 🃏 (Playing Card Black Joker)"
},
"\\:a:": {
"prefix": "\\:a:",
"body": [
"🅰",
],
"description": "\\:a: : 🅰 (Negative Squared Latin Capital Letter A)"
},
"\\:b:": {
"prefix": "\\:b:",
"body": [
"🅱",
],
"description": "\\:b: : 🅱 (Negative Squared Latin Capital Letter B)"
},
"\\:o2:": {
"prefix": "\\:o2:",
"body": [
"🅾",
],
"description": "\\:o2: : 🅾 (Negative Squared Latin Capital Letter O)"
},
"\\:parking:": {
"prefix": "\\:parking:",
"body": [
"🅿",
],
"description": "\\:parking: : 🅿 (Negative Squared Latin Capital Letter P)"
},
"\\:ab:": {
"prefix": "\\:ab:",
"body": [
"🆎",
],
"description": "\\:ab: : 🆎 (Negative Squared Ab)"
},
"\\:cl:": {
"prefix": "\\:cl:",
"body": [
"🆑",
],
"description": "\\:cl: : 🆑 (Squared Cl)"
},
"\\:cool:": {
"prefix": "\\:cool:",
"body": [
"🆒",
],
"description": "\\:cool: : 🆒 (Squared Cool)"
},
"\\:free:": {
"prefix": "\\:free:",
"body": [
"🆓",
],
"description": "\\:free: : 🆓 (Squared Free)"
},
"\\:id:": {
"prefix": "\\:id:",
"body": [
"🆔",
],
"description": "\\:id: : 🆔 (Squared Id)"
},
"\\:new:": {
"prefix": "\\:new:",
"body": [
"🆕",
],
"description": "\\:new: : 🆕 (Squared New)"
},
"\\:ng:": {
"prefix": "\\:ng:",
"body": [
"🆖",
],
"description": "\\:ng: : 🆖 (Squared Ng)"
},
"\\:ok:": {
"prefix": "\\:ok:",
"body": [
"🆗",
],
"description": "\\:ok: : 🆗 (Squared Ok)"
},
"\\:sos:": {
"prefix": "\\:sos:",
"body": [
"🆘",
],
"description": "\\:sos: : 🆘 (Squared Sos)"
},
"\\:up:": {
"prefix": "\\:up:",
"body": [
"🆙",
],
"description": "\\:up: : 🆙 (Squared Up With Exclamation Mark)"
},
"\\:vs:": {
"prefix": "\\:vs:",
"body": [
"🆚",
],
"description": "\\:vs: : 🆚 (Squared Vs)"
},
"\\:koko:": {
"prefix": "\\:koko:",
"body": [
"🈁",
],
"description": "\\:koko: : 🈁 (Squared Katakana Koko)"
},
"\\:sa:": {
"prefix": "\\:sa:",
"body": [
"🈂",
],
"description": "\\:sa: : 🈂 (Squared Katakana Sa)"
},
"\\:u7121:": {
"prefix": "\\:u7121:",
"body": [
"🈚",
],
"description": "\\:u7121: : 🈚 (Squared Cjk Unified Ideograph-7121)"
},
"\\:u6307:": {
"prefix": "\\:u6307:",
"body": [
"🈯",
],
"description": "\\:u6307: : 🈯 (Squared Cjk Unified Ideograph-6307)"
},
"\\:u7981:": {
"prefix": "\\:u7981:",
"body": [
"🈲",
],
"description": "\\:u7981: : 🈲 (Squared Cjk Unified Ideograph-7981)"
},
"\\:u7a7a:": {
"prefix": "\\:u7a7a:",
"body": [
"🈳",
],
"description": "\\:u7a7a: : 🈳 (Squared Cjk Unified Ideograph-7A7A)"
},
"\\:u5408:": {
"prefix": "\\:u5408:",
"body": [
"🈴",
],
"description": "\\:u5408: : 🈴 (Squared Cjk Unified Ideograph-5408)"
},
"\\:u6e80:": {
"prefix": "\\:u6e80:",
"body": [
"🈵",
],
"description": "\\:u6e80: : 🈵 (Squared Cjk Unified Ideograph-6E80)"
},
"\\:u6709:": {
"prefix": "\\:u6709:",
"body": [
"🈶",
],
"description": "\\:u6709: : 🈶 (Squared Cjk Unified Ideograph-6709)"
},
"\\:u6708:": {
"prefix": "\\:u6708:",
"body": [
"🈷",
],
"description": "\\:u6708: : 🈷 (Squared Cjk Unified Ideograph-6708)"
},
"\\:u7533:": {
"prefix": "\\:u7533:",
"body": [
"🈸",
],
"description": "\\:u7533: : 🈸 (Squared Cjk Unified Ideograph-7533)"
},
"\\:u5272:": {
"prefix": "\\:u5272:",
"body": [
"🈹",
],
"description": "\\:u5272: : 🈹 (Squared Cjk Unified Ideograph-5272)"
},
"\\:u55b6:": {
"prefix": "\\:u55b6:",
"body": [
"🈺",
],
"description": "\\:u55b6: : 🈺 (Squared Cjk Unified Ideograph-55B6)"
},
"\\:ideograph_advantage:": {
"prefix": "\\:ideograph_advantage:",
"body": [
"🉐",
],
"description": "\\:ideograph_advantage: : 🉐 (Circled Ideograph Advantage)"
},
"\\:accept:": {
"prefix": "\\:accept:",
"body": [
"🉑",
],
"description": "\\:accept: : 🉑 (Circled Ideograph Accept)"
},
"\\:cyclone:": {
"prefix": "\\:cyclone:",
"body": [
"🌀",
],
"description": "\\:cyclone: : 🌀 (Cyclone)"
},
"\\:foggy:": {
"prefix": "\\:foggy:",
"body": [
"🌁",
],
"description": "\\:foggy: : 🌁 (Foggy)"
},
"\\:closed_umbrella:": {
"prefix": "\\:closed_umbrella:",
"body": [
"🌂",
],
"description": "\\:closed_umbrella: : 🌂 (Closed Umbrella)"
},
"\\:night_with_stars:": {
"prefix": "\\:night_with_stars:",
"body": [
"🌃",
],
"description": "\\:night_with_stars: : 🌃 (Night With Stars)"
},
"\\:sunrise_over_mountains:": {
"prefix": "\\:sunrise_over_mountains:",
"body": [
"🌄",
],
"description": "\\:sunrise_over_mountains: : 🌄 (Sunrise Over Mountains)"
},
"\\:sunrise:": {
"prefix": "\\:sunrise:",
"body": [
"🌅",
],
"description": "\\:sunrise: : 🌅 (Sunrise)"
},
"\\:city_sunset:": {
"prefix": "\\:city_sunset:",
"body": [
"🌆",
],
"description": "\\:city_sunset: : 🌆 (Cityscape At Dusk)"
},
"\\:city_sunrise:": {
"prefix": "\\:city_sunrise:",
"body": [
"🌇",
],
"description": "\\:city_sunrise: : 🌇 (Sunset Over Buildings)"
},
"\\:rainbow:": {
"prefix": "\\:rainbow:",
"body": [
"🌈",
],
"description": "\\:rainbow: : 🌈 (Rainbow)"
},
"\\:bridge_at_night:": {
"prefix": "\\:bridge_at_night:",
"body": [
"🌉",
],
"description": "\\:bridge_at_night: : 🌉 (Bridge At Night)"
},
"\\:ocean:": {
"prefix": "\\:ocean:",
"body": [
"🌊",
],
"description": "\\:ocean: : 🌊 (Water Wave)"
},
"\\:volcano:": {
"prefix": "\\:volcano:",
"body": [
"🌋",
],
"description": "\\:volcano: : 🌋 (Volcano)"
},
"\\:milky_way:": {
"prefix": "\\:milky_way:",
"body": [
"🌌",
],
"description": "\\:milky_way: : 🌌 (Milky Way)"
},
"\\:earth_africa:": {
"prefix": "\\:earth_africa:",
"body": [
"🌍",
],
"description": "\\:earth_africa: : 🌍 (Earth Globe Europe-Africa)"
},
"\\:earth_americas:": {
"prefix": "\\:earth_americas:",
"body": [
"🌎",
],
"description": "\\:earth_americas: : 🌎 (Earth Globe Americas)"
},
"\\:earth_asia:": {
"prefix": "\\:earth_asia:",
"body": [
"🌏",
],
"description": "\\:earth_asia: : 🌏 (Earth Globe Asia-Australia)"
},
"\\:globe_with_meridians:": {
"prefix": "\\:globe_with_meridians:",
"body": [
"🌐",
],
"description": "\\:globe_with_meridians: : 🌐 (Globe With Meridians)"
},
"\\:new_moon:": {
"prefix": "\\:new_moon:",
"body": [
"🌑",
],
"description": "\\:new_moon: : 🌑 (New Moon Symbol)"
},
"\\:waxing_crescent_moon:": {
"prefix": "\\:waxing_crescent_moon:",
"body": [
"🌒",
],
"description": "\\:waxing_crescent_moon: : 🌒 (Waxing Crescent Moon Symbol)"
},
"\\:first_quarter_moon:": {
"prefix": "\\:first_quarter_moon:",
"body": [
"🌓",
],
"description": "\\:first_quarter_moon: : 🌓 (First Quarter Moon Symbol)"
},
"\\:moon:": {
"prefix": "\\:moon:",
"body": [
"🌔",
],
"description": "\\:moon: : 🌔 (Waxing Gibbous Moon Symbol)"
},
"\\:full_moon:": {
"prefix": "\\:full_moon:",
"body": [
"🌕",
],
"description": "\\:full_moon: : 🌕 (Full Moon Symbol)"
},
"\\:waning_gibbous_moon:": {
"prefix": "\\:waning_gibbous_moon:",
"body": [
"🌖",
],
"description": "\\:waning_gibbous_moon: : 🌖 (Waning Gibbous Moon Symbol)"
},
"\\:last_quarter_moon:": {
"prefix": "\\:last_quarter_moon:",
"body": [
"🌗",
],
"description": "\\:last_quarter_moon: : 🌗 (Last Quarter Moon Symbol)"
},
"\\:waning_crescent_moon:": {
"prefix": "\\:waning_crescent_moon:",
"body": [
"🌘",
],
"description": "\\:waning_crescent_moon: : 🌘 (Waning Crescent Moon Symbol)"
},
"\\:crescent_moon:": {
"prefix": "\\:crescent_moon:",
"body": [
"🌙",
],
"description": "\\:crescent_moon: : 🌙 (Crescent Moon)"
},
"\\:new_moon_with_face:": {
"prefix": "\\:new_moon_with_face:",
"body": [
"🌚",
],
"description": "\\:new_moon_with_face: : 🌚 (New Moon With Face)"
},
"\\:first_quarter_moon_with_face:": {
"prefix": "\\:first_quarter_moon_with_face:",
"body": [
"🌛",
],
"description": "\\:first_quarter_moon_with_face: : 🌛 (First Quarter Moon With Face)"
},
"\\:last_quarter_moon_with_face:": {
"prefix": "\\:last_quarter_moon_with_face:",
"body": [
"🌜",
],
"description": "\\:last_quarter_moon_with_face: : 🌜 (Last Quarter Moon With Face)"
},
"\\:full_moon_with_face:": {
"prefix": "\\:full_moon_with_face:",
"body": [
"🌝",
],
"description": "\\:full_moon_with_face: : 🌝 (Full Moon With Face)"
},
"\\:sun_with_face:": {
"prefix": "\\:sun_with_face:",
"body": [
"🌞",
],
"description": "\\:sun_with_face: : 🌞 (Sun With Face)"
},
"\\:star2:": {
"prefix": "\\:star2:",
"body": [
"🌟",
],
"description": "\\:star2: : 🌟 (Glowing Star)"
},
"\\:stars:": {
"prefix": "\\:stars:",
"body": [
"🌠",
],
"description": "\\:stars: : 🌠 (Shooting Star)"
},
"\\:chestnut:": {
"prefix": "\\:chestnut:",
"body": [
"🌰",
],
"description": "\\:chestnut: : 🌰 (Chestnut)"
},
"\\:seedling:": {
"prefix": "\\:seedling:",
"body": [
"🌱",
],
"description": "\\:seedling: : 🌱 (Seedling)"
},
"\\:evergreen_tree:": {
"prefix": "\\:evergreen_tree:",
"body": [
"🌲",
],
"description": "\\:evergreen_tree: : 🌲 (Evergreen Tree)"
},
"\\:deciduous_tree:": {
"prefix": "\\:deciduous_tree:",
"body": [
"🌳",
],
"description": "\\:deciduous_tree: : 🌳 (Deciduous Tree)"
},
"\\:palm_tree:": {
"prefix": "\\:palm_tree:",
"body": [
"🌴",
],
"description": "\\:palm_tree: : 🌴 (Palm Tree)"
},
"\\:cactus:": {
"prefix": "\\:cactus:",
"body": [
"🌵",
],
"description": "\\:cactus: : 🌵 (Cactus)"
},
"\\:tulip:": {
"prefix": "\\:tulip:",
"body": [
"🌷",
],
"description": "\\:tulip: : 🌷 (Tulip)"
},
"\\:cherry_blossom:": {
"prefix": "\\:cherry_blossom:",
"body": [
"🌸",
],
"description": "\\:cherry_blossom: : 🌸 (Cherry Blossom)"
},
"\\:rose:": {
"prefix": "\\:rose:",
"body": [
"🌹",
],
"description": "\\:rose: : 🌹 (Rose)"
},
"\\:hibiscus:": {
"prefix": "\\:hibiscus:",
"body": [
"🌺",
],
"description": "\\:hibiscus: : 🌺 (Hibiscus)"
},
"\\:sunflower:": {
"prefix": "\\:sunflower:",
"body": [
"🌻",
],
"description": "\\:sunflower: : 🌻 (Sunflower)"
},
"\\:blossom:": {
"prefix": "\\:blossom:",
"body": [
"🌼",
],
"description": "\\:blossom: : 🌼 (Blossom)"
},
"\\:corn:": {
"prefix": "\\:corn:",
"body": [
"🌽",
],
"description": "\\:corn: : 🌽 (Ear Of Maize)"
},
"\\:ear_of_rice:": {
"prefix": "\\:ear_of_rice:",
"body": [
"🌾",
],
"description": "\\:ear_of_rice: : 🌾 (Ear Of Rice)"
},
"\\:herb:": {
"prefix": "\\:herb:",
"body": [
"🌿",
],
"description": "\\:herb: : 🌿 (Herb)"
},
"\\:four_leaf_clover:": {
"prefix": "\\:four_leaf_clover:",
"body": [
"🍀",
],
"description": "\\:four_leaf_clover: : 🍀 (Four Leaf Clover)"
},
"\\:maple_leaf:": {
"prefix": "\\:maple_leaf:",
"body": [
"🍁",
],
"description": "\\:maple_leaf: : 🍁 (Maple Leaf)"
},
"\\:fallen_leaf:": {
"prefix": "\\:fallen_leaf:",
"body": [
"🍂",
],
"description": "\\:fallen_leaf: : 🍂 (Fallen Leaf)"
},
"\\:leaves:": {
"prefix": "\\:leaves:",
"body": [
"🍃",
],
"description": "\\:leaves: : 🍃 (Leaf Fluttering In Wind)"
},
"\\:mushroom:": {
"prefix": "\\:mushroom:",
"body": [
"🍄",
],
"description": "\\:mushroom: : 🍄 (Mushroom)"
},
"\\:tomato:": {
"prefix": "\\:tomato:",
"body": [
"🍅",
],
"description": "\\:tomato: : 🍅 (Tomato)"
},
"\\:eggplant:": {
"prefix": "\\:eggplant:",
"body": [
"🍆",
],
"description": "\\:eggplant: : 🍆 (Aubergine)"
},
"\\:grapes:": {
"prefix": "\\:grapes:",
"body": [
"🍇",
],
"description": "\\:grapes: : 🍇 (Grapes)"
},
"\\:melon:": {
"prefix": "\\:melon:",
"body": [
"🍈",
],
"description": "\\:melon: : 🍈 (Melon)"
},
"\\:watermelon:": {
"prefix": "\\:watermelon:",
"body": [
"🍉",
],
"description": "\\:watermelon: : 🍉 (Watermelon)"
},
"\\:tangerine:": {
"prefix": "\\:tangerine:",
"body": [
"🍊",
],
"description": "\\:tangerine: : 🍊 (Tangerine)"
},
"\\:lemon:": {
"prefix": "\\:lemon:",
"body": [
"🍋",
],
"description": "\\:lemon: : 🍋 (Lemon)"
},
"\\:banana:": {
"prefix": "\\:banana:",
"body": [
"🍌",
],
"description": "\\:banana: : 🍌 (Banana)"
},
"\\:pineapple:": {
"prefix": "\\:pineapple:",
"body": [
"🍍",
],
"description": "\\:pineapple: : 🍍 (Pineapple)"
},
"\\:apple:": {
"prefix": "\\:apple:",
"body": [
"🍎",
],
"description": "\\:apple: : 🍎 (Red Apple)"
},
"\\:green_apple:": {
"prefix": "\\:green_apple:",
"body": [
"🍏",
],
"description": "\\:green_apple: : 🍏 (Green Apple)"
},
"\\:pear:": {
"prefix": "\\:pear:",
"body": [
"🍐",
],
"description": "\\:pear: : 🍐 (Pear)"
},
"\\:peach:": {
"prefix": "\\:peach:",
"body": [
"🍑",
],
"description": "\\:peach: : 🍑 (Peach)"
},
"\\:cherries:": {
"prefix": "\\:cherries:",
"body": [
"🍒",
],
"description": "\\:cherries: : 🍒 (Cherries)"
},
"\\:strawberry:": {
"prefix": "\\:strawberry:",
"body": [
"🍓",
],
"description": "\\:strawberry: : 🍓 (Strawberry)"
},
"\\:hamburger:": {
"prefix": "\\:hamburger:",
"body": [
"🍔",
],
"description": "\\:hamburger: : 🍔 (Hamburger)"
},
"\\:pizza:": {
"prefix": "\\:pizza:",
"body": [
"🍕",
],
"description": "\\:pizza: : 🍕 (Slice Of Pizza)"
},
"\\:meat_on_bone:": {
"prefix": "\\:meat_on_bone:",
"body": [
"🍖",
],
"description": "\\:meat_on_bone: : 🍖 (Meat On Bone)"
},
"\\:poultry_leg:": {
"prefix": "\\:poultry_leg:",
"body": [
"🍗",
],
"description": "\\:poultry_leg: : 🍗 (Poultry Leg)"
},
"\\:rice_cracker:": {
"prefix": "\\:rice_cracker:",
"body": [
"🍘",
],
"description": "\\:rice_cracker: : 🍘 (Rice Cracker)"
},
"\\:rice_ball:": {
"prefix": "\\:rice_ball:",
"body": [
"🍙",
],
"description": "\\:rice_ball: : 🍙 (Rice Ball)"
},
"\\:rice:": {
"prefix": "\\:rice:",
"body": [
"🍚",
],
"description": "\\:rice: : 🍚 (Cooked Rice)"
},
"\\:curry:": {
"prefix": "\\:curry:",
"body": [
"🍛",
],
"description": "\\:curry: : 🍛 (Curry And Rice)"
},
"\\:ramen:": {
"prefix": "\\:ramen:",
"body": [
"🍜",
],
"description": "\\:ramen: : 🍜 (Steaming Bowl)"
},
"\\:spaghetti:": {
"prefix": "\\:spaghetti:",
"body": [
"🍝",
],
"description": "\\:spaghetti: : 🍝 (Spaghetti)"
},
"\\:bread:": {
"prefix": "\\:bread:",
"body": [
"🍞",
],
"description": "\\:bread: : 🍞 (Bread)"
},
"\\:fries:": {
"prefix": "\\:fries:",
"body": [
"🍟",
],
"description": "\\:fries: : 🍟 (French Fries)"
},
"\\:sweet_potato:": {
"prefix": "\\:sweet_potato:",
"body": [
"🍠",
],
"description": "\\:sweet_potato: : 🍠 (Roasted Sweet Potato)"
},
"\\:dango:": {
"prefix": "\\:dango:",
"body": [
"🍡",
],
"description": "\\:dango: : 🍡 (Dango)"
},
"\\:oden:": {
"prefix": "\\:oden:",
"body": [
"🍢",
],
"description": "\\:oden: : 🍢 (Oden)"
},
"\\:sushi:": {
"prefix": "\\:sushi:",
"body": [
"🍣",
],
"description": "\\:sushi: : 🍣 (Sushi)"
},
"\\:fried_shrimp:": {
"prefix": "\\:fried_shrimp:",
"body": [
"🍤",
],
"description": "\\:fried_shrimp: : 🍤 (Fried Shrimp)"
},
"\\:fish_cake:": {
"prefix": "\\:fish_cake:",
"body": [
"🍥",
],
"description": "\\:fish_cake: : 🍥 (Fish Cake With Swirl Design)"
},
"\\:icecream:": {
"prefix": "\\:icecream:",
"body": [
"🍦",
],
"description": "\\:icecream: : 🍦 (Soft Ice Cream)"
},
"\\:shaved_ice:": {
"prefix": "\\:shaved_ice:",
"body": [
"🍧",
],
"description": "\\:shaved_ice: : 🍧 (Shaved Ice)"
},
"\\:ice_cream:": {
"prefix": "\\:ice_cream:",
"body": [
"🍨",
],
"description": "\\:ice_cream: : 🍨 (Ice Cream)"
},
"\\:doughnut:": {
"prefix": "\\:doughnut:",
"body": [
"🍩",
],
"description": "\\:doughnut: : 🍩 (Doughnut)"
},
"\\:cookie:": {
"prefix": "\\:cookie:",
"body": [
"🍪",
],
"description": "\\:cookie: : 🍪 (Cookie)"
},
"\\:chocolate_bar:": {
"prefix": "\\:chocolate_bar:",
"body": [
"🍫",
],
"description": "\\:chocolate_bar: : 🍫 (Chocolate Bar)"
},
"\\:candy:": {
"prefix": "\\:candy:",
"body": [
"🍬",
],
"description": "\\:candy: : 🍬 (Candy)"
},
"\\:lollipop:": {
"prefix": "\\:lollipop:",
"body": [
"🍭",
],
"description": "\\:lollipop: : 🍭 (Lollipop)"
},
"\\:custard:": {
"prefix": "\\:custard:",
"body": [
"🍮",
],
"description": "\\:custard: : 🍮 (Custard)"
},
"\\:honey_pot:": {
"prefix": "\\:honey_pot:",
"body": [
"🍯",
],
"description": "\\:honey_pot: : 🍯 (Honey Pot)"
},
"\\:cake:": {
"prefix": "\\:cake:",
"body": [
"🍰",
],
"description": "\\:cake: : 🍰 (Shortcake)"
},
"\\:bento:": {
"prefix": "\\:bento:",
"body": [
"🍱",
],
"description": "\\:bento: : 🍱 (Bento Box)"
},
"\\:stew:": {
"prefix": "\\:stew:",
"body": [
"🍲",
],
"description": "\\:stew: : 🍲 (Pot Of Food)"
},
"\\:egg:": {
"prefix": "\\:egg:",
"body": [
"🍳",
],
"description": "\\:egg: : 🍳 (Cooking)"
},
"\\:fork_and_knife:": {
"prefix": "\\:fork_and_knife:",
"body": [
"🍴",
],
"description": "\\:fork_and_knife: : 🍴 (Fork And Knife)"
},
"\\:tea:": {
"prefix": "\\:tea:",
"body": [
"🍵",
],
"description": "\\:tea: : 🍵 (Teacup Without Handle)"
},
"\\:sake:": {
"prefix": "\\:sake:",
"body": [
"🍶",
],
"description": "\\:sake: : 🍶 (Sake Bottle And Cup)"
},
"\\:wine_glass:": {
"prefix": "\\:wine_glass:",
"body": [
"🍷",
],
"description": "\\:wine_glass: : 🍷 (Wine Glass)"
},
"\\:cocktail:": {
"prefix": "\\:cocktail:",
"body": [
"🍸",
],
"description": "\\:cocktail: : 🍸 (Cocktail Glass)"
},
"\\:tropical_drink:": {
"prefix": "\\:tropical_drink:",
"body": [
"🍹",
],
"description": "\\:tropical_drink: : 🍹 (Tropical Drink)"
},
"\\:beer:": {
"prefix": "\\:beer:",
"body": [
"🍺",
],
"description": "\\:beer: : 🍺 (Beer Mug)"
},
"\\:beers:": {
"prefix": "\\:beers:",
"body": [
"🍻",
],
"description": "\\:beers: : 🍻 (Clinking Beer Mugs)"
},
"\\:baby_bottle:": {
"prefix": "\\:baby_bottle:",
"body": [
"🍼",
],
"description": "\\:baby_bottle: : 🍼 (Baby Bottle)"
},
"\\:ribbon:": {
"prefix": "\\:ribbon:",
"body": [
"🎀",
],
"description": "\\:ribbon: : 🎀 (Ribbon)"
},
"\\:gift:": {
"prefix": "\\:gift:",
"body": [
"🎁",
],
"description": "\\:gift: : 🎁 (Wrapped Present)"
},
"\\:birthday:": {
"prefix": "\\:birthday:",
"body": [
"🎂",
],
"description": "\\:birthday: : 🎂 (Birthday Cake)"
},
"\\:jack_o_lantern:": {
"prefix": "\\:jack_o_lantern:",
"body": [
"🎃",
],
"description": "\\:jack_o_lantern: : 🎃 (Jack-O-Lantern)"
},
"\\:christmas_tree:": {
"prefix": "\\:christmas_tree:",
"body": [
"🎄",
],
"description": "\\:christmas_tree: : 🎄 (Christmas Tree)"
},
"\\:santa:": {
"prefix": "\\:santa:",
"body": [
"🎅",
],
"description": "\\:santa: : 🎅 (Father Christmas)"
},
"\\:fireworks:": {
"prefix": "\\:fireworks:",
"body": [
"🎆",
],
"description": "\\:fireworks: : 🎆 (Fireworks)"
},
"\\:sparkler:": {
"prefix": "\\:sparkler:",
"body": [
"🎇",
],
"description": "\\:sparkler: : 🎇 (Firework Sparkler)"
},
"\\:balloon:": {
"prefix": "\\:balloon:",
"body": [
"🎈",
],
"description": "\\:balloon: : 🎈 (Balloon)"
},
"\\:tada:": {
"prefix": "\\:tada:",
"body": [
"🎉",
],
"description": "\\:tada: : 🎉 (Party Popper)"
},
"\\:confetti_ball:": {
"prefix": "\\:confetti_ball:",
"body": [
"🎊",
],
"description": "\\:confetti_ball: : 🎊 (Confetti Ball)"
},
"\\:tanabata_tree:": {
"prefix": "\\:tanabata_tree:",
"body": [
"🎋",
],
"description": "\\:tanabata_tree: : 🎋 (Tanabata Tree)"
},
"\\:crossed_flags:": {
"prefix": "\\:crossed_flags:",
"body": [
"🎌",
],
"description": "\\:crossed_flags: : 🎌 (Crossed Flags)"
},
"\\:bamboo:": {
"prefix": "\\:bamboo:",
"body": [
"🎍",
],
"description": "\\:bamboo: : 🎍 (Pine Decoration)"
},
"\\:dolls:": {
"prefix": "\\:dolls:",
"body": [
"🎎",
],
"description": "\\:dolls: : 🎎 (Japanese Dolls)"
},
"\\:flags:": {
"prefix": "\\:flags:",
"body": [
"🎏",
],
"description": "\\:flags: : 🎏 (Carp Streamer)"
},
"\\:wind_chime:": {
"prefix": "\\:wind_chime:",
"body": [
"🎐",
],
"description": "\\:wind_chime: : 🎐 (Wind Chime)"
},
"\\:rice_scene:": {
"prefix": "\\:rice_scene:",
"body": [
"🎑",
],
"description": "\\:rice_scene: : 🎑 (Moon Viewing Ceremony)"
},
"\\:school_satchel:": {
"prefix": "\\:school_satchel:",
"body": [
"🎒",
],
"description": "\\:school_satchel: : 🎒 (School Satchel)"
},
"\\:mortar_board:": {
"prefix": "\\:mortar_board:",
"body": [
"🎓",
],
"description": "\\:mortar_board: : 🎓 (Graduation Cap)"
},
"\\:carousel_horse:": {
"prefix": "\\:carousel_horse:",
"body": [
"🎠",
],
"description": "\\:carousel_horse: : 🎠 (Carousel Horse)"
},
"\\:ferris_wheel:": {
"prefix": "\\:ferris_wheel:",
"body": [
"🎡",
],
"description": "\\:ferris_wheel: : 🎡 (Ferris Wheel)"
},
"\\:roller_coaster:": {
"prefix": "\\:roller_coaster:",
"body": [
"🎢",
],
"description": "\\:roller_coaster: : 🎢 (Roller Coaster)"
},
"\\:fishing_pole_and_fish:": {
"prefix": "\\:fishing_pole_and_fish:",
"body": [
"🎣",
],
"description": "\\:fishing_pole_and_fish: : 🎣 (Fishing Pole And Fish)"
},
"\\:microphone:": {
"prefix": "\\:microphone:",
"body": [
"🎤",
],
"description": "\\:microphone: : 🎤 (Microphone)"
},
"\\:movie_camera:": {
"prefix": "\\:movie_camera:",
"body": [
"🎥",
],
"description": "\\:movie_camera: : 🎥 (Movie Camera)"
},
"\\:cinema:": {
"prefix": "\\:cinema:",
"body": [
"🎦",
],
"description": "\\:cinema: : 🎦 (Cinema)"
},
"\\:headphones:": {
"prefix": "\\:headphones:",
"body": [
"🎧",
],
"description": "\\:headphones: : 🎧 (Headphone)"
},
"\\:art:": {
"prefix": "\\:art:",
"body": [
"🎨",
],
"description": "\\:art: : 🎨 (Artist Palette)"
},
"\\:tophat:": {
"prefix": "\\:tophat:",
"body": [
"🎩",
],
"description": "\\:tophat: : 🎩 (Top Hat)"
},
"\\:circus_tent:": {
"prefix": "\\:circus_tent:",
"body": [
"🎪",
],
"description": "\\:circus_tent: : 🎪 (Circus Tent)"
},
"\\:ticket:": {
"prefix": "\\:ticket:",
"body": [
"🎫",
],
"description": "\\:ticket: : 🎫 (Ticket)"
},
"\\:clapper:": {
"prefix": "\\:clapper:",
"body": [
"🎬",
],
"description": "\\:clapper: : 🎬 (Clapper Board)"
},
"\\:performing_arts:": {
"prefix": "\\:performing_arts:",
"body": [
"🎭",
],
"description": "\\:performing_arts: : 🎭 (Performing Arts)"
},
"\\:video_game:": {
"prefix": "\\:video_game:",
"body": [
"🎮",
],
"description": "\\:video_game: : 🎮 (Video Game)"
},
"\\:dart:": {
"prefix": "\\:dart:",
"body": [
"🎯",
],
"description": "\\:dart: : 🎯 (Direct Hit)"
},
"\\:slot_machine:": {
"prefix": "\\:slot_machine:",
"body": [
"🎰",
],
"description": "\\:slot_machine: : 🎰 (Slot Machine)"
},
"\\:8ball:": {
"prefix": "\\:8ball:",
"body": [
"🎱",
],
"description": "\\:8ball: : 🎱 (Billiards)"
},
"\\:game_die:": {
"prefix": "\\:game_die:",
"body": [
"🎲",
],
"description": "\\:game_die: : 🎲 (Game Die)"
},
"\\:bowling:": {
"prefix": "\\:bowling:",
"body": [
"🎳",
],
"description": "\\:bowling: : 🎳 (Bowling)"
},
"\\:flower_playing_cards:": {
"prefix": "\\:flower_playing_cards:",
"body": [
"🎴",
],
"description": "\\:flower_playing_cards: : 🎴 (Flower Playing Cards)"
},
"\\:musical_note:": {
"prefix": "\\:musical_note:",
"body": [
"🎵",
],
"description": "\\:musical_note: : 🎵 (Musical Note)"
},
"\\:notes:": {
"prefix": "\\:notes:",
"body": [
"🎶",
],
"description": "\\:notes: : 🎶 (Multiple Musical Notes)"
},
"\\:saxophone:": {
"prefix": "\\:saxophone:",
"body": [
"🎷",
],
"description": "\\:saxophone: : 🎷 (Saxophone)"
},
"\\:guitar:": {
"prefix": "\\:guitar:",
"body": [
"🎸",
],
"description": "\\:guitar: : 🎸 (Guitar)"
},
"\\:musical_keyboard:": {
"prefix": "\\:musical_keyboard:",
"body": [
"🎹",
],
"description": "\\:musical_keyboard: : 🎹 (Musical Keyboard)"
},
"\\:trumpet:": {
"prefix": "\\:trumpet:",
"body": [
"🎺",
],
"description": "\\:trumpet: : 🎺 (Trumpet)"
},
"\\:violin:": {
"prefix": "\\:violin:",
"body": [
"🎻",
],
"description": "\\:violin: : 🎻 (Violin)"
},
"\\:musical_score:": {
"prefix": "\\:musical_score:",
"body": [
"🎼",
],
"description": "\\:musical_score: : 🎼 (Musical Score)"
},
"\\:running_shirt_with_sash:": {
"prefix": "\\:running_shirt_with_sash:",
"body": [
"🎽",
],
"description": "\\:running_shirt_with_sash: : 🎽 (Running Shirt With Sash)"
},
"\\:tennis:": {
"prefix": "\\:tennis:",
"body": [
"🎾",
],
"description": "\\:tennis: : 🎾 (Tennis Racquet And Ball)"
},
"\\:ski:": {
"prefix": "\\:ski:",
"body": [
"🎿",
],
"description": "\\:ski: : 🎿 (Ski And Ski Boot)"
},
"\\:basketball:": {
"prefix": "\\:basketball:",
"body": [
"🏀",
],
"description": "\\:basketball: : 🏀 (Basketball And Hoop)"
},
"\\:checkered_flag:": {
"prefix": "\\:checkered_flag:",
"body": [
"🏁",
],
"description": "\\:checkered_flag: : 🏁 (Chequered Flag)"
},
"\\:snowboarder:": {
"prefix": "\\:snowboarder:",
"body": [
"🏂",
],
"description": "\\:snowboarder: : 🏂 (Snowboarder)"
},
"\\:runner:": {
"prefix": "\\:runner:",
"body": [
"🏃",
],
"description": "\\:runner: : 🏃 (Runner)"
},
"\\:surfer:": {
"prefix": "\\:surfer:",
"body": [
"🏄",
],
"description": "\\:surfer: : 🏄 (Surfer)"
},
"\\:trophy:": {
"prefix": "\\:trophy:",
"body": [
"🏆",
],
"description": "\\:trophy: : 🏆 (Trophy)"
},
"\\:horse_racing:": {
"prefix": "\\:horse_racing:",
"body": [
"🏇",
],
"description": "\\:horse_racing: : 🏇 (Horse Racing)"
},
"\\:football:": {
"prefix": "\\:football:",
"body": [
"🏈",
],
"description": "\\:football: : 🏈 (American Football)"
},
"\\:rugby_football:": {
"prefix": "\\:rugby_football:",
"body": [
"🏉",
],
"description": "\\:rugby_football: : 🏉 (Rugby Football)"
},
"\\:swimmer:": {
"prefix": "\\:swimmer:",
"body": [
"🏊",
],
"description": "\\:swimmer: : 🏊 (Swimmer)"
},
"\\:house:": {
"prefix": "\\:house:",
"body": [
"🏠",
],
"description": "\\:house: : 🏠 (House Building)"
},
"\\:house_with_garden:": {
"prefix": "\\:house_with_garden:",
"body": [
"🏡",
],
"description": "\\:house_with_garden: : 🏡 (House With Garden)"
},
"\\:office:": {
"prefix": "\\:office:",
"body": [
"🏢",
],
"description": "\\:office: : 🏢 (Office Building)"
},
"\\:post_office:": {
"prefix": "\\:post_office:",
"body": [
"🏣",
],
"description": "\\:post_office: : 🏣 (Japanese Post Office)"
},
"\\:european_post_office:": {
"prefix": "\\:european_post_office:",
"body": [
"🏤",
],
"description": "\\:european_post_office: : 🏤 (European Post Office)"
},
"\\:hospital:": {
"prefix": "\\:hospital:",
"body": [
"🏥",
],
"description": "\\:hospital: : 🏥 (Hospital)"
},
"\\:bank:": {
"prefix": "\\:bank:",
"body": [
"🏦",
],
"description": "\\:bank: : 🏦 (Bank)"
},
"\\:atm:": {
"prefix": "\\:atm:",
"body": [
"🏧",
],
"description": "\\:atm: : 🏧 (Automated Teller Machine)"
},
"\\:hotel:": {
"prefix": "\\:hotel:",
"body": [
"🏨",
],
"description": "\\:hotel: : 🏨 (Hotel)"
},
"\\:love_hotel:": {
"prefix": "\\:love_hotel:",
"body": [
"🏩",
],
"description": "\\:love_hotel: : 🏩 (Love Hotel)"
},
"\\:convenience_store:": {
"prefix": "\\:convenience_store:",
"body": [
"🏪",
],
"description": "\\:convenience_store: : 🏪 (Convenience Store)"
},
"\\:school:": {
"prefix": "\\:school:",
"body": [
"🏫",
],
"description": "\\:school: : 🏫 (School)"
},
"\\:department_store:": {
"prefix": "\\:department_store:",
"body": [
"🏬",
],
"description": "\\:department_store: : 🏬 (Department Store)"
},
"\\:factory:": {
"prefix": "\\:factory:",
"body": [
"🏭",
],
"description": "\\:factory: : 🏭 (Factory)"
},
"\\:izakaya_lantern:": {
"prefix": "\\:izakaya_lantern:",
"body": [
"🏮",
],
"description": "\\:izakaya_lantern: : 🏮 (Izakaya Lantern)"
},
"\\:japanese_castle:": {
"prefix": "\\:japanese_castle:",
"body": [
"🏯",
],
"description": "\\:japanese_castle: : 🏯 (Japanese Castle)"
},
"\\:european_castle:": {
"prefix": "\\:european_castle:",
"body": [
"🏰",
],
"description": "\\:european_castle: : 🏰 (European Castle)"
},
"\\:skin-tone-2:": {
"prefix": "\\:skin-tone-2:",
"body": [
"🏻",
],
"description": "\\:skin-tone-2: : 🏻 (Emoji Modifier Fitzpatrick Type-1-2)"
},
"\\:skin-tone-3:": {
"prefix": "\\:skin-tone-3:",
"body": [
"🏼",
],
"description": "\\:skin-tone-3: : 🏼 (Emoji Modifier Fitzpatrick Type-3)"
},
"\\:skin-tone-4:": {
"prefix": "\\:skin-tone-4:",
"body": [
"🏽",
],
"description": "\\:skin-tone-4: : 🏽 (Emoji Modifier Fitzpatrick Type-4)"
},
"\\:skin-tone-5:": {
"prefix": "\\:skin-tone-5:",
"body": [
"🏾",
],
"description": "\\:skin-tone-5: : 🏾 (Emoji Modifier Fitzpatrick Type-5)"
},
"\\:skin-tone-6:": {
"prefix": "\\:skin-tone-6:",
"body": [
"🏿",
],
"description": "\\:skin-tone-6: : 🏿 (Emoji Modifier Fitzpatrick Type-6)"
},
"\\:rat:": {
"prefix": "\\:rat:",
"body": [
"🐀",
],
"description": "\\:rat: : 🐀 (Rat)"
},
"\\:mouse2:": {
"prefix": "\\:mouse2:",
"body": [
"🐁",
],
"description": "\\:mouse2: : 🐁 (Mouse)"
},
"\\:ox:": {
"prefix": "\\:ox:",
"body": [
"🐂",
],
"description": "\\:ox: : 🐂 (Ox)"
},
"\\:water_buffalo:": {
"prefix": "\\:water_buffalo:",
"body": [
"🐃",
],
"description": "\\:water_buffalo: : 🐃 (Water Buffalo)"
},
"\\:cow2:": {
"prefix": "\\:cow2:",
"body": [
"🐄",
],
"description": "\\:cow2: : 🐄 (Cow)"
},
"\\:tiger2:": {
"prefix": "\\:tiger2:",
"body": [
"🐅",
],
"description": "\\:tiger2: : 🐅 (Tiger)"
},
"\\:leopard:": {
"prefix": "\\:leopard:",
"body": [
"🐆",
],
"description": "\\:leopard: : 🐆 (Leopard)"
},
"\\:rabbit2:": {
"prefix": "\\:rabbit2:",
"body": [
"🐇",
],
"description": "\\:rabbit2: : 🐇 (Rabbit)"
},
"\\:cat2:": {
"prefix": "\\:cat2:",
"body": [
"🐈",
],
"description": "\\:cat2: : 🐈 (Cat)"
},
"\\:dragon:": {
"prefix": "\\:dragon:",
"body": [
"🐉",
],
"description": "\\:dragon: : 🐉 (Dragon)"
},
"\\:crocodile:": {
"prefix": "\\:crocodile:",
"body": [
"🐊",
],
"description": "\\:crocodile: : 🐊 (Crocodile)"
},
"\\:whale2:": {
"prefix": "\\:whale2:",
"body": [
"🐋",
],
"description": "\\:whale2: : 🐋 (Whale)"
},
"\\:snail:": {
"prefix": "\\:snail:",
"body": [
"🐌",
],
"description": "\\:snail: : 🐌 (Snail)"
},
"\\:snake:": {
"prefix": "\\:snake:",
"body": [
"🐍",
],
"description": "\\:snake: : 🐍 (Snake)"
},
"\\:racehorse:": {
"prefix": "\\:racehorse:",
"body": [
"🐎",
],
"description": "\\:racehorse: : 🐎 (Horse)"
},
"\\:ram:": {
"prefix": "\\:ram:",
"body": [
"🐏",
],
"description": "\\:ram: : 🐏 (Ram)"
},
"\\:goat:": {
"prefix": "\\:goat:",
"body": [
"🐐",
],
"description": "\\:goat: : 🐐 (Goat)"
},
"\\:sheep:": {
"prefix": "\\:sheep:",
"body": [
"🐑",
],
"description": "\\:sheep: : 🐑 (Sheep)"
},
"\\:monkey:": {
"prefix": "\\:monkey:",
"body": [
"🐒",
],
"description": "\\:monkey: : 🐒 (Monkey)"
},
"\\:rooster:": {
"prefix": "\\:rooster:",
"body": [
"🐓",
],
"description": "\\:rooster: : 🐓 (Rooster)"
},
"\\:chicken:": {
"prefix": "\\:chicken:",
"body": [
"🐔",
],
"description": "\\:chicken: : 🐔 (Chicken)"
},
"\\:dog2:": {
"prefix": "\\:dog2:",
"body": [
"🐕",
],
"description": "\\:dog2: : 🐕 (Dog)"
},
"\\:pig2:": {
"prefix": "\\:pig2:",
"body": [
"🐖",
],
"description": "\\:pig2: : 🐖 (Pig)"
},
"\\:boar:": {
"prefix": "\\:boar:",
"body": [
"🐗",
],
"description": "\\:boar: : 🐗 (Boar)"
},
"\\:elephant:": {
"prefix": "\\:elephant:",
"body": [
"🐘",
],
"description": "\\:elephant: : 🐘 (Elephant)"
},
"\\:octopus:": {
"prefix": "\\:octopus:",
"body": [
"🐙",
],
"description": "\\:octopus: : 🐙 (Octopus)"
},
"\\:shell:": {
"prefix": "\\:shell:",
"body": [
"🐚",
],
"description": "\\:shell: : 🐚 (Spiral Shell)"
},
"\\:bug:": {
"prefix": "\\:bug:",
"body": [
"🐛",
],
"description": "\\:bug: : 🐛 (Bug)"
},
"\\:ant:": {
"prefix": "\\:ant:",
"body": [
"🐜",
],
"description": "\\:ant: : 🐜 (Ant)"
},
"\\:bee:": {
"prefix": "\\:bee:",
"body": [
"🐝",
],
"description": "\\:bee: : 🐝 (Honeybee)"
},
"\\:beetle:": {
"prefix": "\\:beetle:",
"body": [
"🐞",
],
"description": "\\:beetle: : 🐞 (Lady Beetle)"
},
"\\:fish:": {
"prefix": "\\:fish:",
"body": [
"🐟",
],
"description": "\\:fish: : 🐟 (Fish)"
},
"\\:tropical_fish:": {
"prefix": "\\:tropical_fish:",
"body": [
"🐠",
],
"description": "\\:tropical_fish: : 🐠 (Tropical Fish)"
},
"\\:blowfish:": {
"prefix": "\\:blowfish:",
"body": [
"🐡",
],
"description": "\\:blowfish: : 🐡 (Blowfish)"
},
"\\:turtle:": {
"prefix": "\\:turtle:",
"body": [
"🐢",
],
"description": "\\:turtle: : 🐢 (Turtle)"
},
"\\:hatching_chick:": {
"prefix": "\\:hatching_chick:",
"body": [
"🐣",
],
"description": "\\:hatching_chick: : 🐣 (Hatching Chick)"
},
"\\:baby_chick:": {
"prefix": "\\:baby_chick:",
"body": [
"🐤",
],
"description": "\\:baby_chick: : 🐤 (Baby Chick)"
},
"\\:hatched_chick:": {
"prefix": "\\:hatched_chick:",
"body": [
"🐥",
],
"description": "\\:hatched_chick: : 🐥 (Front-Facing Baby Chick)"
},
"\\:bird:": {
"prefix": "\\:bird:",
"body": [
"🐦",
],
"description": "\\:bird: : 🐦 (Bird)"
},
"\\:penguin:": {
"prefix": "\\:penguin:",
"body": [
"🐧",
],
"description": "\\:penguin: : 🐧 (Penguin)"
},
"\\:koala:": {
"prefix": "\\:koala:",
"body": [
"🐨",
],
"description": "\\:koala: : 🐨 (Koala)"
},
"\\:poodle:": {
"prefix": "\\:poodle:",
"body": [
"🐩",
],
"description": "\\:poodle: : 🐩 (Poodle)"
},
"\\:dromedary_camel:": {
"prefix": "\\:dromedary_camel:",
"body": [
"🐪",
],
"description": "\\:dromedary_camel: : 🐪 (Dromedary Camel)"
},
"\\:camel:": {
"prefix": "\\:camel:",
"body": [
"🐫",
],
"description": "\\:camel: : 🐫 (Bactrian Camel)"
},
"\\:dolphin:": {
"prefix": "\\:dolphin:",
"body": [
"🐬",
],
"description": "\\:dolphin: : 🐬 (Dolphin)"
},
"\\:mouse:": {
"prefix": "\\:mouse:",
"body": [
"🐭",
],
"description": "\\:mouse: : 🐭 (Mouse Face)"
},
"\\:cow:": {
"prefix": "\\:cow:",
"body": [
"🐮",
],
"description": "\\:cow: : 🐮 (Cow Face)"
},
"\\:tiger:": {
"prefix": "\\:tiger:",
"body": [
"🐯",
],
"description": "\\:tiger: : 🐯 (Tiger Face)"
},
"\\:rabbit:": {
"prefix": "\\:rabbit:",
"body": [
"🐰",
],
"description": "\\:rabbit: : 🐰 (Rabbit Face)"
},
"\\:cat:": {
"prefix": "\\:cat:",
"body": [
"🐱",
],
"description": "\\:cat: : 🐱 (Cat Face)"
},
"\\:dragon_face:": {
"prefix": "\\:dragon_face:",
"body": [
"🐲",
],
"description": "\\:dragon_face: : 🐲 (Dragon Face)"
},
"\\:whale:": {
"prefix": "\\:whale:",
"body": [
"🐳",
],
"description": "\\:whale: : 🐳 (Spouting Whale)"
},
"\\:horse:": {
"prefix": "\\:horse:",
"body": [
"🐴",
],
"description": "\\:horse: : 🐴 (Horse Face)"
},
"\\:monkey_face:": {
"prefix": "\\:monkey_face:",
"body": [
"🐵",
],
"description": "\\:monkey_face: : 🐵 (Monkey Face)"
},
"\\:dog:": {
"prefix": "\\:dog:",
"body": [
"🐶",
],
"description": "\\:dog: : 🐶 (Dog Face)"
},
"\\:pig:": {
"prefix": "\\:pig:",
"body": [
"🐷",
],
"description": "\\:pig: : 🐷 (Pig Face)"
},
"\\:frog:": {
"prefix": "\\:frog:",
"body": [
"🐸",
],
"description": "\\:frog: : 🐸 (Frog Face)"
},
"\\:hamster:": {
"prefix": "\\:hamster:",
"body": [
"🐹",
],
"description": "\\:hamster: : 🐹 (Hamster Face)"
},
"\\:wolf:": {
"prefix": "\\:wolf:",
"body": [
"🐺",
],
"description": "\\:wolf: : 🐺 (Wolf Face)"
},
"\\:bear:": {
"prefix": "\\:bear:",
"body": [
"🐻",
],
"description": "\\:bear: : 🐻 (Bear Face)"
},
"\\:panda_face:": {
"prefix": "\\:panda_face:",
"body": [
"🐼",
],
"description": "\\:panda_face: : 🐼 (Panda Face)"
},
"\\:pig_nose:": {
"prefix": "\\:pig_nose:",
"body": [
"🐽",
],
"description": "\\:pig_nose: : 🐽 (Pig Nose)"
},
"\\:feet:": {
"prefix": "\\:feet:",
"body": [
"🐾",
],
"description": "\\:feet: : 🐾 (Paw Prints)"
},
"\\:eyes:": {
"prefix": "\\:eyes:",
"body": [
"👀",
],
"description": "\\:eyes: : 👀 (Eyes)"
},
"\\:ear:": {
"prefix": "\\:ear:",
"body": [
"👂",
],
"description": "\\:ear: : 👂 (Ear)"
},
"\\:nose:": {
"prefix": "\\:nose:",
"body": [
"👃",
],
"description": "\\:nose: : 👃 (Nose)"
},
"\\:lips:": {
"prefix": "\\:lips:",
"body": [
"👄",
],
"description": "\\:lips: : 👄 (Mouth)"
},
"\\:tongue:": {
"prefix": "\\:tongue:",
"body": [
"👅",
],
"description": "\\:tongue: : 👅 (Tongue)"
},
"\\:point_up_2:": {
"prefix": "\\:point_up_2:",
"body": [
"👆",
],
"description": "\\:point_up_2: : 👆 (White Up Pointing Backhand Index)"
},
"\\:point_down:": {
"prefix": "\\:point_down:",
"body": [
"👇",
],
"description": "\\:point_down: : 👇 (White Down Pointing Backhand Index)"
},
"\\:point_left:": {
"prefix": "\\:point_left:",
"body": [
"👈",
],
"description": "\\:point_left: : 👈 (White Left Pointing Backhand Index)"
},
"\\:point_right:": {
"prefix": "\\:point_right:",
"body": [
"👉",
],
"description": "\\:point_right: : 👉 (White Right Pointing Backhand Index)"
},
"\\:facepunch:": {
"prefix": "\\:facepunch:",
"body": [
"👊",
],
"description": "\\:facepunch: : 👊 (Fisted Hand Sign)"
},
"\\:wave:": {
"prefix": "\\:wave:",
"body": [
"👋",
],
"description": "\\:wave: : 👋 (Waving Hand Sign)"
},
"\\:ok_hand:": {
"prefix": "\\:ok_hand:",
"body": [
"👌",
],
"description": "\\:ok_hand: : 👌 (Ok Hand Sign)"
},
"\\:+1:": {
"prefix": "\\:+1:",
"body": [
"👍",
],
"description": "\\:+1: : 👍 (Thumbs Up Sign)"
},
"\\:-1:": {
"prefix": "\\:-1:",
"body": [
"👎",
],
"description": "\\:-1: : 👎 (Thumbs Down Sign)"
},
"\\:clap:": {
"prefix": "\\:clap:",
"body": [
"👏",
],
"description": "\\:clap: : 👏 (Clapping Hands Sign)"
},
"\\:open_hands:": {
"prefix": "\\:open_hands:",
"body": [
"👐",
],
"description": "\\:open_hands: : 👐 (Open Hands Sign)"
},
"\\:crown:": {
"prefix": "\\:crown:",
"body": [
"👑",
],
"description": "\\:crown: : 👑 (Crown)"
},
"\\:womans_hat:": {
"prefix": "\\:womans_hat:",
"body": [
"👒",
],
"description": "\\:womans_hat: : 👒 (Womans Hat)"
},
"\\:eyeglasses:": {
"prefix": "\\:eyeglasses:",
"body": [
"👓",
],
"description": "\\:eyeglasses: : 👓 (Eyeglasses)"
},
"\\:necktie:": {
"prefix": "\\:necktie:",
"body": [
"👔",
],
"description": "\\:necktie: : 👔 (Necktie)"
},
"\\:shirt:": {
"prefix": "\\:shirt:",
"body": [
"👕",
],
"description": "\\:shirt: : 👕 (T-Shirt)"
},
"\\:jeans:": {
"prefix": "\\:jeans:",
"body": [
"👖",
],
"description": "\\:jeans: : 👖 (Jeans)"
},
"\\:dress:": {
"prefix": "\\:dress:",
"body": [
"👗",
],
"description": "\\:dress: : 👗 (Dress)"
},
"\\:kimono:": {
"prefix": "\\:kimono:",
"body": [
"👘",
],
"description": "\\:kimono: : 👘 (Kimono)"
},
"\\:bikini:": {
"prefix": "\\:bikini:",
"body": [
"👙",
],
"description": "\\:bikini: : 👙 (Bikini)"
},
"\\:womans_clothes:": {
"prefix": "\\:womans_clothes:",
"body": [
"👚",
],
"description": "\\:womans_clothes: : 👚 (Womans Clothes)"
},
"\\:purse:": {
"prefix": "\\:purse:",
"body": [
"👛",
],
"description": "\\:purse: : 👛 (Purse)"
},
"\\:handbag:": {
"prefix": "\\:handbag:",
"body": [
"👜",
],
"description": "\\:handbag: : 👜 (Handbag)"
},
"\\:pouch:": {
"prefix": "\\:pouch:",
"body": [
"👝",
],
"description": "\\:pouch: : 👝 (Pouch)"
},
"\\:mans_shoe:": {
"prefix": "\\:mans_shoe:",
"body": [
"👞",
],
"description": "\\:mans_shoe: : 👞 (Mans Shoe)"
},
"\\:athletic_shoe:": {
"prefix": "\\:athletic_shoe:",
"body": [
"👟",
],
"description": "\\:athletic_shoe: : 👟 (Athletic Shoe)"
},
"\\:high_heel:": {
"prefix": "\\:high_heel:",
"body": [
"👠",
],
"description": "\\:high_heel: : 👠 (High-Heeled Shoe)"
},
"\\:sandal:": {
"prefix": "\\:sandal:",
"body": [
"👡",
],
"description": "\\:sandal: : 👡 (Womans Sandal)"
},
"\\:boot:": {
"prefix": "\\:boot:",
"body": [
"👢",
],
"description": "\\:boot: : 👢 (Womans Boots)"
},
"\\:footprints:": {
"prefix": "\\:footprints:",
"body": [
"👣",
],
"description": "\\:footprints: : 👣 (Footprints)"
},
"\\:bust_in_silhouette:": {
"prefix": "\\:bust_in_silhouette:",
"body": [
"👤",
],
"description": "\\:bust_in_silhouette: : 👤 (Bust In Silhouette)"
},
"\\:busts_in_silhouette:": {
"prefix": "\\:busts_in_silhouette:",
"body": [
"👥",
],
"description": "\\:busts_in_silhouette: : 👥 (Busts In Silhouette)"
},
"\\:boy:": {
"prefix": "\\:boy:",
"body": [
"👦",
],
"description": "\\:boy: : 👦 (Boy)"
},
"\\:girl:": {
"prefix": "\\:girl:",
"body": [
"👧",
],
"description": "\\:girl: : 👧 (Girl)"
},
"\\:man:": {
"prefix": "\\:man:",
"body": [
"👨",
],
"description": "\\:man: : 👨 (Man)"
},
"\\:woman:": {
"prefix": "\\:woman:",
"body": [
"👩",
],
"description": "\\:woman: : 👩 (Woman)"
},
"\\:family:": {
"prefix": "\\:family:",
"body": [
"👪",
],
"description": "\\:family: : 👪 (Family)"
},
"\\:couple:": {
"prefix": "\\:couple:",
"body": [
"👫",
],
"description": "\\:couple: : 👫 (Man And Woman Holding Hands)"
},
"\\:two_men_holding_hands:": {
"prefix": "\\:two_men_holding_hands:",
"body": [
"👬",
],
"description": "\\:two_men_holding_hands: : 👬 (Two Men Holding Hands)"
},
"\\:two_women_holding_hands:": {
"prefix": "\\:two_women_holding_hands:",
"body": [
"👭",
],
"description": "\\:two_women_holding_hands: : 👭 (Two Women Holding Hands)"
},
"\\:cop:": {
"prefix": "\\:cop:",
"body": [
"👮",
],
"description": "\\:cop: : 👮 (Police Officer)"
},
"\\:dancers:": {
"prefix": "\\:dancers:",
"body": [
"👯",
],
"description": "\\:dancers: : 👯 (Woman With Bunny Ears)"
},
"\\:bride_with_veil:": {
"prefix": "\\:bride_with_veil:",
"body": [
"👰",
],
"description": "\\:bride_with_veil: : 👰 (Bride With Veil)"
},
"\\:person_with_blond_hair:": {
"prefix": "\\:person_with_blond_hair:",
"body": [
"👱",
],
"description": "\\:person_with_blond_hair: : 👱 (Person With Blond Hair)"
},
"\\:man_with_gua_pi_mao:": {
"prefix": "\\:man_with_gua_pi_mao:",
"body": [
"👲",
],
"description": "\\:man_with_gua_pi_mao: : 👲 (Man With Gua Pi Mao)"
},
"\\:man_with_turban:": {
"prefix": "\\:man_with_turban:",
"body": [
"👳",
],
"description": "\\:man_with_turban: : 👳 (Man With Turban)"
},
"\\:older_man:": {
"prefix": "\\:older_man:",
"body": [
"👴",
],
"description": "\\:older_man: : 👴 (Older Man)"
},
"\\:older_woman:": {
"prefix": "\\:older_woman:",
"body": [
"👵",
],
"description": "\\:older_woman: : 👵 (Older Woman)"
},
"\\:baby:": {
"prefix": "\\:baby:",
"body": [
"👶",
],
"description": "\\:baby: : 👶 (Baby)"
},
"\\:construction_worker:": {
"prefix": "\\:construction_worker:",
"body": [
"👷",
],
"description": "\\:construction_worker: : 👷 (Construction Worker)"
},
"\\:princess:": {
"prefix": "\\:princess:",
"body": [
"👸",
],
"description": "\\:princess: : 👸 (Princess)"
},
"\\:japanese_ogre:": {
"prefix": "\\:japanese_ogre:",
"body": [
"👹",
],
"description": "\\:japanese_ogre: : 👹 (Japanese Ogre)"
},
"\\:japanese_goblin:": {
"prefix": "\\:japanese_goblin:",
"body": [
"👺",
],
"description": "\\:japanese_goblin: : 👺 (Japanese Goblin)"
},
"\\:ghost:": {
"prefix": "\\:ghost:",
"body": [
"👻",
],
"description": "\\:ghost: : 👻 (Ghost)"
},
"\\:angel:": {
"prefix": "\\:angel:",
"body": [
"👼",
],
"description": "\\:angel: : 👼 (Baby Angel)"
},
"\\:alien:": {
"prefix": "\\:alien:",
"body": [
"👽",
],
"description": "\\:alien: : 👽 (Extraterrestrial Alien)"
},
"\\:space_invader:": {
"prefix": "\\:space_invader:",
"body": [
"👾",
],
"description": "\\:space_invader: : 👾 (Alien Monster)"
},
"\\:imp:": {
"prefix": "\\:imp:",
"body": [
"👿",
],
"description": "\\:imp: : 👿 (Imp)"
},
"\\:skull:": {
"prefix": "\\:skull:",
"body": [
"💀",
],
"description": "\\:skull: : 💀 (Skull)"
},
"\\:information_desk_person:": {
"prefix": "\\:information_desk_person:",
"body": [
"💁",
],
"description": "\\:information_desk_person: : 💁 (Information Desk Person)"
},
"\\:guardsman:": {
"prefix": "\\:guardsman:",
"body": [
"💂",
],
"description": "\\:guardsman: : 💂 (Guardsman)"
},
"\\:dancer:": {
"prefix": "\\:dancer:",
"body": [
"💃",
],
"description": "\\:dancer: : 💃 (Dancer)"
},
"\\:lipstick:": {
"prefix": "\\:lipstick:",
"body": [
"💄",
],
"description": "\\:lipstick: : 💄 (Lipstick)"
},
"\\:nail_care:": {
"prefix": "\\:nail_care:",
"body": [
"💅",
],
"description": "\\:nail_care: : 💅 (Nail Polish)"
},
"\\:massage:": {
"prefix": "\\:massage:",
"body": [
"💆",
],
"description": "\\:massage: : 💆 (Face Massage)"
},
"\\:haircut:": {
"prefix": "\\:haircut:",
"body": [
"💇",
],
"description": "\\:haircut: : 💇 (Haircut)"
},
"\\:barber:": {
"prefix": "\\:barber:",
"body": [
"💈",
],
"description": "\\:barber: : 💈 (Barber Pole)"
},
"\\:syringe:": {
"prefix": "\\:syringe:",
"body": [
"💉",
],
"description": "\\:syringe: : 💉 (Syringe)"
},
"\\:pill:": {
"prefix": "\\:pill:",
"body": [
"💊",
],
"description": "\\:pill: : 💊 (Pill)"
},
"\\:kiss:": {
"prefix": "\\:kiss:",
"body": [
"💋",
],
"description": "\\:kiss: : 💋 (Kiss Mark)"
},
"\\:love_letter:": {
"prefix": "\\:love_letter:",
"body": [
"💌",
],
"description": "\\:love_letter: : 💌 (Love Letter)"
},
"\\:ring:": {
"prefix": "\\:ring:",
"body": [
"💍",
],
"description": "\\:ring: : 💍 (Ring)"
},
"\\:gem:": {
"prefix": "\\:gem:",
"body": [
"💎",
],
"description": "\\:gem: : 💎 (Gem Stone)"
},
"\\:couplekiss:": {
"prefix": "\\:couplekiss:",
"body": [
"💏",
],
"description": "\\:couplekiss: : 💏 (Kiss)"
},
"\\:bouquet:": {
"prefix": "\\:bouquet:",
"body": [
"💐",
],
"description": "\\:bouquet: : 💐 (Bouquet)"
},
"\\:couple_with_heart:": {
"prefix": "\\:couple_with_heart:",
"body": [
"💑",
],
"description": "\\:couple_with_heart: : 💑 (Couple With Heart)"
},
"\\:wedding:": {
"prefix": "\\:wedding:",
"body": [
"💒",
],
"description": "\\:wedding: : 💒 (Wedding)"
},
"\\:heartbeat:": {
"prefix": "\\:heartbeat:",
"body": [
"💓",
],
"description": "\\:heartbeat: : 💓 (Beating Heart)"
},
"\\:broken_heart:": {
"prefix": "\\:broken_heart:",
"body": [
"💔",
],
"description": "\\:broken_heart: : 💔 (Broken Heart)"
},
"\\:two_hearts:": {
"prefix": "\\:two_hearts:",
"body": [
"💕",
],
"description": "\\:two_hearts: : 💕 (Two Hearts)"
},
"\\:sparkling_heart:": {
"prefix": "\\:sparkling_heart:",
"body": [
"💖",
],
"description": "\\:sparkling_heart: : 💖 (Sparkling Heart)"
},
"\\:heartpulse:": {
"prefix": "\\:heartpulse:",
"body": [
"💗",
],
"description": "\\:heartpulse: : 💗 (Growing Heart)"
},
"\\:cupid:": {
"prefix": "\\:cupid:",
"body": [
"💘",
],
"description": "\\:cupid: : 💘 (Heart With Arrow)"
},
"\\:blue_heart:": {
"prefix": "\\:blue_heart:",
"body": [
"💙",
],
"description": "\\:blue_heart: : 💙 (Blue Heart)"
},
"\\:green_heart:": {
"prefix": "\\:green_heart:",
"body": [
"💚",
],
"description": "\\:green_heart: : 💚 (Green Heart)"
},
"\\:yellow_heart:": {
"prefix": "\\:yellow_heart:",
"body": [
"💛",
],
"description": "\\:yellow_heart: : 💛 (Yellow Heart)"
},
"\\:purple_heart:": {
"prefix": "\\:purple_heart:",
"body": [
"💜",
],
"description": "\\:purple_heart: : 💜 (Purple Heart)"
},
"\\:gift_heart:": {
"prefix": "\\:gift_heart:",
"body": [
"💝",
],
"description": "\\:gift_heart: : 💝 (Heart With Ribbon)"
},
"\\:revolving_hearts:": {
"prefix": "\\:revolving_hearts:",
"body": [
"💞",
],
"description": "\\:revolving_hearts: : 💞 (Revolving Hearts)"
},
"\\:heart_decoration:": {
"prefix": "\\:heart_decoration:",
"body": [
"💟",
],
"description": "\\:heart_decoration: : 💟 (Heart Decoration)"
},
"\\:diamond_shape_with_a_dot_inside:": {
"prefix": "\\:diamond_shape_with_a_dot_inside:",
"body": [
"💠",
],
"description": "\\:diamond_shape_with_a_dot_inside: : 💠 (Diamond Shape With A Dot Inside)"
},
"\\:bulb:": {
"prefix": "\\:bulb:",
"body": [
"💡",
],
"description": "\\:bulb: : 💡 (Electric Light Bulb)"
},
"\\:anger:": {
"prefix": "\\:anger:",
"body": [
"💢",
],
"description": "\\:anger: : 💢 (Anger Symbol)"
},
"\\:bomb:": {
"prefix": "\\:bomb:",
"body": [
"💣",
],
"description": "\\:bomb: : 💣 (Bomb)"
},
"\\:zzz:": {
"prefix": "\\:zzz:",
"body": [
"💤",
],
"description": "\\:zzz: : 💤 (Sleeping Symbol)"
},
"\\:boom:": {
"prefix": "\\:boom:",
"body": [
"💥",
],
"description": "\\:boom: : 💥 (Collision Symbol)"
},
"\\:sweat_drops:": {
"prefix": "\\:sweat_drops:",
"body": [
"💦",
],
"description": "\\:sweat_drops: : 💦 (Splashing Sweat Symbol)"
},
"\\:droplet:": {
"prefix": "\\:droplet:",
"body": [
"💧",
],
"description": "\\:droplet: : 💧 (Droplet)"
},
"\\:dash:": {
"prefix": "\\:dash:",
"body": [
"💨",
],
"description": "\\:dash: : 💨 (Dash Symbol)"
},
"\\:hankey:": {
"prefix": "\\:hankey:",
"body": [
"💩",
],
"description": "\\:hankey: : 💩 (Pile Of Poo)"
},
"\\:muscle:": {
"prefix": "\\:muscle:",
"body": [
"💪",
],
"description": "\\:muscle: : 💪 (Flexed Biceps)"
},
"\\:dizzy:": {
"prefix": "\\:dizzy:",
"body": [
"💫",
],
"description": "\\:dizzy: : 💫 (Dizzy Symbol)"
},
"\\:speech_balloon:": {
"prefix": "\\:speech_balloon:",
"body": [
"💬",
],
"description": "\\:speech_balloon: : 💬 (Speech Balloon)"
},
"\\:thought_balloon:": {
"prefix": "\\:thought_balloon:",
"body": [
"💭",
],
"description": "\\:thought_balloon: : 💭 (Thought Balloon)"
},
"\\:white_flower:": {
"prefix": "\\:white_flower:",
"body": [
"💮",
],
"description": "\\:white_flower: : 💮 (White Flower)"
},
"\\:100:": {
"prefix": "\\:100:",
"body": [
"💯",
],
"description": "\\:100: : 💯 (Hundred Points Symbol)"
},
"\\:moneybag:": {
"prefix": "\\:moneybag:",
"body": [
"💰",
],
"description": "\\:moneybag: : 💰 (Money Bag)"
},
"\\:currency_exchange:": {
"prefix": "\\:currency_exchange:",
"body": [
"💱",
],
"description": "\\:currency_exchange: : 💱 (Currency Exchange)"
},
"\\:heavy_dollar_sign:": {
"prefix": "\\:heavy_dollar_sign:",
"body": [
"💲",
],
"description": "\\:heavy_dollar_sign: : 💲 (Heavy Dollar Sign)"
},
"\\:credit_card:": {
"prefix": "\\:credit_card:",
"body": [
"💳",
],
"description": "\\:credit_card: : 💳 (Credit Card)"
},
"\\:yen:": {
"prefix": "\\:yen:",
"body": [
"💴",
],
"description": "\\:yen: : 💴 (Banknote With Yen Sign)"
},
"\\:dollar:": {
"prefix": "\\:dollar:",
"body": [
"💵",
],
"description": "\\:dollar: : 💵 (Banknote With Dollar Sign)"
},
"\\:euro:": {
"prefix": "\\:euro:",
"body": [
"💶",
],
"description": "\\:euro: : 💶 (Banknote With Euro Sign)"
},
"\\:pound:": {
"prefix": "\\:pound:",
"body": [
"💷",
],
"description": "\\:pound: : 💷 (Banknote With Pound Sign)"
},
"\\:money_with_wings:": {
"prefix": "\\:money_with_wings:",
"body": [
"💸",
],
"description": "\\:money_with_wings: : 💸 (Money With Wings)"
},
"\\:chart:": {
"prefix": "\\:chart:",
"body": [
"💹",
],
"description": "\\:chart: : 💹 (Chart With Upwards Trend And Yen Sign)"
},
"\\:seat:": {
"prefix": "\\:seat:",
"body": [
"💺",
],
"description": "\\:seat: : 💺 (Seat)"
},
"\\:computer:": {
"prefix": "\\:computer:",
"body": [
"💻",
],
"description": "\\:computer: : 💻 (Personal Computer)"
},
"\\:briefcase:": {
"prefix": "\\:briefcase:",
"body": [
"💼",
],
"description": "\\:briefcase: : 💼 (Briefcase)"
},
"\\:minidisc:": {
"prefix": "\\:minidisc:",
"body": [
"💽",
],
"description": "\\:minidisc: : 💽 (Minidisc)"
},
"\\:floppy_disk:": {
"prefix": "\\:floppy_disk:",
"body": [
"💾",
],
"description": "\\:floppy_disk: : 💾 (Floppy Disk)"
},
"\\:cd:": {
"prefix": "\\:cd:",
"body": [
"💿",
],
"description": "\\:cd: : 💿 (Optical Disc)"
},
"\\:dvd:": {
"prefix": "\\:dvd:",
"body": [
"📀",
],
"description": "\\:dvd: : 📀 (Dvd)"
},
"\\:file_folder:": {
"prefix": "\\:file_folder:",
"body": [
"📁",
],
"description": "\\:file_folder: : 📁 (File Folder)"
},
"\\:open_file_folder:": {
"prefix": "\\:open_file_folder:",
"body": [
"📂",
],
"description": "\\:open_file_folder: : 📂 (Open File Folder)"
},
"\\:page_with_curl:": {
"prefix": "\\:page_with_curl:",
"body": [
"📃",
],
"description": "\\:page_with_curl: : 📃 (Page With Curl)"
},
"\\:page_facing_up:": {
"prefix": "\\:page_facing_up:",
"body": [
"📄",
],
"description": "\\:page_facing_up: : 📄 (Page Facing Up)"
},
"\\:date:": {
"prefix": "\\:date:",
"body": [
"📅",
],
"description": "\\:date: : 📅 (Calendar)"
},
"\\:calendar:": {
"prefix": "\\:calendar:",
"body": [
"📆",
],
"description": "\\:calendar: : 📆 (Tear-Off Calendar)"
},
"\\:card_index:": {
"prefix": "\\:card_index:",
"body": [
"📇",
],
"description": "\\:card_index: : 📇 (Card Index)"
},
"\\:chart_with_upwards_trend:": {
"prefix": "\\:chart_with_upwards_trend:",
"body": [
"📈",
],
"description": "\\:chart_with_upwards_trend: : 📈 (Chart With Upwards Trend)"
},
"\\:chart_with_downwards_trend:": {
"prefix": "\\:chart_with_downwards_trend:",
"body": [
"📉",
],
"description": "\\:chart_with_downwards_trend: : 📉 (Chart With Downwards Trend)"
},
"\\:bar_chart:": {
"prefix": "\\:bar_chart:",
"body": [
"📊",
],
"description": "\\:bar_chart: : 📊 (Bar Chart)"
},
"\\:clipboard:": {
"prefix": "\\:clipboard:",
"body": [
"📋",
],
"description": "\\:clipboard: : 📋 (Clipboard)"
},
"\\:pushpin:": {
"prefix": "\\:pushpin:",
"body": [
"📌",
],
"description": "\\:pushpin: : 📌 (Pushpin)"
},
"\\:round_pushpin:": {
"prefix": "\\:round_pushpin:",
"body": [
"📍",
],
"description": "\\:round_pushpin: : 📍 (Round Pushpin)"
},
"\\:paperclip:": {
"prefix": "\\:paperclip:",
"body": [
"📎",
],
"description": "\\:paperclip: : 📎 (Paperclip)"
},
"\\:straight_ruler:": {
"prefix": "\\:straight_ruler:",
"body": [
"📏",
],
"description": "\\:straight_ruler: : 📏 (Straight Ruler)"
},
"\\:triangular_ruler:": {
"prefix": "\\:triangular_ruler:",
"body": [
"📐",
],
"description": "\\:triangular_ruler: : 📐 (Triangular Ruler)"
},
"\\:bookmark_tabs:": {
"prefix": "\\:bookmark_tabs:",
"body": [
"📑",
],
"description": "\\:bookmark_tabs: : 📑 (Bookmark Tabs)"
},
"\\:ledger:": {
"prefix": "\\:ledger:",
"body": [
"📒",
],
"description": "\\:ledger: : 📒 (Ledger)"
},
"\\:notebook:": {
"prefix": "\\:notebook:",
"body": [
"📓",
],
"description": "\\:notebook: : 📓 (Notebook)"
},
"\\:notebook_with_decorative_cover:": {
"prefix": "\\:notebook_with_decorative_cover:",
"body": [
"📔",
],
"description": "\\:notebook_with_decorative_cover: : 📔 (Notebook With Decorative Cover)"
},
"\\:closed_book:": {
"prefix": "\\:closed_book:",
"body": [
"📕",
],
"description": "\\:closed_book: : 📕 (Closed Book)"
},
"\\:book:": {
"prefix": "\\:book:",
"body": [
"📖",
],
"description": "\\:book: : 📖 (Open Book)"
},
"\\:green_book:": {
"prefix": "\\:green_book:",
"body": [
"📗",
],
"description": "\\:green_book: : 📗 (Green Book)"
},
"\\:blue_book:": {
"prefix": "\\:blue_book:",
"body": [
"📘",
],
"description": "\\:blue_book: : 📘 (Blue Book)"
},
"\\:orange_book:": {
"prefix": "\\:orange_book:",
"body": [
"📙",
],
"description": "\\:orange_book: : 📙 (Orange Book)"
},
"\\:books:": {
"prefix": "\\:books:",
"body": [
"📚",
],
"description": "\\:books: : 📚 (Books)"
},
"\\:name_badge:": {
"prefix": "\\:name_badge:",
"body": [
"📛",
],
"description": "\\:name_badge: : 📛 (Name Badge)"
},
"\\:scroll:": {
"prefix": "\\:scroll:",
"body": [
"📜",
],
"description": "\\:scroll: : 📜 (Scroll)"
},
"\\:memo:": {
"prefix": "\\:memo:",
"body": [
"📝",
],
"description": "\\:memo: : 📝 (Memo)"
},
"\\:telephone_receiver:": {
"prefix": "\\:telephone_receiver:",
"body": [
"📞",
],
"description": "\\:telephone_receiver: : 📞 (Telephone Receiver)"
},
"\\:pager:": {
"prefix": "\\:pager:",
"body": [
"📟",
],
"description": "\\:pager: : 📟 (Pager)"
},
"\\:fax:": {
"prefix": "\\:fax:",
"body": [
"📠",
],
"description": "\\:fax: : 📠 (Fax Machine)"
},
"\\:satellite:": {
"prefix": "\\:satellite:",
"body": [
"📡",
],
"description": "\\:satellite: : 📡 (Satellite Antenna)"
},
"\\:loudspeaker:": {
"prefix": "\\:loudspeaker:",
"body": [
"📢",
],
"description": "\\:loudspeaker: : 📢 (Public Address Loudspeaker)"
},
"\\:mega:": {
"prefix": "\\:mega:",
"body": [
"📣",
],
"description": "\\:mega: : 📣 (Cheering Megaphone)"
},
"\\:outbox_tray:": {
"prefix": "\\:outbox_tray:",
"body": [
"📤",
],
"description": "\\:outbox_tray: : 📤 (Outbox Tray)"
},
"\\:inbox_tray:": {
"prefix": "\\:inbox_tray:",
"body": [
"📥",
],
"description": "\\:inbox_tray: : 📥 (Inbox Tray)"
},
"\\:package:": {
"prefix": "\\:package:",
"body": [
"📦",
],
"description": "\\:package: : 📦 (Package)"
},
"\\:e-mail:": {
"prefix": "\\:e-mail:",
"body": [
"📧",
],
"description": "\\:e-mail: : 📧 (E-Mail Symbol)"
},
"\\:incoming_envelope:": {
"prefix": "\\:incoming_envelope:",
"body": [
"📨",
],
"description": "\\:incoming_envelope: : 📨 (Incoming Envelope)"
},
"\\:envelope_with_arrow:": {
"prefix": "\\:envelope_with_arrow:",
"body": [
"📩",
],
"description": "\\:envelope_with_arrow: : 📩 (Envelope With Downwards Arrow Above)"
},
"\\:mailbox_closed:": {
"prefix": "\\:mailbox_closed:",
"body": [
"📪",
],
"description": "\\:mailbox_closed: : 📪 (Closed Mailbox With Lowered Flag)"
},
"\\:mailbox:": {
"prefix": "\\:mailbox:",
"body": [
"📫",
],
"description": "\\:mailbox: : 📫 (Closed Mailbox With Raised Flag)"
},
"\\:mailbox_with_mail:": {
"prefix": "\\:mailbox_with_mail:",
"body": [
"📬",
],
"description": "\\:mailbox_with_mail: : 📬 (Open Mailbox With Raised Flag)"
},
"\\:mailbox_with_no_mail:": {
"prefix": "\\:mailbox_with_no_mail:",
"body": [
"📭",
],
"description": "\\:mailbox_with_no_mail: : 📭 (Open Mailbox With Lowered Flag)"
},
"\\:postbox:": {
"prefix": "\\:postbox:",
"body": [
"📮",
],
"description": "\\:postbox: : 📮 (Postbox)"
},
"\\:postal_horn:": {
"prefix": "\\:postal_horn:",
"body": [
"📯",
],
"description": "\\:postal_horn: : 📯 (Postal Horn)"
},
"\\:newspaper:": {
"prefix": "\\:newspaper:",
"body": [
"📰",
],
"description": "\\:newspaper: : 📰 (Newspaper)"
},
"\\:iphone:": {
"prefix": "\\:iphone:",
"body": [
"📱",
],
"description": "\\:iphone: : 📱 (Mobile Phone)"
},
"\\:calling:": {
"prefix": "\\:calling:",
"body": [
"📲",
],
"description": "\\:calling: : 📲 (Mobile Phone With Rightwards Arrow At Left)"
},
"\\:vibration_mode:": {
"prefix": "\\:vibration_mode:",
"body": [
"📳",
],
"description": "\\:vibration_mode: : 📳 (Vibration Mode)"
},
"\\:mobile_phone_off:": {
"prefix": "\\:mobile_phone_off:",
"body": [
"📴",
],
"description": "\\:mobile_phone_off: : 📴 (Mobile Phone Off)"
},
"\\:no_mobile_phones:": {
"prefix": "\\:no_mobile_phones:",
"body": [
"📵",
],
"description": "\\:no_mobile_phones: : 📵 (No Mobile Phones)"
},
"\\:signal_strength:": {
"prefix": "\\:signal_strength:",
"body": [
"📶",
],
"description": "\\:signal_strength: : 📶 (Antenna With Bars)"
},
"\\:camera:": {
"prefix": "\\:camera:",
"body": [
"📷",
],
"description": "\\:camera: : 📷 (Camera)"
},
"\\:video_camera:": {
"prefix": "\\:video_camera:",
"body": [
"📹",
],
"description": "\\:video_camera: : 📹 (Video Camera)"
},
"\\:tv:": {
"prefix": "\\:tv:",
"body": [
"📺",
],
"description": "\\:tv: : 📺 (Television)"
},
"\\:radio:": {
"prefix": "\\:radio:",
"body": [
"📻",
],
"description": "\\:radio: : 📻 (Radio)"
},
"\\:vhs:": {
"prefix": "\\:vhs:",
"body": [
"📼",
],
"description": "\\:vhs: : 📼 (Videocassette)"
},
"\\:twisted_rightwards_arrows:": {
"prefix": "\\:twisted_rightwards_arrows:",
"body": [
"🔀",
],
"description": "\\:twisted_rightwards_arrows: : 🔀 (Twisted Rightwards Arrows)"
},
"\\:repeat:": {
"prefix": "\\:repeat:",
"body": [
"🔁",
],
"description": "\\:repeat: : 🔁 (Clockwise Rightwards And Leftwards Open Circle Arrows)"
},
"\\:repeat_one:": {
"prefix": "\\:repeat_one:",
"body": [
"🔂",
],
"description": "\\:repeat_one: : 🔂 (Clockwise Rightwards And Leftwards Open Circle Arrows With Circled One Overlay
)"
},
"\\:arrows_clockwise:": {
"prefix": "\\:arrows_clockwise:",
"body": [
"🔃",
],
"description": "\\:arrows_clockwise: : 🔃 (Clockwise Downwards And Upwards Open Circle Arrows)"
},
"\\:arrows_counterclockwise:": {
"prefix": "\\:arrows_counterclockwise:",
"body": [
"🔄",
],
"description": "\\:arrows_counterclockwise: : 🔄 (Anticlockwise Downwards And Upwards Open Circle Arrows)"
},
"\\:low_brightness:": {
"prefix": "\\:low_brightness:",
"body": [
"🔅",
],
"description": "\\:low_brightness: : 🔅 (Low Brightness Symbol)"
},
"\\:high_brightness:": {
"prefix": "\\:high_brightness:",
"body": [
"🔆",
],
"description": "\\:high_brightness: : 🔆 (High Brightness Symbol)"
},
"\\:mute:": {
"prefix": "\\:mute:",
"body": [
"🔇",
],
"description": "\\:mute: : 🔇 (Speaker With Cancellation Stroke)"
},
"\\:speaker:": {
"prefix": "\\:speaker:",
"body": [
"🔈",
],
"description": "\\:speaker: : 🔈 (Speaker)"
},
"\\:sound:": {
"prefix": "\\:sound:",
"body": [
"🔉",
],
"description": "\\:sound: : 🔉 (Speaker With One Sound Wave)"
},
"\\:loud_sound:": {
"prefix": "\\:loud_sound:",
"body": [
"🔊",
],
"description": "\\:loud_sound: : 🔊 (Speaker With Three Sound Waves)"
},
"\\:battery:": {
"prefix": "\\:battery:",
"body": [
"🔋",
],
"description": "\\:battery: : 🔋 (Battery)"
},
"\\:electric_plug:": {
"prefix": "\\:electric_plug:",
"body": [
"🔌",
],
"description": "\\:electric_plug: : 🔌 (Electric Plug)"
},
"\\:mag:": {
"prefix": "\\:mag:",
"body": [
"🔍",
],
"description": "\\:mag: : 🔍 (Left-Pointing Magnifying Glass)"
},
"\\:mag_right:": {
"prefix": "\\:mag_right:",
"body": [
"🔎",
],
"description": "\\:mag_right: : 🔎 (Right-Pointing Magnifying Glass)"
},
"\\:lock_with_ink_pen:": {
"prefix": "\\:lock_with_ink_pen:",
"body": [
"🔏",
],
"description": "\\:lock_with_ink_pen: : 🔏 (Lock With Ink Pen)"
},
"\\:closed_lock_with_key:": {
"prefix": "\\:closed_lock_with_key:",
"body": [
"🔐",
],
"description": "\\:closed_lock_with_key: : 🔐 (Closed Lock With Key)"
},
"\\:key:": {
"prefix": "\\:key:",
"body": [
"🔑",
],
"description": "\\:key: : 🔑 (Key)"
},
"\\:lock:": {
"prefix": "\\:lock:",
"body": [
"🔒",
],
"description": "\\:lock: : 🔒 (Lock)"
},
"\\:unlock:": {
"prefix": "\\:unlock:",
"body": [
"🔓",
],
"description": "\\:unlock: : 🔓 (Open Lock)"
},
"\\:bell:": {
"prefix": "\\:bell:",
"body": [
"🔔",
],
"description": "\\:bell: : 🔔 (Bell)"
},
"\\:no_bell:": {
"prefix": "\\:no_bell:",
"body": [
"🔕",
],
"description": "\\:no_bell: : 🔕 (Bell With Cancellation Stroke)"
},
"\\:bookmark:": {
"prefix": "\\:bookmark:",
"body": [
"🔖",
],
"description": "\\:bookmark: : 🔖 (Bookmark)"
},
"\\:link:": {
"prefix": "\\:link:",
"body": [
"🔗",
],
"description": "\\:link: : 🔗 (Link Symbol)"
},
"\\:radio_button:": {
"prefix": "\\:radio_button:",
"body": [
"🔘",
],
"description": "\\:radio_button: : 🔘 (Radio Button)"
},
"\\:back:": {
"prefix": "\\:back:",
"body": [
"🔙",
],
"description": "\\:back: : 🔙 (Back With Leftwards Arrow Above)"
},
"\\:end:": {
"prefix": "\\:end:",
"body": [
"🔚",
],
"description": "\\:end: : 🔚 (End With Leftwards Arrow Above)"
},
"\\:on:": {
"prefix": "\\:on:",
"body": [
"🔛",
],
"description": "\\:on: : 🔛 (On With Exclamation Mark With Left Right Arrow Above)"
},
"\\:soon:": {
"prefix": "\\:soon:",
"body": [
"🔜",
],
"description": "\\:soon: : 🔜 (Soon With Rightwards Arrow Above)"
},
"\\:top:": {
"prefix": "\\:top:",
"body": [
"🔝",
],
"description": "\\:top: : 🔝 (Top With Upwards Arrow Above)"
},
"\\:underage:": {
"prefix": "\\:underage:",
"body": [
"🔞",
],
"description": "\\:underage: : 🔞 (No One Under Eighteen Symbol)"
},
"\\:keycap_ten:": {
"prefix": "\\:keycap_ten:",
"body": [
"🔟",
],
"description": "\\:keycap_ten: : 🔟 (Keycap Ten)"
},
"\\:capital_abcd:": {
"prefix": "\\:capital_abcd:",
"body": [
"🔠",
],
"description": "\\:capital_abcd: : 🔠 (Input Symbol For Latin Capital Letters)"
},
"\\:abcd:": {
"prefix": "\\:abcd:",
"body": [
"🔡",
],
"description": "\\:abcd: : 🔡 (Input Symbol For Latin Small Letters)"
},
"\\:1234:": {
"prefix": "\\:1234:",
"body": [
"🔢",
],
"description": "\\:1234: : 🔢 (Input Symbol For Numbers)"
},
"\\:symbols:": {
"prefix": "\\:symbols:",
"body": [
"🔣",
],
"description": "\\:symbols: : 🔣 (Input Symbol For Symbols)"
},
"\\:abc:": {
"prefix": "\\:abc:",
"body": [
"🔤",
],
"description": "\\:abc: : 🔤 (Input Symbol For Latin Letters)"
},
"\\:fire:": {
"prefix": "\\:fire:",
"body": [
"🔥",
],
"description": "\\:fire: : 🔥 (Fire)"
},
"\\:flashlight:": {
"prefix": "\\:flashlight:",
"body": [
"🔦",
],
"description": "\\:flashlight: : 🔦 (Electric Torch)"
},
"\\:wrench:": {
"prefix": "\\:wrench:",
"body": [
"🔧",
],
"description": "\\:wrench: : 🔧 (Wrench)"
},
"\\:hammer:": {
"prefix": "\\:hammer:",
"body": [
"🔨",
],
"description": "\\:hammer: : 🔨 (Hammer)"
},
"\\:nut_and_bolt:": {
"prefix": "\\:nut_and_bolt:",
"body": [
"🔩",
],
"description": "\\:nut_and_bolt: : 🔩 (Nut And Bolt)"
},
"\\:hocho:": {
"prefix": "\\:hocho:",
"body": [
"🔪",
],
"description": "\\:hocho: : 🔪 (Hocho)"
},
"\\:gun:": {
"prefix": "\\:gun:",
"body": [
"🔫",
],
"description": "\\:gun: : 🔫 (Pistol)"
},
"\\:microscope:": {
"prefix": "\\:microscope:",
"body": [
"🔬",
],
"description": "\\:microscope: : 🔬 (Microscope)"
},
"\\:telescope:": {
"prefix": "\\:telescope:",
"body": [
"🔭",
],
"description": "\\:telescope: : 🔭 (Telescope)"
},
"\\:crystal_ball:": {
"prefix": "\\:crystal_ball:",
"body": [
"🔮",
],
"description": "\\:crystal_ball: : 🔮 (Crystal Ball)"
},
"\\:six_pointed_star:": {
"prefix": "\\:six_pointed_star:",
"body": [
"🔯",
],
"description": "\\:six_pointed_star: : 🔯 (Six Pointed Star With Middle Dot)"
},
"\\:beginner:": {
"prefix": "\\:beginner:",
"body": [
"🔰",
],
"description": "\\:beginner: : 🔰 (Japanese Symbol For Beginner)"
},
"\\:trident:": {
"prefix": "\\:trident:",
"body": [
"🔱",
],
"description": "\\:trident: : 🔱 (Trident Emblem)"
},
"\\:black_square_button:": {
"prefix": "\\:black_square_button:",
"body": [
"🔲",
],
"description": "\\:black_square_button: : 🔲 (Black Square Button)"
},
"\\:white_square_button:": {
"prefix": "\\:white_square_button:",
"body": [
"🔳",
],
"description": "\\:white_square_button: : 🔳 (White Square Button)"
},
"\\:red_circle:": {
"prefix": "\\:red_circle:",
"body": [
"🔴",
],
"description": "\\:red_circle: : 🔴 (Large Red Circle)"
},
"\\:large_blue_circle:": {
"prefix": "\\:large_blue_circle:",
"body": [
"🔵",
],
"description": "\\:large_blue_circle: : 🔵 (Large Blue Circle)"
},
"\\:large_orange_diamond:": {
"prefix": "\\:large_orange_diamond:",
"body": [
"🔶",
],
"description": "\\:large_orange_diamond: : 🔶 (Large Orange Diamond)"
},
"\\:large_blue_diamond:": {
"prefix": "\\:large_blue_diamond:",
"body": [
"🔷",
],
"description": "\\:large_blue_diamond: : 🔷 (Large Blue Diamond)"
},
"\\:small_orange_diamond:": {
"prefix": "\\:small_orange_diamond:",
"body": [
"🔸",
],
"description": "\\:small_orange_diamond: : 🔸 (Small Orange Diamond)"
},
"\\:small_blue_diamond:": {
"prefix": "\\:small_blue_diamond:",
"body": [
"🔹",
],
"description": "\\:small_blue_diamond: : 🔹 (Small Blue Diamond)"
},
"\\:small_red_triangle:": {
"prefix": "\\:small_red_triangle:",
"body": [
"🔺",
],
"description": "\\:small_red_triangle: : 🔺 (Up-Pointing Red Triangle)"
},
"\\:small_red_triangle_down:": {
"prefix": "\\:small_red_triangle_down:",
"body": [
"🔻",
],
"description": "\\:small_red_triangle_down: : 🔻 (Down-Pointing Red Triangle)"
},
"\\:arrow_up_small:": {
"prefix": "\\:arrow_up_small:",
"body": [
"🔼",
],
"description": "\\:arrow_up_small: : 🔼 (Up-Pointing Small Red Triangle)"
},
"\\:arrow_down_small:": {
"prefix": "\\:arrow_down_small:",
"body": [
"🔽",
],
"description": "\\:arrow_down_small: : 🔽 (Down-Pointing Small Red Triangle)"
},
"\\:clock1:": {
"prefix": "\\:clock1:",
"body": [
"🕐",
],
"description": "\\:clock1: : 🕐 (Clock Face One Oclock)"
},
"\\:clock2:": {
"prefix": "\\:clock2:",
"body": [
"🕑",
],
"description": "\\:clock2: : 🕑 (Clock Face Two Oclock)"
},
"\\:clock3:": {
"prefix": "\\:clock3:",
"body": [
"🕒",
],
"description": "\\:clock3: : 🕒 (Clock Face Three Oclock)"
},
"\\:clock4:": {
"prefix": "\\:clock4:",
"body": [
"🕓",
],
"description": "\\:clock4: : 🕓 (Clock Face Four Oclock)"
},
"\\:clock5:": {
"prefix": "\\:clock5:",
"body": [
"🕔",
],
"description": "\\:clock5: : 🕔 (Clock Face Five Oclock)"
},
"\\:clock6:": {
"prefix": "\\:clock6:",
"body": [
"🕕",
],
"description": "\\:clock6: : 🕕 (Clock Face Six Oclock)"
},
"\\:clock7:": {
"prefix": "\\:clock7:",
"body": [
"🕖",
],
"description": "\\:clock7: : 🕖 (Clock Face Seven Oclock)"
},
"\\:clock8:": {
"prefix": "\\:clock8:",
"body": [
"🕗",
],
"description": "\\:clock8: : 🕗 (Clock Face Eight Oclock)"
},
"\\:clock9:": {
"prefix": "\\:clock9:",
"body": [
"🕘",
],
"description": "\\:clock9: : 🕘 (Clock Face Nine Oclock)"
},
"\\:clock10:": {
"prefix": "\\:clock10:",
"body": [
"🕙",
],
"description": "\\:clock10: : 🕙 (Clock Face Ten Oclock)"
},
"\\:clock11:": {
"prefix": "\\:clock11:",
"body": [
"🕚",
],
"description": "\\:clock11: : 🕚 (Clock Face Eleven Oclock)"
},
"\\:clock12:": {
"prefix": "\\:clock12:",
"body": [
"🕛",
],
"description": "\\:clock12: : 🕛 (Clock Face Twelve Oclock)"
},
"\\:clock130:": {
"prefix": "\\:clock130:",
"body": [
"🕜",
],
"description": "\\:clock130: : 🕜 (Clock Face One-Thirty)"
},
"\\:clock230:": {
"prefix": "\\:clock230:",
"body": [
"🕝",
],
"description": "\\:clock230: : 🕝 (Clock Face Two-Thirty)"
},
"\\:clock330:": {
"prefix": "\\:clock330:",
"body": [
"🕞",
],
"description": "\\:clock330: : 🕞 (Clock Face Three-Thirty)"
},
"\\:clock430:": {
"prefix": "\\:clock430:",
"body": [
"🕟",
],
"description": "\\:clock430: : 🕟 (Clock Face Four-Thirty)"
},
"\\:clock530:": {
"prefix": "\\:clock530:",
"body": [
"🕠",
],
"description": "\\:clock530: : 🕠 (Clock Face Five-Thirty)"
},
"\\:clock630:": {
"prefix": "\\:clock630:",
"body": [
"🕡",
],
"description": "\\:clock630: : 🕡 (Clock Face Six-Thirty)"
},
"\\:clock730:": {
"prefix": "\\:clock730:",
"body": [
"🕢",
],
"description": "\\:clock730: : 🕢 (Clock Face Seven-Thirty)"
},
"\\:clock830:": {
"prefix": "\\:clock830:",
"body": [
"🕣",
],
"description": "\\:clock830: : 🕣 (Clock Face Eight-Thirty)"
},
"\\:clock930:": {
"prefix": "\\:clock930:",
"body": [
"🕤",
],
"description": "\\:clock930: : 🕤 (Clock Face Nine-Thirty)"
},
"\\:clock1030:": {
"prefix": "\\:clock1030:",
"body": [
"🕥",
],
"description": "\\:clock1030: : 🕥 (Clock Face Ten-Thirty)"
},
"\\:clock1130:": {
"prefix": "\\:clock1130:",
"body": [
"🕦",
],
"description": "\\:clock1130: : 🕦 (Clock Face Eleven-Thirty)"
},
"\\:clock1230:": {
"prefix": "\\:clock1230:",
"body": [
"🕧",
],
"description": "\\:clock1230: : 🕧 (Clock Face Twelve-Thirty)"
},
"\\:mount_fuji:": {
"prefix": "\\:mount_fuji:",
"body": [
"🗻",
],
"description": "\\:mount_fuji: : 🗻 (Mount Fuji)"
},
"\\:tokyo_tower:": {
"prefix": "\\:tokyo_tower:",
"body": [
"🗼",
],
"description": "\\:tokyo_tower: : 🗼 (Tokyo Tower)"
},
"\\:statue_of_liberty:": {
"prefix": "\\:statue_of_liberty:",
"body": [
"🗽",
],
"description": "\\:statue_of_liberty: : 🗽 (Statue Of Liberty)"
},
"\\:japan:": {
"prefix": "\\:japan:",
"body": [
"🗾",
],
"description": "\\:japan: : 🗾 (Silhouette Of Japan)"
},
"\\:moyai:": {
"prefix": "\\:moyai:",
"body": [
"🗿",
],
"description": "\\:moyai: : 🗿 (Moyai)"
},
"\\:grinning:": {
"prefix": "\\:grinning:",
"body": [
"😀",
],
"description": "\\:grinning: : 😀 (Grinning Face)"
},
"\\:grin:": {
"prefix": "\\:grin:",
"body": [
"😁",
],
"description": "\\:grin: : 😁 (Grinning Face With Smiling Eyes)"
},
"\\:joy:": {
"prefix": "\\:joy:",
"body": [
"😂",
],
"description": "\\:joy: : 😂 (Face With Tears Of Joy)"
},
"\\:smiley:": {
"prefix": "\\:smiley:",
"body": [
"😃",
],
"description": "\\:smiley: : 😃 (Smiling Face With Open Mouth)"
},
"\\:smile:": {
"prefix": "\\:smile:",
"body": [
"😄",
],
"description": "\\:smile: : 😄 (Smiling Face With Open Mouth And Smiling Eyes)"
},
"\\:sweat_smile:": {
"prefix": "\\:sweat_smile:",
"body": [
"😅",
],
"description": "\\:sweat_smile: : 😅 (Smiling Face With Open Mouth And Cold Sweat)"
},
"\\:laughing:": {
"prefix": "\\:laughing:",
"body": [
"😆",
],
"description": "\\:laughing: : 😆 (Smiling Face With Open Mouth And Tightly-Closed Eyes)"
},
"\\:innocent:": {
"prefix": "\\:innocent:",
"body": [
"😇",
],
"description": "\\:innocent: : 😇 (Smiling Face With Halo)"
},
"\\:smiling_imp:": {
"prefix": "\\:smiling_imp:",
"body": [
"😈",
],
"description": "\\:smiling_imp: : 😈 (Smiling Face With Horns)"
},
"\\:wink:": {
"prefix": "\\:wink:",
"body": [
"😉",
],
"description": "\\:wink: : 😉 (Winking Face)"
},
"\\:blush:": {
"prefix": "\\:blush:",
"body": [
"😊",
],
"description": "\\:blush: : 😊 (Smiling Face With Smiling Eyes)"
},
"\\:yum:": {
"prefix": "\\:yum:",
"body": [
"😋",
],
"description": "\\:yum: : 😋 (Face Savouring Delicious Food)"
},
"\\:relieved:": {
"prefix": "\\:relieved:",
"body": [
"😌",
],
"description": "\\:relieved: : 😌 (Relieved Face)"
},
"\\:heart_eyes:": {
"prefix": "\\:heart_eyes:",
"body": [
"😍",
],
"description": "\\:heart_eyes: : 😍 (Smiling Face With Heart-Shaped Eyes)"
},
"\\:sunglasses:": {
"prefix": "\\:sunglasses:",
"body": [
"😎",
],
"description": "\\:sunglasses: : 😎 (Smiling Face With Sunglasses)"
},
"\\:smirk:": {
"prefix": "\\:smirk:",
"body": [
"😏",
],
"description": "\\:smirk: : 😏 (Smirking Face)"
},
"\\:neutral_face:": {
"prefix": "\\:neutral_face:",
"body": [
"😐",
],
"description": "\\:neutral_face: : 😐 (Neutral Face)"
},
"\\:expressionless:": {
"prefix": "\\:expressionless:",
"body": [
"😑",
],
"description": "\\:expressionless: : 😑 (Expressionless Face)"
},
"\\:unamused:": {
"prefix": "\\:unamused:",
"body": [
"😒",
],
"description": "\\:unamused: : 😒 (Unamused Face)"
},
"\\:sweat:": {
"prefix": "\\:sweat:",
"body": [
"😓",
],
"description": "\\:sweat: : 😓 (Face With Cold Sweat)"
},
"\\:pensive:": {
"prefix": "\\:pensive:",
"body": [
"😔",
],
"description": "\\:pensive: : 😔 (Pensive Face)"
},
"\\:confused:": {
"prefix": "\\:confused:",
"body": [
"😕",
],
"description": "\\:confused: : 😕 (Confused Face)"
},
"\\:confounded:": {
"prefix": "\\:confounded:",
"body": [
"😖",
],
"description": "\\:confounded: : 😖 (Confounded Face)"
},
"\\:kissing:": {
"prefix": "\\:kissing:",
"body": [
"😗",
],
"description": "\\:kissing: : 😗 (Kissing Face)"
},
"\\:kissing_heart:": {
"prefix": "\\:kissing_heart:",
"body": [
"😘",
],
"description": "\\:kissing_heart: : 😘 (Face Throwing A Kiss)"
},
"\\:kissing_smiling_eyes:": {
"prefix": "\\:kissing_smiling_eyes:",
"body": [
"😙",
],
"description": "\\:kissing_smiling_eyes: : 😙 (Kissing Face With Smiling Eyes)"
},
"\\:kissing_closed_eyes:": {
"prefix": "\\:kissing_closed_eyes:",
"body": [
"😚",
],
"description": "\\:kissing_closed_eyes: : 😚 (Kissing Face With Closed Eyes)"
},
"\\:stuck_out_tongue:": {
"prefix": "\\:stuck_out_tongue:",
"body": [
"😛",
],
"description": "\\:stuck_out_tongue: : 😛 (Face With Stuck-Out Tongue)"
},
"\\:stuck_out_tongue_winking_eye:": {
"prefix": "\\:stuck_out_tongue_winking_eye:",
"body": [
"😜",
],
"description": "\\:stuck_out_tongue_winking_eye: : 😜 (Face With Stuck-Out Tongue And Winking Eye)"
},
"\\:stuck_out_tongue_closed_eyes:": {
"prefix": "\\:stuck_out_tongue_closed_eyes:",
"body": [
"😝",
],
"description": "\\:stuck_out_tongue_closed_eyes: : 😝 (Face With Stuck-Out Tongue And Tightly-Closed Eyes)"
},
"\\:disappointed:": {
"prefix": "\\:disappointed:",
"body": [
"😞",
],
"description": "\\:disappointed: : 😞 (Disappointed Face)"
},
"\\:worried:": {
"prefix": "\\:worried:",
"body": [
"😟",
],
"description": "\\:worried: : 😟 (Worried Face)"
},
"\\:angry:": {
"prefix": "\\:angry:",
"body": [
"😠",
],
"description": "\\:angry: : 😠 (Angry Face)"
},
"\\:rage:": {
"prefix": "\\:rage:",
"body": [
"😡",
],
"description": "\\:rage: : 😡 (Pouting Face)"
},
"\\:cry:": {
"prefix": "\\:cry:",
"body": [
"😢",
],
"description": "\\:cry: : 😢 (Crying Face)"
},
"\\:persevere:": {
"prefix": "\\:persevere:",
"body": [
"😣",
],
"description": "\\:persevere: : 😣 (Persevering Face)"
},
"\\:triumph:": {
"prefix": "\\:triumph:",
"body": [
"😤",
],
"description": "\\:triumph: : 😤 (Face With Look Of Triumph)"
},
"\\:disappointed_relieved:": {
"prefix": "\\:disappointed_relieved:",
"body": [
"😥",
],
"description": "\\:disappointed_relieved: : 😥 (Disappointed But Relieved Face)"
},
"\\:frowning:": {
"prefix": "\\:frowning:",
"body": [
"😦",
],
"description": "\\:frowning: : 😦 (Frowning Face With Open Mouth)"
},
"\\:anguished:": {
"prefix": "\\:anguished:",
"body": [
"😧",
],
"description": "\\:anguished: : 😧 (Anguished Face)"
},
"\\:fearful:": {
"prefix": "\\:fearful:",
"body": [
"😨",
],
"description": "\\:fearful: : 😨 (Fearful Face)"
},
"\\:weary:": {
"prefix": "\\:weary:",
"body": [
"😩",
],
"description": "\\:weary: : 😩 (Weary Face)"
},
"\\:sleepy:": {
"prefix": "\\:sleepy:",
"body": [
"😪",
],
"description": "\\:sleepy: : 😪 (Sleepy Face)"
},
"\\:tired_face:": {
"prefix": "\\:tired_face:",
"body": [
"😫",
],
"description": "\\:tired_face: : 😫 (Tired Face)"
},
"\\:grimacing:": {
"prefix": "\\:grimacing:",
"body": [
"😬",
],
"description": "\\:grimacing: : 😬 (Grimacing Face)"
},
"\\:sob:": {
"prefix": "\\:sob:",
"body": [
"😭",
],
"description": "\\:sob: : 😭 (Loudly Crying Face)"
},
"\\:open_mouth:": {
"prefix": "\\:open_mouth:",
"body": [
"😮",
],
"description": "\\:open_mouth: : 😮 (Face With Open Mouth)"
},
"\\:hushed:": {
"prefix": "\\:hushed:",
"body": [
"😯",
],
"description": "\\:hushed: : 😯 (Hushed Face)"
},
"\\:cold_sweat:": {
"prefix": "\\:cold_sweat:",
"body": [
"😰",
],
"description": "\\:cold_sweat: : 😰 (Face With Open Mouth And Cold Sweat)"
},
"\\:scream:": {
"prefix": "\\:scream:",
"body": [
"😱",
],
"description": "\\:scream: : 😱 (Face Screaming In Fear)"
},
"\\:astonished:": {
"prefix": "\\:astonished:",
"body": [
"😲",
],
"description": "\\:astonished: : 😲 (Astonished Face)"
},
"\\:flushed:": {
"prefix": "\\:flushed:",
"body": [
"😳",
],
"description": "\\:flushed: : 😳 (Flushed Face)"
},
"\\:sleeping:": {
"prefix": "\\:sleeping:",
"body": [
"😴",
],
"description": "\\:sleeping: : 😴 (Sleeping Face)"
},
"\\:dizzy_face:": {
"prefix": "\\:dizzy_face:",
"body": [
"😵",
],
"description": "\\:dizzy_face: : 😵 (Dizzy Face)"
},
"\\:no_mouth:": {
"prefix": "\\:no_mouth:",
"body": [
"😶",
],
"description": "\\:no_mouth: : 😶 (Face Without Mouth)"
},
"\\:mask:": {
"prefix": "\\:mask:",
"body": [
"😷",
],
"description": "\\:mask: : 😷 (Face With Medical Mask)"
},
"\\:smile_cat:": {
"prefix": "\\:smile_cat:",
"body": [
"😸",
],
"description": "\\:smile_cat: : 😸 (Grinning Cat Face With Smiling Eyes)"
},
"\\:joy_cat:": {
"prefix": "\\:joy_cat:",
"body": [
"😹",
],
"description": "\\:joy_cat: : 😹 (Cat Face With Tears Of Joy)"
},
"\\:smiley_cat:": {
"prefix": "\\:smiley_cat:",
"body": [
"😺",
],
"description": "\\:smiley_cat: : 😺 (Smiling Cat Face With Open Mouth)"
},
"\\:heart_eyes_cat:": {
"prefix": "\\:heart_eyes_cat:",
"body": [
"😻",
],
"description": "\\:heart_eyes_cat: : 😻 (Smiling Cat Face With Heart-Shaped Eyes)"
},
"\\:smirk_cat:": {
"prefix": "\\:smirk_cat:",
"body": [
"😼",
],
"description": "\\:smirk_cat: : 😼 (Cat Face With Wry Smile)"
},
"\\:kissing_cat:": {
"prefix": "\\:kissing_cat:",
"body": [
"😽",
],
"description": "\\:kissing_cat: : 😽 (Kissing Cat Face With Closed Eyes)"
},
"\\:pouting_cat:": {
"prefix": "\\:pouting_cat:",
"body": [
"😾",
],
"description": "\\:pouting_cat: : 😾 (Pouting Cat Face)"
},
"\\:crying_cat_face:": {
"prefix": "\\:crying_cat_face:",
"body": [
"😿",
],
"description": "\\:crying_cat_face: : 😿 (Crying Cat Face)"
},
"\\:scream_cat:": {
"prefix": "\\:scream_cat:",
"body": [
"🙀",
],
"description": "\\:scream_cat: : 🙀 (Weary Cat Face)"
},
"\\:no_good:": {
"prefix": "\\:no_good:",
"body": [
"🙅",
],
"description": "\\:no_good: : 🙅 (Face With No Good Gesture)"
},
"\\:ok_woman:": {
"prefix": "\\:ok_woman:",
"body": [
"🙆",
],
"description": "\\:ok_woman: : 🙆 (Face With Ok Gesture)"
},
"\\:bow:": {
"prefix": "\\:bow:",
"body": [
"🙇",
],
"description": "\\:bow: : 🙇 (Person Bowing Deeply)"
},
"\\:see_no_evil:": {
"prefix": "\\:see_no_evil:",
"body": [
"🙈",
],
"description": "\\:see_no_evil: : 🙈 (See-No-Evil Monkey)"
},
"\\:hear_no_evil:": {
"prefix": "\\:hear_no_evil:",
"body": [
"🙉",
],
"description": "\\:hear_no_evil: : 🙉 (Hear-No-Evil Monkey)"
},
"\\:speak_no_evil:": {
"prefix": "\\:speak_no_evil:",
"body": [
"🙊",
],
"description": "\\:speak_no_evil: : 🙊 (Speak-No-Evil Monkey)"
},
"\\:raising_hand:": {
"prefix": "\\:raising_hand:",
"body": [
"🙋",
],
"description": "\\:raising_hand: : 🙋 (Happy Person Raising One Hand)"
},
"\\:raised_hands:": {
"prefix": "\\:raised_hands:",
"body": [
"🙌",
],
"description": "\\:raised_hands: : 🙌 (Person Raising Both Hands In Celebration)"
},
"\\:person_frowning:": {
"prefix": "\\:person_frowning:",
"body": [
"🙍",
],
"description": "\\:person_frowning: : 🙍 (Person Frowning)"
},
"\\:person_with_pouting_face:": {
"prefix": "\\:person_with_pouting_face:",
"body": [
"🙎",
],
"description": "\\:person_with_pouting_face: : 🙎 (Person With Pouting Face)"
},
"\\:pray:": {
"prefix": "\\:pray:",
"body": [
"🙏",
],
"description": "\\:pray: : 🙏 (Person With Folded Hands)"
},
"\\:rocket:": {
"prefix": "\\:rocket:",
"body": [
"🚀",
],
"description": "\\:rocket: : 🚀 (Rocket)"
},
"\\:helicopter:": {
"prefix": "\\:helicopter:",
"body": [
"🚁",
],
"description": "\\:helicopter: : 🚁 (Helicopter)"
},
"\\:steam_locomotive:": {
"prefix": "\\:steam_locomotive:",
"body": [
"🚂",
],
"description": "\\:steam_locomotive: : 🚂 (Steam Locomotive)"
},
"\\:railway_car:": {
"prefix": "\\:railway_car:",
"body": [
"🚃",
],
"description": "\\:railway_car: : 🚃 (Railway Car)"
},
"\\:bullettrain_side:": {
"prefix": "\\:bullettrain_side:",
"body": [
"🚄",
],
"description": "\\:bullettrain_side: : 🚄 (High-Speed Train)"
},
"\\:bullettrain_front:": {
"prefix": "\\:bullettrain_front:",
"body": [
"🚅",
],
"description": "\\:bullettrain_front: : 🚅 (High-Speed Train With Bullet Nose)"
},
"\\:train2:": {
"prefix": "\\:train2:",
"body": [
"🚆",
],
"description": "\\:train2: : 🚆 (Train)"
},
"\\:metro:": {
"prefix": "\\:metro:",
"body": [
"🚇",
],
"description": "\\:metro: : 🚇 (Metro)"
},
"\\:light_rail:": {
"prefix": "\\:light_rail:",
"body": [
"🚈",
],
"description": "\\:light_rail: : 🚈 (Light Rail)"
},
"\\:station:": {
"prefix": "\\:station:",
"body": [
"🚉",
],
"description": "\\:station: : 🚉 (Station)"
},
"\\:tram:": {
"prefix": "\\:tram:",
"body": [
"🚊",
],
"description": "\\:tram: : 🚊 (Tram)"
},
"\\:train:": {
"prefix": "\\:train:",
"body": [
"🚋",
],
"description": "\\:train: : 🚋 (Tram Car)"
},
"\\:bus:": {
"prefix": "\\:bus:",
"body": [
"🚌",
],
"description": "\\:bus: : 🚌 (Bus)"
},
"\\:oncoming_bus:": {
"prefix": "\\:oncoming_bus:",
"body": [
"🚍",
],
"description": "\\:oncoming_bus: : 🚍 (Oncoming Bus)"
},
"\\:trolleybus:": {
"prefix": "\\:trolleybus:",
"body": [
"🚎",
],
"description": "\\:trolleybus: : 🚎 (Trolleybus)"
},
"\\:busstop:": {
"prefix": "\\:busstop:",
"body": [
"🚏",
],
"description": "\\:busstop: : 🚏 (Bus Stop)"
},
"\\:minibus:": {
"prefix": "\\:minibus:",
"body": [
"🚐",
],
"description": "\\:minibus: : 🚐 (Minibus)"
},
"\\:ambulance:": {
"prefix": "\\:ambulance:",
"body": [
"🚑",
],
"description": "\\:ambulance: : 🚑 (Ambulance)"
},
"\\:fire_engine:": {
"prefix": "\\:fire_engine:",
"body": [
"🚒",
],
"description": "\\:fire_engine: : 🚒 (Fire Engine)"
},
"\\:police_car:": {
"prefix": "\\:police_car:",
"body": [
"🚓",
],
"description": "\\:police_car: : 🚓 (Police Car)"
},
"\\:oncoming_police_car:": {
"prefix": "\\:oncoming_police_car:",
"body": [
"🚔",
],
"description": "\\:oncoming_police_car: : 🚔 (Oncoming Police Car)"
},
"\\:taxi:": {
"prefix": "\\:taxi:",
"body": [
"🚕",
],
"description": "\\:taxi: : 🚕 (Taxi)"
},
"\\:oncoming_taxi:": {
"prefix": "\\:oncoming_taxi:",
"body": [
"🚖",
],
"description": "\\:oncoming_taxi: : 🚖 (Oncoming Taxi)"
},
"\\:car:": {
"prefix": "\\:car:",
"body": [
"🚗",
],
"description": "\\:car: : 🚗 (Automobile)"
},
"\\:oncoming_automobile:": {
"prefix": "\\:oncoming_automobile:",
"body": [
"🚘",
],
"description": "\\:oncoming_automobile: : 🚘 (Oncoming Automobile)"
},
"\\:blue_car:": {
"prefix": "\\:blue_car:",
"body": [
"🚙",
],
"description": "\\:blue_car: : 🚙 (Recreational Vehicle)"
},
"\\:truck:": {
"prefix": "\\:truck:",
"body": [
"🚚",
],
"description": "\\:truck: : 🚚 (Delivery Truck)"
},
"\\:articulated_lorry:": {
"prefix": "\\:articulated_lorry:",
"body": [
"🚛",
],
"description": "\\:articulated_lorry: : 🚛 (Articulated Lorry)"
},
"\\:tractor:": {
"prefix": "\\:tractor:",
"body": [
"🚜",
],
"description": "\\:tractor: : 🚜 (Tractor)"
},
"\\:monorail:": {
"prefix": "\\:monorail:",
"body": [
"🚝",
],
"description": "\\:monorail: : 🚝 (Monorail)"
},
"\\:mountain_railway:": {
"prefix": "\\:mountain_railway:",
"body": [
"🚞",
],
"description": "\\:mountain_railway: : 🚞 (Mountain Railway)"
},
"\\:suspension_railway:": {
"prefix": "\\:suspension_railway:",
"body": [
"🚟",
],
"description": "\\:suspension_railway: : 🚟 (Suspension Railway)"
},
"\\:mountain_cableway:": {
"prefix": "\\:mountain_cableway:",
"body": [
"🚠",
],
"description": "\\:mountain_cableway: : 🚠 (Mountain Cableway)"
},
"\\:aerial_tramway:": {
"prefix": "\\:aerial_tramway:",
"body": [
"🚡",
],
"description": "\\:aerial_tramway: : 🚡 (Aerial Tramway)"
},
"\\:ship:": {
"prefix": "\\:ship:",
"body": [
"🚢",
],
"description": "\\:ship: : 🚢 (Ship)"
},
"\\:rowboat:": {
"prefix": "\\:rowboat:",
"body": [
"🚣",
],
"description": "\\:rowboat: : 🚣 (Rowboat)"
},
"\\:speedboat:": {
"prefix": "\\:speedboat:",
"body": [
"🚤",
],
"description": "\\:speedboat: : 🚤 (Speedboat)"
},
"\\:traffic_light:": {
"prefix": "\\:traffic_light:",
"body": [
"🚥",
],
"description": "\\:traffic_light: : 🚥 (Horizontal Traffic Light)"
},
"\\:vertical_traffic_light:": {
"prefix": "\\:vertical_traffic_light:",
"body": [
"🚦",
],
"description": "\\:vertical_traffic_light: : 🚦 (Vertical Traffic Light)"
},
"\\:construction:": {
"prefix": "\\:construction:",
"body": [
"🚧",
],
"description": "\\:construction: : 🚧 (Construction Sign)"
},
"\\:rotating_light:": {
"prefix": "\\:rotating_light:",
"body": [
"🚨",
],
"description": "\\:rotating_light: : 🚨 (Police Cars Revolving Light)"
},
"\\:triangular_flag_on_post:": {
"prefix": "\\:triangular_flag_on_post:",
"body": [
"🚩",
],
"description": "\\:triangular_flag_on_post: : 🚩 (Triangular Flag On Post)"
},
"\\:door:": {
"prefix": "\\:door:",
"body": [
"🚪",
],
"description": "\\:door: : 🚪 (Door)"
},
"\\:no_entry_sign:": {
"prefix": "\\:no_entry_sign:",
"body": [
"🚫",
],
"description": "\\:no_entry_sign: : 🚫 (No Entry Sign)"
},
"\\:smoking:": {
"prefix": "\\:smoking:",
"body": [
"🚬",
],
"description": "\\:smoking: : 🚬 (Smoking Symbol)"
},
"\\:no_smoking:": {
"prefix": "\\:no_smoking:",
"body": [
"🚭",
],
"description": "\\:no_smoking: : 🚭 (No Smoking Symbol)"
},
"\\:put_litter_in_its_place:": {
"prefix": "\\:put_litter_in_its_place:",
"body": [
"🚮",
],
"description": "\\:put_litter_in_its_place: : 🚮 (Put Litter In Its Place Symbol)"
},
"\\:do_not_litter:": {
"prefix": "\\:do_not_litter:",
"body": [
"🚯",
],
"description": "\\:do_not_litter: : 🚯 (Do Not Litter Symbol)"
},
"\\:potable_water:": {
"prefix": "\\:potable_water:",
"body": [
"🚰",
],
"description": "\\:potable_water: : 🚰 (Potable Water Symbol)"
},
"\\:non-potable_water:": {
"prefix": "\\:non-potable_water:",
"body": [
"🚱",
],
"description": "\\:non-potable_water: : 🚱 (Non-Potable Water Symbol)"
},
"\\:bike:": {
"prefix": "\\:bike:",
"body": [
"🚲",
],
"description": "\\:bike: : 🚲 (Bicycle)"
},
"\\:no_bicycles:": {
"prefix": "\\:no_bicycles:",
"body": [
"🚳",
],
"description": "\\:no_bicycles: : 🚳 (No Bicycles)"
},
"\\:bicyclist:": {
"prefix": "\\:bicyclist:",
"body": [
"🚴",
],
"description": "\\:bicyclist: : 🚴 (Bicyclist)"
},
"\\:mountain_bicyclist:": {
"prefix": "\\:mountain_bicyclist:",
"body": [
"🚵",
],
"description": "\\:mountain_bicyclist: : 🚵 (Mountain Bicyclist)"
},
"\\:walking:": {
"prefix": "\\:walking:",
"body": [
"🚶",
],
"description": "\\:walking: : 🚶 (Pedestrian)"
},
"\\:no_pedestrians:": {
"prefix": "\\:no_pedestrians:",
"body": [
"🚷",
],
"description": "\\:no_pedestrians: : 🚷 (No Pedestrians)"
},
"\\:children_crossing:": {
"prefix": "\\:children_crossing:",
"body": [
"🚸",
],
"description": "\\:children_crossing: : 🚸 (Children Crossing)"
},
"\\:mens:": {
"prefix": "\\:mens:",
"body": [
"🚹",
],
"description": "\\:mens: : 🚹 (Mens Symbol)"
},
"\\:womens:": {
"prefix": "\\:womens:",
"body": [
"🚺",
],
"description": "\\:womens: : 🚺 (Womens Symbol)"
},
"\\:restroom:": {
"prefix": "\\:restroom:",
"body": [
"🚻",
],
"description": "\\:restroom: : 🚻 (Restroom)"
},
"\\:baby_symbol:": {
"prefix": "\\:baby_symbol:",
"body": [
"🚼",
],
"description": "\\:baby_symbol: : 🚼 (Baby Symbol)"
},
"\\:toilet:": {
"prefix": "\\:toilet:",
"body": [
"🚽",
],
"description": "\\:toilet: : 🚽 (Toilet)"
},
"\\:wc:": {
"prefix": "\\:wc:",
"body": [
"🚾",
],
"description": "\\:wc: : 🚾 (Water Closet)"
},
"\\:shower:": {
"prefix": "\\:shower:",
"body": [
"🚿",
],
"description": "\\:shower: : 🚿 (Shower)"
},
"\\:bath:": {
"prefix": "\\:bath:",
"body": [
"🛀",
],
"description": "\\:bath: : 🛀 (Bath)"
},
"\\:bathtub:": {
"prefix": "\\:bathtub:",
"body": [
"🛁",
],
"description": "\\:bathtub: : 🛁 (Bathtub)"
},
"\\:passport_control:": {
"prefix": "\\:passport_control:",
"body": [
"🛂",
],
"description": "\\:passport_control: : 🛂 (Passport Control)"
},
"\\:customs:": {
"prefix": "\\:customs:",
"body": [
"🛃",
],
"description": "\\:customs: : 🛃 (Customs)"
},
"\\:baggage_claim:": {
"prefix": "\\:baggage_claim:",
"body": [
"🛄",
],
"description": "\\:baggage_claim: : 🛄 (Baggage Claim)"
},
"\\:left_luggage:": {
"prefix": "\\:left_luggage:",
"body": [
"🛅",
],
"description": "\\:left_luggage: : 🛅 (Left Luggage)"
},
}
@jabbalaci
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment