, _ |' / ` /-, ´\/ ' | | / -\! / | | \ ' | ' (/ / ) \| \'| '/ \` `-´_.´ | ,-´ \ /`\ / /(\ /) ; / \ `\ / -´ `- _, \ / ,´ ` |, _ . /'\ / ' | ' | | | / / _|,_| | ,/ | ,--. /_' ¯ ' _ \_/ /¯`\ `¯ ` ,- ´ \ / . ,-´ `. \ ¯ _' / ` `- `-´ Xyloalgia, Residue of Leuce Treasures ___ ├─•─┤ └───┘ HUMBLE ___ ├─o─┤ └───┘ COMMON ┌-─-┐ ╞╤8╤╡ └┴─┴┘ GIANT ___ ┼┬Ω┬┼ └┴─┴┘ RARE ___ ╞─∆─╡ └───┘ EPIC ___ ε╪=o=╪3 └───┘ BONE Full Table case '☆': return 0; // white star case '☺': return 1; // white smiling face case 'ʘ': return 2; // latin letter bilabial click case '♥': case '❤': return 3; // black heart suit case '•': return 7; // bullet case '◘': return 8; // inverse bullet case '♀': return 12; // female sign case '♪': return 13; // eighth note case '♫': return 14; // beamed eight notes case '☼': return 15; // white sun with rays case '▶': return 16; // black right-pointing arrow case '◀': return 17; // black left-pointing arrow case 'œ': return 20; // Small ligature Oe case '§': return 21; case '≠': return 22; // not equal to case '¿': return 23; // inverted question mark case '↑': return 24; // upwards arrow case '↓': return 25; // downwards arrow case '→': return 26; // rightwards arrow case '←': return 27; // leftwards arrow case '¯': // macron case '‾': return 28; // overscore / overline case '¡': return 29; // inverted exclamation mark case '▲': return 30; // black up-pointing arrow case '▼': return 31; // black down-pointing arrow case '´': return 127; // acute accent case 'Ç': return 128; // capital cedilla case 'ü': return 129; // small u with diaeresis case 'é': return 130; // small e with acute case 'â': return 131; // small a with circumflex case 'ä': return 132; // small a with diaeresis case 'à': return 133; // small a with grave case 'å': return 134; // small a with ring case 'ç': return 135; // small cedilla case 'ê': return 136; // small e with circumflex case 'ë': return 137; // small e with diaeresis case 'è': return 138; // small e with grave case 'ï': return 139; // small i with diaeresis case 'î': return 140; // small i with circumflex case 'ì': return 141; // small i with grave case 'Ä': return 142; // capital A with diaeresis case 'Å': return 143; // capital A with ring case 'É': return 144; // capital E with acute case 'æ': return 145; // small Ae case 'Æ': return 146; // capital AE case 'ô': return 147; // small o with circumflex case 'ö': return 148; // small o with diaeresis case 'ò': return 149; // small o with grave case 'û': return 150; // small u with circumflex case 'ù': return 151; // small u with grave case 'ý': return 152; // small y with acute case 'Ó': return 153; // capital O with acute case 'Ü': return 154; // capital U with diaeresis case '€': return 155; // Euro case '£': return 156; // Pound case '¥': case '¥': return 157; // Yen case 'Á': return 159; // capital A with acute case 'á': return 160; // small a with acute case 'í': return 161; // small i with acute case 'ó': return 162; // small o with acute case 'ú': return 163; // small u with acute case 'ñ': return 164; // small n with tilde case 'Ñ': return 165; // capital n with tilde case 'ã': return 166; // small a with tilde case 'õ': return 167; // small o with tilde case 'ζ': return 168; // lower-case zeta case 'η': return 169; // lower-case eta case 'ξ': return 170; // lower-case xi case 'λ': return 171; // lower-case lambda case 'ψ': return 172; // lower-case psi case 'έ': return 173; // lower-case epsilon with tonos case '«': return 174; // left-pointing double angle quotation case '»': return 175; // right-pointing double angle quotation // Out of numeric order on purpose case '┌': return 218; // box drawings light down and right case '┐': return 191; // box drawings light down and left case '└': return 192; // box drawings light up and right case '┘': return 217; // box drawings light up and left case '│': return 179; // box drawings light vertical case '—': // EM dash case '─': return 196; // box drawings light horizontal case '┴': return 193; // box drawings light up and horizontal case '├': return 195; // box drawings light right and vertical case '┬': return 194; // box drawings light down and horizontal case '┤': return 180; // box drawings light left and vertical case '┼': return 197; // box drawings light vertical and horizontal case '╒': return 213; // box drawings down single and right double case '╕': return 184; // box drawings down single and left double case '╘': return 212; // box drawings up single and right double case '╛': return 190; // box drawings up single and left double case '╧': return 207; // box drawings up single and horizontal double case '╞': return 198; // box drawings vertical single and right double case '╤': return 209; // box drawings down single and horizontal double case '╡': return 181; // box drawings vertical single and left double case '╪': return 216; // box drawings vertical single and horizontal double case '╓': return 214; // box drawings down double and right single case '╖': return 183; // box drawings down double and left single case '╙': return 211; // box drawings up double and right single case '╜': return 189; // box drawings up double and left single case '╨': return 208; // box drawings up double and horizontal single case '╟': return 199; // box drawings vertical double and right single case '╥': return 210; // box drawings down double and horizontal single case '╢': return 182; // box drawings vertical double and left single case '╫': return 215; // box drawings vertical double and horizontal single case '╔': return 201; // box drawings double down and right case '╗': return 187; // box drawings double down and left case '╚': return 200; // box drawings double up and right case '╝': return 188; // box drawings double up and left case '║': return 186; // box drawings double vertical case '═': return 205; // box drawings double horizontal case '╩': return 202; // box drawings double up and horizontal case '╠': return 204; // box drawings double vertical and right case '╦': return 203; // box drawings double down and horizontal case '╣': return 185; // box drawings double vertical and left case '╬': return 206; // box drawings double vertical and horizontal case '░': return 176; // light shade 25% case '▒': return 177; // medium shade 50% case '▓': return 178; // dark shade 75% case '█': return 219; // FULL BLOCK case '▄': return 220; // lower HALF BLOCK case '▀': return 221; // upper HALF BLOCK case 'ρ': return 222; // greek small rho case 'ι': return 223; // greek small iota case 'α': return 224; // greek small alpha case 'β': return 225; // greek small beta case 'γ': return 226; // greek small gamma case 'π': return 227; // greek small pi case 'Σ': return 228; // capital sigma case '∑': return 228; // same as sigma, different unicode case 'σ': return 229; // greek small sigma case 'μ': return 230; // greek small mu case 'µ': return 230; // micro (same as mu, but different unicode) case 'τ': return 231; // greek small tau case 'Φ': return 232; // capital phi case 'Θ': return 233; // capital theta case 'θ': return 233; // greek small theta case 'Ω': return 234; // capital omega case 'δ': return 235; // greek small delta case '∞': return 236; // infinity case 'φ': return 237; // greek small phi case 'ε': return 238; // greek small epsilon case 'ω': return 239; // greek small omega case '≡': return 240; // identical to case '±': return 241; // plus-minus sign case '≥': return 242; // greater than or equal to case '≤': return 243; // less than or equal to case '⌐': return 244; // reversed not sign case '¬': return 245; // not sign case '÷': return 246; // division sign case '≈': return 247; // almost equal to case '°': return 248; // degree sign case '…': return 249; // horizontal ellipsis case '·': return 250; // middle/center dot case '†': return 251; // dagger case '✝': return 251; // latin cross case '☤': return 252; // caduceus case '∆': return 253; // upper-case delta case '❄': return 254; // snowflake case '┊': return 255; // box drawings quadruple dash vertical