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