Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

difference-engine

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

difference-engine - npm Package Compare versions

Comparing version 1.0.10 to 1.0.12

.husky/pre-commit

10

build/index.js

@@ -22,7 +22,7 @@ import {

function getEntityNameFromCharFor (decimal, value, label) {
return `[String.fromCharCode(${decimal})]: '&${value};' /* ${label} */`
return `[String.fromCodePoint(${decimal})]: '&${value};' /* ${label} */`
}
function getCharFromEntityNameFor (value, decimal, label) {
return `'&${value};': String.fromCharCode(${decimal}) /* ${label} */`
return `'&${value};': String.fromCodePoint(${decimal}) /* ${label} */`
}

@@ -38,3 +38,3 @@

export default {
${a.map(({ decimal, value, label }) => getEntityNameFromCharFor(decimal, value, label)).join(String.fromCharCode(44).concat(String.fromCharCode(10)))}
${a.map(({ decimal, value, label }) => getEntityNameFromCharFor(decimal, value, label)).join(String.fromCodePoint(44).concat(String.fromCodePoint(10)))}
}

@@ -52,3 +52,3 @@ `)

export default {
${a.map(({ value, decimal, label }) => getCharFromEntityNameFor(value, decimal, label)).join(String.fromCharCode(44).concat(String.fromCharCode(10)))}
${a.map(({ value, decimal, label }) => getCharFromEntityNameFor(value, decimal, label)).join(String.fromCodePoint(44).concat(String.fromCodePoint(10)))}
}

@@ -70,3 +70,3 @@ `)

return accumulator.concat(entitites.split(String.fromCharCode(32)).reduce((accumulator, value) => ({ value, decimal, label }), []))
return accumulator.concat(entitites.split(String.fromCodePoint(32)).reduce((accumulator, value) => ({ value, decimal, label }), []))
}, [])

@@ -73,0 +73,0 @@

@@ -1,1 +0,1 @@

"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports.default=void 0;var _default={'	':String.fromCharCode(9),'
':String.fromCharCode(10),'!':String.fromCharCode(33),'"':String.fromCharCode(34),'#':String.fromCharCode(35),'$':String.fromCharCode(36),'%':String.fromCharCode(37),'&':String.fromCharCode(38),''':String.fromCharCode(39),'(':String.fromCharCode(40),')':String.fromCharCode(41),'*':String.fromCharCode(42),'+':String.fromCharCode(43),',':String.fromCharCode(44),'.':String.fromCharCode(46),'/':String.fromCharCode(47),':':String.fromCharCode(58),';':String.fromCharCode(59),'<':String.fromCharCode(60),'=':String.fromCharCode(61),'>':String.fromCharCode(62),'?':String.fromCharCode(63),'@':String.fromCharCode(64),'[':String.fromCharCode(91),'\':String.fromCharCode(92),']':String.fromCharCode(93),'^':String.fromCharCode(94),'_':String.fromCharCode(95),'`':String.fromCharCode(96),'{':String.fromCharCode(123),'|':String.fromCharCode(124),'}':String.fromCharCode(125),' ':String.fromCharCode(160),'¡':String.fromCharCode(161),'¢':String.fromCharCode(162),'£':String.fromCharCode(163),'¤':String.fromCharCode(164),'¥':String.fromCharCode(165),'¦':String.fromCharCode(166),'§':String.fromCharCode(167),'¨':String.fromCharCode(168),'©':String.fromCharCode(169),'ª':String.fromCharCode(170),'«':String.fromCharCode(171),'¬':String.fromCharCode(172),'­':String.fromCharCode(173),'®':String.fromCharCode(174),'¯':String.fromCharCode(175),'°':String.fromCharCode(176),'±':String.fromCharCode(177),'²':String.fromCharCode(178),'³':String.fromCharCode(179),'´':String.fromCharCode(180),'µ':String.fromCharCode(181),'¶':String.fromCharCode(182),'·':String.fromCharCode(183),'¸':String.fromCharCode(184),'¹':String.fromCharCode(185),'º':String.fromCharCode(186),'»':String.fromCharCode(187),'¼':String.fromCharCode(188),'½':String.fromCharCode(189),'¾':String.fromCharCode(190),'¿':String.fromCharCode(191),'À':String.fromCharCode(192),'Á':String.fromCharCode(193),'Â':String.fromCharCode(194),'Ã':String.fromCharCode(195),'Ä':String.fromCharCode(196),'Å':String.fromCharCode(197),'Æ':String.fromCharCode(198),'Ç':String.fromCharCode(199),'È':String.fromCharCode(200),'É':String.fromCharCode(201),'Ê':String.fromCharCode(202),'Ë':String.fromCharCode(203),'Ì':String.fromCharCode(204),'Í':String.fromCharCode(205),'Î':String.fromCharCode(206),'Ï':String.fromCharCode(207),'Ð':String.fromCharCode(208),'Ñ':String.fromCharCode(209),'Ò':String.fromCharCode(210),'Ó':String.fromCharCode(211),'Ô':String.fromCharCode(212),'Õ':String.fromCharCode(213),'Ö':String.fromCharCode(214),'×':String.fromCharCode(215),'Ø':String.fromCharCode(216),'Ù':String.fromCharCode(217),'Ú':String.fromCharCode(218),'Û':String.fromCharCode(219),'Ü':String.fromCharCode(220),'Ý':String.fromCharCode(221),'Þ':String.fromCharCode(222),'ß':String.fromCharCode(223),'à':String.fromCharCode(224),'á':String.fromCharCode(225),'â':String.fromCharCode(226),'ã':String.fromCharCode(227),'ä':String.fromCharCode(228),'å':String.fromCharCode(229),'æ':String.fromCharCode(230),'ç':String.fromCharCode(231),'è':String.fromCharCode(232),'é':String.fromCharCode(233),'ê':String.fromCharCode(234),'ë':String.fromCharCode(235),'ì':String.fromCharCode(236),'í':String.fromCharCode(237),'î':String.fromCharCode(238),'ï':String.fromCharCode(239),'ð':String.fromCharCode(240),'ñ':String.fromCharCode(241),'ò':String.fromCharCode(242),'ó':String.fromCharCode(243),'ô':String.fromCharCode(244),'õ':String.fromCharCode(245),'ö':String.fromCharCode(246),'÷':String.fromCharCode(247),'ø':String.fromCharCode(248),'ù':String.fromCharCode(249),'ú':String.fromCharCode(250),'û':String.fromCharCode(251),'ü':String.fromCharCode(252),'ý':String.fromCharCode(253),'þ':String.fromCharCode(254),'ÿ':String.fromCharCode(255),'Ā':String.fromCharCode(256),'ā':String.fromCharCode(257),'Ă':String.fromCharCode(258),'ă':String.fromCharCode(259),'Ą':String.fromCharCode(260),'ą':String.fromCharCode(261),'Ć':String.fromCharCode(262),'ć':String.fromCharCode(263),'Ĉ':String.fromCharCode(264),'ĉ':String.fromCharCode(265),'Ċ':String.fromCharCode(266),'ċ':String.fromCharCode(267),'Č':String.fromCharCode(268),'č':String.fromCharCode(269),'Ď':String.fromCharCode(270),'ď':String.fromCharCode(271),'Đ':String.fromCharCode(272),'đ':String.fromCharCode(273),'Ē':String.fromCharCode(274),'ē':String.fromCharCode(275),'Ė':String.fromCharCode(278),'ė':String.fromCharCode(279),'Ę':String.fromCharCode(280),'ę':String.fromCharCode(281),'Ě':String.fromCharCode(282),'ě':String.fromCharCode(283),'Ĝ':String.fromCharCode(284),'ĝ':String.fromCharCode(285),'Ğ':String.fromCharCode(286),'ğ':String.fromCharCode(287),'Ġ':String.fromCharCode(288),'ġ':String.fromCharCode(289),'Ģ':String.fromCharCode(290),'Ĥ':String.fromCharCode(292),'ĥ':String.fromCharCode(293),'Ħ':String.fromCharCode(294),'ħ':String.fromCharCode(295),'Ĩ':String.fromCharCode(296),'ĩ':String.fromCharCode(297),'Ī':String.fromCharCode(298),'ī':String.fromCharCode(299),'Į':String.fromCharCode(302),'į':String.fromCharCode(303),'İ':String.fromCharCode(304),'ı':String.fromCharCode(305),'IJ':String.fromCharCode(306),'ij':String.fromCharCode(307),'Ĵ':String.fromCharCode(308),'ĵ':String.fromCharCode(309),'Ķ':String.fromCharCode(310),'ķ':String.fromCharCode(311),'ĸ':String.fromCharCode(312),'Ĺ':String.fromCharCode(313),'ĺ':String.fromCharCode(314),'Ļ':String.fromCharCode(315),'ļ':String.fromCharCode(316),'Ľ':String.fromCharCode(317),'ľ':String.fromCharCode(318),'Ŀ':String.fromCharCode(319),'ŀ':String.fromCharCode(320),'Ł':String.fromCharCode(321),'ł':String.fromCharCode(322),'Ń':String.fromCharCode(323),'ń':String.fromCharCode(324),'Ņ':String.fromCharCode(325),'ņ':String.fromCharCode(326),'Ň':String.fromCharCode(327),'ň':String.fromCharCode(328),'ʼn':String.fromCharCode(329),'Ŋ':String.fromCharCode(330),'ŋ':String.fromCharCode(331),'Ō':String.fromCharCode(332),'ō':String.fromCharCode(333),'Ő':String.fromCharCode(336),'ő':String.fromCharCode(337),'Œ':String.fromCharCode(338),'œ':String.fromCharCode(339),'Ŕ':String.fromCharCode(340),'ŕ':String.fromCharCode(341),'Ŗ':String.fromCharCode(342),'ŗ':String.fromCharCode(343),'Ř':String.fromCharCode(344),'ř':String.fromCharCode(345),'Ś':String.fromCharCode(346),'ś':String.fromCharCode(347),'Ŝ':String.fromCharCode(348),'ŝ':String.fromCharCode(349),'Ş':String.fromCharCode(350),'ş':String.fromCharCode(351),'Š':String.fromCharCode(352),'š':String.fromCharCode(353),'Ţ':String.fromCharCode(354),'ţ':String.fromCharCode(355),'Ť':String.fromCharCode(356),'ť':String.fromCharCode(357),'Ŧ':String.fromCharCode(358),'ŧ':String.fromCharCode(359),'Ũ':String.fromCharCode(360),'ũ':String.fromCharCode(361),'Ū':String.fromCharCode(362),'ū':String.fromCharCode(363),'Ŭ':String.fromCharCode(364),'ŭ':String.fromCharCode(365),'Ů':String.fromCharCode(366),'ů':String.fromCharCode(367),'Ű':String.fromCharCode(368),'ű':String.fromCharCode(369),'Ų':String.fromCharCode(370),'ų':String.fromCharCode(371),'Ŵ':String.fromCharCode(372),'ŵ':String.fromCharCode(373),'Ŷ':String.fromCharCode(374),'ŷ':String.fromCharCode(375),'Ÿ':String.fromCharCode(376),'Ź':String.fromCharCode(377),'ź':String.fromCharCode(378),'Ż':String.fromCharCode(379),'ż':String.fromCharCode(380),'Ž':String.fromCharCode(381),'ž':String.fromCharCode(382),'ƒ':String.fromCharCode(402),'Ƶ':String.fromCharCode(437),'ǵ':String.fromCharCode(501),'ȷ':String.fromCharCode(567),'ˆ':String.fromCharCode(710),'ˇ':String.fromCharCode(711),'˘':String.fromCharCode(728),'˙':String.fromCharCode(729),'˚':String.fromCharCode(730),'˛':String.fromCharCode(731),'˜':String.fromCharCode(732),'˝':String.fromCharCode(733),'̑':String.fromCharCode(785),'_':String.fromCharCode(818),'Α':String.fromCharCode(913),'Β':String.fromCharCode(914),'Γ':String.fromCharCode(915),'Δ':String.fromCharCode(916),'Ε':String.fromCharCode(917),'Ζ':String.fromCharCode(918),'Η':String.fromCharCode(919),'Θ':String.fromCharCode(920),'Ι':String.fromCharCode(921),'Κ':String.fromCharCode(922),'Λ':String.fromCharCode(923),'Μ':String.fromCharCode(924),'Ν':String.fromCharCode(925),'Ξ':String.fromCharCode(926),'Ο':String.fromCharCode(927),'Π':String.fromCharCode(928),'Ρ':String.fromCharCode(929),'Σ':String.fromCharCode(931),'Τ':String.fromCharCode(932),'Υ':String.fromCharCode(933),'Φ':String.fromCharCode(934),'Χ':String.fromCharCode(935),'Ψ':String.fromCharCode(936),'Ω':String.fromCharCode(937),'α':String.fromCharCode(945),'β':String.fromCharCode(946),'γ':String.fromCharCode(947),'δ':String.fromCharCode(948),'ε':String.fromCharCode(949),'ζ':String.fromCharCode(950),'η':String.fromCharCode(951),'θ':String.fromCharCode(952),'ι':String.fromCharCode(953),'κ':String.fromCharCode(954),'λ':String.fromCharCode(955),'μ':String.fromCharCode(956),'ν':String.fromCharCode(957),'ξ':String.fromCharCode(958),'ο':String.fromCharCode(959),'π':String.fromCharCode(960),'ρ':String.fromCharCode(961),'ς':String.fromCharCode(962),'σ':String.fromCharCode(963),'τ':String.fromCharCode(964),'υ':String.fromCharCode(965),'ϕ':String.fromCharCode(966),'χ':String.fromCharCode(967),'ψ':String.fromCharCode(968),'ω':String.fromCharCode(969),'ϑ':String.fromCharCode(977),'ϒ':String.fromCharCode(978),'ϕ':String.fromCharCode(981),'ϖ':String.fromCharCode(982),'Ϝ':String.fromCharCode(988),'ϝ':String.fromCharCode(989),'ϰ':String.fromCharCode(1008),'ϱ':String.fromCharCode(1009),'ϵ':String.fromCharCode(1013),'϶':String.fromCharCode(1014),'Ё':String.fromCharCode(1025),'Ђ':String.fromCharCode(1026),'Ѓ':String.fromCharCode(1027),'Є':String.fromCharCode(1028),'Ѕ':String.fromCharCode(1029),'І':String.fromCharCode(1030),'Ї':String.fromCharCode(1031),'Ј':String.fromCharCode(1032),'Љ':String.fromCharCode(1033),'Њ':String.fromCharCode(1034),'Ћ':String.fromCharCode(1035),'Ќ':String.fromCharCode(1036),'Ў':String.fromCharCode(1038),'Џ':String.fromCharCode(1039),'А':String.fromCharCode(1040),'Б':String.fromCharCode(1041),'В':String.fromCharCode(1042),'Г':String.fromCharCode(1043),'Д':String.fromCharCode(1044),'Е':String.fromCharCode(1045),'Ж':String.fromCharCode(1046),'З':String.fromCharCode(1047),'И':String.fromCharCode(1048),'Й':String.fromCharCode(1049),'К':String.fromCharCode(1050),'Л':String.fromCharCode(1051),'М':String.fromCharCode(1052),'Н':String.fromCharCode(1053),'О':String.fromCharCode(1054),'П':String.fromCharCode(1055),'Р':String.fromCharCode(1056),'С':String.fromCharCode(1057),'Т':String.fromCharCode(1058),'У':String.fromCharCode(1059),'Ф':String.fromCharCode(1060),'Х':String.fromCharCode(1061),'Ц':String.fromCharCode(1062),'Ч':String.fromCharCode(1063),'Ш':String.fromCharCode(1064),'Щ':String.fromCharCode(1065),'Ъ':String.fromCharCode(1066),'Ы':String.fromCharCode(1067),'Ь':String.fromCharCode(1068),'Э':String.fromCharCode(1069),'Ю':String.fromCharCode(1070),'Я':String.fromCharCode(1071),'а':String.fromCharCode(1072),'б':String.fromCharCode(1073),'в':String.fromCharCode(1074),'г':String.fromCharCode(1075),'д':String.fromCharCode(1076),'е':String.fromCharCode(1077),'ж':String.fromCharCode(1078),'з':String.fromCharCode(1079),'и':String.fromCharCode(1080),'й':String.fromCharCode(1081),'к':String.fromCharCode(1082),'л':String.fromCharCode(1083),'м':String.fromCharCode(1084),'н':String.fromCharCode(1085),'о':String.fromCharCode(1086),'п':String.fromCharCode(1087),'р':String.fromCharCode(1088),'с':String.fromCharCode(1089),'т':String.fromCharCode(1090),'у':String.fromCharCode(1091),'ф':String.fromCharCode(1092),'х':String.fromCharCode(1093),'ц':String.fromCharCode(1094),'ч':String.fromCharCode(1095),'ш':String.fromCharCode(1096),'щ':String.fromCharCode(1097),'ъ':String.fromCharCode(1098),'ы':String.fromCharCode(1099),'ь':String.fromCharCode(1100),'э':String.fromCharCode(1101),'ю':String.fromCharCode(1102),'я':String.fromCharCode(1103),'ё':String.fromCharCode(1105),'ђ':String.fromCharCode(1106),'ѓ':String.fromCharCode(1107),'є':String.fromCharCode(1108),'ѕ':String.fromCharCode(1109),'і':String.fromCharCode(1110),'ї':String.fromCharCode(1111),'ј':String.fromCharCode(1112),'љ':String.fromCharCode(1113),'њ':String.fromCharCode(1114),'ћ':String.fromCharCode(1115),'ќ':String.fromCharCode(1116),'ў':String.fromCharCode(1118),'џ':String.fromCharCode(1119),' ':String.fromCharCode(8194),' ':String.fromCharCode(8195),' ':String.fromCharCode(8196),' ':String.fromCharCode(8197),' ':String.fromCharCode(8199),' ':String.fromCharCode(8200),' ':String.fromCharCode(8201),' ':String.fromCharCode(8202),'​':String.fromCharCode(8203),'‌':String.fromCharCode(8204),'‍':String.fromCharCode(8205),'‎':String.fromCharCode(8206),'‏':String.fromCharCode(8207),'‐':String.fromCharCode(8208),'–':String.fromCharCode(8211),'—':String.fromCharCode(8212),'―':String.fromCharCode(8213),'‖':String.fromCharCode(8214),'‘':String.fromCharCode(8216),'’':String.fromCharCode(8217),'‚':String.fromCharCode(8218),'“':String.fromCharCode(8220),'”':String.fromCharCode(8221),'„':String.fromCharCode(8222),'†':String.fromCharCode(8224),'‡':String.fromCharCode(8225),'•':String.fromCharCode(8226),'‥':String.fromCharCode(8229),'…':String.fromCharCode(8230),'‰':String.fromCharCode(8240),'‱':String.fromCharCode(8241),'′':String.fromCharCode(8242),'″':String.fromCharCode(8243),'‴':String.fromCharCode(8244),'‵':String.fromCharCode(8245),'‹':String.fromCharCode(8249),'›':String.fromCharCode(8250),'‾':String.fromCharCode(8254),'⁁':String.fromCharCode(8257),'⁃':String.fromCharCode(8259),'⁄':String.fromCharCode(8260),'⁏':String.fromCharCode(8271),'⁗':String.fromCharCode(8279),' ':String.fromCharCode(8287),'⁠':String.fromCharCode(8288),'⁡':String.fromCharCode(8289),'⁢':String.fromCharCode(8290),'⁣':String.fromCharCode(8291),'€':String.fromCharCode(8364),'⃛':String.fromCharCode(8411),'⃜':String.fromCharCode(8412),'ℂ':String.fromCharCode(8450),'℅':String.fromCharCode(8453),'ℊ':String.fromCharCode(8458),'ℋ':String.fromCharCode(8459),'ℌ':String.fromCharCode(8460),'ℍ':String.fromCharCode(8461),'ℎ':String.fromCharCode(8462),'ℏ':String.fromCharCode(8463),'ℐ':String.fromCharCode(8464),'ℑ':String.fromCharCode(8465),'ℒ':String.fromCharCode(8466),'ℓ':String.fromCharCode(8467),'ℕ':String.fromCharCode(8469),'№':String.fromCharCode(8470),'℗':String.fromCharCode(8471),'℘':String.fromCharCode(8472),'ℙ':String.fromCharCode(8473),'ℚ':String.fromCharCode(8474),'ℛ':String.fromCharCode(8475),'ℜ':String.fromCharCode(8476),'ℝ':String.fromCharCode(8477),'℞':String.fromCharCode(8478),'™':String.fromCharCode(8482),'ℤ':String.fromCharCode(8484),'Ω':String.fromCharCode(8486),'℧':String.fromCharCode(8487),'ℨ':String.fromCharCode(8488),'℩':String.fromCharCode(8489),'Å':String.fromCharCode(8491),'ℬ':String.fromCharCode(8492),'ℭ':String.fromCharCode(8493),'ℯ':String.fromCharCode(8495),'ℰ':String.fromCharCode(8496),'ℱ':String.fromCharCode(8497),'ℳ':String.fromCharCode(8499),'ℴ':String.fromCharCode(8500),'ℵ':String.fromCharCode(8501),'ℶ':String.fromCharCode(8502),'ℷ':String.fromCharCode(8503),'ℸ':String.fromCharCode(8504),'ⅅ':String.fromCharCode(8517),'ⅆ':String.fromCharCode(8518),'ⅇ':String.fromCharCode(8519),'ⅈ':String.fromCharCode(8520),'⅓':String.fromCharCode(8531),'⅔':String.fromCharCode(8532),'⅕':String.fromCharCode(8533),'⅖':String.fromCharCode(8534),'⅗':String.fromCharCode(8535),'⅘':String.fromCharCode(8536),'⅙':String.fromCharCode(8537),'⅚':String.fromCharCode(8538),'⅛':String.fromCharCode(8539),'⅜':String.fromCharCode(8540),'⅝':String.fromCharCode(8541),'⅞':String.fromCharCode(8542),'←':String.fromCharCode(8592),'↑':String.fromCharCode(8593),'→':String.fromCharCode(8594),'↓':String.fromCharCode(8595),'↔':String.fromCharCode(8596),'↕':String.fromCharCode(8597),'↖':String.fromCharCode(8598),'↗':String.fromCharCode(8599),'↘':String.fromCharCode(8600),'↙':String.fromCharCode(8601),'↚':String.fromCharCode(8602),'↛':String.fromCharCode(8603),'↝':String.fromCharCode(8605),'↞':String.fromCharCode(8606),'↟':String.fromCharCode(8607),'↠':String.fromCharCode(8608),'↡':String.fromCharCode(8609),'↢':String.fromCharCode(8610),'↣':String.fromCharCode(8611),'↤':String.fromCharCode(8612),'↥':String.fromCharCode(8613),'↦':String.fromCharCode(8614),'↧':String.fromCharCode(8615),'↩':String.fromCharCode(8617),'↪':String.fromCharCode(8618),'↫':String.fromCharCode(8619),'↬':String.fromCharCode(8620),'↭':String.fromCharCode(8621),'↮':String.fromCharCode(8622),'↰':String.fromCharCode(8624),'↱':String.fromCharCode(8625),'↲':String.fromCharCode(8626),'↳':String.fromCharCode(8627),'↵':String.fromCharCode(8629),'↶':String.fromCharCode(8630),'↷':String.fromCharCode(8631),'↺':String.fromCharCode(8634),'↻':String.fromCharCode(8635),'↼':String.fromCharCode(8636),'↽':String.fromCharCode(8637),'↾':String.fromCharCode(8638),'↿':String.fromCharCode(8639),'⇀':String.fromCharCode(8640),'⇁':String.fromCharCode(8641),'⇂':String.fromCharCode(8642),'⇃':String.fromCharCode(8643),'⇄':String.fromCharCode(8644),'⇅':String.fromCharCode(8645),'⇆':String.fromCharCode(8646),'⇇':String.fromCharCode(8647),'⇈':String.fromCharCode(8648),'⇉':String.fromCharCode(8649),'⇊':String.fromCharCode(8650),'⇋':String.fromCharCode(8651),'⇌':String.fromCharCode(8652),'⇍':String.fromCharCode(8653),'⇎':String.fromCharCode(8654),'⇏':String.fromCharCode(8655),'⇐':String.fromCharCode(8656),'⇑':String.fromCharCode(8657),'⇒':String.fromCharCode(8658),'⇓':String.fromCharCode(8659),'⇔':String.fromCharCode(8660),'⇕':String.fromCharCode(8661),'⇖':String.fromCharCode(8662),'⇗':String.fromCharCode(8663),'⇘':String.fromCharCode(8664),'⇙':String.fromCharCode(8665),'⇚':String.fromCharCode(8666),'⇛':String.fromCharCode(8667),'⇝':String.fromCharCode(8669),'⇤':String.fromCharCode(8676),'⇥':String.fromCharCode(8677),'⇵':String.fromCharCode(8693),'⇽':String.fromCharCode(8701),'⇾':String.fromCharCode(8702),'⇿':String.fromCharCode(8703),'∀':String.fromCharCode(8704),'∁':String.fromCharCode(8705),'∂':String.fromCharCode(8706),'∃':String.fromCharCode(8707),'∄':String.fromCharCode(8708),'∅':String.fromCharCode(8709),'∇':String.fromCharCode(8711),'∈':String.fromCharCode(8712),'∉':String.fromCharCode(8713),'∋':String.fromCharCode(8715),'∌':String.fromCharCode(8716),'∏':String.fromCharCode(8719),'∐':String.fromCharCode(8720),'∑':String.fromCharCode(8721),'−':String.fromCharCode(8722),'∓':String.fromCharCode(8723),'∔':String.fromCharCode(8724),'∖':String.fromCharCode(8726),'∗':String.fromCharCode(8727),'∘':String.fromCharCode(8728),'√':String.fromCharCode(8730),'∝':String.fromCharCode(8733),'∞':String.fromCharCode(8734),'∟':String.fromCharCode(8735),'∠':String.fromCharCode(8736),'∡':String.fromCharCode(8737),'∢':String.fromCharCode(8738),'∣':String.fromCharCode(8739),'∤':String.fromCharCode(8740),'∥':String.fromCharCode(8741),'∦':String.fromCharCode(8742),'∧':String.fromCharCode(8743),'∨':String.fromCharCode(8744),'∩':String.fromCharCode(8745),'∪':String.fromCharCode(8746),'∫':String.fromCharCode(8747),'∬':String.fromCharCode(8748),'∭':String.fromCharCode(8749),'∮':String.fromCharCode(8750),'∯':String.fromCharCode(8751),'∰':String.fromCharCode(8752),'∱':String.fromCharCode(8753),'∲':String.fromCharCode(8754),'&CounterClockwiseContourIntegral;':String.fromCharCode(8755),'∴':String.fromCharCode(8756),'∵':String.fromCharCode(8757),'∶':String.fromCharCode(8758),'∷':String.fromCharCode(8759),'∸':String.fromCharCode(8760),'∺':String.fromCharCode(8762),'∻':String.fromCharCode(8763),'∼':String.fromCharCode(8764),'∽':String.fromCharCode(8765),'∾':String.fromCharCode(8766),'∿':String.fromCharCode(8767),'≀':String.fromCharCode(8768),'≁':String.fromCharCode(8769),'≂':String.fromCharCode(8770),'≃':String.fromCharCode(8771),'≄':String.fromCharCode(8772),'≅':String.fromCharCode(8773),'≆':String.fromCharCode(8774),'≇':String.fromCharCode(8775),'≈':String.fromCharCode(8776),'≉':String.fromCharCode(8777),'≊':String.fromCharCode(8778),'≋':String.fromCharCode(8779),'≌':String.fromCharCode(8780),'≍':String.fromCharCode(8781),'≎':String.fromCharCode(8782),'≏':String.fromCharCode(8783),'≐':String.fromCharCode(8784),'≑':String.fromCharCode(8785),'≒':String.fromCharCode(8786),'≓':String.fromCharCode(8787),'≔':String.fromCharCode(8788),'≕':String.fromCharCode(8789),'≖':String.fromCharCode(8790),'≗':String.fromCharCode(8791),'≙':String.fromCharCode(8793),'≚':String.fromCharCode(8794),'≜':String.fromCharCode(8796),'≟':String.fromCharCode(8799),'≠':String.fromCharCode(8800),'≡':String.fromCharCode(8801),'≢':String.fromCharCode(8802),'≤':String.fromCharCode(8804),'≥':String.fromCharCode(8805),'≦':String.fromCharCode(8806),'≧':String.fromCharCode(8807),'≨':String.fromCharCode(8808),'≩':String.fromCharCode(8809),'≪':String.fromCharCode(8810),'≫':String.fromCharCode(8811),'≬':String.fromCharCode(8812),'≭':String.fromCharCode(8813),'≮':String.fromCharCode(8814),'≯':String.fromCharCode(8815),'≰':String.fromCharCode(8816),'≱':String.fromCharCode(8817),'≲':String.fromCharCode(8818),'≳':String.fromCharCode(8819),'≴':String.fromCharCode(8820),'≵':String.fromCharCode(8821),'≶':String.fromCharCode(8822),'≷':String.fromCharCode(8823),'≸':String.fromCharCode(8824),'≹':String.fromCharCode(8825),'≺':String.fromCharCode(8826),'≻':String.fromCharCode(8827),'≼':String.fromCharCode(8828),'≽':String.fromCharCode(8829),'≾':String.fromCharCode(8830),'≿':String.fromCharCode(8831),'⊀':String.fromCharCode(8832),'⊁':String.fromCharCode(8833),'⊂':String.fromCharCode(8834),'⊃':String.fromCharCode(8835),'⊄':String.fromCharCode(8836),'⊅':String.fromCharCode(8837),'⊆':String.fromCharCode(8838),'⊇':String.fromCharCode(8839),'⊈':String.fromCharCode(8840),'⊉':String.fromCharCode(8841),'⊊':String.fromCharCode(8842),'⊋':String.fromCharCode(8843),'⊍':String.fromCharCode(8845),'⊎':String.fromCharCode(8846),'⊏':String.fromCharCode(8847),'⊐':String.fromCharCode(8848),'⊑':String.fromCharCode(8849),'⊒':String.fromCharCode(8850),'⊓':String.fromCharCode(8851),'⊔':String.fromCharCode(8852),'⊕':String.fromCharCode(8853),'⊖':String.fromCharCode(8854),'⊗':String.fromCharCode(8855),'⊘':String.fromCharCode(8856),'⊙':String.fromCharCode(8857),'⊚':String.fromCharCode(8858),'⊛':String.fromCharCode(8859),'⊝':String.fromCharCode(8861),'⊞':String.fromCharCode(8862),'⊟':String.fromCharCode(8863),'⊠':String.fromCharCode(8864),'⊡':String.fromCharCode(8865),'⊢':String.fromCharCode(8866),'⊣':String.fromCharCode(8867),'⊤':String.fromCharCode(8868),'⊥':String.fromCharCode(8869),'⊧':String.fromCharCode(8871),'⊨':String.fromCharCode(8872),'⊩':String.fromCharCode(8873),'⊪':String.fromCharCode(8874),'⊫':String.fromCharCode(8875),'⊬':String.fromCharCode(8876),'⊭':String.fromCharCode(8877),'⊮':String.fromCharCode(8878),'⊯':String.fromCharCode(8879),'⊰':String.fromCharCode(8880),'⊲':String.fromCharCode(8882),'⊳':String.fromCharCode(8883),'⊴':String.fromCharCode(8884),'⊵':String.fromCharCode(8885),'⊶':String.fromCharCode(8886),'⊷':String.fromCharCode(8887),'⊸':String.fromCharCode(8888),'⊹':String.fromCharCode(8889),'⊺':String.fromCharCode(8890),'⊻':String.fromCharCode(8891),'⊽':String.fromCharCode(8893),'⊾':String.fromCharCode(8894),'⊿':String.fromCharCode(8895),'⋀':String.fromCharCode(8896),'⋁':String.fromCharCode(8897),'⋂':String.fromCharCode(8898),'⋃':String.fromCharCode(8899),'⋄':String.fromCharCode(8900),'⋅':String.fromCharCode(8901),'⋆':String.fromCharCode(8902),'⋇':String.fromCharCode(8903),'⋈':String.fromCharCode(8904),'⋉':String.fromCharCode(8905),'⋊':String.fromCharCode(8906),'⋋':String.fromCharCode(8907),'⋌':String.fromCharCode(8908),'⋍':String.fromCharCode(8909),'⋎':String.fromCharCode(8910),'⋏':String.fromCharCode(8911),'⋐':String.fromCharCode(8912),'⋑':String.fromCharCode(8913),'⋒':String.fromCharCode(8914),'⋓':String.fromCharCode(8915),'⋔':String.fromCharCode(8916),'⋕':String.fromCharCode(8917),'⋖':String.fromCharCode(8918),'⋗':String.fromCharCode(8919),'⋘':String.fromCharCode(8920),'⋙':String.fromCharCode(8921),'⋚':String.fromCharCode(8922),'⋛':String.fromCharCode(8923),'⋞':String.fromCharCode(8926),'⋟':String.fromCharCode(8927),'⋠':String.fromCharCode(8928),'⋡':String.fromCharCode(8929),'⋢':String.fromCharCode(8930),'⋣':String.fromCharCode(8931),'⋦':String.fromCharCode(8934),'⋧':String.fromCharCode(8935),'⋨':String.fromCharCode(8936),'⋩':String.fromCharCode(8937),'⋪':String.fromCharCode(8938),'⋫':String.fromCharCode(8939),'⋬':String.fromCharCode(8940),'⋭':String.fromCharCode(8941),'⋮':String.fromCharCode(8942),'⋯':String.fromCharCode(8943),'⋰':String.fromCharCode(8944),'⋱':String.fromCharCode(8945),'⋲':String.fromCharCode(8946),'⋳':String.fromCharCode(8947),'⋴':String.fromCharCode(8948),'⋵':String.fromCharCode(8949),'⋶':String.fromCharCode(8950),'⋷':String.fromCharCode(8951),'⋹':String.fromCharCode(8953),'⋺':String.fromCharCode(8954),'⋻':String.fromCharCode(8955),'⋼':String.fromCharCode(8956),'⋽':String.fromCharCode(8957),'⋾':String.fromCharCode(8958),'⌅':String.fromCharCode(8965),'⌆':String.fromCharCode(8966),'⌈':String.fromCharCode(8968),'⌉':String.fromCharCode(8969),'⌊':String.fromCharCode(8970),'⌋':String.fromCharCode(8971),'⌌':String.fromCharCode(8972),'⌍':String.fromCharCode(8973),'⌎':String.fromCharCode(8974),'⌏':String.fromCharCode(8975),'⌐':String.fromCharCode(8976),'⌒':String.fromCharCode(8978),'⌓':String.fromCharCode(8979),'⌕':String.fromCharCode(8981),'⌖':String.fromCharCode(8982),'⌜':String.fromCharCode(8988),'⌝':String.fromCharCode(8989),'⌞':String.fromCharCode(8990),'⌟':String.fromCharCode(8991),'⌢':String.fromCharCode(8994),'⌣':String.fromCharCode(8995),'⌭':String.fromCharCode(9005),'⌮':String.fromCharCode(9006),'⌶':String.fromCharCode(9014),'⌽':String.fromCharCode(9021),'⌿':String.fromCharCode(9023),'⍼':String.fromCharCode(9084),'⎰':String.fromCharCode(9136),'⎱':String.fromCharCode(9137),'⎴':String.fromCharCode(9140),'⎵':String.fromCharCode(9141),'⎶':String.fromCharCode(9142),'⏜':String.fromCharCode(9180),'⏝':String.fromCharCode(9181),'⏞':String.fromCharCode(9182),'⏟':String.fromCharCode(9183),'⏢':String.fromCharCode(9186),'⏧':String.fromCharCode(9191),'␣':String.fromCharCode(9251),'Ⓢ':String.fromCharCode(9416),'─':String.fromCharCode(9472),'│':String.fromCharCode(9474),'┌':String.fromCharCode(9484),'┐':String.fromCharCode(9488),'└':String.fromCharCode(9492),'┘':String.fromCharCode(9496),'├':String.fromCharCode(9500),'┤':String.fromCharCode(9508),'┬':String.fromCharCode(9516),'┴':String.fromCharCode(9524),'┼':String.fromCharCode(9532),'═':String.fromCharCode(9552),'║':String.fromCharCode(9553),'╒':String.fromCharCode(9554),'╓':String.fromCharCode(9555),'╔':String.fromCharCode(9556),'╕':String.fromCharCode(9557),'╖':String.fromCharCode(9558),'╗':String.fromCharCode(9559),'╘':String.fromCharCode(9560),'╙':String.fromCharCode(9561),'╚':String.fromCharCode(9562),'╛':String.fromCharCode(9563),'╜':String.fromCharCode(9564),'╝':String.fromCharCode(9565),'╞':String.fromCharCode(9566),'╟':String.fromCharCode(9567),'╠':String.fromCharCode(9568),'╡':String.fromCharCode(9569),'╢':String.fromCharCode(9570),'╣':String.fromCharCode(9571),'╤':String.fromCharCode(9572),'╥':String.fromCharCode(9573),'╦':String.fromCharCode(9574),'╧':String.fromCharCode(9575),'╨':String.fromCharCode(9576),'╩':String.fromCharCode(9577),'╪':String.fromCharCode(9578),'╫':String.fromCharCode(9579),'╬':String.fromCharCode(9580),'▀':String.fromCharCode(9600),'▄':String.fromCharCode(9604),'█':String.fromCharCode(9608),'░':String.fromCharCode(9617),'▒':String.fromCharCode(9618),'▓':String.fromCharCode(9619),'□':String.fromCharCode(9633),'▪':String.fromCharCode(9642),'▫':String.fromCharCode(9643),'▭':String.fromCharCode(9645),'▮':String.fromCharCode(9646),'▱':String.fromCharCode(9649),'△':String.fromCharCode(9651),'▴':String.fromCharCode(9652),'▵':String.fromCharCode(9653),'▸':String.fromCharCode(9656),'▹':String.fromCharCode(9657),'▽':String.fromCharCode(9661),'▾':String.fromCharCode(9662),'▿':String.fromCharCode(9663),'◂':String.fromCharCode(9666),'◃':String.fromCharCode(9667),'◊':String.fromCharCode(9674),'○':String.fromCharCode(9675),'◬':String.fromCharCode(9708),'◯':String.fromCharCode(9711),'◸':String.fromCharCode(9720),'◹':String.fromCharCode(9721),'◺':String.fromCharCode(9722),'◻':String.fromCharCode(9723),'◼':String.fromCharCode(9724),'★':String.fromCharCode(9733),'☆':String.fromCharCode(9734),'☎':String.fromCharCode(9742),'♀':String.fromCharCode(9792),'♂':String.fromCharCode(9794),'♠':String.fromCharCode(9824),'♣':String.fromCharCode(9827),'♥':String.fromCharCode(9829),'♦':String.fromCharCode(9830),'♪':String.fromCharCode(9834),'♭':String.fromCharCode(9837),'♮':String.fromCharCode(9838),'♯':String.fromCharCode(9839),'✓':String.fromCharCode(10003),'✗':String.fromCharCode(10007),'✠':String.fromCharCode(10016),'✶':String.fromCharCode(10038),'❘':String.fromCharCode(10072),'❲':String.fromCharCode(10098),'❳':String.fromCharCode(10099),'⟦':String.fromCharCode(10214),'⟧':String.fromCharCode(10215),'⟨':String.fromCharCode(10216),'⟩':String.fromCharCode(10217),'⟪':String.fromCharCode(10218),'⟫':String.fromCharCode(10219),'⟬':String.fromCharCode(10220),'⟭':String.fromCharCode(10221),'⟵':String.fromCharCode(10229),'⟶':String.fromCharCode(10230),'⟷':String.fromCharCode(10231),'⟸':String.fromCharCode(10232),'⟹':String.fromCharCode(10233),'⟺':String.fromCharCode(10234),'⟼':String.fromCharCode(10236),'⟿':String.fromCharCode(10239),'⤂':String.fromCharCode(10498),'⤃':String.fromCharCode(10499),'⤄':String.fromCharCode(10500),'⤅':String.fromCharCode(10501),'⤌':String.fromCharCode(10508),'⤍':String.fromCharCode(10509),'⤎':String.fromCharCode(10510),'⤏':String.fromCharCode(10511),'⤐':String.fromCharCode(10512),'⤑':String.fromCharCode(10513),'⤒':String.fromCharCode(10514),'⤓':String.fromCharCode(10515),'⤖':String.fromCharCode(10518),'⤙':String.fromCharCode(10521),'⤚':String.fromCharCode(10522),'⤛':String.fromCharCode(10523),'⤜':String.fromCharCode(10524),'⤝':String.fromCharCode(10525),'⤞':String.fromCharCode(10526),'⤟':String.fromCharCode(10527),'⤠':String.fromCharCode(10528),'⤣':String.fromCharCode(10531),'⤤':String.fromCharCode(10532),'⤥':String.fromCharCode(10533),'⤦':String.fromCharCode(10534),'⤧':String.fromCharCode(10535),'⤨':String.fromCharCode(10536),'⤩':String.fromCharCode(10537),'⤪':String.fromCharCode(10538),'⤳':String.fromCharCode(10547),'⤵':String.fromCharCode(10549),'⤶':String.fromCharCode(10550),'⤷':String.fromCharCode(10551),'⤸':String.fromCharCode(10552),'⤹':String.fromCharCode(10553),'⤼':String.fromCharCode(10556),'⤽':String.fromCharCode(10557),'⥅':String.fromCharCode(10565),'⥈':String.fromCharCode(10568),'⥉':String.fromCharCode(10569),'⥊':String.fromCharCode(10570),'⥋':String.fromCharCode(10571),'⥎':String.fromCharCode(10574),'⥏':String.fromCharCode(10575),'⥐':String.fromCharCode(10576),'⥑':String.fromCharCode(10577),'⥒':String.fromCharCode(10578),'⥓':String.fromCharCode(10579),'⥔':String.fromCharCode(10580),'⥕':String.fromCharCode(10581),'⥖':String.fromCharCode(10582),'⥗':String.fromCharCode(10583),'⥘':String.fromCharCode(10584),'⥙':String.fromCharCode(10585),'⥚':String.fromCharCode(10586),'⥛':String.fromCharCode(10587),'⥜':String.fromCharCode(10588),'⥝':String.fromCharCode(10589),'⥞':String.fromCharCode(10590),'⥟':String.fromCharCode(10591),'⥠':String.fromCharCode(10592),'⥡':String.fromCharCode(10593),'⥢':String.fromCharCode(10594),'⥣':String.fromCharCode(10595),'⥤':String.fromCharCode(10596),'⥥':String.fromCharCode(10597),'⥦':String.fromCharCode(10598),'⥧':String.fromCharCode(10599),'⥨':String.fromCharCode(10600),'⥩':String.fromCharCode(10601),'⥪':String.fromCharCode(10602),'⥫':String.fromCharCode(10603),'⥬':String.fromCharCode(10604),'⥭':String.fromCharCode(10605),'⥮':String.fromCharCode(10606),'⥯':String.fromCharCode(10607),'⥰':String.fromCharCode(10608),'⥱':String.fromCharCode(10609),'⥲':String.fromCharCode(10610),'⥳':String.fromCharCode(10611),'⥴':String.fromCharCode(10612),'⥵':String.fromCharCode(10613),'⥶':String.fromCharCode(10614),'⥸':String.fromCharCode(10616),'⥹':String.fromCharCode(10617),'⥻':String.fromCharCode(10619),'⥼':String.fromCharCode(10620),'⥽':String.fromCharCode(10621),'⥾':String.fromCharCode(10622),'⥿':String.fromCharCode(10623),'⦅':String.fromCharCode(10629),'⦆':String.fromCharCode(10630),'⦋':String.fromCharCode(10635),'⦌':String.fromCharCode(10636),'⦍':String.fromCharCode(10637),'⦎':String.fromCharCode(10638),'⦏':String.fromCharCode(10639),'⦐':String.fromCharCode(10640),'⦑':String.fromCharCode(10641),'⦒':String.fromCharCode(10642),'⦓':String.fromCharCode(10643),'⦔':String.fromCharCode(10644),'⦕':String.fromCharCode(10645),'⦖':String.fromCharCode(10646),'⦚':String.fromCharCode(10650),'⦜':String.fromCharCode(10652),'⦝':String.fromCharCode(10653),'⦤':String.fromCharCode(10660),'⦥':String.fromCharCode(10661),'⦦':String.fromCharCode(10662),'⦧':String.fromCharCode(10663),'⦨':String.fromCharCode(10664),'⦩':String.fromCharCode(10665),'⦪':String.fromCharCode(10666),'⦫':String.fromCharCode(10667),'⦬':String.fromCharCode(10668),'⦭':String.fromCharCode(10669),'⦮':String.fromCharCode(10670),'⦯':String.fromCharCode(10671),'⦰':String.fromCharCode(10672),'⦱':String.fromCharCode(10673),'⦲':String.fromCharCode(10674),'⦳':String.fromCharCode(10675),'⦴':String.fromCharCode(10676),'⦵':String.fromCharCode(10677),'⦶':String.fromCharCode(10678),'⦷':String.fromCharCode(10679),'⦹':String.fromCharCode(10681),'⦻':String.fromCharCode(10683),'⦼':String.fromCharCode(10684),'⦾':String.fromCharCode(10686),'⦿':String.fromCharCode(10687),'⧀':String.fromCharCode(10688),'⧁':String.fromCharCode(10689),'⧂':String.fromCharCode(10690),'⧃':String.fromCharCode(10691),'⧄':String.fromCharCode(10692),'⧅':String.fromCharCode(10693),'⧉':String.fromCharCode(10697),'⧍':String.fromCharCode(10701),'⧎':String.fromCharCode(10702),'⧏':String.fromCharCode(10703),'⧐':String.fromCharCode(10704),'∽̱':String.fromCharCode(10714),'⧜':String.fromCharCode(10716),'⧝':String.fromCharCode(10717),'⧞':String.fromCharCode(10718),'⧣':String.fromCharCode(10723),'⧤':String.fromCharCode(10724),'⧥':String.fromCharCode(10725),'⧫':String.fromCharCode(10731),'⧴':String.fromCharCode(10740),'⧶':String.fromCharCode(10742),'⨀':String.fromCharCode(10752),'⨁':String.fromCharCode(10753),'⨂':String.fromCharCode(10754),'⨄':String.fromCharCode(10756),'⨆':String.fromCharCode(10758),'⨌':String.fromCharCode(10764),'⨍':String.fromCharCode(10765),'⨐':String.fromCharCode(10768),'⨑':String.fromCharCode(10769),'⨒':String.fromCharCode(10770),'⨓':String.fromCharCode(10771),'⨔':String.fromCharCode(10772),'⨕':String.fromCharCode(10773),'⨖':String.fromCharCode(10774),'⨗':String.fromCharCode(10775),'⨢':String.fromCharCode(10786),'⨣':String.fromCharCode(10787),'⨤':String.fromCharCode(10788),'⨥':String.fromCharCode(10789),'⨦':String.fromCharCode(10790),'⨧':String.fromCharCode(10791),'⨩':String.fromCharCode(10793),'⨪':String.fromCharCode(10794),'⨭':String.fromCharCode(10797),'⨮':String.fromCharCode(10798),'⨯':String.fromCharCode(10799),'⨰':String.fromCharCode(10800),'⨱':String.fromCharCode(10801),'⨳':String.fromCharCode(10803),'⨴':String.fromCharCode(10804),'⨵':String.fromCharCode(10805),'⨶':String.fromCharCode(10806),'⨷':String.fromCharCode(10807),'⨸':String.fromCharCode(10808),'⨹':String.fromCharCode(10809),'⨺':String.fromCharCode(10810),'⨻':String.fromCharCode(10811),'⨼':String.fromCharCode(10812),'⨿':String.fromCharCode(10815),'⩀':String.fromCharCode(10816),'⩂':String.fromCharCode(10818),'⩃':String.fromCharCode(10819),'⩄':String.fromCharCode(10820),'⩅':String.fromCharCode(10821),'⩆':String.fromCharCode(10822),'⩇':String.fromCharCode(10823),'⩈':String.fromCharCode(10824),'⩉':String.fromCharCode(10825),'⩊':String.fromCharCode(10826),'⩋':String.fromCharCode(10827),'⩌':String.fromCharCode(10828),'⩍':String.fromCharCode(10829),'⩐':String.fromCharCode(10832),'⩓':String.fromCharCode(10835),'⩔':String.fromCharCode(10836),'⩕':String.fromCharCode(10837),'⩖':String.fromCharCode(10838),'⩗':String.fromCharCode(10839),'⩘':String.fromCharCode(10840),'⩚':String.fromCharCode(10842),'⩛':String.fromCharCode(10843),'⩜':String.fromCharCode(10844),'⩝':String.fromCharCode(10845),'⩟':String.fromCharCode(10847),'⩦':String.fromCharCode(10854),'⩪':String.fromCharCode(10858),'⩭':String.fromCharCode(10861),'⩮':String.fromCharCode(10862),'⩯':String.fromCharCode(10863),'⩰':String.fromCharCode(10864),'⩱':String.fromCharCode(10865),'⩲':String.fromCharCode(10866),'⩳':String.fromCharCode(10867),'⩴':String.fromCharCode(10868),'⩵':String.fromCharCode(10869),'⩷':String.fromCharCode(10871),'⩸':String.fromCharCode(10872),'⩹':String.fromCharCode(10873),'⩺':String.fromCharCode(10874),'⩻':String.fromCharCode(10875),'⩼':String.fromCharCode(10876),'⩽':String.fromCharCode(10877),'⩾':String.fromCharCode(10878),'⩿':String.fromCharCode(10879),'⪀':String.fromCharCode(10880),'⪁':String.fromCharCode(10881),'⪂':String.fromCharCode(10882),'⪃':String.fromCharCode(10883),'⪄':String.fromCharCode(10884),'⪅':String.fromCharCode(10885),'⪆':String.fromCharCode(10886),'⪇':String.fromCharCode(10887),'⪈':String.fromCharCode(10888),'⪉':String.fromCharCode(10889),'⪊':String.fromCharCode(10890),'⪋':String.fromCharCode(10891),'⪌':String.fromCharCode(10892),'⪍':String.fromCharCode(10893),'⪎':String.fromCharCode(10894),'⪏':String.fromCharCode(10895),'⪐':String.fromCharCode(10896),'⪑':String.fromCharCode(10897),'⪒':String.fromCharCode(10898),'⪓':String.fromCharCode(10899),'⪔':String.fromCharCode(10900),'⪕':String.fromCharCode(10901),'⪖':String.fromCharCode(10902),'⪗':String.fromCharCode(10903),'⪘':String.fromCharCode(10904),'⪙':String.fromCharCode(10905),'⪚':String.fromCharCode(10906),'⪝':String.fromCharCode(10909),'⪞':String.fromCharCode(10910),'⪟':String.fromCharCode(10911),'⪠':String.fromCharCode(10912),'⪡':String.fromCharCode(10913),'⪢':String.fromCharCode(10914),'⪤':String.fromCharCode(10916),'⪥':String.fromCharCode(10917),'⪦':String.fromCharCode(10918),'⪧':String.fromCharCode(10919),'⪨':String.fromCharCode(10920),'⪩':String.fromCharCode(10921),'⪪':String.fromCharCode(10922),'⪫':String.fromCharCode(10923),'⪬':String.fromCharCode(10924),'⪭':String.fromCharCode(10925),'⪮':String.fromCharCode(10926),'⪯':String.fromCharCode(10927),'⪰':String.fromCharCode(10928),'⪳':String.fromCharCode(10931),'⪴':String.fromCharCode(10932),'⪵':String.fromCharCode(10933),'⪶':String.fromCharCode(10934),'⪷':String.fromCharCode(10935),'⪸':String.fromCharCode(10936),'⪹':String.fromCharCode(10937),'⪺':String.fromCharCode(10938),'⪻':String.fromCharCode(10939),'⪼':String.fromCharCode(10940),'⪽':String.fromCharCode(10941),'⪾':String.fromCharCode(10942),'⪿':String.fromCharCode(10943),'⫀':String.fromCharCode(10944),'⫁':String.fromCharCode(10945),'⫂':String.fromCharCode(10946),'⫃':String.fromCharCode(10947),'⫄':String.fromCharCode(10948),'⫅':String.fromCharCode(10949),'⫆':String.fromCharCode(10950),'⫇':String.fromCharCode(10951),'⫈':String.fromCharCode(10952),'⫋':String.fromCharCode(10955),'⫌':String.fromCharCode(10956),'⫏':String.fromCharCode(10959),'⫐':String.fromCharCode(10960),'⫑':String.fromCharCode(10961),'⫒':String.fromCharCode(10962),'⫓':String.fromCharCode(10963),'⫔':String.fromCharCode(10964),'⫕':String.fromCharCode(10965),'⫖':String.fromCharCode(10966),'⫗':String.fromCharCode(10967),'⫘':String.fromCharCode(10968),'⫙':String.fromCharCode(10969),'⫚':String.fromCharCode(10970),'⫛':String.fromCharCode(10971),'⫤':String.fromCharCode(10980),'⫦':String.fromCharCode(10982),'⫧':String.fromCharCode(10983),'⫨':String.fromCharCode(10984),'⫩':String.fromCharCode(10985),'⫫':String.fromCharCode(10987),'⫬':String.fromCharCode(10988),'⫭':String.fromCharCode(10989),'⫮':String.fromCharCode(10990),'⫯':String.fromCharCode(10991),'⫰':String.fromCharCode(10992),'⫱':String.fromCharCode(10993),'⫲':String.fromCharCode(10994),'⫳':String.fromCharCode(10995),'⫽':String.fromCharCode(11005),'ff':String.fromCharCode(64256),'fi':String.fromCharCode(64257),'fl':String.fromCharCode(64258),'ffi':String.fromCharCode(64259),'ffl':String.fromCharCode(64260),'𝒜':String.fromCharCode(119964),'𝒞':String.fromCharCode(119966),'𝒟':String.fromCharCode(119967),'𝒢':String.fromCharCode(119970),'𝒥':String.fromCharCode(119973),'𝒦':String.fromCharCode(119974),'𝒩':String.fromCharCode(119977),'𝒪':String.fromCharCode(119978),'𝒫':String.fromCharCode(119979),'𝒬':String.fromCharCode(119980),'𝒮':String.fromCharCode(119982),'𝒯':String.fromCharCode(119983),'𝒰':String.fromCharCode(119984),'𝒱':String.fromCharCode(119985),'𝒲':String.fromCharCode(119986),'𝒳':String.fromCharCode(119987),'𝒴':String.fromCharCode(119988),'𝒵':String.fromCharCode(119989),'𝒶':String.fromCharCode(119990),'𝒷':String.fromCharCode(119991),'𝒸':String.fromCharCode(119992),'𝒹':String.fromCharCode(119993),'𝒻':String.fromCharCode(119995),'𝒽':String.fromCharCode(119997),'𝒾':String.fromCharCode(119998),'𝒿':String.fromCharCode(119999),'𝓀':String.fromCharCode(120000),'𝓁':String.fromCharCode(120001),'𝓂':String.fromCharCode(120002),'𝓃':String.fromCharCode(120003),'𝓅':String.fromCharCode(120005),'𝓆':String.fromCharCode(120006),'𝓇':String.fromCharCode(120007),'𝓈':String.fromCharCode(120008),'𝓉':String.fromCharCode(120009),'𝓊':String.fromCharCode(120010),'𝓋':String.fromCharCode(120011),'𝓌':String.fromCharCode(120012),'𝓍':String.fromCharCode(120013),'𝓎':String.fromCharCode(120014),'𝓏':String.fromCharCode(120015),'𝔄':String.fromCharCode(120068),'𝔅':String.fromCharCode(120069),'𝔇':String.fromCharCode(120071),'𝔈':String.fromCharCode(120072),'𝔉':String.fromCharCode(120073),'𝔊':String.fromCharCode(120074),'𝔍':String.fromCharCode(120077),'𝔎':String.fromCharCode(120078),'𝔏':String.fromCharCode(120079),'𝔐':String.fromCharCode(120080),'𝔑':String.fromCharCode(120081),'𝔒':String.fromCharCode(120082),'𝔓':String.fromCharCode(120083),'𝔔':String.fromCharCode(120084),'𝔖':String.fromCharCode(120086),'𝔗':String.fromCharCode(120087),'𝔘':String.fromCharCode(120088),'𝔙':String.fromCharCode(120089),'𝔚':String.fromCharCode(120090),'𝔛':String.fromCharCode(120091),'𝔜':String.fromCharCode(120092),'𝔞':String.fromCharCode(120094),'𝔟':String.fromCharCode(120095),'𝔠':String.fromCharCode(120096),'𝔡':String.fromCharCode(120097),'𝔢':String.fromCharCode(120098),'𝔣':String.fromCharCode(120099),'𝔤':String.fromCharCode(120100),'𝔥':String.fromCharCode(120101),'𝔦':String.fromCharCode(120102),'𝔧':String.fromCharCode(120103),'𝔨':String.fromCharCode(120104),'𝔩':String.fromCharCode(120105),'𝔪':String.fromCharCode(120106),'𝔫':String.fromCharCode(120107),'𝔬':String.fromCharCode(120108),'𝔭':String.fromCharCode(120109),'𝔮':String.fromCharCode(120110),'𝔯':String.fromCharCode(120111),'𝔰':String.fromCharCode(120112),'𝔱':String.fromCharCode(120113),'𝔲':String.fromCharCode(120114),'𝔳':String.fromCharCode(120115),'𝔴':String.fromCharCode(120116),'𝔵':String.fromCharCode(120117),'𝔶':String.fromCharCode(120118),'𝔷':String.fromCharCode(120119),'𝔸':String.fromCharCode(120120),'𝔹':String.fromCharCode(120121),'𝔻':String.fromCharCode(120123),'𝔼':String.fromCharCode(120124),'𝔽':String.fromCharCode(120125),'𝔾':String.fromCharCode(120126),'𝕀':String.fromCharCode(120128),'𝕁':String.fromCharCode(120129),'𝕂':String.fromCharCode(120130),'𝕃':String.fromCharCode(120131),'𝕄':String.fromCharCode(120132),'𝕆':String.fromCharCode(120134),'𝕊':String.fromCharCode(120138),'𝕋':String.fromCharCode(120139),'𝕌':String.fromCharCode(120140),'𝕍':String.fromCharCode(120141),'𝕎':String.fromCharCode(120142),'𝕏':String.fromCharCode(120143),'𝕐':String.fromCharCode(120144),'𝕒':String.fromCharCode(120146),'𝕓':String.fromCharCode(120147),'𝕔':String.fromCharCode(120148),'𝕕':String.fromCharCode(120149),'𝕖':String.fromCharCode(120150),'𝕗':String.fromCharCode(120151),'𝕘':String.fromCharCode(120152),'𝕙':String.fromCharCode(120153),'𝕚':String.fromCharCode(120154),'𝕛':String.fromCharCode(120155),'𝕜':String.fromCharCode(120156),'𝕝':String.fromCharCode(120157),'𝕞':String.fromCharCode(120158),'𝕟':String.fromCharCode(120159),'𝕠':String.fromCharCode(120160),'𝕡':String.fromCharCode(120161),'𝕢':String.fromCharCode(120162),'𝕣':String.fromCharCode(120163),'𝕤':String.fromCharCode(120164),'𝕥':String.fromCharCode(120165),'𝕦':String.fromCharCode(120166),'𝕧':String.fromCharCode(120167),'𝕨':String.fromCharCode(120168),'𝕩':String.fromCharCode(120169),'𝕪':String.fromCharCode(120170),'𝕫':String.fromCharCode(120171)};exports.default=_default;
"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports.default=void 0;var _default={'	':String.fromCodePoint(9),'
':String.fromCodePoint(10),'!':String.fromCodePoint(33),'"':String.fromCodePoint(34),'#':String.fromCodePoint(35),'$':String.fromCodePoint(36),'%':String.fromCodePoint(37),'&':String.fromCodePoint(38),''':String.fromCodePoint(39),'(':String.fromCodePoint(40),')':String.fromCodePoint(41),'*':String.fromCodePoint(42),'+':String.fromCodePoint(43),',':String.fromCodePoint(44),'.':String.fromCodePoint(46),'/':String.fromCodePoint(47),':':String.fromCodePoint(58),';':String.fromCodePoint(59),'<':String.fromCodePoint(60),'=':String.fromCodePoint(61),'>':String.fromCodePoint(62),'?':String.fromCodePoint(63),'@':String.fromCodePoint(64),'[':String.fromCodePoint(91),'\':String.fromCodePoint(92),']':String.fromCodePoint(93),'^':String.fromCodePoint(94),'_':String.fromCodePoint(95),'`':String.fromCodePoint(96),'{':String.fromCodePoint(123),'|':String.fromCodePoint(124),'}':String.fromCodePoint(125),' ':String.fromCodePoint(160),'¡':String.fromCodePoint(161),'¢':String.fromCodePoint(162),'£':String.fromCodePoint(163),'¤':String.fromCodePoint(164),'¥':String.fromCodePoint(165),'¦':String.fromCodePoint(166),'§':String.fromCodePoint(167),'¨':String.fromCodePoint(168),'©':String.fromCodePoint(169),'ª':String.fromCodePoint(170),'«':String.fromCodePoint(171),'¬':String.fromCodePoint(172),'­':String.fromCodePoint(173),'®':String.fromCodePoint(174),'¯':String.fromCodePoint(175),'°':String.fromCodePoint(176),'±':String.fromCodePoint(177),'²':String.fromCodePoint(178),'³':String.fromCodePoint(179),'´':String.fromCodePoint(180),'µ':String.fromCodePoint(181),'¶':String.fromCodePoint(182),'·':String.fromCodePoint(183),'¸':String.fromCodePoint(184),'¹':String.fromCodePoint(185),'º':String.fromCodePoint(186),'»':String.fromCodePoint(187),'¼':String.fromCodePoint(188),'½':String.fromCodePoint(189),'¾':String.fromCodePoint(190),'¿':String.fromCodePoint(191),'À':String.fromCodePoint(192),'Á':String.fromCodePoint(193),'Â':String.fromCodePoint(194),'Ã':String.fromCodePoint(195),'Ä':String.fromCodePoint(196),'Å':String.fromCodePoint(197),'Æ':String.fromCodePoint(198),'Ç':String.fromCodePoint(199),'È':String.fromCodePoint(200),'É':String.fromCodePoint(201),'Ê':String.fromCodePoint(202),'Ë':String.fromCodePoint(203),'Ì':String.fromCodePoint(204),'Í':String.fromCodePoint(205),'Î':String.fromCodePoint(206),'Ï':String.fromCodePoint(207),'Ð':String.fromCodePoint(208),'Ñ':String.fromCodePoint(209),'Ò':String.fromCodePoint(210),'Ó':String.fromCodePoint(211),'Ô':String.fromCodePoint(212),'Õ':String.fromCodePoint(213),'Ö':String.fromCodePoint(214),'×':String.fromCodePoint(215),'Ø':String.fromCodePoint(216),'Ù':String.fromCodePoint(217),'Ú':String.fromCodePoint(218),'Û':String.fromCodePoint(219),'Ü':String.fromCodePoint(220),'Ý':String.fromCodePoint(221),'Þ':String.fromCodePoint(222),'ß':String.fromCodePoint(223),'à':String.fromCodePoint(224),'á':String.fromCodePoint(225),'â':String.fromCodePoint(226),'ã':String.fromCodePoint(227),'ä':String.fromCodePoint(228),'å':String.fromCodePoint(229),'æ':String.fromCodePoint(230),'ç':String.fromCodePoint(231),'è':String.fromCodePoint(232),'é':String.fromCodePoint(233),'ê':String.fromCodePoint(234),'ë':String.fromCodePoint(235),'ì':String.fromCodePoint(236),'í':String.fromCodePoint(237),'î':String.fromCodePoint(238),'ï':String.fromCodePoint(239),'ð':String.fromCodePoint(240),'ñ':String.fromCodePoint(241),'ò':String.fromCodePoint(242),'ó':String.fromCodePoint(243),'ô':String.fromCodePoint(244),'õ':String.fromCodePoint(245),'ö':String.fromCodePoint(246),'÷':String.fromCodePoint(247),'ø':String.fromCodePoint(248),'ù':String.fromCodePoint(249),'ú':String.fromCodePoint(250),'û':String.fromCodePoint(251),'ü':String.fromCodePoint(252),'ý':String.fromCodePoint(253),'þ':String.fromCodePoint(254),'ÿ':String.fromCodePoint(255),'Ā':String.fromCodePoint(256),'ā':String.fromCodePoint(257),'Ă':String.fromCodePoint(258),'ă':String.fromCodePoint(259),'Ą':String.fromCodePoint(260),'ą':String.fromCodePoint(261),'Ć':String.fromCodePoint(262),'ć':String.fromCodePoint(263),'Ĉ':String.fromCodePoint(264),'ĉ':String.fromCodePoint(265),'Ċ':String.fromCodePoint(266),'ċ':String.fromCodePoint(267),'Č':String.fromCodePoint(268),'č':String.fromCodePoint(269),'Ď':String.fromCodePoint(270),'ď':String.fromCodePoint(271),'Đ':String.fromCodePoint(272),'đ':String.fromCodePoint(273),'Ē':String.fromCodePoint(274),'ē':String.fromCodePoint(275),'Ė':String.fromCodePoint(278),'ė':String.fromCodePoint(279),'Ę':String.fromCodePoint(280),'ę':String.fromCodePoint(281),'Ě':String.fromCodePoint(282),'ě':String.fromCodePoint(283),'Ĝ':String.fromCodePoint(284),'ĝ':String.fromCodePoint(285),'Ğ':String.fromCodePoint(286),'ğ':String.fromCodePoint(287),'Ġ':String.fromCodePoint(288),'ġ':String.fromCodePoint(289),'Ģ':String.fromCodePoint(290),'Ĥ':String.fromCodePoint(292),'ĥ':String.fromCodePoint(293),'Ħ':String.fromCodePoint(294),'ħ':String.fromCodePoint(295),'Ĩ':String.fromCodePoint(296),'ĩ':String.fromCodePoint(297),'Ī':String.fromCodePoint(298),'ī':String.fromCodePoint(299),'Į':String.fromCodePoint(302),'į':String.fromCodePoint(303),'İ':String.fromCodePoint(304),'ı':String.fromCodePoint(305),'IJ':String.fromCodePoint(306),'ij':String.fromCodePoint(307),'Ĵ':String.fromCodePoint(308),'ĵ':String.fromCodePoint(309),'Ķ':String.fromCodePoint(310),'ķ':String.fromCodePoint(311),'ĸ':String.fromCodePoint(312),'Ĺ':String.fromCodePoint(313),'ĺ':String.fromCodePoint(314),'Ļ':String.fromCodePoint(315),'ļ':String.fromCodePoint(316),'Ľ':String.fromCodePoint(317),'ľ':String.fromCodePoint(318),'Ŀ':String.fromCodePoint(319),'ŀ':String.fromCodePoint(320),'Ł':String.fromCodePoint(321),'ł':String.fromCodePoint(322),'Ń':String.fromCodePoint(323),'ń':String.fromCodePoint(324),'Ņ':String.fromCodePoint(325),'ņ':String.fromCodePoint(326),'Ň':String.fromCodePoint(327),'ň':String.fromCodePoint(328),'ʼn':String.fromCodePoint(329),'Ŋ':String.fromCodePoint(330),'ŋ':String.fromCodePoint(331),'Ō':String.fromCodePoint(332),'ō':String.fromCodePoint(333),'Ő':String.fromCodePoint(336),'ő':String.fromCodePoint(337),'Œ':String.fromCodePoint(338),'œ':String.fromCodePoint(339),'Ŕ':String.fromCodePoint(340),'ŕ':String.fromCodePoint(341),'Ŗ':String.fromCodePoint(342),'ŗ':String.fromCodePoint(343),'Ř':String.fromCodePoint(344),'ř':String.fromCodePoint(345),'Ś':String.fromCodePoint(346),'ś':String.fromCodePoint(347),'Ŝ':String.fromCodePoint(348),'ŝ':String.fromCodePoint(349),'Ş':String.fromCodePoint(350),'ş':String.fromCodePoint(351),'Š':String.fromCodePoint(352),'š':String.fromCodePoint(353),'Ţ':String.fromCodePoint(354),'ţ':String.fromCodePoint(355),'Ť':String.fromCodePoint(356),'ť':String.fromCodePoint(357),'Ŧ':String.fromCodePoint(358),'ŧ':String.fromCodePoint(359),'Ũ':String.fromCodePoint(360),'ũ':String.fromCodePoint(361),'Ū':String.fromCodePoint(362),'ū':String.fromCodePoint(363),'Ŭ':String.fromCodePoint(364),'ŭ':String.fromCodePoint(365),'Ů':String.fromCodePoint(366),'ů':String.fromCodePoint(367),'Ű':String.fromCodePoint(368),'ű':String.fromCodePoint(369),'Ų':String.fromCodePoint(370),'ų':String.fromCodePoint(371),'Ŵ':String.fromCodePoint(372),'ŵ':String.fromCodePoint(373),'Ŷ':String.fromCodePoint(374),'ŷ':String.fromCodePoint(375),'Ÿ':String.fromCodePoint(376),'Ź':String.fromCodePoint(377),'ź':String.fromCodePoint(378),'Ż':String.fromCodePoint(379),'ż':String.fromCodePoint(380),'Ž':String.fromCodePoint(381),'ž':String.fromCodePoint(382),'ƒ':String.fromCodePoint(402),'Ƶ':String.fromCodePoint(437),'ǵ':String.fromCodePoint(501),'ȷ':String.fromCodePoint(567),'ˆ':String.fromCodePoint(710),'ˇ':String.fromCodePoint(711),'˘':String.fromCodePoint(728),'˙':String.fromCodePoint(729),'˚':String.fromCodePoint(730),'˛':String.fromCodePoint(731),'˜':String.fromCodePoint(732),'˝':String.fromCodePoint(733),'̑':String.fromCodePoint(785),'_':String.fromCodePoint(818),'Α':String.fromCodePoint(913),'Β':String.fromCodePoint(914),'Γ':String.fromCodePoint(915),'Δ':String.fromCodePoint(916),'Ε':String.fromCodePoint(917),'Ζ':String.fromCodePoint(918),'Η':String.fromCodePoint(919),'Θ':String.fromCodePoint(920),'Ι':String.fromCodePoint(921),'Κ':String.fromCodePoint(922),'Λ':String.fromCodePoint(923),'Μ':String.fromCodePoint(924),'Ν':String.fromCodePoint(925),'Ξ':String.fromCodePoint(926),'Ο':String.fromCodePoint(927),'Π':String.fromCodePoint(928),'Ρ':String.fromCodePoint(929),'Σ':String.fromCodePoint(931),'Τ':String.fromCodePoint(932),'Υ':String.fromCodePoint(933),'Φ':String.fromCodePoint(934),'Χ':String.fromCodePoint(935),'Ψ':String.fromCodePoint(936),'Ω':String.fromCodePoint(937),'α':String.fromCodePoint(945),'β':String.fromCodePoint(946),'γ':String.fromCodePoint(947),'δ':String.fromCodePoint(948),'ε':String.fromCodePoint(949),'ζ':String.fromCodePoint(950),'η':String.fromCodePoint(951),'θ':String.fromCodePoint(952),'ι':String.fromCodePoint(953),'κ':String.fromCodePoint(954),'λ':String.fromCodePoint(955),'μ':String.fromCodePoint(956),'ν':String.fromCodePoint(957),'ξ':String.fromCodePoint(958),'ο':String.fromCodePoint(959),'π':String.fromCodePoint(960),'ρ':String.fromCodePoint(961),'ς':String.fromCodePoint(962),'σ':String.fromCodePoint(963),'τ':String.fromCodePoint(964),'υ':String.fromCodePoint(965),'ϕ':String.fromCodePoint(966),'χ':String.fromCodePoint(967),'ψ':String.fromCodePoint(968),'ω':String.fromCodePoint(969),'ϑ':String.fromCodePoint(977),'ϒ':String.fromCodePoint(978),'ϕ':String.fromCodePoint(981),'ϖ':String.fromCodePoint(982),'Ϝ':String.fromCodePoint(988),'ϝ':String.fromCodePoint(989),'ϰ':String.fromCodePoint(1008),'ϱ':String.fromCodePoint(1009),'ϵ':String.fromCodePoint(1013),'϶':String.fromCodePoint(1014),'Ё':String.fromCodePoint(1025),'Ђ':String.fromCodePoint(1026),'Ѓ':String.fromCodePoint(1027),'Є':String.fromCodePoint(1028),'Ѕ':String.fromCodePoint(1029),'І':String.fromCodePoint(1030),'Ї':String.fromCodePoint(1031),'Ј':String.fromCodePoint(1032),'Љ':String.fromCodePoint(1033),'Њ':String.fromCodePoint(1034),'Ћ':String.fromCodePoint(1035),'Ќ':String.fromCodePoint(1036),'Ў':String.fromCodePoint(1038),'Џ':String.fromCodePoint(1039),'А':String.fromCodePoint(1040),'Б':String.fromCodePoint(1041),'В':String.fromCodePoint(1042),'Г':String.fromCodePoint(1043),'Д':String.fromCodePoint(1044),'Е':String.fromCodePoint(1045),'Ж':String.fromCodePoint(1046),'З':String.fromCodePoint(1047),'И':String.fromCodePoint(1048),'Й':String.fromCodePoint(1049),'К':String.fromCodePoint(1050),'Л':String.fromCodePoint(1051),'М':String.fromCodePoint(1052),'Н':String.fromCodePoint(1053),'О':String.fromCodePoint(1054),'П':String.fromCodePoint(1055),'Р':String.fromCodePoint(1056),'С':String.fromCodePoint(1057),'Т':String.fromCodePoint(1058),'У':String.fromCodePoint(1059),'Ф':String.fromCodePoint(1060),'Х':String.fromCodePoint(1061),'Ц':String.fromCodePoint(1062),'Ч':String.fromCodePoint(1063),'Ш':String.fromCodePoint(1064),'Щ':String.fromCodePoint(1065),'Ъ':String.fromCodePoint(1066),'Ы':String.fromCodePoint(1067),'Ь':String.fromCodePoint(1068),'Э':String.fromCodePoint(1069),'Ю':String.fromCodePoint(1070),'Я':String.fromCodePoint(1071),'а':String.fromCodePoint(1072),'б':String.fromCodePoint(1073),'в':String.fromCodePoint(1074),'г':String.fromCodePoint(1075),'д':String.fromCodePoint(1076),'е':String.fromCodePoint(1077),'ж':String.fromCodePoint(1078),'з':String.fromCodePoint(1079),'и':String.fromCodePoint(1080),'й':String.fromCodePoint(1081),'к':String.fromCodePoint(1082),'л':String.fromCodePoint(1083),'м':String.fromCodePoint(1084),'н':String.fromCodePoint(1085),'о':String.fromCodePoint(1086),'п':String.fromCodePoint(1087),'р':String.fromCodePoint(1088),'с':String.fromCodePoint(1089),'т':String.fromCodePoint(1090),'у':String.fromCodePoint(1091),'ф':String.fromCodePoint(1092),'х':String.fromCodePoint(1093),'ц':String.fromCodePoint(1094),'ч':String.fromCodePoint(1095),'ш':String.fromCodePoint(1096),'щ':String.fromCodePoint(1097),'ъ':String.fromCodePoint(1098),'ы':String.fromCodePoint(1099),'ь':String.fromCodePoint(1100),'э':String.fromCodePoint(1101),'ю':String.fromCodePoint(1102),'я':String.fromCodePoint(1103),'ё':String.fromCodePoint(1105),'ђ':String.fromCodePoint(1106),'ѓ':String.fromCodePoint(1107),'є':String.fromCodePoint(1108),'ѕ':String.fromCodePoint(1109),'і':String.fromCodePoint(1110),'ї':String.fromCodePoint(1111),'ј':String.fromCodePoint(1112),'љ':String.fromCodePoint(1113),'њ':String.fromCodePoint(1114),'ћ':String.fromCodePoint(1115),'ќ':String.fromCodePoint(1116),'ў':String.fromCodePoint(1118),'џ':String.fromCodePoint(1119),' ':String.fromCodePoint(8194),' ':String.fromCodePoint(8195),' ':String.fromCodePoint(8196),' ':String.fromCodePoint(8197),' ':String.fromCodePoint(8199),' ':String.fromCodePoint(8200),' ':String.fromCodePoint(8201),' ':String.fromCodePoint(8202),'​':String.fromCodePoint(8203),'‌':String.fromCodePoint(8204),'‍':String.fromCodePoint(8205),'‎':String.fromCodePoint(8206),'‏':String.fromCodePoint(8207),'‐':String.fromCodePoint(8208),'–':String.fromCodePoint(8211),'—':String.fromCodePoint(8212),'―':String.fromCodePoint(8213),'‖':String.fromCodePoint(8214),'‘':String.fromCodePoint(8216),'’':String.fromCodePoint(8217),'‚':String.fromCodePoint(8218),'“':String.fromCodePoint(8220),'”':String.fromCodePoint(8221),'„':String.fromCodePoint(8222),'†':String.fromCodePoint(8224),'‡':String.fromCodePoint(8225),'•':String.fromCodePoint(8226),'‥':String.fromCodePoint(8229),'…':String.fromCodePoint(8230),'‰':String.fromCodePoint(8240),'‱':String.fromCodePoint(8241),'′':String.fromCodePoint(8242),'″':String.fromCodePoint(8243),'‴':String.fromCodePoint(8244),'‵':String.fromCodePoint(8245),'‹':String.fromCodePoint(8249),'›':String.fromCodePoint(8250),'‾':String.fromCodePoint(8254),'⁁':String.fromCodePoint(8257),'⁃':String.fromCodePoint(8259),'⁄':String.fromCodePoint(8260),'⁏':String.fromCodePoint(8271),'⁗':String.fromCodePoint(8279),' ':String.fromCodePoint(8287),'⁠':String.fromCodePoint(8288),'⁡':String.fromCodePoint(8289),'⁢':String.fromCodePoint(8290),'⁣':String.fromCodePoint(8291),'€':String.fromCodePoint(8364),'⃛':String.fromCodePoint(8411),'⃜':String.fromCodePoint(8412),'ℂ':String.fromCodePoint(8450),'℅':String.fromCodePoint(8453),'ℊ':String.fromCodePoint(8458),'ℋ':String.fromCodePoint(8459),'ℌ':String.fromCodePoint(8460),'ℍ':String.fromCodePoint(8461),'ℎ':String.fromCodePoint(8462),'ℏ':String.fromCodePoint(8463),'ℐ':String.fromCodePoint(8464),'ℑ':String.fromCodePoint(8465),'ℒ':String.fromCodePoint(8466),'ℓ':String.fromCodePoint(8467),'ℕ':String.fromCodePoint(8469),'№':String.fromCodePoint(8470),'℗':String.fromCodePoint(8471),'℘':String.fromCodePoint(8472),'ℙ':String.fromCodePoint(8473),'ℚ':String.fromCodePoint(8474),'ℛ':String.fromCodePoint(8475),'ℜ':String.fromCodePoint(8476),'ℝ':String.fromCodePoint(8477),'℞':String.fromCodePoint(8478),'™':String.fromCodePoint(8482),'ℤ':String.fromCodePoint(8484),'Ω':String.fromCodePoint(8486),'℧':String.fromCodePoint(8487),'ℨ':String.fromCodePoint(8488),'℩':String.fromCodePoint(8489),'Å':String.fromCodePoint(8491),'ℬ':String.fromCodePoint(8492),'ℭ':String.fromCodePoint(8493),'ℯ':String.fromCodePoint(8495),'ℰ':String.fromCodePoint(8496),'ℱ':String.fromCodePoint(8497),'ℳ':String.fromCodePoint(8499),'ℴ':String.fromCodePoint(8500),'ℵ':String.fromCodePoint(8501),'ℶ':String.fromCodePoint(8502),'ℷ':String.fromCodePoint(8503),'ℸ':String.fromCodePoint(8504),'ⅅ':String.fromCodePoint(8517),'ⅆ':String.fromCodePoint(8518),'ⅇ':String.fromCodePoint(8519),'ⅈ':String.fromCodePoint(8520),'⅓':String.fromCodePoint(8531),'⅔':String.fromCodePoint(8532),'⅕':String.fromCodePoint(8533),'⅖':String.fromCodePoint(8534),'⅗':String.fromCodePoint(8535),'⅘':String.fromCodePoint(8536),'⅙':String.fromCodePoint(8537),'⅚':String.fromCodePoint(8538),'⅛':String.fromCodePoint(8539),'⅜':String.fromCodePoint(8540),'⅝':String.fromCodePoint(8541),'⅞':String.fromCodePoint(8542),'←':String.fromCodePoint(8592),'↑':String.fromCodePoint(8593),'→':String.fromCodePoint(8594),'↓':String.fromCodePoint(8595),'↔':String.fromCodePoint(8596),'↕':String.fromCodePoint(8597),'↖':String.fromCodePoint(8598),'↗':String.fromCodePoint(8599),'↘':String.fromCodePoint(8600),'↙':String.fromCodePoint(8601),'↚':String.fromCodePoint(8602),'↛':String.fromCodePoint(8603),'↝':String.fromCodePoint(8605),'↞':String.fromCodePoint(8606),'↟':String.fromCodePoint(8607),'↠':String.fromCodePoint(8608),'↡':String.fromCodePoint(8609),'↢':String.fromCodePoint(8610),'↣':String.fromCodePoint(8611),'↤':String.fromCodePoint(8612),'↥':String.fromCodePoint(8613),'↦':String.fromCodePoint(8614),'↧':String.fromCodePoint(8615),'↩':String.fromCodePoint(8617),'↪':String.fromCodePoint(8618),'↫':String.fromCodePoint(8619),'↬':String.fromCodePoint(8620),'↭':String.fromCodePoint(8621),'↮':String.fromCodePoint(8622),'↰':String.fromCodePoint(8624),'↱':String.fromCodePoint(8625),'↲':String.fromCodePoint(8626),'↳':String.fromCodePoint(8627),'↵':String.fromCodePoint(8629),'↶':String.fromCodePoint(8630),'↷':String.fromCodePoint(8631),'↺':String.fromCodePoint(8634),'↻':String.fromCodePoint(8635),'↼':String.fromCodePoint(8636),'↽':String.fromCodePoint(8637),'↾':String.fromCodePoint(8638),'↿':String.fromCodePoint(8639),'⇀':String.fromCodePoint(8640),'⇁':String.fromCodePoint(8641),'⇂':String.fromCodePoint(8642),'⇃':String.fromCodePoint(8643),'⇄':String.fromCodePoint(8644),'⇅':String.fromCodePoint(8645),'⇆':String.fromCodePoint(8646),'⇇':String.fromCodePoint(8647),'⇈':String.fromCodePoint(8648),'⇉':String.fromCodePoint(8649),'⇊':String.fromCodePoint(8650),'⇋':String.fromCodePoint(8651),'⇌':String.fromCodePoint(8652),'⇍':String.fromCodePoint(8653),'⇎':String.fromCodePoint(8654),'⇏':String.fromCodePoint(8655),'⇐':String.fromCodePoint(8656),'⇑':String.fromCodePoint(8657),'⇒':String.fromCodePoint(8658),'⇓':String.fromCodePoint(8659),'⇔':String.fromCodePoint(8660),'⇕':String.fromCodePoint(8661),'⇖':String.fromCodePoint(8662),'⇗':String.fromCodePoint(8663),'⇘':String.fromCodePoint(8664),'⇙':String.fromCodePoint(8665),'⇚':String.fromCodePoint(8666),'⇛':String.fromCodePoint(8667),'⇝':String.fromCodePoint(8669),'⇤':String.fromCodePoint(8676),'⇥':String.fromCodePoint(8677),'⇵':String.fromCodePoint(8693),'⇽':String.fromCodePoint(8701),'⇾':String.fromCodePoint(8702),'⇿':String.fromCodePoint(8703),'∀':String.fromCodePoint(8704),'∁':String.fromCodePoint(8705),'∂':String.fromCodePoint(8706),'∃':String.fromCodePoint(8707),'∄':String.fromCodePoint(8708),'∅':String.fromCodePoint(8709),'∇':String.fromCodePoint(8711),'∈':String.fromCodePoint(8712),'∉':String.fromCodePoint(8713),'∋':String.fromCodePoint(8715),'∌':String.fromCodePoint(8716),'∏':String.fromCodePoint(8719),'∐':String.fromCodePoint(8720),'∑':String.fromCodePoint(8721),'−':String.fromCodePoint(8722),'∓':String.fromCodePoint(8723),'∔':String.fromCodePoint(8724),'∖':String.fromCodePoint(8726),'∗':String.fromCodePoint(8727),'∘':String.fromCodePoint(8728),'√':String.fromCodePoint(8730),'∝':String.fromCodePoint(8733),'∞':String.fromCodePoint(8734),'∟':String.fromCodePoint(8735),'∠':String.fromCodePoint(8736),'∡':String.fromCodePoint(8737),'∢':String.fromCodePoint(8738),'∣':String.fromCodePoint(8739),'∤':String.fromCodePoint(8740),'∥':String.fromCodePoint(8741),'∦':String.fromCodePoint(8742),'∧':String.fromCodePoint(8743),'∨':String.fromCodePoint(8744),'∩':String.fromCodePoint(8745),'∪':String.fromCodePoint(8746),'∫':String.fromCodePoint(8747),'∬':String.fromCodePoint(8748),'∭':String.fromCodePoint(8749),'∮':String.fromCodePoint(8750),'∯':String.fromCodePoint(8751),'∰':String.fromCodePoint(8752),'∱':String.fromCodePoint(8753),'∲':String.fromCodePoint(8754),'&CounterClockwiseContourIntegral;':String.fromCodePoint(8755),'∴':String.fromCodePoint(8756),'∵':String.fromCodePoint(8757),'∶':String.fromCodePoint(8758),'∷':String.fromCodePoint(8759),'∸':String.fromCodePoint(8760),'∺':String.fromCodePoint(8762),'∻':String.fromCodePoint(8763),'∼':String.fromCodePoint(8764),'∽':String.fromCodePoint(8765),'∾':String.fromCodePoint(8766),'∿':String.fromCodePoint(8767),'≀':String.fromCodePoint(8768),'≁':String.fromCodePoint(8769),'≂':String.fromCodePoint(8770),'≃':String.fromCodePoint(8771),'≄':String.fromCodePoint(8772),'≅':String.fromCodePoint(8773),'≆':String.fromCodePoint(8774),'≇':String.fromCodePoint(8775),'≈':String.fromCodePoint(8776),'≉':String.fromCodePoint(8777),'≊':String.fromCodePoint(8778),'≋':String.fromCodePoint(8779),'≌':String.fromCodePoint(8780),'≍':String.fromCodePoint(8781),'≎':String.fromCodePoint(8782),'≏':String.fromCodePoint(8783),'≐':String.fromCodePoint(8784),'≑':String.fromCodePoint(8785),'≒':String.fromCodePoint(8786),'≓':String.fromCodePoint(8787),'≔':String.fromCodePoint(8788),'≕':String.fromCodePoint(8789),'≖':String.fromCodePoint(8790),'≗':String.fromCodePoint(8791),'≙':String.fromCodePoint(8793),'≚':String.fromCodePoint(8794),'≜':String.fromCodePoint(8796),'≟':String.fromCodePoint(8799),'≠':String.fromCodePoint(8800),'≡':String.fromCodePoint(8801),'≢':String.fromCodePoint(8802),'≤':String.fromCodePoint(8804),'≥':String.fromCodePoint(8805),'≦':String.fromCodePoint(8806),'≧':String.fromCodePoint(8807),'≨':String.fromCodePoint(8808),'≩':String.fromCodePoint(8809),'≪':String.fromCodePoint(8810),'≫':String.fromCodePoint(8811),'≬':String.fromCodePoint(8812),'≭':String.fromCodePoint(8813),'≮':String.fromCodePoint(8814),'≯':String.fromCodePoint(8815),'≰':String.fromCodePoint(8816),'≱':String.fromCodePoint(8817),'≲':String.fromCodePoint(8818),'≳':String.fromCodePoint(8819),'≴':String.fromCodePoint(8820),'≵':String.fromCodePoint(8821),'≶':String.fromCodePoint(8822),'≷':String.fromCodePoint(8823),'≸':String.fromCodePoint(8824),'≹':String.fromCodePoint(8825),'≺':String.fromCodePoint(8826),'≻':String.fromCodePoint(8827),'≼':String.fromCodePoint(8828),'≽':String.fromCodePoint(8829),'≾':String.fromCodePoint(8830),'≿':String.fromCodePoint(8831),'⊀':String.fromCodePoint(8832),'⊁':String.fromCodePoint(8833),'⊂':String.fromCodePoint(8834),'⊃':String.fromCodePoint(8835),'⊄':String.fromCodePoint(8836),'⊅':String.fromCodePoint(8837),'⊆':String.fromCodePoint(8838),'⊇':String.fromCodePoint(8839),'⊈':String.fromCodePoint(8840),'⊉':String.fromCodePoint(8841),'⊊':String.fromCodePoint(8842),'⊋':String.fromCodePoint(8843),'⊍':String.fromCodePoint(8845),'⊎':String.fromCodePoint(8846),'⊏':String.fromCodePoint(8847),'⊐':String.fromCodePoint(8848),'⊑':String.fromCodePoint(8849),'⊒':String.fromCodePoint(8850),'⊓':String.fromCodePoint(8851),'⊔':String.fromCodePoint(8852),'⊕':String.fromCodePoint(8853),'⊖':String.fromCodePoint(8854),'⊗':String.fromCodePoint(8855),'⊘':String.fromCodePoint(8856),'⊙':String.fromCodePoint(8857),'⊚':String.fromCodePoint(8858),'⊛':String.fromCodePoint(8859),'⊝':String.fromCodePoint(8861),'⊞':String.fromCodePoint(8862),'⊟':String.fromCodePoint(8863),'⊠':String.fromCodePoint(8864),'⊡':String.fromCodePoint(8865),'⊢':String.fromCodePoint(8866),'⊣':String.fromCodePoint(8867),'⊤':String.fromCodePoint(8868),'⊥':String.fromCodePoint(8869),'⊧':String.fromCodePoint(8871),'⊨':String.fromCodePoint(8872),'⊩':String.fromCodePoint(8873),'⊪':String.fromCodePoint(8874),'⊫':String.fromCodePoint(8875),'⊬':String.fromCodePoint(8876),'⊭':String.fromCodePoint(8877),'⊮':String.fromCodePoint(8878),'⊯':String.fromCodePoint(8879),'⊰':String.fromCodePoint(8880),'⊲':String.fromCodePoint(8882),'⊳':String.fromCodePoint(8883),'⊴':String.fromCodePoint(8884),'⊵':String.fromCodePoint(8885),'⊶':String.fromCodePoint(8886),'⊷':String.fromCodePoint(8887),'⊸':String.fromCodePoint(8888),'⊹':String.fromCodePoint(8889),'⊺':String.fromCodePoint(8890),'⊻':String.fromCodePoint(8891),'⊽':String.fromCodePoint(8893),'⊾':String.fromCodePoint(8894),'⊿':String.fromCodePoint(8895),'⋀':String.fromCodePoint(8896),'⋁':String.fromCodePoint(8897),'⋂':String.fromCodePoint(8898),'⋃':String.fromCodePoint(8899),'⋄':String.fromCodePoint(8900),'⋅':String.fromCodePoint(8901),'⋆':String.fromCodePoint(8902),'⋇':String.fromCodePoint(8903),'⋈':String.fromCodePoint(8904),'⋉':String.fromCodePoint(8905),'⋊':String.fromCodePoint(8906),'⋋':String.fromCodePoint(8907),'⋌':String.fromCodePoint(8908),'⋍':String.fromCodePoint(8909),'⋎':String.fromCodePoint(8910),'⋏':String.fromCodePoint(8911),'⋐':String.fromCodePoint(8912),'⋑':String.fromCodePoint(8913),'⋒':String.fromCodePoint(8914),'⋓':String.fromCodePoint(8915),'⋔':String.fromCodePoint(8916),'⋕':String.fromCodePoint(8917),'⋖':String.fromCodePoint(8918),'⋗':String.fromCodePoint(8919),'⋘':String.fromCodePoint(8920),'⋙':String.fromCodePoint(8921),'⋚':String.fromCodePoint(8922),'⋛':String.fromCodePoint(8923),'⋞':String.fromCodePoint(8926),'⋟':String.fromCodePoint(8927),'⋠':String.fromCodePoint(8928),'⋡':String.fromCodePoint(8929),'⋢':String.fromCodePoint(8930),'⋣':String.fromCodePoint(8931),'⋦':String.fromCodePoint(8934),'⋧':String.fromCodePoint(8935),'⋨':String.fromCodePoint(8936),'⋩':String.fromCodePoint(8937),'⋪':String.fromCodePoint(8938),'⋫':String.fromCodePoint(8939),'⋬':String.fromCodePoint(8940),'⋭':String.fromCodePoint(8941),'⋮':String.fromCodePoint(8942),'⋯':String.fromCodePoint(8943),'⋰':String.fromCodePoint(8944),'⋱':String.fromCodePoint(8945),'⋲':String.fromCodePoint(8946),'⋳':String.fromCodePoint(8947),'⋴':String.fromCodePoint(8948),'⋵':String.fromCodePoint(8949),'⋶':String.fromCodePoint(8950),'⋷':String.fromCodePoint(8951),'⋹':String.fromCodePoint(8953),'⋺':String.fromCodePoint(8954),'⋻':String.fromCodePoint(8955),'⋼':String.fromCodePoint(8956),'⋽':String.fromCodePoint(8957),'⋾':String.fromCodePoint(8958),'⌅':String.fromCodePoint(8965),'⌆':String.fromCodePoint(8966),'⌈':String.fromCodePoint(8968),'⌉':String.fromCodePoint(8969),'⌊':String.fromCodePoint(8970),'⌋':String.fromCodePoint(8971),'⌌':String.fromCodePoint(8972),'⌍':String.fromCodePoint(8973),'⌎':String.fromCodePoint(8974),'⌏':String.fromCodePoint(8975),'⌐':String.fromCodePoint(8976),'⌒':String.fromCodePoint(8978),'⌓':String.fromCodePoint(8979),'⌕':String.fromCodePoint(8981),'⌖':String.fromCodePoint(8982),'⌜':String.fromCodePoint(8988),'⌝':String.fromCodePoint(8989),'⌞':String.fromCodePoint(8990),'⌟':String.fromCodePoint(8991),'⌢':String.fromCodePoint(8994),'⌣':String.fromCodePoint(8995),'⌭':String.fromCodePoint(9005),'⌮':String.fromCodePoint(9006),'⌶':String.fromCodePoint(9014),'⌽':String.fromCodePoint(9021),'⌿':String.fromCodePoint(9023),'⍼':String.fromCodePoint(9084),'⎰':String.fromCodePoint(9136),'⎱':String.fromCodePoint(9137),'⎴':String.fromCodePoint(9140),'⎵':String.fromCodePoint(9141),'⎶':String.fromCodePoint(9142),'⏜':String.fromCodePoint(9180),'⏝':String.fromCodePoint(9181),'⏞':String.fromCodePoint(9182),'⏟':String.fromCodePoint(9183),'⏢':String.fromCodePoint(9186),'⏧':String.fromCodePoint(9191),'␣':String.fromCodePoint(9251),'Ⓢ':String.fromCodePoint(9416),'─':String.fromCodePoint(9472),'│':String.fromCodePoint(9474),'┌':String.fromCodePoint(9484),'┐':String.fromCodePoint(9488),'└':String.fromCodePoint(9492),'┘':String.fromCodePoint(9496),'├':String.fromCodePoint(9500),'┤':String.fromCodePoint(9508),'┬':String.fromCodePoint(9516),'┴':String.fromCodePoint(9524),'┼':String.fromCodePoint(9532),'═':String.fromCodePoint(9552),'║':String.fromCodePoint(9553),'╒':String.fromCodePoint(9554),'╓':String.fromCodePoint(9555),'╔':String.fromCodePoint(9556),'╕':String.fromCodePoint(9557),'╖':String.fromCodePoint(9558),'╗':String.fromCodePoint(9559),'╘':String.fromCodePoint(9560),'╙':String.fromCodePoint(9561),'╚':String.fromCodePoint(9562),'╛':String.fromCodePoint(9563),'╜':String.fromCodePoint(9564),'╝':String.fromCodePoint(9565),'╞':String.fromCodePoint(9566),'╟':String.fromCodePoint(9567),'╠':String.fromCodePoint(9568),'╡':String.fromCodePoint(9569),'╢':String.fromCodePoint(9570),'╣':String.fromCodePoint(9571),'╤':String.fromCodePoint(9572),'╥':String.fromCodePoint(9573),'╦':String.fromCodePoint(9574),'╧':String.fromCodePoint(9575),'╨':String.fromCodePoint(9576),'╩':String.fromCodePoint(9577),'╪':String.fromCodePoint(9578),'╫':String.fromCodePoint(9579),'╬':String.fromCodePoint(9580),'▀':String.fromCodePoint(9600),'▄':String.fromCodePoint(9604),'█':String.fromCodePoint(9608),'░':String.fromCodePoint(9617),'▒':String.fromCodePoint(9618),'▓':String.fromCodePoint(9619),'□':String.fromCodePoint(9633),'▪':String.fromCodePoint(9642),'▫':String.fromCodePoint(9643),'▭':String.fromCodePoint(9645),'▮':String.fromCodePoint(9646),'▱':String.fromCodePoint(9649),'△':String.fromCodePoint(9651),'▴':String.fromCodePoint(9652),'▵':String.fromCodePoint(9653),'▸':String.fromCodePoint(9656),'▹':String.fromCodePoint(9657),'▽':String.fromCodePoint(9661),'▾':String.fromCodePoint(9662),'▿':String.fromCodePoint(9663),'◂':String.fromCodePoint(9666),'◃':String.fromCodePoint(9667),'◊':String.fromCodePoint(9674),'○':String.fromCodePoint(9675),'◬':String.fromCodePoint(9708),'◯':String.fromCodePoint(9711),'◸':String.fromCodePoint(9720),'◹':String.fromCodePoint(9721),'◺':String.fromCodePoint(9722),'◻':String.fromCodePoint(9723),'◼':String.fromCodePoint(9724),'★':String.fromCodePoint(9733),'☆':String.fromCodePoint(9734),'☎':String.fromCodePoint(9742),'♀':String.fromCodePoint(9792),'♂':String.fromCodePoint(9794),'♠':String.fromCodePoint(9824),'♣':String.fromCodePoint(9827),'♥':String.fromCodePoint(9829),'♦':String.fromCodePoint(9830),'♪':String.fromCodePoint(9834),'♭':String.fromCodePoint(9837),'♮':String.fromCodePoint(9838),'♯':String.fromCodePoint(9839),'✓':String.fromCodePoint(10003),'✗':String.fromCodePoint(10007),'✠':String.fromCodePoint(10016),'✶':String.fromCodePoint(10038),'❘':String.fromCodePoint(10072),'❲':String.fromCodePoint(10098),'❳':String.fromCodePoint(10099),'⟦':String.fromCodePoint(10214),'⟧':String.fromCodePoint(10215),'⟨':String.fromCodePoint(10216),'⟩':String.fromCodePoint(10217),'⟪':String.fromCodePoint(10218),'⟫':String.fromCodePoint(10219),'⟬':String.fromCodePoint(10220),'⟭':String.fromCodePoint(10221),'⟵':String.fromCodePoint(10229),'⟶':String.fromCodePoint(10230),'⟷':String.fromCodePoint(10231),'⟸':String.fromCodePoint(10232),'⟹':String.fromCodePoint(10233),'⟺':String.fromCodePoint(10234),'⟼':String.fromCodePoint(10236),'⟿':String.fromCodePoint(10239),'⤂':String.fromCodePoint(10498),'⤃':String.fromCodePoint(10499),'⤄':String.fromCodePoint(10500),'⤅':String.fromCodePoint(10501),'⤌':String.fromCodePoint(10508),'⤍':String.fromCodePoint(10509),'⤎':String.fromCodePoint(10510),'⤏':String.fromCodePoint(10511),'⤐':String.fromCodePoint(10512),'⤑':String.fromCodePoint(10513),'⤒':String.fromCodePoint(10514),'⤓':String.fromCodePoint(10515),'⤖':String.fromCodePoint(10518),'⤙':String.fromCodePoint(10521),'⤚':String.fromCodePoint(10522),'⤛':String.fromCodePoint(10523),'⤜':String.fromCodePoint(10524),'⤝':String.fromCodePoint(10525),'⤞':String.fromCodePoint(10526),'⤟':String.fromCodePoint(10527),'⤠':String.fromCodePoint(10528),'⤣':String.fromCodePoint(10531),'⤤':String.fromCodePoint(10532),'⤥':String.fromCodePoint(10533),'⤦':String.fromCodePoint(10534),'⤧':String.fromCodePoint(10535),'⤨':String.fromCodePoint(10536),'⤩':String.fromCodePoint(10537),'⤪':String.fromCodePoint(10538),'⤳':String.fromCodePoint(10547),'⤵':String.fromCodePoint(10549),'⤶':String.fromCodePoint(10550),'⤷':String.fromCodePoint(10551),'⤸':String.fromCodePoint(10552),'⤹':String.fromCodePoint(10553),'⤼':String.fromCodePoint(10556),'⤽':String.fromCodePoint(10557),'⥅':String.fromCodePoint(10565),'⥈':String.fromCodePoint(10568),'⥉':String.fromCodePoint(10569),'⥊':String.fromCodePoint(10570),'⥋':String.fromCodePoint(10571),'⥎':String.fromCodePoint(10574),'⥏':String.fromCodePoint(10575),'⥐':String.fromCodePoint(10576),'⥑':String.fromCodePoint(10577),'⥒':String.fromCodePoint(10578),'⥓':String.fromCodePoint(10579),'⥔':String.fromCodePoint(10580),'⥕':String.fromCodePoint(10581),'⥖':String.fromCodePoint(10582),'⥗':String.fromCodePoint(10583),'⥘':String.fromCodePoint(10584),'⥙':String.fromCodePoint(10585),'⥚':String.fromCodePoint(10586),'⥛':String.fromCodePoint(10587),'⥜':String.fromCodePoint(10588),'⥝':String.fromCodePoint(10589),'⥞':String.fromCodePoint(10590),'⥟':String.fromCodePoint(10591),'⥠':String.fromCodePoint(10592),'⥡':String.fromCodePoint(10593),'⥢':String.fromCodePoint(10594),'⥣':String.fromCodePoint(10595),'⥤':String.fromCodePoint(10596),'⥥':String.fromCodePoint(10597),'⥦':String.fromCodePoint(10598),'⥧':String.fromCodePoint(10599),'⥨':String.fromCodePoint(10600),'⥩':String.fromCodePoint(10601),'⥪':String.fromCodePoint(10602),'⥫':String.fromCodePoint(10603),'⥬':String.fromCodePoint(10604),'⥭':String.fromCodePoint(10605),'⥮':String.fromCodePoint(10606),'⥯':String.fromCodePoint(10607),'⥰':String.fromCodePoint(10608),'⥱':String.fromCodePoint(10609),'⥲':String.fromCodePoint(10610),'⥳':String.fromCodePoint(10611),'⥴':String.fromCodePoint(10612),'⥵':String.fromCodePoint(10613),'⥶':String.fromCodePoint(10614),'⥸':String.fromCodePoint(10616),'⥹':String.fromCodePoint(10617),'⥻':String.fromCodePoint(10619),'⥼':String.fromCodePoint(10620),'⥽':String.fromCodePoint(10621),'⥾':String.fromCodePoint(10622),'⥿':String.fromCodePoint(10623),'⦅':String.fromCodePoint(10629),'⦆':String.fromCodePoint(10630),'⦋':String.fromCodePoint(10635),'⦌':String.fromCodePoint(10636),'⦍':String.fromCodePoint(10637),'⦎':String.fromCodePoint(10638),'⦏':String.fromCodePoint(10639),'⦐':String.fromCodePoint(10640),'⦑':String.fromCodePoint(10641),'⦒':String.fromCodePoint(10642),'⦓':String.fromCodePoint(10643),'⦔':String.fromCodePoint(10644),'⦕':String.fromCodePoint(10645),'⦖':String.fromCodePoint(10646),'⦚':String.fromCodePoint(10650),'⦜':String.fromCodePoint(10652),'⦝':String.fromCodePoint(10653),'⦤':String.fromCodePoint(10660),'⦥':String.fromCodePoint(10661),'⦦':String.fromCodePoint(10662),'⦧':String.fromCodePoint(10663),'⦨':String.fromCodePoint(10664),'⦩':String.fromCodePoint(10665),'⦪':String.fromCodePoint(10666),'⦫':String.fromCodePoint(10667),'⦬':String.fromCodePoint(10668),'⦭':String.fromCodePoint(10669),'⦮':String.fromCodePoint(10670),'⦯':String.fromCodePoint(10671),'⦰':String.fromCodePoint(10672),'⦱':String.fromCodePoint(10673),'⦲':String.fromCodePoint(10674),'⦳':String.fromCodePoint(10675),'⦴':String.fromCodePoint(10676),'⦵':String.fromCodePoint(10677),'⦶':String.fromCodePoint(10678),'⦷':String.fromCodePoint(10679),'⦹':String.fromCodePoint(10681),'⦻':String.fromCodePoint(10683),'⦼':String.fromCodePoint(10684),'⦾':String.fromCodePoint(10686),'⦿':String.fromCodePoint(10687),'⧀':String.fromCodePoint(10688),'⧁':String.fromCodePoint(10689),'⧂':String.fromCodePoint(10690),'⧃':String.fromCodePoint(10691),'⧄':String.fromCodePoint(10692),'⧅':String.fromCodePoint(10693),'⧉':String.fromCodePoint(10697),'⧍':String.fromCodePoint(10701),'⧎':String.fromCodePoint(10702),'⧏':String.fromCodePoint(10703),'⧐':String.fromCodePoint(10704),'∽̱':String.fromCodePoint(10714),'⧜':String.fromCodePoint(10716),'⧝':String.fromCodePoint(10717),'⧞':String.fromCodePoint(10718),'⧣':String.fromCodePoint(10723),'⧤':String.fromCodePoint(10724),'⧥':String.fromCodePoint(10725),'⧫':String.fromCodePoint(10731),'⧴':String.fromCodePoint(10740),'⧶':String.fromCodePoint(10742),'⨀':String.fromCodePoint(10752),'⨁':String.fromCodePoint(10753),'⨂':String.fromCodePoint(10754),'⨄':String.fromCodePoint(10756),'⨆':String.fromCodePoint(10758),'⨌':String.fromCodePoint(10764),'⨍':String.fromCodePoint(10765),'⨐':String.fromCodePoint(10768),'⨑':String.fromCodePoint(10769),'⨒':String.fromCodePoint(10770),'⨓':String.fromCodePoint(10771),'⨔':String.fromCodePoint(10772),'⨕':String.fromCodePoint(10773),'⨖':String.fromCodePoint(10774),'⨗':String.fromCodePoint(10775),'⨢':String.fromCodePoint(10786),'⨣':String.fromCodePoint(10787),'⨤':String.fromCodePoint(10788),'⨥':String.fromCodePoint(10789),'⨦':String.fromCodePoint(10790),'⨧':String.fromCodePoint(10791),'⨩':String.fromCodePoint(10793),'⨪':String.fromCodePoint(10794),'⨭':String.fromCodePoint(10797),'⨮':String.fromCodePoint(10798),'⨯':String.fromCodePoint(10799),'⨰':String.fromCodePoint(10800),'⨱':String.fromCodePoint(10801),'⨳':String.fromCodePoint(10803),'⨴':String.fromCodePoint(10804),'⨵':String.fromCodePoint(10805),'⨶':String.fromCodePoint(10806),'⨷':String.fromCodePoint(10807),'⨸':String.fromCodePoint(10808),'⨹':String.fromCodePoint(10809),'⨺':String.fromCodePoint(10810),'⨻':String.fromCodePoint(10811),'⨼':String.fromCodePoint(10812),'⨿':String.fromCodePoint(10815),'⩀':String.fromCodePoint(10816),'⩂':String.fromCodePoint(10818),'⩃':String.fromCodePoint(10819),'⩄':String.fromCodePoint(10820),'⩅':String.fromCodePoint(10821),'⩆':String.fromCodePoint(10822),'⩇':String.fromCodePoint(10823),'⩈':String.fromCodePoint(10824),'⩉':String.fromCodePoint(10825),'⩊':String.fromCodePoint(10826),'⩋':String.fromCodePoint(10827),'⩌':String.fromCodePoint(10828),'⩍':String.fromCodePoint(10829),'⩐':String.fromCodePoint(10832),'⩓':String.fromCodePoint(10835),'⩔':String.fromCodePoint(10836),'⩕':String.fromCodePoint(10837),'⩖':String.fromCodePoint(10838),'⩗':String.fromCodePoint(10839),'⩘':String.fromCodePoint(10840),'⩚':String.fromCodePoint(10842),'⩛':String.fromCodePoint(10843),'⩜':String.fromCodePoint(10844),'⩝':String.fromCodePoint(10845),'⩟':String.fromCodePoint(10847),'⩦':String.fromCodePoint(10854),'⩪':String.fromCodePoint(10858),'⩭':String.fromCodePoint(10861),'⩮':String.fromCodePoint(10862),'⩯':String.fromCodePoint(10863),'⩰':String.fromCodePoint(10864),'⩱':String.fromCodePoint(10865),'⩲':String.fromCodePoint(10866),'⩳':String.fromCodePoint(10867),'⩴':String.fromCodePoint(10868),'⩵':String.fromCodePoint(10869),'⩷':String.fromCodePoint(10871),'⩸':String.fromCodePoint(10872),'⩹':String.fromCodePoint(10873),'⩺':String.fromCodePoint(10874),'⩻':String.fromCodePoint(10875),'⩼':String.fromCodePoint(10876),'⩽':String.fromCodePoint(10877),'⩾':String.fromCodePoint(10878),'⩿':String.fromCodePoint(10879),'⪀':String.fromCodePoint(10880),'⪁':String.fromCodePoint(10881),'⪂':String.fromCodePoint(10882),'⪃':String.fromCodePoint(10883),'⪄':String.fromCodePoint(10884),'⪅':String.fromCodePoint(10885),'⪆':String.fromCodePoint(10886),'⪇':String.fromCodePoint(10887),'⪈':String.fromCodePoint(10888),'⪉':String.fromCodePoint(10889),'⪊':String.fromCodePoint(10890),'⪋':String.fromCodePoint(10891),'⪌':String.fromCodePoint(10892),'⪍':String.fromCodePoint(10893),'⪎':String.fromCodePoint(10894),'⪏':String.fromCodePoint(10895),'⪐':String.fromCodePoint(10896),'⪑':String.fromCodePoint(10897),'⪒':String.fromCodePoint(10898),'⪓':String.fromCodePoint(10899),'⪔':String.fromCodePoint(10900),'⪕':String.fromCodePoint(10901),'⪖':String.fromCodePoint(10902),'⪗':String.fromCodePoint(10903),'⪘':String.fromCodePoint(10904),'⪙':String.fromCodePoint(10905),'⪚':String.fromCodePoint(10906),'⪝':String.fromCodePoint(10909),'⪞':String.fromCodePoint(10910),'⪟':String.fromCodePoint(10911),'⪠':String.fromCodePoint(10912),'⪡':String.fromCodePoint(10913),'⪢':String.fromCodePoint(10914),'⪤':String.fromCodePoint(10916),'⪥':String.fromCodePoint(10917),'⪦':String.fromCodePoint(10918),'⪧':String.fromCodePoint(10919),'⪨':String.fromCodePoint(10920),'⪩':String.fromCodePoint(10921),'⪪':String.fromCodePoint(10922),'⪫':String.fromCodePoint(10923),'⪬':String.fromCodePoint(10924),'⪭':String.fromCodePoint(10925),'⪮':String.fromCodePoint(10926),'⪯':String.fromCodePoint(10927),'⪰':String.fromCodePoint(10928),'⪳':String.fromCodePoint(10931),'⪴':String.fromCodePoint(10932),'⪵':String.fromCodePoint(10933),'⪶':String.fromCodePoint(10934),'⪷':String.fromCodePoint(10935),'⪸':String.fromCodePoint(10936),'⪹':String.fromCodePoint(10937),'⪺':String.fromCodePoint(10938),'⪻':String.fromCodePoint(10939),'⪼':String.fromCodePoint(10940),'⪽':String.fromCodePoint(10941),'⪾':String.fromCodePoint(10942),'⪿':String.fromCodePoint(10943),'⫀':String.fromCodePoint(10944),'⫁':String.fromCodePoint(10945),'⫂':String.fromCodePoint(10946),'⫃':String.fromCodePoint(10947),'⫄':String.fromCodePoint(10948),'⫅':String.fromCodePoint(10949),'⫆':String.fromCodePoint(10950),'⫇':String.fromCodePoint(10951),'⫈':String.fromCodePoint(10952),'⫋':String.fromCodePoint(10955),'⫌':String.fromCodePoint(10956),'⫏':String.fromCodePoint(10959),'⫐':String.fromCodePoint(10960),'⫑':String.fromCodePoint(10961),'⫒':String.fromCodePoint(10962),'⫓':String.fromCodePoint(10963),'⫔':String.fromCodePoint(10964),'⫕':String.fromCodePoint(10965),'⫖':String.fromCodePoint(10966),'⫗':String.fromCodePoint(10967),'⫘':String.fromCodePoint(10968),'⫙':String.fromCodePoint(10969),'⫚':String.fromCodePoint(10970),'⫛':String.fromCodePoint(10971),'⫤':String.fromCodePoint(10980),'⫦':String.fromCodePoint(10982),'⫧':String.fromCodePoint(10983),'⫨':String.fromCodePoint(10984),'⫩':String.fromCodePoint(10985),'⫫':String.fromCodePoint(10987),'⫬':String.fromCodePoint(10988),'⫭':String.fromCodePoint(10989),'⫮':String.fromCodePoint(10990),'⫯':String.fromCodePoint(10991),'⫰':String.fromCodePoint(10992),'⫱':String.fromCodePoint(10993),'⫲':String.fromCodePoint(10994),'⫳':String.fromCodePoint(10995),'⫽':String.fromCodePoint(11005),'ff':String.fromCodePoint(64256),'fi':String.fromCodePoint(64257),'fl':String.fromCodePoint(64258),'ffi':String.fromCodePoint(64259),'ffl':String.fromCodePoint(64260),'𝒜':String.fromCodePoint(119964),'𝒞':String.fromCodePoint(119966),'𝒟':String.fromCodePoint(119967),'𝒢':String.fromCodePoint(119970),'𝒥':String.fromCodePoint(119973),'𝒦':String.fromCodePoint(119974),'𝒩':String.fromCodePoint(119977),'𝒪':String.fromCodePoint(119978),'𝒫':String.fromCodePoint(119979),'𝒬':String.fromCodePoint(119980),'𝒮':String.fromCodePoint(119982),'𝒯':String.fromCodePoint(119983),'𝒰':String.fromCodePoint(119984),'𝒱':String.fromCodePoint(119985),'𝒲':String.fromCodePoint(119986),'𝒳':String.fromCodePoint(119987),'𝒴':String.fromCodePoint(119988),'𝒵':String.fromCodePoint(119989),'𝒶':String.fromCodePoint(119990),'𝒷':String.fromCodePoint(119991),'𝒸':String.fromCodePoint(119992),'𝒹':String.fromCodePoint(119993),'𝒻':String.fromCodePoint(119995),'𝒽':String.fromCodePoint(119997),'𝒾':String.fromCodePoint(119998),'𝒿':String.fromCodePoint(119999),'𝓀':String.fromCodePoint(120000),'𝓁':String.fromCodePoint(120001),'𝓂':String.fromCodePoint(120002),'𝓃':String.fromCodePoint(120003),'𝓅':String.fromCodePoint(120005),'𝓆':String.fromCodePoint(120006),'𝓇':String.fromCodePoint(120007),'𝓈':String.fromCodePoint(120008),'𝓉':String.fromCodePoint(120009),'𝓊':String.fromCodePoint(120010),'𝓋':String.fromCodePoint(120011),'𝓌':String.fromCodePoint(120012),'𝓍':String.fromCodePoint(120013),'𝓎':String.fromCodePoint(120014),'𝓏':String.fromCodePoint(120015),'𝔄':String.fromCodePoint(120068),'𝔅':String.fromCodePoint(120069),'𝔇':String.fromCodePoint(120071),'𝔈':String.fromCodePoint(120072),'𝔉':String.fromCodePoint(120073),'𝔊':String.fromCodePoint(120074),'𝔍':String.fromCodePoint(120077),'𝔎':String.fromCodePoint(120078),'𝔏':String.fromCodePoint(120079),'𝔐':String.fromCodePoint(120080),'𝔑':String.fromCodePoint(120081),'𝔒':String.fromCodePoint(120082),'𝔓':String.fromCodePoint(120083),'𝔔':String.fromCodePoint(120084),'𝔖':String.fromCodePoint(120086),'𝔗':String.fromCodePoint(120087),'𝔘':String.fromCodePoint(120088),'𝔙':String.fromCodePoint(120089),'𝔚':String.fromCodePoint(120090),'𝔛':String.fromCodePoint(120091),'𝔜':String.fromCodePoint(120092),'𝔞':String.fromCodePoint(120094),'𝔟':String.fromCodePoint(120095),'𝔠':String.fromCodePoint(120096),'𝔡':String.fromCodePoint(120097),'𝔢':String.fromCodePoint(120098),'𝔣':String.fromCodePoint(120099),'𝔤':String.fromCodePoint(120100),'𝔥':String.fromCodePoint(120101),'𝔦':String.fromCodePoint(120102),'𝔧':String.fromCodePoint(120103),'𝔨':String.fromCodePoint(120104),'𝔩':String.fromCodePoint(120105),'𝔪':String.fromCodePoint(120106),'𝔫':String.fromCodePoint(120107),'𝔬':String.fromCodePoint(120108),'𝔭':String.fromCodePoint(120109),'𝔮':String.fromCodePoint(120110),'𝔯':String.fromCodePoint(120111),'𝔰':String.fromCodePoint(120112),'𝔱':String.fromCodePoint(120113),'𝔲':String.fromCodePoint(120114),'𝔳':String.fromCodePoint(120115),'𝔴':String.fromCodePoint(120116),'𝔵':String.fromCodePoint(120117),'𝔶':String.fromCodePoint(120118),'𝔷':String.fromCodePoint(120119),'𝔸':String.fromCodePoint(120120),'𝔹':String.fromCodePoint(120121),'𝔻':String.fromCodePoint(120123),'𝔼':String.fromCodePoint(120124),'𝔽':String.fromCodePoint(120125),'𝔾':String.fromCodePoint(120126),'𝕀':String.fromCodePoint(120128),'𝕁':String.fromCodePoint(120129),'𝕂':String.fromCodePoint(120130),'𝕃':String.fromCodePoint(120131),'𝕄':String.fromCodePoint(120132),'𝕆':String.fromCodePoint(120134),'𝕊':String.fromCodePoint(120138),'𝕋':String.fromCodePoint(120139),'𝕌':String.fromCodePoint(120140),'𝕍':String.fromCodePoint(120141),'𝕎':String.fromCodePoint(120142),'𝕏':String.fromCodePoint(120143),'𝕐':String.fromCodePoint(120144),'𝕒':String.fromCodePoint(120146),'𝕓':String.fromCodePoint(120147),'𝕔':String.fromCodePoint(120148),'𝕕':String.fromCodePoint(120149),'𝕖':String.fromCodePoint(120150),'𝕗':String.fromCodePoint(120151),'𝕘':String.fromCodePoint(120152),'𝕙':String.fromCodePoint(120153),'𝕚':String.fromCodePoint(120154),'𝕛':String.fromCodePoint(120155),'𝕜':String.fromCodePoint(120156),'𝕝':String.fromCodePoint(120157),'𝕞':String.fromCodePoint(120158),'𝕟':String.fromCodePoint(120159),'𝕠':String.fromCodePoint(120160),'𝕡':String.fromCodePoint(120161),'𝕢':String.fromCodePoint(120162),'𝕣':String.fromCodePoint(120163),'𝕤':String.fromCodePoint(120164),'𝕥':String.fromCodePoint(120165),'𝕦':String.fromCodePoint(120166),'𝕧':String.fromCodePoint(120167),'𝕨':String.fromCodePoint(120168),'𝕩':String.fromCodePoint(120169),'𝕪':String.fromCodePoint(120170),'𝕫':String.fromCodePoint(120171)};exports.default=_default;

@@ -1,1 +0,1 @@

"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports.default=void 0;var _default={[String.fromCharCode(9)]:'	',[String.fromCharCode(10)]:'
',[String.fromCharCode(33)]:'!',[String.fromCharCode(34)]:'"',[String.fromCharCode(35)]:'#',[String.fromCharCode(36)]:'$',[String.fromCharCode(37)]:'%',[String.fromCharCode(38)]:'&',[String.fromCharCode(39)]:''',[String.fromCharCode(40)]:'(',[String.fromCharCode(41)]:')',[String.fromCharCode(42)]:'*',[String.fromCharCode(43)]:'+',[String.fromCharCode(44)]:',',[String.fromCharCode(46)]:'.',[String.fromCharCode(47)]:'/',[String.fromCharCode(58)]:':',[String.fromCharCode(59)]:';',[String.fromCharCode(60)]:'<',[String.fromCharCode(61)]:'=',[String.fromCharCode(62)]:'>',[String.fromCharCode(63)]:'?',[String.fromCharCode(64)]:'@',[String.fromCharCode(91)]:'[',[String.fromCharCode(92)]:'\',[String.fromCharCode(93)]:']',[String.fromCharCode(94)]:'^',[String.fromCharCode(95)]:'_',[String.fromCharCode(96)]:'`',[String.fromCharCode(123)]:'{',[String.fromCharCode(124)]:'|',[String.fromCharCode(125)]:'}',[String.fromCharCode(160)]:' ',[String.fromCharCode(161)]:'¡',[String.fromCharCode(162)]:'¢',[String.fromCharCode(163)]:'£',[String.fromCharCode(164)]:'¤',[String.fromCharCode(165)]:'¥',[String.fromCharCode(166)]:'¦',[String.fromCharCode(167)]:'§',[String.fromCharCode(168)]:'¨',[String.fromCharCode(169)]:'©',[String.fromCharCode(170)]:'ª',[String.fromCharCode(171)]:'«',[String.fromCharCode(172)]:'¬',[String.fromCharCode(173)]:'­',[String.fromCharCode(174)]:'®',[String.fromCharCode(175)]:'¯',[String.fromCharCode(176)]:'°',[String.fromCharCode(177)]:'±',[String.fromCharCode(178)]:'²',[String.fromCharCode(179)]:'³',[String.fromCharCode(180)]:'´',[String.fromCharCode(181)]:'µ',[String.fromCharCode(182)]:'¶',[String.fromCharCode(183)]:'·',[String.fromCharCode(184)]:'¸',[String.fromCharCode(185)]:'¹',[String.fromCharCode(186)]:'º',[String.fromCharCode(187)]:'»',[String.fromCharCode(188)]:'¼',[String.fromCharCode(189)]:'½',[String.fromCharCode(190)]:'¾',[String.fromCharCode(191)]:'¿',[String.fromCharCode(192)]:'À',[String.fromCharCode(193)]:'Á',[String.fromCharCode(194)]:'Â',[String.fromCharCode(195)]:'Ã',[String.fromCharCode(196)]:'Ä',[String.fromCharCode(197)]:'Å',[String.fromCharCode(198)]:'Æ',[String.fromCharCode(199)]:'Ç',[String.fromCharCode(200)]:'È',[String.fromCharCode(201)]:'É',[String.fromCharCode(202)]:'Ê',[String.fromCharCode(203)]:'Ë',[String.fromCharCode(204)]:'Ì',[String.fromCharCode(205)]:'Í',[String.fromCharCode(206)]:'Î',[String.fromCharCode(207)]:'Ï',[String.fromCharCode(208)]:'Ð',[String.fromCharCode(209)]:'Ñ',[String.fromCharCode(210)]:'Ò',[String.fromCharCode(211)]:'Ó',[String.fromCharCode(212)]:'Ô',[String.fromCharCode(213)]:'Õ',[String.fromCharCode(214)]:'Ö',[String.fromCharCode(215)]:'×',[String.fromCharCode(216)]:'Ø',[String.fromCharCode(217)]:'Ù',[String.fromCharCode(218)]:'Ú',[String.fromCharCode(219)]:'Û',[String.fromCharCode(220)]:'Ü',[String.fromCharCode(221)]:'Ý',[String.fromCharCode(222)]:'Þ',[String.fromCharCode(223)]:'ß',[String.fromCharCode(224)]:'à',[String.fromCharCode(225)]:'á',[String.fromCharCode(226)]:'â',[String.fromCharCode(227)]:'ã',[String.fromCharCode(228)]:'ä',[String.fromCharCode(229)]:'å',[String.fromCharCode(230)]:'æ',[String.fromCharCode(231)]:'ç',[String.fromCharCode(232)]:'è',[String.fromCharCode(233)]:'é',[String.fromCharCode(234)]:'ê',[String.fromCharCode(235)]:'ë',[String.fromCharCode(236)]:'ì',[String.fromCharCode(237)]:'í',[String.fromCharCode(238)]:'î',[String.fromCharCode(239)]:'ï',[String.fromCharCode(240)]:'ð',[String.fromCharCode(241)]:'ñ',[String.fromCharCode(242)]:'ò',[String.fromCharCode(243)]:'ó',[String.fromCharCode(244)]:'ô',[String.fromCharCode(245)]:'õ',[String.fromCharCode(246)]:'ö',[String.fromCharCode(247)]:'÷',[String.fromCharCode(248)]:'ø',[String.fromCharCode(249)]:'ù',[String.fromCharCode(250)]:'ú',[String.fromCharCode(251)]:'û',[String.fromCharCode(252)]:'ü',[String.fromCharCode(253)]:'ý',[String.fromCharCode(254)]:'þ',[String.fromCharCode(255)]:'ÿ',[String.fromCharCode(256)]:'Ā',[String.fromCharCode(257)]:'ā',[String.fromCharCode(258)]:'Ă',[String.fromCharCode(259)]:'ă',[String.fromCharCode(260)]:'Ą',[String.fromCharCode(261)]:'ą',[String.fromCharCode(262)]:'Ć',[String.fromCharCode(263)]:'ć',[String.fromCharCode(264)]:'Ĉ',[String.fromCharCode(265)]:'ĉ',[String.fromCharCode(266)]:'Ċ',[String.fromCharCode(267)]:'ċ',[String.fromCharCode(268)]:'Č',[String.fromCharCode(269)]:'č',[String.fromCharCode(270)]:'Ď',[String.fromCharCode(271)]:'ď',[String.fromCharCode(272)]:'Đ',[String.fromCharCode(273)]:'đ',[String.fromCharCode(274)]:'Ē',[String.fromCharCode(275)]:'ē',[String.fromCharCode(278)]:'Ė',[String.fromCharCode(279)]:'ė',[String.fromCharCode(280)]:'Ę',[String.fromCharCode(281)]:'ę',[String.fromCharCode(282)]:'Ě',[String.fromCharCode(283)]:'ě',[String.fromCharCode(284)]:'Ĝ',[String.fromCharCode(285)]:'ĝ',[String.fromCharCode(286)]:'Ğ',[String.fromCharCode(287)]:'ğ',[String.fromCharCode(288)]:'Ġ',[String.fromCharCode(289)]:'ġ',[String.fromCharCode(290)]:'Ģ',[String.fromCharCode(292)]:'Ĥ',[String.fromCharCode(293)]:'ĥ',[String.fromCharCode(294)]:'Ħ',[String.fromCharCode(295)]:'ħ',[String.fromCharCode(296)]:'Ĩ',[String.fromCharCode(297)]:'ĩ',[String.fromCharCode(298)]:'Ī',[String.fromCharCode(299)]:'ī',[String.fromCharCode(302)]:'Į',[String.fromCharCode(303)]:'į',[String.fromCharCode(304)]:'İ',[String.fromCharCode(305)]:'ı',[String.fromCharCode(306)]:'IJ',[String.fromCharCode(307)]:'ij',[String.fromCharCode(308)]:'Ĵ',[String.fromCharCode(309)]:'ĵ',[String.fromCharCode(310)]:'Ķ',[String.fromCharCode(311)]:'ķ',[String.fromCharCode(312)]:'ĸ',[String.fromCharCode(313)]:'Ĺ',[String.fromCharCode(314)]:'ĺ',[String.fromCharCode(315)]:'Ļ',[String.fromCharCode(316)]:'ļ',[String.fromCharCode(317)]:'Ľ',[String.fromCharCode(318)]:'ľ',[String.fromCharCode(319)]:'Ŀ',[String.fromCharCode(320)]:'ŀ',[String.fromCharCode(321)]:'Ł',[String.fromCharCode(322)]:'ł',[String.fromCharCode(323)]:'Ń',[String.fromCharCode(324)]:'ń',[String.fromCharCode(325)]:'Ņ',[String.fromCharCode(326)]:'ņ',[String.fromCharCode(327)]:'Ň',[String.fromCharCode(328)]:'ň',[String.fromCharCode(329)]:'ʼn',[String.fromCharCode(330)]:'Ŋ',[String.fromCharCode(331)]:'ŋ',[String.fromCharCode(332)]:'Ō',[String.fromCharCode(333)]:'ō',[String.fromCharCode(336)]:'Ő',[String.fromCharCode(337)]:'ő',[String.fromCharCode(338)]:'Œ',[String.fromCharCode(339)]:'œ',[String.fromCharCode(340)]:'Ŕ',[String.fromCharCode(341)]:'ŕ',[String.fromCharCode(342)]:'Ŗ',[String.fromCharCode(343)]:'ŗ',[String.fromCharCode(344)]:'Ř',[String.fromCharCode(345)]:'ř',[String.fromCharCode(346)]:'Ś',[String.fromCharCode(347)]:'ś',[String.fromCharCode(348)]:'Ŝ',[String.fromCharCode(349)]:'ŝ',[String.fromCharCode(350)]:'Ş',[String.fromCharCode(351)]:'ş',[String.fromCharCode(352)]:'Š',[String.fromCharCode(353)]:'š',[String.fromCharCode(354)]:'Ţ',[String.fromCharCode(355)]:'ţ',[String.fromCharCode(356)]:'Ť',[String.fromCharCode(357)]:'ť',[String.fromCharCode(358)]:'Ŧ',[String.fromCharCode(359)]:'ŧ',[String.fromCharCode(360)]:'Ũ',[String.fromCharCode(361)]:'ũ',[String.fromCharCode(362)]:'Ū',[String.fromCharCode(363)]:'ū',[String.fromCharCode(364)]:'Ŭ',[String.fromCharCode(365)]:'ŭ',[String.fromCharCode(366)]:'Ů',[String.fromCharCode(367)]:'ů',[String.fromCharCode(368)]:'Ű',[String.fromCharCode(369)]:'ű',[String.fromCharCode(370)]:'Ų',[String.fromCharCode(371)]:'ų',[String.fromCharCode(372)]:'Ŵ',[String.fromCharCode(373)]:'ŵ',[String.fromCharCode(374)]:'Ŷ',[String.fromCharCode(375)]:'ŷ',[String.fromCharCode(376)]:'Ÿ',[String.fromCharCode(377)]:'Ź',[String.fromCharCode(378)]:'ź',[String.fromCharCode(379)]:'Ż',[String.fromCharCode(380)]:'ż',[String.fromCharCode(381)]:'Ž',[String.fromCharCode(382)]:'ž',[String.fromCharCode(402)]:'ƒ',[String.fromCharCode(437)]:'Ƶ',[String.fromCharCode(501)]:'ǵ',[String.fromCharCode(567)]:'ȷ',[String.fromCharCode(710)]:'ˆ',[String.fromCharCode(711)]:'ˇ',[String.fromCharCode(728)]:'˘',[String.fromCharCode(729)]:'˙',[String.fromCharCode(730)]:'˚',[String.fromCharCode(731)]:'˛',[String.fromCharCode(732)]:'˜',[String.fromCharCode(733)]:'˝',[String.fromCharCode(785)]:'̑',[String.fromCharCode(818)]:'_',[String.fromCharCode(913)]:'Α',[String.fromCharCode(914)]:'Β',[String.fromCharCode(915)]:'Γ',[String.fromCharCode(916)]:'Δ',[String.fromCharCode(917)]:'Ε',[String.fromCharCode(918)]:'Ζ',[String.fromCharCode(919)]:'Η',[String.fromCharCode(920)]:'Θ',[String.fromCharCode(921)]:'Ι',[String.fromCharCode(922)]:'Κ',[String.fromCharCode(923)]:'Λ',[String.fromCharCode(924)]:'Μ',[String.fromCharCode(925)]:'Ν',[String.fromCharCode(926)]:'Ξ',[String.fromCharCode(927)]:'Ο',[String.fromCharCode(928)]:'Π',[String.fromCharCode(929)]:'Ρ',[String.fromCharCode(931)]:'Σ',[String.fromCharCode(932)]:'Τ',[String.fromCharCode(933)]:'Υ',[String.fromCharCode(934)]:'Φ',[String.fromCharCode(935)]:'Χ',[String.fromCharCode(936)]:'Ψ',[String.fromCharCode(937)]:'Ω',[String.fromCharCode(945)]:'α',[String.fromCharCode(946)]:'β',[String.fromCharCode(947)]:'γ',[String.fromCharCode(948)]:'δ',[String.fromCharCode(949)]:'ε',[String.fromCharCode(950)]:'ζ',[String.fromCharCode(951)]:'η',[String.fromCharCode(952)]:'θ',[String.fromCharCode(953)]:'ι',[String.fromCharCode(954)]:'κ',[String.fromCharCode(955)]:'λ',[String.fromCharCode(956)]:'μ',[String.fromCharCode(957)]:'ν',[String.fromCharCode(958)]:'ξ',[String.fromCharCode(959)]:'ο',[String.fromCharCode(960)]:'π',[String.fromCharCode(961)]:'ρ',[String.fromCharCode(962)]:'ς',[String.fromCharCode(963)]:'σ',[String.fromCharCode(964)]:'τ',[String.fromCharCode(965)]:'υ',[String.fromCharCode(966)]:'ϕ',[String.fromCharCode(967)]:'χ',[String.fromCharCode(968)]:'ψ',[String.fromCharCode(969)]:'ω',[String.fromCharCode(977)]:'ϑ',[String.fromCharCode(978)]:'ϒ',[String.fromCharCode(981)]:'ϕ',[String.fromCharCode(982)]:'ϖ',[String.fromCharCode(988)]:'Ϝ',[String.fromCharCode(989)]:'ϝ',[String.fromCharCode(1008)]:'ϰ',[String.fromCharCode(1009)]:'ϱ',[String.fromCharCode(1013)]:'ϵ',[String.fromCharCode(1014)]:'϶',[String.fromCharCode(1025)]:'Ё',[String.fromCharCode(1026)]:'Ђ',[String.fromCharCode(1027)]:'Ѓ',[String.fromCharCode(1028)]:'Є',[String.fromCharCode(1029)]:'Ѕ',[String.fromCharCode(1030)]:'І',[String.fromCharCode(1031)]:'Ї',[String.fromCharCode(1032)]:'Ј',[String.fromCharCode(1033)]:'Љ',[String.fromCharCode(1034)]:'Њ',[String.fromCharCode(1035)]:'Ћ',[String.fromCharCode(1036)]:'Ќ',[String.fromCharCode(1038)]:'Ў',[String.fromCharCode(1039)]:'Џ',[String.fromCharCode(1040)]:'А',[String.fromCharCode(1041)]:'Б',[String.fromCharCode(1042)]:'В',[String.fromCharCode(1043)]:'Г',[String.fromCharCode(1044)]:'Д',[String.fromCharCode(1045)]:'Е',[String.fromCharCode(1046)]:'Ж',[String.fromCharCode(1047)]:'З',[String.fromCharCode(1048)]:'И',[String.fromCharCode(1049)]:'Й',[String.fromCharCode(1050)]:'К',[String.fromCharCode(1051)]:'Л',[String.fromCharCode(1052)]:'М',[String.fromCharCode(1053)]:'Н',[String.fromCharCode(1054)]:'О',[String.fromCharCode(1055)]:'П',[String.fromCharCode(1056)]:'Р',[String.fromCharCode(1057)]:'С',[String.fromCharCode(1058)]:'Т',[String.fromCharCode(1059)]:'У',[String.fromCharCode(1060)]:'Ф',[String.fromCharCode(1061)]:'Х',[String.fromCharCode(1062)]:'Ц',[String.fromCharCode(1063)]:'Ч',[String.fromCharCode(1064)]:'Ш',[String.fromCharCode(1065)]:'Щ',[String.fromCharCode(1066)]:'Ъ',[String.fromCharCode(1067)]:'Ы',[String.fromCharCode(1068)]:'Ь',[String.fromCharCode(1069)]:'Э',[String.fromCharCode(1070)]:'Ю',[String.fromCharCode(1071)]:'Я',[String.fromCharCode(1072)]:'а',[String.fromCharCode(1073)]:'б',[String.fromCharCode(1074)]:'в',[String.fromCharCode(1075)]:'г',[String.fromCharCode(1076)]:'д',[String.fromCharCode(1077)]:'е',[String.fromCharCode(1078)]:'ж',[String.fromCharCode(1079)]:'з',[String.fromCharCode(1080)]:'и',[String.fromCharCode(1081)]:'й',[String.fromCharCode(1082)]:'к',[String.fromCharCode(1083)]:'л',[String.fromCharCode(1084)]:'м',[String.fromCharCode(1085)]:'н',[String.fromCharCode(1086)]:'о',[String.fromCharCode(1087)]:'п',[String.fromCharCode(1088)]:'р',[String.fromCharCode(1089)]:'с',[String.fromCharCode(1090)]:'т',[String.fromCharCode(1091)]:'у',[String.fromCharCode(1092)]:'ф',[String.fromCharCode(1093)]:'х',[String.fromCharCode(1094)]:'ц',[String.fromCharCode(1095)]:'ч',[String.fromCharCode(1096)]:'ш',[String.fromCharCode(1097)]:'щ',[String.fromCharCode(1098)]:'ъ',[String.fromCharCode(1099)]:'ы',[String.fromCharCode(1100)]:'ь',[String.fromCharCode(1101)]:'э',[String.fromCharCode(1102)]:'ю',[String.fromCharCode(1103)]:'я',[String.fromCharCode(1105)]:'ё',[String.fromCharCode(1106)]:'ђ',[String.fromCharCode(1107)]:'ѓ',[String.fromCharCode(1108)]:'є',[String.fromCharCode(1109)]:'ѕ',[String.fromCharCode(1110)]:'і',[String.fromCharCode(1111)]:'ї',[String.fromCharCode(1112)]:'ј',[String.fromCharCode(1113)]:'љ',[String.fromCharCode(1114)]:'њ',[String.fromCharCode(1115)]:'ћ',[String.fromCharCode(1116)]:'ќ',[String.fromCharCode(1118)]:'ў',[String.fromCharCode(1119)]:'џ',[String.fromCharCode(8194)]:' ',[String.fromCharCode(8195)]:' ',[String.fromCharCode(8196)]:' ',[String.fromCharCode(8197)]:' ',[String.fromCharCode(8199)]:' ',[String.fromCharCode(8200)]:' ',[String.fromCharCode(8201)]:' ',[String.fromCharCode(8202)]:' ',[String.fromCharCode(8203)]:'​',[String.fromCharCode(8204)]:'‌',[String.fromCharCode(8205)]:'‍',[String.fromCharCode(8206)]:'‎',[String.fromCharCode(8207)]:'‏',[String.fromCharCode(8208)]:'‐',[String.fromCharCode(8211)]:'–',[String.fromCharCode(8212)]:'—',[String.fromCharCode(8213)]:'―',[String.fromCharCode(8214)]:'‖',[String.fromCharCode(8216)]:'‘',[String.fromCharCode(8217)]:'’',[String.fromCharCode(8218)]:'‚',[String.fromCharCode(8220)]:'“',[String.fromCharCode(8221)]:'”',[String.fromCharCode(8222)]:'„',[String.fromCharCode(8224)]:'†',[String.fromCharCode(8225)]:'‡',[String.fromCharCode(8226)]:'•',[String.fromCharCode(8229)]:'‥',[String.fromCharCode(8230)]:'…',[String.fromCharCode(8240)]:'‰',[String.fromCharCode(8241)]:'‱',[String.fromCharCode(8242)]:'′',[String.fromCharCode(8243)]:'″',[String.fromCharCode(8244)]:'‴',[String.fromCharCode(8245)]:'‵',[String.fromCharCode(8249)]:'‹',[String.fromCharCode(8250)]:'›',[String.fromCharCode(8254)]:'‾',[String.fromCharCode(8257)]:'⁁',[String.fromCharCode(8259)]:'⁃',[String.fromCharCode(8260)]:'⁄',[String.fromCharCode(8271)]:'⁏',[String.fromCharCode(8279)]:'⁗',[String.fromCharCode(8287)]:' ',[String.fromCharCode(8288)]:'⁠',[String.fromCharCode(8289)]:'⁡',[String.fromCharCode(8290)]:'⁢',[String.fromCharCode(8291)]:'⁣',[String.fromCharCode(8364)]:'€',[String.fromCharCode(8411)]:'⃛',[String.fromCharCode(8412)]:'⃜',[String.fromCharCode(8450)]:'ℂ',[String.fromCharCode(8453)]:'℅',[String.fromCharCode(8458)]:'ℊ',[String.fromCharCode(8459)]:'ℋ',[String.fromCharCode(8460)]:'ℌ',[String.fromCharCode(8461)]:'ℍ',[String.fromCharCode(8462)]:'ℎ',[String.fromCharCode(8463)]:'ℏ',[String.fromCharCode(8464)]:'ℐ',[String.fromCharCode(8465)]:'ℑ',[String.fromCharCode(8466)]:'ℒ',[String.fromCharCode(8467)]:'ℓ',[String.fromCharCode(8469)]:'ℕ',[String.fromCharCode(8470)]:'№',[String.fromCharCode(8471)]:'℗',[String.fromCharCode(8472)]:'℘',[String.fromCharCode(8473)]:'ℙ',[String.fromCharCode(8474)]:'ℚ',[String.fromCharCode(8475)]:'ℛ',[String.fromCharCode(8476)]:'ℜ',[String.fromCharCode(8477)]:'ℝ',[String.fromCharCode(8478)]:'℞',[String.fromCharCode(8482)]:'™',[String.fromCharCode(8484)]:'ℤ',[String.fromCharCode(8486)]:'Ω',[String.fromCharCode(8487)]:'℧',[String.fromCharCode(8488)]:'ℨ',[String.fromCharCode(8489)]:'℩',[String.fromCharCode(8491)]:'Å',[String.fromCharCode(8492)]:'ℬ',[String.fromCharCode(8493)]:'ℭ',[String.fromCharCode(8495)]:'ℯ',[String.fromCharCode(8496)]:'ℰ',[String.fromCharCode(8497)]:'ℱ',[String.fromCharCode(8499)]:'ℳ',[String.fromCharCode(8500)]:'ℴ',[String.fromCharCode(8501)]:'ℵ',[String.fromCharCode(8502)]:'ℶ',[String.fromCharCode(8503)]:'ℷ',[String.fromCharCode(8504)]:'ℸ',[String.fromCharCode(8517)]:'ⅅ',[String.fromCharCode(8518)]:'ⅆ',[String.fromCharCode(8519)]:'ⅇ',[String.fromCharCode(8520)]:'ⅈ',[String.fromCharCode(8531)]:'⅓',[String.fromCharCode(8532)]:'⅔',[String.fromCharCode(8533)]:'⅕',[String.fromCharCode(8534)]:'⅖',[String.fromCharCode(8535)]:'⅗',[String.fromCharCode(8536)]:'⅘',[String.fromCharCode(8537)]:'⅙',[String.fromCharCode(8538)]:'⅚',[String.fromCharCode(8539)]:'⅛',[String.fromCharCode(8540)]:'⅜',[String.fromCharCode(8541)]:'⅝',[String.fromCharCode(8542)]:'⅞',[String.fromCharCode(8592)]:'←',[String.fromCharCode(8593)]:'↑',[String.fromCharCode(8594)]:'→',[String.fromCharCode(8595)]:'↓',[String.fromCharCode(8596)]:'↔',[String.fromCharCode(8597)]:'↕',[String.fromCharCode(8598)]:'↖',[String.fromCharCode(8599)]:'↗',[String.fromCharCode(8600)]:'↘',[String.fromCharCode(8601)]:'↙',[String.fromCharCode(8602)]:'↚',[String.fromCharCode(8603)]:'↛',[String.fromCharCode(8605)]:'↝',[String.fromCharCode(8606)]:'↞',[String.fromCharCode(8607)]:'↟',[String.fromCharCode(8608)]:'↠',[String.fromCharCode(8609)]:'↡',[String.fromCharCode(8610)]:'↢',[String.fromCharCode(8611)]:'↣',[String.fromCharCode(8612)]:'↤',[String.fromCharCode(8613)]:'↥',[String.fromCharCode(8614)]:'↦',[String.fromCharCode(8615)]:'↧',[String.fromCharCode(8617)]:'↩',[String.fromCharCode(8618)]:'↪',[String.fromCharCode(8619)]:'↫',[String.fromCharCode(8620)]:'↬',[String.fromCharCode(8621)]:'↭',[String.fromCharCode(8622)]:'↮',[String.fromCharCode(8624)]:'↰',[String.fromCharCode(8625)]:'↱',[String.fromCharCode(8626)]:'↲',[String.fromCharCode(8627)]:'↳',[String.fromCharCode(8629)]:'↵',[String.fromCharCode(8630)]:'↶',[String.fromCharCode(8631)]:'↷',[String.fromCharCode(8634)]:'↺',[String.fromCharCode(8635)]:'↻',[String.fromCharCode(8636)]:'↼',[String.fromCharCode(8637)]:'↽',[String.fromCharCode(8638)]:'↾',[String.fromCharCode(8639)]:'↿',[String.fromCharCode(8640)]:'⇀',[String.fromCharCode(8641)]:'⇁',[String.fromCharCode(8642)]:'⇂',[String.fromCharCode(8643)]:'⇃',[String.fromCharCode(8644)]:'⇄',[String.fromCharCode(8645)]:'⇅',[String.fromCharCode(8646)]:'⇆',[String.fromCharCode(8647)]:'⇇',[String.fromCharCode(8648)]:'⇈',[String.fromCharCode(8649)]:'⇉',[String.fromCharCode(8650)]:'⇊',[String.fromCharCode(8651)]:'⇋',[String.fromCharCode(8652)]:'⇌',[String.fromCharCode(8653)]:'⇍',[String.fromCharCode(8654)]:'⇎',[String.fromCharCode(8655)]:'⇏',[String.fromCharCode(8656)]:'⇐',[String.fromCharCode(8657)]:'⇑',[String.fromCharCode(8658)]:'⇒',[String.fromCharCode(8659)]:'⇓',[String.fromCharCode(8660)]:'⇔',[String.fromCharCode(8661)]:'⇕',[String.fromCharCode(8662)]:'⇖',[String.fromCharCode(8663)]:'⇗',[String.fromCharCode(8664)]:'⇘',[String.fromCharCode(8665)]:'⇙',[String.fromCharCode(8666)]:'⇚',[String.fromCharCode(8667)]:'⇛',[String.fromCharCode(8669)]:'⇝',[String.fromCharCode(8676)]:'⇤',[String.fromCharCode(8677)]:'⇥',[String.fromCharCode(8693)]:'⇵',[String.fromCharCode(8701)]:'⇽',[String.fromCharCode(8702)]:'⇾',[String.fromCharCode(8703)]:'⇿',[String.fromCharCode(8704)]:'∀',[String.fromCharCode(8705)]:'∁',[String.fromCharCode(8706)]:'∂',[String.fromCharCode(8707)]:'∃',[String.fromCharCode(8708)]:'∄',[String.fromCharCode(8709)]:'∅',[String.fromCharCode(8711)]:'∇',[String.fromCharCode(8712)]:'∈',[String.fromCharCode(8713)]:'∉',[String.fromCharCode(8715)]:'∋',[String.fromCharCode(8716)]:'∌',[String.fromCharCode(8719)]:'∏',[String.fromCharCode(8720)]:'∐',[String.fromCharCode(8721)]:'∑',[String.fromCharCode(8722)]:'−',[String.fromCharCode(8723)]:'∓',[String.fromCharCode(8724)]:'∔',[String.fromCharCode(8726)]:'∖',[String.fromCharCode(8727)]:'∗',[String.fromCharCode(8728)]:'∘',[String.fromCharCode(8730)]:'√',[String.fromCharCode(8733)]:'∝',[String.fromCharCode(8734)]:'∞',[String.fromCharCode(8735)]:'∟',[String.fromCharCode(8736)]:'∠',[String.fromCharCode(8737)]:'∡',[String.fromCharCode(8738)]:'∢',[String.fromCharCode(8739)]:'∣',[String.fromCharCode(8740)]:'∤',[String.fromCharCode(8741)]:'∥',[String.fromCharCode(8742)]:'∦',[String.fromCharCode(8743)]:'∧',[String.fromCharCode(8744)]:'∨',[String.fromCharCode(8745)]:'∩',[String.fromCharCode(8746)]:'∪',[String.fromCharCode(8747)]:'∫',[String.fromCharCode(8748)]:'∬',[String.fromCharCode(8749)]:'∭',[String.fromCharCode(8750)]:'∮',[String.fromCharCode(8751)]:'∯',[String.fromCharCode(8752)]:'∰',[String.fromCharCode(8753)]:'∱',[String.fromCharCode(8754)]:'∲',[String.fromCharCode(8755)]:'&CounterClockwiseContourIntegral;',[String.fromCharCode(8756)]:'∴',[String.fromCharCode(8757)]:'∵',[String.fromCharCode(8758)]:'∶',[String.fromCharCode(8759)]:'∷',[String.fromCharCode(8760)]:'∸',[String.fromCharCode(8762)]:'∺',[String.fromCharCode(8763)]:'∻',[String.fromCharCode(8764)]:'∼',[String.fromCharCode(8765)]:'∽',[String.fromCharCode(8766)]:'∾',[String.fromCharCode(8767)]:'∿',[String.fromCharCode(8768)]:'≀',[String.fromCharCode(8769)]:'≁',[String.fromCharCode(8770)]:'≂',[String.fromCharCode(8771)]:'≃',[String.fromCharCode(8772)]:'≄',[String.fromCharCode(8773)]:'≅',[String.fromCharCode(8774)]:'≆',[String.fromCharCode(8775)]:'≇',[String.fromCharCode(8776)]:'≈',[String.fromCharCode(8777)]:'≉',[String.fromCharCode(8778)]:'≊',[String.fromCharCode(8779)]:'≋',[String.fromCharCode(8780)]:'≌',[String.fromCharCode(8781)]:'≍',[String.fromCharCode(8782)]:'≎',[String.fromCharCode(8783)]:'≏',[String.fromCharCode(8784)]:'≐',[String.fromCharCode(8785)]:'≑',[String.fromCharCode(8786)]:'≒',[String.fromCharCode(8787)]:'≓',[String.fromCharCode(8788)]:'≔',[String.fromCharCode(8789)]:'≕',[String.fromCharCode(8790)]:'≖',[String.fromCharCode(8791)]:'≗',[String.fromCharCode(8793)]:'≙',[String.fromCharCode(8794)]:'≚',[String.fromCharCode(8796)]:'≜',[String.fromCharCode(8799)]:'≟',[String.fromCharCode(8800)]:'≠',[String.fromCharCode(8801)]:'≡',[String.fromCharCode(8802)]:'≢',[String.fromCharCode(8804)]:'≤',[String.fromCharCode(8805)]:'≥',[String.fromCharCode(8806)]:'≦',[String.fromCharCode(8807)]:'≧',[String.fromCharCode(8808)]:'≨',[String.fromCharCode(8809)]:'≩',[String.fromCharCode(8810)]:'≪',[String.fromCharCode(8811)]:'≫',[String.fromCharCode(8812)]:'≬',[String.fromCharCode(8813)]:'≭',[String.fromCharCode(8814)]:'≮',[String.fromCharCode(8815)]:'≯',[String.fromCharCode(8816)]:'≰',[String.fromCharCode(8817)]:'≱',[String.fromCharCode(8818)]:'≲',[String.fromCharCode(8819)]:'≳',[String.fromCharCode(8820)]:'≴',[String.fromCharCode(8821)]:'≵',[String.fromCharCode(8822)]:'≶',[String.fromCharCode(8823)]:'≷',[String.fromCharCode(8824)]:'≸',[String.fromCharCode(8825)]:'≹',[String.fromCharCode(8826)]:'≺',[String.fromCharCode(8827)]:'≻',[String.fromCharCode(8828)]:'≼',[String.fromCharCode(8829)]:'≽',[String.fromCharCode(8830)]:'≾',[String.fromCharCode(8831)]:'≿',[String.fromCharCode(8832)]:'⊀',[String.fromCharCode(8833)]:'⊁',[String.fromCharCode(8834)]:'⊂',[String.fromCharCode(8835)]:'⊃',[String.fromCharCode(8836)]:'⊄',[String.fromCharCode(8837)]:'⊅',[String.fromCharCode(8838)]:'⊆',[String.fromCharCode(8839)]:'⊇',[String.fromCharCode(8840)]:'⊈',[String.fromCharCode(8841)]:'⊉',[String.fromCharCode(8842)]:'⊊',[String.fromCharCode(8843)]:'⊋',[String.fromCharCode(8845)]:'⊍',[String.fromCharCode(8846)]:'⊎',[String.fromCharCode(8847)]:'⊏',[String.fromCharCode(8848)]:'⊐',[String.fromCharCode(8849)]:'⊑',[String.fromCharCode(8850)]:'⊒',[String.fromCharCode(8851)]:'⊓',[String.fromCharCode(8852)]:'⊔',[String.fromCharCode(8853)]:'⊕',[String.fromCharCode(8854)]:'⊖',[String.fromCharCode(8855)]:'⊗',[String.fromCharCode(8856)]:'⊘',[String.fromCharCode(8857)]:'⊙',[String.fromCharCode(8858)]:'⊚',[String.fromCharCode(8859)]:'⊛',[String.fromCharCode(8861)]:'⊝',[String.fromCharCode(8862)]:'⊞',[String.fromCharCode(8863)]:'⊟',[String.fromCharCode(8864)]:'⊠',[String.fromCharCode(8865)]:'⊡',[String.fromCharCode(8866)]:'⊢',[String.fromCharCode(8867)]:'⊣',[String.fromCharCode(8868)]:'⊤',[String.fromCharCode(8869)]:'⊥',[String.fromCharCode(8871)]:'⊧',[String.fromCharCode(8872)]:'⊨',[String.fromCharCode(8873)]:'⊩',[String.fromCharCode(8874)]:'⊪',[String.fromCharCode(8875)]:'⊫',[String.fromCharCode(8876)]:'⊬',[String.fromCharCode(8877)]:'⊭',[String.fromCharCode(8878)]:'⊮',[String.fromCharCode(8879)]:'⊯',[String.fromCharCode(8880)]:'⊰',[String.fromCharCode(8882)]:'⊲',[String.fromCharCode(8883)]:'⊳',[String.fromCharCode(8884)]:'⊴',[String.fromCharCode(8885)]:'⊵',[String.fromCharCode(8886)]:'⊶',[String.fromCharCode(8887)]:'⊷',[String.fromCharCode(8888)]:'⊸',[String.fromCharCode(8889)]:'⊹',[String.fromCharCode(8890)]:'⊺',[String.fromCharCode(8891)]:'⊻',[String.fromCharCode(8893)]:'⊽',[String.fromCharCode(8894)]:'⊾',[String.fromCharCode(8895)]:'⊿',[String.fromCharCode(8896)]:'⋀',[String.fromCharCode(8897)]:'⋁',[String.fromCharCode(8898)]:'⋂',[String.fromCharCode(8899)]:'⋃',[String.fromCharCode(8900)]:'⋄',[String.fromCharCode(8901)]:'⋅',[String.fromCharCode(8902)]:'⋆',[String.fromCharCode(8903)]:'⋇',[String.fromCharCode(8904)]:'⋈',[String.fromCharCode(8905)]:'⋉',[String.fromCharCode(8906)]:'⋊',[String.fromCharCode(8907)]:'⋋',[String.fromCharCode(8908)]:'⋌',[String.fromCharCode(8909)]:'⋍',[String.fromCharCode(8910)]:'⋎',[String.fromCharCode(8911)]:'⋏',[String.fromCharCode(8912)]:'⋐',[String.fromCharCode(8913)]:'⋑',[String.fromCharCode(8914)]:'⋒',[String.fromCharCode(8915)]:'⋓',[String.fromCharCode(8916)]:'⋔',[String.fromCharCode(8917)]:'⋕',[String.fromCharCode(8918)]:'⋖',[String.fromCharCode(8919)]:'⋗',[String.fromCharCode(8920)]:'⋘',[String.fromCharCode(8921)]:'⋙',[String.fromCharCode(8922)]:'⋚',[String.fromCharCode(8923)]:'⋛',[String.fromCharCode(8926)]:'⋞',[String.fromCharCode(8927)]:'⋟',[String.fromCharCode(8928)]:'⋠',[String.fromCharCode(8929)]:'⋡',[String.fromCharCode(8930)]:'⋢',[String.fromCharCode(8931)]:'⋣',[String.fromCharCode(8934)]:'⋦',[String.fromCharCode(8935)]:'⋧',[String.fromCharCode(8936)]:'⋨',[String.fromCharCode(8937)]:'⋩',[String.fromCharCode(8938)]:'⋪',[String.fromCharCode(8939)]:'⋫',[String.fromCharCode(8940)]:'⋬',[String.fromCharCode(8941)]:'⋭',[String.fromCharCode(8942)]:'⋮',[String.fromCharCode(8943)]:'⋯',[String.fromCharCode(8944)]:'⋰',[String.fromCharCode(8945)]:'⋱',[String.fromCharCode(8946)]:'⋲',[String.fromCharCode(8947)]:'⋳',[String.fromCharCode(8948)]:'⋴',[String.fromCharCode(8949)]:'⋵',[String.fromCharCode(8950)]:'⋶',[String.fromCharCode(8951)]:'⋷',[String.fromCharCode(8953)]:'⋹',[String.fromCharCode(8954)]:'⋺',[String.fromCharCode(8955)]:'⋻',[String.fromCharCode(8956)]:'⋼',[String.fromCharCode(8957)]:'⋽',[String.fromCharCode(8958)]:'⋾',[String.fromCharCode(8965)]:'⌅',[String.fromCharCode(8966)]:'⌆',[String.fromCharCode(8968)]:'⌈',[String.fromCharCode(8969)]:'⌉',[String.fromCharCode(8970)]:'⌊',[String.fromCharCode(8971)]:'⌋',[String.fromCharCode(8972)]:'⌌',[String.fromCharCode(8973)]:'⌍',[String.fromCharCode(8974)]:'⌎',[String.fromCharCode(8975)]:'⌏',[String.fromCharCode(8976)]:'⌐',[String.fromCharCode(8978)]:'⌒',[String.fromCharCode(8979)]:'⌓',[String.fromCharCode(8981)]:'⌕',[String.fromCharCode(8982)]:'⌖',[String.fromCharCode(8988)]:'⌜',[String.fromCharCode(8989)]:'⌝',[String.fromCharCode(8990)]:'⌞',[String.fromCharCode(8991)]:'⌟',[String.fromCharCode(8994)]:'⌢',[String.fromCharCode(8995)]:'⌣',[String.fromCharCode(9005)]:'⌭',[String.fromCharCode(9006)]:'⌮',[String.fromCharCode(9014)]:'⌶',[String.fromCharCode(9021)]:'⌽',[String.fromCharCode(9023)]:'⌿',[String.fromCharCode(9084)]:'⍼',[String.fromCharCode(9136)]:'⎰',[String.fromCharCode(9137)]:'⎱',[String.fromCharCode(9140)]:'⎴',[String.fromCharCode(9141)]:'⎵',[String.fromCharCode(9142)]:'⎶',[String.fromCharCode(9180)]:'⏜',[String.fromCharCode(9181)]:'⏝',[String.fromCharCode(9182)]:'⏞',[String.fromCharCode(9183)]:'⏟',[String.fromCharCode(9186)]:'⏢',[String.fromCharCode(9191)]:'⏧',[String.fromCharCode(9251)]:'␣',[String.fromCharCode(9416)]:'Ⓢ',[String.fromCharCode(9472)]:'─',[String.fromCharCode(9474)]:'│',[String.fromCharCode(9484)]:'┌',[String.fromCharCode(9488)]:'┐',[String.fromCharCode(9492)]:'└',[String.fromCharCode(9496)]:'┘',[String.fromCharCode(9500)]:'├',[String.fromCharCode(9508)]:'┤',[String.fromCharCode(9516)]:'┬',[String.fromCharCode(9524)]:'┴',[String.fromCharCode(9532)]:'┼',[String.fromCharCode(9552)]:'═',[String.fromCharCode(9553)]:'║',[String.fromCharCode(9554)]:'╒',[String.fromCharCode(9555)]:'╓',[String.fromCharCode(9556)]:'╔',[String.fromCharCode(9557)]:'╕',[String.fromCharCode(9558)]:'╖',[String.fromCharCode(9559)]:'╗',[String.fromCharCode(9560)]:'╘',[String.fromCharCode(9561)]:'╙',[String.fromCharCode(9562)]:'╚',[String.fromCharCode(9563)]:'╛',[String.fromCharCode(9564)]:'╜',[String.fromCharCode(9565)]:'╝',[String.fromCharCode(9566)]:'╞',[String.fromCharCode(9567)]:'╟',[String.fromCharCode(9568)]:'╠',[String.fromCharCode(9569)]:'╡',[String.fromCharCode(9570)]:'╢',[String.fromCharCode(9571)]:'╣',[String.fromCharCode(9572)]:'╤',[String.fromCharCode(9573)]:'╥',[String.fromCharCode(9574)]:'╦',[String.fromCharCode(9575)]:'╧',[String.fromCharCode(9576)]:'╨',[String.fromCharCode(9577)]:'╩',[String.fromCharCode(9578)]:'╪',[String.fromCharCode(9579)]:'╫',[String.fromCharCode(9580)]:'╬',[String.fromCharCode(9600)]:'▀',[String.fromCharCode(9604)]:'▄',[String.fromCharCode(9608)]:'█',[String.fromCharCode(9617)]:'░',[String.fromCharCode(9618)]:'▒',[String.fromCharCode(9619)]:'▓',[String.fromCharCode(9633)]:'□',[String.fromCharCode(9642)]:'▪',[String.fromCharCode(9643)]:'▫',[String.fromCharCode(9645)]:'▭',[String.fromCharCode(9646)]:'▮',[String.fromCharCode(9649)]:'▱',[String.fromCharCode(9651)]:'△',[String.fromCharCode(9652)]:'▴',[String.fromCharCode(9653)]:'▵',[String.fromCharCode(9656)]:'▸',[String.fromCharCode(9657)]:'▹',[String.fromCharCode(9661)]:'▽',[String.fromCharCode(9662)]:'▾',[String.fromCharCode(9663)]:'▿',[String.fromCharCode(9666)]:'◂',[String.fromCharCode(9667)]:'◃',[String.fromCharCode(9674)]:'◊',[String.fromCharCode(9675)]:'○',[String.fromCharCode(9708)]:'◬',[String.fromCharCode(9711)]:'◯',[String.fromCharCode(9720)]:'◸',[String.fromCharCode(9721)]:'◹',[String.fromCharCode(9722)]:'◺',[String.fromCharCode(9723)]:'◻',[String.fromCharCode(9724)]:'◼',[String.fromCharCode(9733)]:'★',[String.fromCharCode(9734)]:'☆',[String.fromCharCode(9742)]:'☎',[String.fromCharCode(9792)]:'♀',[String.fromCharCode(9794)]:'♂',[String.fromCharCode(9824)]:'♠',[String.fromCharCode(9827)]:'♣',[String.fromCharCode(9829)]:'♥',[String.fromCharCode(9830)]:'♦',[String.fromCharCode(9834)]:'♪',[String.fromCharCode(9837)]:'♭',[String.fromCharCode(9838)]:'♮',[String.fromCharCode(9839)]:'♯',[String.fromCharCode(10003)]:'✓',[String.fromCharCode(10007)]:'✗',[String.fromCharCode(10016)]:'✠',[String.fromCharCode(10038)]:'✶',[String.fromCharCode(10072)]:'❘',[String.fromCharCode(10098)]:'❲',[String.fromCharCode(10099)]:'❳',[String.fromCharCode(10214)]:'⟦',[String.fromCharCode(10215)]:'⟧',[String.fromCharCode(10216)]:'⟨',[String.fromCharCode(10217)]:'⟩',[String.fromCharCode(10218)]:'⟪',[String.fromCharCode(10219)]:'⟫',[String.fromCharCode(10220)]:'⟬',[String.fromCharCode(10221)]:'⟭',[String.fromCharCode(10229)]:'⟵',[String.fromCharCode(10230)]:'⟶',[String.fromCharCode(10231)]:'⟷',[String.fromCharCode(10232)]:'⟸',[String.fromCharCode(10233)]:'⟹',[String.fromCharCode(10234)]:'⟺',[String.fromCharCode(10236)]:'⟼',[String.fromCharCode(10239)]:'⟿',[String.fromCharCode(10498)]:'⤂',[String.fromCharCode(10499)]:'⤃',[String.fromCharCode(10500)]:'⤄',[String.fromCharCode(10501)]:'⤅',[String.fromCharCode(10508)]:'⤌',[String.fromCharCode(10509)]:'⤍',[String.fromCharCode(10510)]:'⤎',[String.fromCharCode(10511)]:'⤏',[String.fromCharCode(10512)]:'⤐',[String.fromCharCode(10513)]:'⤑',[String.fromCharCode(10514)]:'⤒',[String.fromCharCode(10515)]:'⤓',[String.fromCharCode(10518)]:'⤖',[String.fromCharCode(10521)]:'⤙',[String.fromCharCode(10522)]:'⤚',[String.fromCharCode(10523)]:'⤛',[String.fromCharCode(10524)]:'⤜',[String.fromCharCode(10525)]:'⤝',[String.fromCharCode(10526)]:'⤞',[String.fromCharCode(10527)]:'⤟',[String.fromCharCode(10528)]:'⤠',[String.fromCharCode(10531)]:'⤣',[String.fromCharCode(10532)]:'⤤',[String.fromCharCode(10533)]:'⤥',[String.fromCharCode(10534)]:'⤦',[String.fromCharCode(10535)]:'⤧',[String.fromCharCode(10536)]:'⤨',[String.fromCharCode(10537)]:'⤩',[String.fromCharCode(10538)]:'⤪',[String.fromCharCode(10547)]:'⤳',[String.fromCharCode(10549)]:'⤵',[String.fromCharCode(10550)]:'⤶',[String.fromCharCode(10551)]:'⤷',[String.fromCharCode(10552)]:'⤸',[String.fromCharCode(10553)]:'⤹',[String.fromCharCode(10556)]:'⤼',[String.fromCharCode(10557)]:'⤽',[String.fromCharCode(10565)]:'⥅',[String.fromCharCode(10568)]:'⥈',[String.fromCharCode(10569)]:'⥉',[String.fromCharCode(10570)]:'⥊',[String.fromCharCode(10571)]:'⥋',[String.fromCharCode(10574)]:'⥎',[String.fromCharCode(10575)]:'⥏',[String.fromCharCode(10576)]:'⥐',[String.fromCharCode(10577)]:'⥑',[String.fromCharCode(10578)]:'⥒',[String.fromCharCode(10579)]:'⥓',[String.fromCharCode(10580)]:'⥔',[String.fromCharCode(10581)]:'⥕',[String.fromCharCode(10582)]:'⥖',[String.fromCharCode(10583)]:'⥗',[String.fromCharCode(10584)]:'⥘',[String.fromCharCode(10585)]:'⥙',[String.fromCharCode(10586)]:'⥚',[String.fromCharCode(10587)]:'⥛',[String.fromCharCode(10588)]:'⥜',[String.fromCharCode(10589)]:'⥝',[String.fromCharCode(10590)]:'⥞',[String.fromCharCode(10591)]:'⥟',[String.fromCharCode(10592)]:'⥠',[String.fromCharCode(10593)]:'⥡',[String.fromCharCode(10594)]:'⥢',[String.fromCharCode(10595)]:'⥣',[String.fromCharCode(10596)]:'⥤',[String.fromCharCode(10597)]:'⥥',[String.fromCharCode(10598)]:'⥦',[String.fromCharCode(10599)]:'⥧',[String.fromCharCode(10600)]:'⥨',[String.fromCharCode(10601)]:'⥩',[String.fromCharCode(10602)]:'⥪',[String.fromCharCode(10603)]:'⥫',[String.fromCharCode(10604)]:'⥬',[String.fromCharCode(10605)]:'⥭',[String.fromCharCode(10606)]:'⥮',[String.fromCharCode(10607)]:'⥯',[String.fromCharCode(10608)]:'⥰',[String.fromCharCode(10609)]:'⥱',[String.fromCharCode(10610)]:'⥲',[String.fromCharCode(10611)]:'⥳',[String.fromCharCode(10612)]:'⥴',[String.fromCharCode(10613)]:'⥵',[String.fromCharCode(10614)]:'⥶',[String.fromCharCode(10616)]:'⥸',[String.fromCharCode(10617)]:'⥹',[String.fromCharCode(10619)]:'⥻',[String.fromCharCode(10620)]:'⥼',[String.fromCharCode(10621)]:'⥽',[String.fromCharCode(10622)]:'⥾',[String.fromCharCode(10623)]:'⥿',[String.fromCharCode(10629)]:'⦅',[String.fromCharCode(10630)]:'⦆',[String.fromCharCode(10635)]:'⦋',[String.fromCharCode(10636)]:'⦌',[String.fromCharCode(10637)]:'⦍',[String.fromCharCode(10638)]:'⦎',[String.fromCharCode(10639)]:'⦏',[String.fromCharCode(10640)]:'⦐',[String.fromCharCode(10641)]:'⦑',[String.fromCharCode(10642)]:'⦒',[String.fromCharCode(10643)]:'⦓',[String.fromCharCode(10644)]:'⦔',[String.fromCharCode(10645)]:'⦕',[String.fromCharCode(10646)]:'⦖',[String.fromCharCode(10650)]:'⦚',[String.fromCharCode(10652)]:'⦜',[String.fromCharCode(10653)]:'⦝',[String.fromCharCode(10660)]:'⦤',[String.fromCharCode(10661)]:'⦥',[String.fromCharCode(10662)]:'⦦',[String.fromCharCode(10663)]:'⦧',[String.fromCharCode(10664)]:'⦨',[String.fromCharCode(10665)]:'⦩',[String.fromCharCode(10666)]:'⦪',[String.fromCharCode(10667)]:'⦫',[String.fromCharCode(10668)]:'⦬',[String.fromCharCode(10669)]:'⦭',[String.fromCharCode(10670)]:'⦮',[String.fromCharCode(10671)]:'⦯',[String.fromCharCode(10672)]:'⦰',[String.fromCharCode(10673)]:'⦱',[String.fromCharCode(10674)]:'⦲',[String.fromCharCode(10675)]:'⦳',[String.fromCharCode(10676)]:'⦴',[String.fromCharCode(10677)]:'⦵',[String.fromCharCode(10678)]:'⦶',[String.fromCharCode(10679)]:'⦷',[String.fromCharCode(10681)]:'⦹',[String.fromCharCode(10683)]:'⦻',[String.fromCharCode(10684)]:'⦼',[String.fromCharCode(10686)]:'⦾',[String.fromCharCode(10687)]:'⦿',[String.fromCharCode(10688)]:'⧀',[String.fromCharCode(10689)]:'⧁',[String.fromCharCode(10690)]:'⧂',[String.fromCharCode(10691)]:'⧃',[String.fromCharCode(10692)]:'⧄',[String.fromCharCode(10693)]:'⧅',[String.fromCharCode(10697)]:'⧉',[String.fromCharCode(10701)]:'⧍',[String.fromCharCode(10702)]:'⧎',[String.fromCharCode(10703)]:'⧏',[String.fromCharCode(10704)]:'⧐',[String.fromCharCode(10714)]:'∽̱',[String.fromCharCode(10716)]:'⧜',[String.fromCharCode(10717)]:'⧝',[String.fromCharCode(10718)]:'⧞',[String.fromCharCode(10723)]:'⧣',[String.fromCharCode(10724)]:'⧤',[String.fromCharCode(10725)]:'⧥',[String.fromCharCode(10731)]:'⧫',[String.fromCharCode(10740)]:'⧴',[String.fromCharCode(10742)]:'⧶',[String.fromCharCode(10752)]:'⨀',[String.fromCharCode(10753)]:'⨁',[String.fromCharCode(10754)]:'⨂',[String.fromCharCode(10756)]:'⨄',[String.fromCharCode(10758)]:'⨆',[String.fromCharCode(10764)]:'⨌',[String.fromCharCode(10765)]:'⨍',[String.fromCharCode(10768)]:'⨐',[String.fromCharCode(10769)]:'⨑',[String.fromCharCode(10770)]:'⨒',[String.fromCharCode(10771)]:'⨓',[String.fromCharCode(10772)]:'⨔',[String.fromCharCode(10773)]:'⨕',[String.fromCharCode(10774)]:'⨖',[String.fromCharCode(10775)]:'⨗',[String.fromCharCode(10786)]:'⨢',[String.fromCharCode(10787)]:'⨣',[String.fromCharCode(10788)]:'⨤',[String.fromCharCode(10789)]:'⨥',[String.fromCharCode(10790)]:'⨦',[String.fromCharCode(10791)]:'⨧',[String.fromCharCode(10793)]:'⨩',[String.fromCharCode(10794)]:'⨪',[String.fromCharCode(10797)]:'⨭',[String.fromCharCode(10798)]:'⨮',[String.fromCharCode(10799)]:'⨯',[String.fromCharCode(10800)]:'⨰',[String.fromCharCode(10801)]:'⨱',[String.fromCharCode(10803)]:'⨳',[String.fromCharCode(10804)]:'⨴',[String.fromCharCode(10805)]:'⨵',[String.fromCharCode(10806)]:'⨶',[String.fromCharCode(10807)]:'⨷',[String.fromCharCode(10808)]:'⨸',[String.fromCharCode(10809)]:'⨹',[String.fromCharCode(10810)]:'⨺',[String.fromCharCode(10811)]:'⨻',[String.fromCharCode(10812)]:'⨼',[String.fromCharCode(10815)]:'⨿',[String.fromCharCode(10816)]:'⩀',[String.fromCharCode(10818)]:'⩂',[String.fromCharCode(10819)]:'⩃',[String.fromCharCode(10820)]:'⩄',[String.fromCharCode(10821)]:'⩅',[String.fromCharCode(10822)]:'⩆',[String.fromCharCode(10823)]:'⩇',[String.fromCharCode(10824)]:'⩈',[String.fromCharCode(10825)]:'⩉',[String.fromCharCode(10826)]:'⩊',[String.fromCharCode(10827)]:'⩋',[String.fromCharCode(10828)]:'⩌',[String.fromCharCode(10829)]:'⩍',[String.fromCharCode(10832)]:'⩐',[String.fromCharCode(10835)]:'⩓',[String.fromCharCode(10836)]:'⩔',[String.fromCharCode(10837)]:'⩕',[String.fromCharCode(10838)]:'⩖',[String.fromCharCode(10839)]:'⩗',[String.fromCharCode(10840)]:'⩘',[String.fromCharCode(10842)]:'⩚',[String.fromCharCode(10843)]:'⩛',[String.fromCharCode(10844)]:'⩜',[String.fromCharCode(10845)]:'⩝',[String.fromCharCode(10847)]:'⩟',[String.fromCharCode(10854)]:'⩦',[String.fromCharCode(10858)]:'⩪',[String.fromCharCode(10861)]:'⩭',[String.fromCharCode(10862)]:'⩮',[String.fromCharCode(10863)]:'⩯',[String.fromCharCode(10864)]:'⩰',[String.fromCharCode(10865)]:'⩱',[String.fromCharCode(10866)]:'⩲',[String.fromCharCode(10867)]:'⩳',[String.fromCharCode(10868)]:'⩴',[String.fromCharCode(10869)]:'⩵',[String.fromCharCode(10871)]:'⩷',[String.fromCharCode(10872)]:'⩸',[String.fromCharCode(10873)]:'⩹',[String.fromCharCode(10874)]:'⩺',[String.fromCharCode(10875)]:'⩻',[String.fromCharCode(10876)]:'⩼',[String.fromCharCode(10877)]:'⩽',[String.fromCharCode(10878)]:'⩾',[String.fromCharCode(10879)]:'⩿',[String.fromCharCode(10880)]:'⪀',[String.fromCharCode(10881)]:'⪁',[String.fromCharCode(10882)]:'⪂',[String.fromCharCode(10883)]:'⪃',[String.fromCharCode(10884)]:'⪄',[String.fromCharCode(10885)]:'⪅',[String.fromCharCode(10886)]:'⪆',[String.fromCharCode(10887)]:'⪇',[String.fromCharCode(10888)]:'⪈',[String.fromCharCode(10889)]:'⪉',[String.fromCharCode(10890)]:'⪊',[String.fromCharCode(10891)]:'⪋',[String.fromCharCode(10892)]:'⪌',[String.fromCharCode(10893)]:'⪍',[String.fromCharCode(10894)]:'⪎',[String.fromCharCode(10895)]:'⪏',[String.fromCharCode(10896)]:'⪐',[String.fromCharCode(10897)]:'⪑',[String.fromCharCode(10898)]:'⪒',[String.fromCharCode(10899)]:'⪓',[String.fromCharCode(10900)]:'⪔',[String.fromCharCode(10901)]:'⪕',[String.fromCharCode(10902)]:'⪖',[String.fromCharCode(10903)]:'⪗',[String.fromCharCode(10904)]:'⪘',[String.fromCharCode(10905)]:'⪙',[String.fromCharCode(10906)]:'⪚',[String.fromCharCode(10909)]:'⪝',[String.fromCharCode(10910)]:'⪞',[String.fromCharCode(10911)]:'⪟',[String.fromCharCode(10912)]:'⪠',[String.fromCharCode(10913)]:'⪡',[String.fromCharCode(10914)]:'⪢',[String.fromCharCode(10916)]:'⪤',[String.fromCharCode(10917)]:'⪥',[String.fromCharCode(10918)]:'⪦',[String.fromCharCode(10919)]:'⪧',[String.fromCharCode(10920)]:'⪨',[String.fromCharCode(10921)]:'⪩',[String.fromCharCode(10922)]:'⪪',[String.fromCharCode(10923)]:'⪫',[String.fromCharCode(10924)]:'⪬',[String.fromCharCode(10925)]:'⪭',[String.fromCharCode(10926)]:'⪮',[String.fromCharCode(10927)]:'⪯',[String.fromCharCode(10928)]:'⪰',[String.fromCharCode(10931)]:'⪳',[String.fromCharCode(10932)]:'⪴',[String.fromCharCode(10933)]:'⪵',[String.fromCharCode(10934)]:'⪶',[String.fromCharCode(10935)]:'⪷',[String.fromCharCode(10936)]:'⪸',[String.fromCharCode(10937)]:'⪹',[String.fromCharCode(10938)]:'⪺',[String.fromCharCode(10939)]:'⪻',[String.fromCharCode(10940)]:'⪼',[String.fromCharCode(10941)]:'⪽',[String.fromCharCode(10942)]:'⪾',[String.fromCharCode(10943)]:'⪿',[String.fromCharCode(10944)]:'⫀',[String.fromCharCode(10945)]:'⫁',[String.fromCharCode(10946)]:'⫂',[String.fromCharCode(10947)]:'⫃',[String.fromCharCode(10948)]:'⫄',[String.fromCharCode(10949)]:'⫅',[String.fromCharCode(10950)]:'⫆',[String.fromCharCode(10951)]:'⫇',[String.fromCharCode(10952)]:'⫈',[String.fromCharCode(10955)]:'⫋',[String.fromCharCode(10956)]:'⫌',[String.fromCharCode(10959)]:'⫏',[String.fromCharCode(10960)]:'⫐',[String.fromCharCode(10961)]:'⫑',[String.fromCharCode(10962)]:'⫒',[String.fromCharCode(10963)]:'⫓',[String.fromCharCode(10964)]:'⫔',[String.fromCharCode(10965)]:'⫕',[String.fromCharCode(10966)]:'⫖',[String.fromCharCode(10967)]:'⫗',[String.fromCharCode(10968)]:'⫘',[String.fromCharCode(10969)]:'⫙',[String.fromCharCode(10970)]:'⫚',[String.fromCharCode(10971)]:'⫛',[String.fromCharCode(10980)]:'⫤',[String.fromCharCode(10982)]:'⫦',[String.fromCharCode(10983)]:'⫧',[String.fromCharCode(10984)]:'⫨',[String.fromCharCode(10985)]:'⫩',[String.fromCharCode(10987)]:'⫫',[String.fromCharCode(10988)]:'⫬',[String.fromCharCode(10989)]:'⫭',[String.fromCharCode(10990)]:'⫮',[String.fromCharCode(10991)]:'⫯',[String.fromCharCode(10992)]:'⫰',[String.fromCharCode(10993)]:'⫱',[String.fromCharCode(10994)]:'⫲',[String.fromCharCode(10995)]:'⫳',[String.fromCharCode(11005)]:'⫽',[String.fromCharCode(64256)]:'ff',[String.fromCharCode(64257)]:'fi',[String.fromCharCode(64258)]:'fl',[String.fromCharCode(64259)]:'ffi',[String.fromCharCode(64260)]:'ffl',[String.fromCharCode(119964)]:'𝒜',[String.fromCharCode(119966)]:'𝒞',[String.fromCharCode(119967)]:'𝒟',[String.fromCharCode(119970)]:'𝒢',[String.fromCharCode(119973)]:'𝒥',[String.fromCharCode(119974)]:'𝒦',[String.fromCharCode(119977)]:'𝒩',[String.fromCharCode(119978)]:'𝒪',[String.fromCharCode(119979)]:'𝒫',[String.fromCharCode(119980)]:'𝒬',[String.fromCharCode(119982)]:'𝒮',[String.fromCharCode(119983)]:'𝒯',[String.fromCharCode(119984)]:'𝒰',[String.fromCharCode(119985)]:'𝒱',[String.fromCharCode(119986)]:'𝒲',[String.fromCharCode(119987)]:'𝒳',[String.fromCharCode(119988)]:'𝒴',[String.fromCharCode(119989)]:'𝒵',[String.fromCharCode(119990)]:'𝒶',[String.fromCharCode(119991)]:'𝒷',[String.fromCharCode(119992)]:'𝒸',[String.fromCharCode(119993)]:'𝒹',[String.fromCharCode(119995)]:'𝒻',[String.fromCharCode(119997)]:'𝒽',[String.fromCharCode(119998)]:'𝒾',[String.fromCharCode(119999)]:'𝒿',[String.fromCharCode(120000)]:'𝓀',[String.fromCharCode(120001)]:'𝓁',[String.fromCharCode(120002)]:'𝓂',[String.fromCharCode(120003)]:'𝓃',[String.fromCharCode(120005)]:'𝓅',[String.fromCharCode(120006)]:'𝓆',[String.fromCharCode(120007)]:'𝓇',[String.fromCharCode(120008)]:'𝓈',[String.fromCharCode(120009)]:'𝓉',[String.fromCharCode(120010)]:'𝓊',[String.fromCharCode(120011)]:'𝓋',[String.fromCharCode(120012)]:'𝓌',[String.fromCharCode(120013)]:'𝓍',[String.fromCharCode(120014)]:'𝓎',[String.fromCharCode(120015)]:'𝓏',[String.fromCharCode(120068)]:'𝔄',[String.fromCharCode(120069)]:'𝔅',[String.fromCharCode(120071)]:'𝔇',[String.fromCharCode(120072)]:'𝔈',[String.fromCharCode(120073)]:'𝔉',[String.fromCharCode(120074)]:'𝔊',[String.fromCharCode(120077)]:'𝔍',[String.fromCharCode(120078)]:'𝔎',[String.fromCharCode(120079)]:'𝔏',[String.fromCharCode(120080)]:'𝔐',[String.fromCharCode(120081)]:'𝔑',[String.fromCharCode(120082)]:'𝔒',[String.fromCharCode(120083)]:'𝔓',[String.fromCharCode(120084)]:'𝔔',[String.fromCharCode(120086)]:'𝔖',[String.fromCharCode(120087)]:'𝔗',[String.fromCharCode(120088)]:'𝔘',[String.fromCharCode(120089)]:'𝔙',[String.fromCharCode(120090)]:'𝔚',[String.fromCharCode(120091)]:'𝔛',[String.fromCharCode(120092)]:'𝔜',[String.fromCharCode(120094)]:'𝔞',[String.fromCharCode(120095)]:'𝔟',[String.fromCharCode(120096)]:'𝔠',[String.fromCharCode(120097)]:'𝔡',[String.fromCharCode(120098)]:'𝔢',[String.fromCharCode(120099)]:'𝔣',[String.fromCharCode(120100)]:'𝔤',[String.fromCharCode(120101)]:'𝔥',[String.fromCharCode(120102)]:'𝔦',[String.fromCharCode(120103)]:'𝔧',[String.fromCharCode(120104)]:'𝔨',[String.fromCharCode(120105)]:'𝔩',[String.fromCharCode(120106)]:'𝔪',[String.fromCharCode(120107)]:'𝔫',[String.fromCharCode(120108)]:'𝔬',[String.fromCharCode(120109)]:'𝔭',[String.fromCharCode(120110)]:'𝔮',[String.fromCharCode(120111)]:'𝔯',[String.fromCharCode(120112)]:'𝔰',[String.fromCharCode(120113)]:'𝔱',[String.fromCharCode(120114)]:'𝔲',[String.fromCharCode(120115)]:'𝔳',[String.fromCharCode(120116)]:'𝔴',[String.fromCharCode(120117)]:'𝔵',[String.fromCharCode(120118)]:'𝔶',[String.fromCharCode(120119)]:'𝔷',[String.fromCharCode(120120)]:'𝔸',[String.fromCharCode(120121)]:'𝔹',[String.fromCharCode(120123)]:'𝔻',[String.fromCharCode(120124)]:'𝔼',[String.fromCharCode(120125)]:'𝔽',[String.fromCharCode(120126)]:'𝔾',[String.fromCharCode(120128)]:'𝕀',[String.fromCharCode(120129)]:'𝕁',[String.fromCharCode(120130)]:'𝕂',[String.fromCharCode(120131)]:'𝕃',[String.fromCharCode(120132)]:'𝕄',[String.fromCharCode(120134)]:'𝕆',[String.fromCharCode(120138)]:'𝕊',[String.fromCharCode(120139)]:'𝕋',[String.fromCharCode(120140)]:'𝕌',[String.fromCharCode(120141)]:'𝕍',[String.fromCharCode(120142)]:'𝕎',[String.fromCharCode(120143)]:'𝕏',[String.fromCharCode(120144)]:'𝕐',[String.fromCharCode(120146)]:'𝕒',[String.fromCharCode(120147)]:'𝕓',[String.fromCharCode(120148)]:'𝕔',[String.fromCharCode(120149)]:'𝕕',[String.fromCharCode(120150)]:'𝕖',[String.fromCharCode(120151)]:'𝕗',[String.fromCharCode(120152)]:'𝕘',[String.fromCharCode(120153)]:'𝕙',[String.fromCharCode(120154)]:'𝕚',[String.fromCharCode(120155)]:'𝕛',[String.fromCharCode(120156)]:'𝕜',[String.fromCharCode(120157)]:'𝕝',[String.fromCharCode(120158)]:'𝕞',[String.fromCharCode(120159)]:'𝕟',[String.fromCharCode(120160)]:'𝕠',[String.fromCharCode(120161)]:'𝕡',[String.fromCharCode(120162)]:'𝕢',[String.fromCharCode(120163)]:'𝕣',[String.fromCharCode(120164)]:'𝕤',[String.fromCharCode(120165)]:'𝕥',[String.fromCharCode(120166)]:'𝕦',[String.fromCharCode(120167)]:'𝕧',[String.fromCharCode(120168)]:'𝕨',[String.fromCharCode(120169)]:'𝕩',[String.fromCharCode(120170)]:'𝕪',[String.fromCharCode(120171)]:'𝕫'};exports.default=_default;
"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports.default=void 0;var _default={[String.fromCodePoint(9)]:'	',[String.fromCodePoint(10)]:'
',[String.fromCodePoint(33)]:'!',[String.fromCodePoint(34)]:'"',[String.fromCodePoint(35)]:'#',[String.fromCodePoint(36)]:'$',[String.fromCodePoint(37)]:'%',[String.fromCodePoint(38)]:'&',[String.fromCodePoint(39)]:''',[String.fromCodePoint(40)]:'(',[String.fromCodePoint(41)]:')',[String.fromCodePoint(42)]:'*',[String.fromCodePoint(43)]:'+',[String.fromCodePoint(44)]:',',[String.fromCodePoint(46)]:'.',[String.fromCodePoint(47)]:'/',[String.fromCodePoint(58)]:':',[String.fromCodePoint(59)]:';',[String.fromCodePoint(60)]:'<',[String.fromCodePoint(61)]:'=',[String.fromCodePoint(62)]:'>',[String.fromCodePoint(63)]:'?',[String.fromCodePoint(64)]:'@',[String.fromCodePoint(91)]:'[',[String.fromCodePoint(92)]:'\',[String.fromCodePoint(93)]:']',[String.fromCodePoint(94)]:'^',[String.fromCodePoint(95)]:'_',[String.fromCodePoint(96)]:'`',[String.fromCodePoint(123)]:'{',[String.fromCodePoint(124)]:'|',[String.fromCodePoint(125)]:'}',[String.fromCodePoint(160)]:' ',[String.fromCodePoint(161)]:'¡',[String.fromCodePoint(162)]:'¢',[String.fromCodePoint(163)]:'£',[String.fromCodePoint(164)]:'¤',[String.fromCodePoint(165)]:'¥',[String.fromCodePoint(166)]:'¦',[String.fromCodePoint(167)]:'§',[String.fromCodePoint(168)]:'¨',[String.fromCodePoint(169)]:'©',[String.fromCodePoint(170)]:'ª',[String.fromCodePoint(171)]:'«',[String.fromCodePoint(172)]:'¬',[String.fromCodePoint(173)]:'­',[String.fromCodePoint(174)]:'®',[String.fromCodePoint(175)]:'¯',[String.fromCodePoint(176)]:'°',[String.fromCodePoint(177)]:'±',[String.fromCodePoint(178)]:'²',[String.fromCodePoint(179)]:'³',[String.fromCodePoint(180)]:'´',[String.fromCodePoint(181)]:'µ',[String.fromCodePoint(182)]:'¶',[String.fromCodePoint(183)]:'·',[String.fromCodePoint(184)]:'¸',[String.fromCodePoint(185)]:'¹',[String.fromCodePoint(186)]:'º',[String.fromCodePoint(187)]:'»',[String.fromCodePoint(188)]:'¼',[String.fromCodePoint(189)]:'½',[String.fromCodePoint(190)]:'¾',[String.fromCodePoint(191)]:'¿',[String.fromCodePoint(192)]:'À',[String.fromCodePoint(193)]:'Á',[String.fromCodePoint(194)]:'Â',[String.fromCodePoint(195)]:'Ã',[String.fromCodePoint(196)]:'Ä',[String.fromCodePoint(197)]:'Å',[String.fromCodePoint(198)]:'Æ',[String.fromCodePoint(199)]:'Ç',[String.fromCodePoint(200)]:'È',[String.fromCodePoint(201)]:'É',[String.fromCodePoint(202)]:'Ê',[String.fromCodePoint(203)]:'Ë',[String.fromCodePoint(204)]:'Ì',[String.fromCodePoint(205)]:'Í',[String.fromCodePoint(206)]:'Î',[String.fromCodePoint(207)]:'Ï',[String.fromCodePoint(208)]:'Ð',[String.fromCodePoint(209)]:'Ñ',[String.fromCodePoint(210)]:'Ò',[String.fromCodePoint(211)]:'Ó',[String.fromCodePoint(212)]:'Ô',[String.fromCodePoint(213)]:'Õ',[String.fromCodePoint(214)]:'Ö',[String.fromCodePoint(215)]:'×',[String.fromCodePoint(216)]:'Ø',[String.fromCodePoint(217)]:'Ù',[String.fromCodePoint(218)]:'Ú',[String.fromCodePoint(219)]:'Û',[String.fromCodePoint(220)]:'Ü',[String.fromCodePoint(221)]:'Ý',[String.fromCodePoint(222)]:'Þ',[String.fromCodePoint(223)]:'ß',[String.fromCodePoint(224)]:'à',[String.fromCodePoint(225)]:'á',[String.fromCodePoint(226)]:'â',[String.fromCodePoint(227)]:'ã',[String.fromCodePoint(228)]:'ä',[String.fromCodePoint(229)]:'å',[String.fromCodePoint(230)]:'æ',[String.fromCodePoint(231)]:'ç',[String.fromCodePoint(232)]:'è',[String.fromCodePoint(233)]:'é',[String.fromCodePoint(234)]:'ê',[String.fromCodePoint(235)]:'ë',[String.fromCodePoint(236)]:'ì',[String.fromCodePoint(237)]:'í',[String.fromCodePoint(238)]:'î',[String.fromCodePoint(239)]:'ï',[String.fromCodePoint(240)]:'ð',[String.fromCodePoint(241)]:'ñ',[String.fromCodePoint(242)]:'ò',[String.fromCodePoint(243)]:'ó',[String.fromCodePoint(244)]:'ô',[String.fromCodePoint(245)]:'õ',[String.fromCodePoint(246)]:'ö',[String.fromCodePoint(247)]:'÷',[String.fromCodePoint(248)]:'ø',[String.fromCodePoint(249)]:'ù',[String.fromCodePoint(250)]:'ú',[String.fromCodePoint(251)]:'û',[String.fromCodePoint(252)]:'ü',[String.fromCodePoint(253)]:'ý',[String.fromCodePoint(254)]:'þ',[String.fromCodePoint(255)]:'ÿ',[String.fromCodePoint(256)]:'Ā',[String.fromCodePoint(257)]:'ā',[String.fromCodePoint(258)]:'Ă',[String.fromCodePoint(259)]:'ă',[String.fromCodePoint(260)]:'Ą',[String.fromCodePoint(261)]:'ą',[String.fromCodePoint(262)]:'Ć',[String.fromCodePoint(263)]:'ć',[String.fromCodePoint(264)]:'Ĉ',[String.fromCodePoint(265)]:'ĉ',[String.fromCodePoint(266)]:'Ċ',[String.fromCodePoint(267)]:'ċ',[String.fromCodePoint(268)]:'Č',[String.fromCodePoint(269)]:'č',[String.fromCodePoint(270)]:'Ď',[String.fromCodePoint(271)]:'ď',[String.fromCodePoint(272)]:'Đ',[String.fromCodePoint(273)]:'đ',[String.fromCodePoint(274)]:'Ē',[String.fromCodePoint(275)]:'ē',[String.fromCodePoint(278)]:'Ė',[String.fromCodePoint(279)]:'ė',[String.fromCodePoint(280)]:'Ę',[String.fromCodePoint(281)]:'ę',[String.fromCodePoint(282)]:'Ě',[String.fromCodePoint(283)]:'ě',[String.fromCodePoint(284)]:'Ĝ',[String.fromCodePoint(285)]:'ĝ',[String.fromCodePoint(286)]:'Ğ',[String.fromCodePoint(287)]:'ğ',[String.fromCodePoint(288)]:'Ġ',[String.fromCodePoint(289)]:'ġ',[String.fromCodePoint(290)]:'Ģ',[String.fromCodePoint(292)]:'Ĥ',[String.fromCodePoint(293)]:'ĥ',[String.fromCodePoint(294)]:'Ħ',[String.fromCodePoint(295)]:'ħ',[String.fromCodePoint(296)]:'Ĩ',[String.fromCodePoint(297)]:'ĩ',[String.fromCodePoint(298)]:'Ī',[String.fromCodePoint(299)]:'ī',[String.fromCodePoint(302)]:'Į',[String.fromCodePoint(303)]:'į',[String.fromCodePoint(304)]:'İ',[String.fromCodePoint(305)]:'ı',[String.fromCodePoint(306)]:'IJ',[String.fromCodePoint(307)]:'ij',[String.fromCodePoint(308)]:'Ĵ',[String.fromCodePoint(309)]:'ĵ',[String.fromCodePoint(310)]:'Ķ',[String.fromCodePoint(311)]:'ķ',[String.fromCodePoint(312)]:'ĸ',[String.fromCodePoint(313)]:'Ĺ',[String.fromCodePoint(314)]:'ĺ',[String.fromCodePoint(315)]:'Ļ',[String.fromCodePoint(316)]:'ļ',[String.fromCodePoint(317)]:'Ľ',[String.fromCodePoint(318)]:'ľ',[String.fromCodePoint(319)]:'Ŀ',[String.fromCodePoint(320)]:'ŀ',[String.fromCodePoint(321)]:'Ł',[String.fromCodePoint(322)]:'ł',[String.fromCodePoint(323)]:'Ń',[String.fromCodePoint(324)]:'ń',[String.fromCodePoint(325)]:'Ņ',[String.fromCodePoint(326)]:'ņ',[String.fromCodePoint(327)]:'Ň',[String.fromCodePoint(328)]:'ň',[String.fromCodePoint(329)]:'ʼn',[String.fromCodePoint(330)]:'Ŋ',[String.fromCodePoint(331)]:'ŋ',[String.fromCodePoint(332)]:'Ō',[String.fromCodePoint(333)]:'ō',[String.fromCodePoint(336)]:'Ő',[String.fromCodePoint(337)]:'ő',[String.fromCodePoint(338)]:'Œ',[String.fromCodePoint(339)]:'œ',[String.fromCodePoint(340)]:'Ŕ',[String.fromCodePoint(341)]:'ŕ',[String.fromCodePoint(342)]:'Ŗ',[String.fromCodePoint(343)]:'ŗ',[String.fromCodePoint(344)]:'Ř',[String.fromCodePoint(345)]:'ř',[String.fromCodePoint(346)]:'Ś',[String.fromCodePoint(347)]:'ś',[String.fromCodePoint(348)]:'Ŝ',[String.fromCodePoint(349)]:'ŝ',[String.fromCodePoint(350)]:'Ş',[String.fromCodePoint(351)]:'ş',[String.fromCodePoint(352)]:'Š',[String.fromCodePoint(353)]:'š',[String.fromCodePoint(354)]:'Ţ',[String.fromCodePoint(355)]:'ţ',[String.fromCodePoint(356)]:'Ť',[String.fromCodePoint(357)]:'ť',[String.fromCodePoint(358)]:'Ŧ',[String.fromCodePoint(359)]:'ŧ',[String.fromCodePoint(360)]:'Ũ',[String.fromCodePoint(361)]:'ũ',[String.fromCodePoint(362)]:'Ū',[String.fromCodePoint(363)]:'ū',[String.fromCodePoint(364)]:'Ŭ',[String.fromCodePoint(365)]:'ŭ',[String.fromCodePoint(366)]:'Ů',[String.fromCodePoint(367)]:'ů',[String.fromCodePoint(368)]:'Ű',[String.fromCodePoint(369)]:'ű',[String.fromCodePoint(370)]:'Ų',[String.fromCodePoint(371)]:'ų',[String.fromCodePoint(372)]:'Ŵ',[String.fromCodePoint(373)]:'ŵ',[String.fromCodePoint(374)]:'Ŷ',[String.fromCodePoint(375)]:'ŷ',[String.fromCodePoint(376)]:'Ÿ',[String.fromCodePoint(377)]:'Ź',[String.fromCodePoint(378)]:'ź',[String.fromCodePoint(379)]:'Ż',[String.fromCodePoint(380)]:'ż',[String.fromCodePoint(381)]:'Ž',[String.fromCodePoint(382)]:'ž',[String.fromCodePoint(402)]:'ƒ',[String.fromCodePoint(437)]:'Ƶ',[String.fromCodePoint(501)]:'ǵ',[String.fromCodePoint(567)]:'ȷ',[String.fromCodePoint(710)]:'ˆ',[String.fromCodePoint(711)]:'ˇ',[String.fromCodePoint(728)]:'˘',[String.fromCodePoint(729)]:'˙',[String.fromCodePoint(730)]:'˚',[String.fromCodePoint(731)]:'˛',[String.fromCodePoint(732)]:'˜',[String.fromCodePoint(733)]:'˝',[String.fromCodePoint(785)]:'̑',[String.fromCodePoint(818)]:'_',[String.fromCodePoint(913)]:'Α',[String.fromCodePoint(914)]:'Β',[String.fromCodePoint(915)]:'Γ',[String.fromCodePoint(916)]:'Δ',[String.fromCodePoint(917)]:'Ε',[String.fromCodePoint(918)]:'Ζ',[String.fromCodePoint(919)]:'Η',[String.fromCodePoint(920)]:'Θ',[String.fromCodePoint(921)]:'Ι',[String.fromCodePoint(922)]:'Κ',[String.fromCodePoint(923)]:'Λ',[String.fromCodePoint(924)]:'Μ',[String.fromCodePoint(925)]:'Ν',[String.fromCodePoint(926)]:'Ξ',[String.fromCodePoint(927)]:'Ο',[String.fromCodePoint(928)]:'Π',[String.fromCodePoint(929)]:'Ρ',[String.fromCodePoint(931)]:'Σ',[String.fromCodePoint(932)]:'Τ',[String.fromCodePoint(933)]:'Υ',[String.fromCodePoint(934)]:'Φ',[String.fromCodePoint(935)]:'Χ',[String.fromCodePoint(936)]:'Ψ',[String.fromCodePoint(937)]:'Ω',[String.fromCodePoint(945)]:'α',[String.fromCodePoint(946)]:'β',[String.fromCodePoint(947)]:'γ',[String.fromCodePoint(948)]:'δ',[String.fromCodePoint(949)]:'ε',[String.fromCodePoint(950)]:'ζ',[String.fromCodePoint(951)]:'η',[String.fromCodePoint(952)]:'θ',[String.fromCodePoint(953)]:'ι',[String.fromCodePoint(954)]:'κ',[String.fromCodePoint(955)]:'λ',[String.fromCodePoint(956)]:'μ',[String.fromCodePoint(957)]:'ν',[String.fromCodePoint(958)]:'ξ',[String.fromCodePoint(959)]:'ο',[String.fromCodePoint(960)]:'π',[String.fromCodePoint(961)]:'ρ',[String.fromCodePoint(962)]:'ς',[String.fromCodePoint(963)]:'σ',[String.fromCodePoint(964)]:'τ',[String.fromCodePoint(965)]:'υ',[String.fromCodePoint(966)]:'ϕ',[String.fromCodePoint(967)]:'χ',[String.fromCodePoint(968)]:'ψ',[String.fromCodePoint(969)]:'ω',[String.fromCodePoint(977)]:'ϑ',[String.fromCodePoint(978)]:'ϒ',[String.fromCodePoint(981)]:'ϕ',[String.fromCodePoint(982)]:'ϖ',[String.fromCodePoint(988)]:'Ϝ',[String.fromCodePoint(989)]:'ϝ',[String.fromCodePoint(1008)]:'ϰ',[String.fromCodePoint(1009)]:'ϱ',[String.fromCodePoint(1013)]:'ϵ',[String.fromCodePoint(1014)]:'϶',[String.fromCodePoint(1025)]:'Ё',[String.fromCodePoint(1026)]:'Ђ',[String.fromCodePoint(1027)]:'Ѓ',[String.fromCodePoint(1028)]:'Є',[String.fromCodePoint(1029)]:'Ѕ',[String.fromCodePoint(1030)]:'І',[String.fromCodePoint(1031)]:'Ї',[String.fromCodePoint(1032)]:'Ј',[String.fromCodePoint(1033)]:'Љ',[String.fromCodePoint(1034)]:'Њ',[String.fromCodePoint(1035)]:'Ћ',[String.fromCodePoint(1036)]:'Ќ',[String.fromCodePoint(1038)]:'Ў',[String.fromCodePoint(1039)]:'Џ',[String.fromCodePoint(1040)]:'А',[String.fromCodePoint(1041)]:'Б',[String.fromCodePoint(1042)]:'В',[String.fromCodePoint(1043)]:'Г',[String.fromCodePoint(1044)]:'Д',[String.fromCodePoint(1045)]:'Е',[String.fromCodePoint(1046)]:'Ж',[String.fromCodePoint(1047)]:'З',[String.fromCodePoint(1048)]:'И',[String.fromCodePoint(1049)]:'Й',[String.fromCodePoint(1050)]:'К',[String.fromCodePoint(1051)]:'Л',[String.fromCodePoint(1052)]:'М',[String.fromCodePoint(1053)]:'Н',[String.fromCodePoint(1054)]:'О',[String.fromCodePoint(1055)]:'П',[String.fromCodePoint(1056)]:'Р',[String.fromCodePoint(1057)]:'С',[String.fromCodePoint(1058)]:'Т',[String.fromCodePoint(1059)]:'У',[String.fromCodePoint(1060)]:'Ф',[String.fromCodePoint(1061)]:'Х',[String.fromCodePoint(1062)]:'Ц',[String.fromCodePoint(1063)]:'Ч',[String.fromCodePoint(1064)]:'Ш',[String.fromCodePoint(1065)]:'Щ',[String.fromCodePoint(1066)]:'Ъ',[String.fromCodePoint(1067)]:'Ы',[String.fromCodePoint(1068)]:'Ь',[String.fromCodePoint(1069)]:'Э',[String.fromCodePoint(1070)]:'Ю',[String.fromCodePoint(1071)]:'Я',[String.fromCodePoint(1072)]:'а',[String.fromCodePoint(1073)]:'б',[String.fromCodePoint(1074)]:'в',[String.fromCodePoint(1075)]:'г',[String.fromCodePoint(1076)]:'д',[String.fromCodePoint(1077)]:'е',[String.fromCodePoint(1078)]:'ж',[String.fromCodePoint(1079)]:'з',[String.fromCodePoint(1080)]:'и',[String.fromCodePoint(1081)]:'й',[String.fromCodePoint(1082)]:'к',[String.fromCodePoint(1083)]:'л',[String.fromCodePoint(1084)]:'м',[String.fromCodePoint(1085)]:'н',[String.fromCodePoint(1086)]:'о',[String.fromCodePoint(1087)]:'п',[String.fromCodePoint(1088)]:'р',[String.fromCodePoint(1089)]:'с',[String.fromCodePoint(1090)]:'т',[String.fromCodePoint(1091)]:'у',[String.fromCodePoint(1092)]:'ф',[String.fromCodePoint(1093)]:'х',[String.fromCodePoint(1094)]:'ц',[String.fromCodePoint(1095)]:'ч',[String.fromCodePoint(1096)]:'ш',[String.fromCodePoint(1097)]:'щ',[String.fromCodePoint(1098)]:'ъ',[String.fromCodePoint(1099)]:'ы',[String.fromCodePoint(1100)]:'ь',[String.fromCodePoint(1101)]:'э',[String.fromCodePoint(1102)]:'ю',[String.fromCodePoint(1103)]:'я',[String.fromCodePoint(1105)]:'ё',[String.fromCodePoint(1106)]:'ђ',[String.fromCodePoint(1107)]:'ѓ',[String.fromCodePoint(1108)]:'є',[String.fromCodePoint(1109)]:'ѕ',[String.fromCodePoint(1110)]:'і',[String.fromCodePoint(1111)]:'ї',[String.fromCodePoint(1112)]:'ј',[String.fromCodePoint(1113)]:'љ',[String.fromCodePoint(1114)]:'њ',[String.fromCodePoint(1115)]:'ћ',[String.fromCodePoint(1116)]:'ќ',[String.fromCodePoint(1118)]:'ў',[String.fromCodePoint(1119)]:'џ',[String.fromCodePoint(8194)]:' ',[String.fromCodePoint(8195)]:' ',[String.fromCodePoint(8196)]:' ',[String.fromCodePoint(8197)]:' ',[String.fromCodePoint(8199)]:' ',[String.fromCodePoint(8200)]:' ',[String.fromCodePoint(8201)]:' ',[String.fromCodePoint(8202)]:' ',[String.fromCodePoint(8203)]:'​',[String.fromCodePoint(8204)]:'‌',[String.fromCodePoint(8205)]:'‍',[String.fromCodePoint(8206)]:'‎',[String.fromCodePoint(8207)]:'‏',[String.fromCodePoint(8208)]:'‐',[String.fromCodePoint(8211)]:'–',[String.fromCodePoint(8212)]:'—',[String.fromCodePoint(8213)]:'―',[String.fromCodePoint(8214)]:'‖',[String.fromCodePoint(8216)]:'‘',[String.fromCodePoint(8217)]:'’',[String.fromCodePoint(8218)]:'‚',[String.fromCodePoint(8220)]:'“',[String.fromCodePoint(8221)]:'”',[String.fromCodePoint(8222)]:'„',[String.fromCodePoint(8224)]:'†',[String.fromCodePoint(8225)]:'‡',[String.fromCodePoint(8226)]:'•',[String.fromCodePoint(8229)]:'‥',[String.fromCodePoint(8230)]:'…',[String.fromCodePoint(8240)]:'‰',[String.fromCodePoint(8241)]:'‱',[String.fromCodePoint(8242)]:'′',[String.fromCodePoint(8243)]:'″',[String.fromCodePoint(8244)]:'‴',[String.fromCodePoint(8245)]:'‵',[String.fromCodePoint(8249)]:'‹',[String.fromCodePoint(8250)]:'›',[String.fromCodePoint(8254)]:'‾',[String.fromCodePoint(8257)]:'⁁',[String.fromCodePoint(8259)]:'⁃',[String.fromCodePoint(8260)]:'⁄',[String.fromCodePoint(8271)]:'⁏',[String.fromCodePoint(8279)]:'⁗',[String.fromCodePoint(8287)]:' ',[String.fromCodePoint(8288)]:'⁠',[String.fromCodePoint(8289)]:'⁡',[String.fromCodePoint(8290)]:'⁢',[String.fromCodePoint(8291)]:'⁣',[String.fromCodePoint(8364)]:'€',[String.fromCodePoint(8411)]:'⃛',[String.fromCodePoint(8412)]:'⃜',[String.fromCodePoint(8450)]:'ℂ',[String.fromCodePoint(8453)]:'℅',[String.fromCodePoint(8458)]:'ℊ',[String.fromCodePoint(8459)]:'ℋ',[String.fromCodePoint(8460)]:'ℌ',[String.fromCodePoint(8461)]:'ℍ',[String.fromCodePoint(8462)]:'ℎ',[String.fromCodePoint(8463)]:'ℏ',[String.fromCodePoint(8464)]:'ℐ',[String.fromCodePoint(8465)]:'ℑ',[String.fromCodePoint(8466)]:'ℒ',[String.fromCodePoint(8467)]:'ℓ',[String.fromCodePoint(8469)]:'ℕ',[String.fromCodePoint(8470)]:'№',[String.fromCodePoint(8471)]:'℗',[String.fromCodePoint(8472)]:'℘',[String.fromCodePoint(8473)]:'ℙ',[String.fromCodePoint(8474)]:'ℚ',[String.fromCodePoint(8475)]:'ℛ',[String.fromCodePoint(8476)]:'ℜ',[String.fromCodePoint(8477)]:'ℝ',[String.fromCodePoint(8478)]:'℞',[String.fromCodePoint(8482)]:'™',[String.fromCodePoint(8484)]:'ℤ',[String.fromCodePoint(8486)]:'Ω',[String.fromCodePoint(8487)]:'℧',[String.fromCodePoint(8488)]:'ℨ',[String.fromCodePoint(8489)]:'℩',[String.fromCodePoint(8491)]:'Å',[String.fromCodePoint(8492)]:'ℬ',[String.fromCodePoint(8493)]:'ℭ',[String.fromCodePoint(8495)]:'ℯ',[String.fromCodePoint(8496)]:'ℰ',[String.fromCodePoint(8497)]:'ℱ',[String.fromCodePoint(8499)]:'ℳ',[String.fromCodePoint(8500)]:'ℴ',[String.fromCodePoint(8501)]:'ℵ',[String.fromCodePoint(8502)]:'ℶ',[String.fromCodePoint(8503)]:'ℷ',[String.fromCodePoint(8504)]:'ℸ',[String.fromCodePoint(8517)]:'ⅅ',[String.fromCodePoint(8518)]:'ⅆ',[String.fromCodePoint(8519)]:'ⅇ',[String.fromCodePoint(8520)]:'ⅈ',[String.fromCodePoint(8531)]:'⅓',[String.fromCodePoint(8532)]:'⅔',[String.fromCodePoint(8533)]:'⅕',[String.fromCodePoint(8534)]:'⅖',[String.fromCodePoint(8535)]:'⅗',[String.fromCodePoint(8536)]:'⅘',[String.fromCodePoint(8537)]:'⅙',[String.fromCodePoint(8538)]:'⅚',[String.fromCodePoint(8539)]:'⅛',[String.fromCodePoint(8540)]:'⅜',[String.fromCodePoint(8541)]:'⅝',[String.fromCodePoint(8542)]:'⅞',[String.fromCodePoint(8592)]:'←',[String.fromCodePoint(8593)]:'↑',[String.fromCodePoint(8594)]:'→',[String.fromCodePoint(8595)]:'↓',[String.fromCodePoint(8596)]:'↔',[String.fromCodePoint(8597)]:'↕',[String.fromCodePoint(8598)]:'↖',[String.fromCodePoint(8599)]:'↗',[String.fromCodePoint(8600)]:'↘',[String.fromCodePoint(8601)]:'↙',[String.fromCodePoint(8602)]:'↚',[String.fromCodePoint(8603)]:'↛',[String.fromCodePoint(8605)]:'↝',[String.fromCodePoint(8606)]:'↞',[String.fromCodePoint(8607)]:'↟',[String.fromCodePoint(8608)]:'↠',[String.fromCodePoint(8609)]:'↡',[String.fromCodePoint(8610)]:'↢',[String.fromCodePoint(8611)]:'↣',[String.fromCodePoint(8612)]:'↤',[String.fromCodePoint(8613)]:'↥',[String.fromCodePoint(8614)]:'↦',[String.fromCodePoint(8615)]:'↧',[String.fromCodePoint(8617)]:'↩',[String.fromCodePoint(8618)]:'↪',[String.fromCodePoint(8619)]:'↫',[String.fromCodePoint(8620)]:'↬',[String.fromCodePoint(8621)]:'↭',[String.fromCodePoint(8622)]:'↮',[String.fromCodePoint(8624)]:'↰',[String.fromCodePoint(8625)]:'↱',[String.fromCodePoint(8626)]:'↲',[String.fromCodePoint(8627)]:'↳',[String.fromCodePoint(8629)]:'↵',[String.fromCodePoint(8630)]:'↶',[String.fromCodePoint(8631)]:'↷',[String.fromCodePoint(8634)]:'↺',[String.fromCodePoint(8635)]:'↻',[String.fromCodePoint(8636)]:'↼',[String.fromCodePoint(8637)]:'↽',[String.fromCodePoint(8638)]:'↾',[String.fromCodePoint(8639)]:'↿',[String.fromCodePoint(8640)]:'⇀',[String.fromCodePoint(8641)]:'⇁',[String.fromCodePoint(8642)]:'⇂',[String.fromCodePoint(8643)]:'⇃',[String.fromCodePoint(8644)]:'⇄',[String.fromCodePoint(8645)]:'⇅',[String.fromCodePoint(8646)]:'⇆',[String.fromCodePoint(8647)]:'⇇',[String.fromCodePoint(8648)]:'⇈',[String.fromCodePoint(8649)]:'⇉',[String.fromCodePoint(8650)]:'⇊',[String.fromCodePoint(8651)]:'⇋',[String.fromCodePoint(8652)]:'⇌',[String.fromCodePoint(8653)]:'⇍',[String.fromCodePoint(8654)]:'⇎',[String.fromCodePoint(8655)]:'⇏',[String.fromCodePoint(8656)]:'⇐',[String.fromCodePoint(8657)]:'⇑',[String.fromCodePoint(8658)]:'⇒',[String.fromCodePoint(8659)]:'⇓',[String.fromCodePoint(8660)]:'⇔',[String.fromCodePoint(8661)]:'⇕',[String.fromCodePoint(8662)]:'⇖',[String.fromCodePoint(8663)]:'⇗',[String.fromCodePoint(8664)]:'⇘',[String.fromCodePoint(8665)]:'⇙',[String.fromCodePoint(8666)]:'⇚',[String.fromCodePoint(8667)]:'⇛',[String.fromCodePoint(8669)]:'⇝',[String.fromCodePoint(8676)]:'⇤',[String.fromCodePoint(8677)]:'⇥',[String.fromCodePoint(8693)]:'⇵',[String.fromCodePoint(8701)]:'⇽',[String.fromCodePoint(8702)]:'⇾',[String.fromCodePoint(8703)]:'⇿',[String.fromCodePoint(8704)]:'∀',[String.fromCodePoint(8705)]:'∁',[String.fromCodePoint(8706)]:'∂',[String.fromCodePoint(8707)]:'∃',[String.fromCodePoint(8708)]:'∄',[String.fromCodePoint(8709)]:'∅',[String.fromCodePoint(8711)]:'∇',[String.fromCodePoint(8712)]:'∈',[String.fromCodePoint(8713)]:'∉',[String.fromCodePoint(8715)]:'∋',[String.fromCodePoint(8716)]:'∌',[String.fromCodePoint(8719)]:'∏',[String.fromCodePoint(8720)]:'∐',[String.fromCodePoint(8721)]:'∑',[String.fromCodePoint(8722)]:'−',[String.fromCodePoint(8723)]:'∓',[String.fromCodePoint(8724)]:'∔',[String.fromCodePoint(8726)]:'∖',[String.fromCodePoint(8727)]:'∗',[String.fromCodePoint(8728)]:'∘',[String.fromCodePoint(8730)]:'√',[String.fromCodePoint(8733)]:'∝',[String.fromCodePoint(8734)]:'∞',[String.fromCodePoint(8735)]:'∟',[String.fromCodePoint(8736)]:'∠',[String.fromCodePoint(8737)]:'∡',[String.fromCodePoint(8738)]:'∢',[String.fromCodePoint(8739)]:'∣',[String.fromCodePoint(8740)]:'∤',[String.fromCodePoint(8741)]:'∥',[String.fromCodePoint(8742)]:'∦',[String.fromCodePoint(8743)]:'∧',[String.fromCodePoint(8744)]:'∨',[String.fromCodePoint(8745)]:'∩',[String.fromCodePoint(8746)]:'∪',[String.fromCodePoint(8747)]:'∫',[String.fromCodePoint(8748)]:'∬',[String.fromCodePoint(8749)]:'∭',[String.fromCodePoint(8750)]:'∮',[String.fromCodePoint(8751)]:'∯',[String.fromCodePoint(8752)]:'∰',[String.fromCodePoint(8753)]:'∱',[String.fromCodePoint(8754)]:'∲',[String.fromCodePoint(8755)]:'&CounterClockwiseContourIntegral;',[String.fromCodePoint(8756)]:'∴',[String.fromCodePoint(8757)]:'∵',[String.fromCodePoint(8758)]:'∶',[String.fromCodePoint(8759)]:'∷',[String.fromCodePoint(8760)]:'∸',[String.fromCodePoint(8762)]:'∺',[String.fromCodePoint(8763)]:'∻',[String.fromCodePoint(8764)]:'∼',[String.fromCodePoint(8765)]:'∽',[String.fromCodePoint(8766)]:'∾',[String.fromCodePoint(8767)]:'∿',[String.fromCodePoint(8768)]:'≀',[String.fromCodePoint(8769)]:'≁',[String.fromCodePoint(8770)]:'≂',[String.fromCodePoint(8771)]:'≃',[String.fromCodePoint(8772)]:'≄',[String.fromCodePoint(8773)]:'≅',[String.fromCodePoint(8774)]:'≆',[String.fromCodePoint(8775)]:'≇',[String.fromCodePoint(8776)]:'≈',[String.fromCodePoint(8777)]:'≉',[String.fromCodePoint(8778)]:'≊',[String.fromCodePoint(8779)]:'≋',[String.fromCodePoint(8780)]:'≌',[String.fromCodePoint(8781)]:'≍',[String.fromCodePoint(8782)]:'≎',[String.fromCodePoint(8783)]:'≏',[String.fromCodePoint(8784)]:'≐',[String.fromCodePoint(8785)]:'≑',[String.fromCodePoint(8786)]:'≒',[String.fromCodePoint(8787)]:'≓',[String.fromCodePoint(8788)]:'≔',[String.fromCodePoint(8789)]:'≕',[String.fromCodePoint(8790)]:'≖',[String.fromCodePoint(8791)]:'≗',[String.fromCodePoint(8793)]:'≙',[String.fromCodePoint(8794)]:'≚',[String.fromCodePoint(8796)]:'≜',[String.fromCodePoint(8799)]:'≟',[String.fromCodePoint(8800)]:'≠',[String.fromCodePoint(8801)]:'≡',[String.fromCodePoint(8802)]:'≢',[String.fromCodePoint(8804)]:'≤',[String.fromCodePoint(8805)]:'≥',[String.fromCodePoint(8806)]:'≦',[String.fromCodePoint(8807)]:'≧',[String.fromCodePoint(8808)]:'≨',[String.fromCodePoint(8809)]:'≩',[String.fromCodePoint(8810)]:'≪',[String.fromCodePoint(8811)]:'≫',[String.fromCodePoint(8812)]:'≬',[String.fromCodePoint(8813)]:'≭',[String.fromCodePoint(8814)]:'≮',[String.fromCodePoint(8815)]:'≯',[String.fromCodePoint(8816)]:'≰',[String.fromCodePoint(8817)]:'≱',[String.fromCodePoint(8818)]:'≲',[String.fromCodePoint(8819)]:'≳',[String.fromCodePoint(8820)]:'≴',[String.fromCodePoint(8821)]:'≵',[String.fromCodePoint(8822)]:'≶',[String.fromCodePoint(8823)]:'≷',[String.fromCodePoint(8824)]:'≸',[String.fromCodePoint(8825)]:'≹',[String.fromCodePoint(8826)]:'≺',[String.fromCodePoint(8827)]:'≻',[String.fromCodePoint(8828)]:'≼',[String.fromCodePoint(8829)]:'≽',[String.fromCodePoint(8830)]:'≾',[String.fromCodePoint(8831)]:'≿',[String.fromCodePoint(8832)]:'⊀',[String.fromCodePoint(8833)]:'⊁',[String.fromCodePoint(8834)]:'⊂',[String.fromCodePoint(8835)]:'⊃',[String.fromCodePoint(8836)]:'⊄',[String.fromCodePoint(8837)]:'⊅',[String.fromCodePoint(8838)]:'⊆',[String.fromCodePoint(8839)]:'⊇',[String.fromCodePoint(8840)]:'⊈',[String.fromCodePoint(8841)]:'⊉',[String.fromCodePoint(8842)]:'⊊',[String.fromCodePoint(8843)]:'⊋',[String.fromCodePoint(8845)]:'⊍',[String.fromCodePoint(8846)]:'⊎',[String.fromCodePoint(8847)]:'⊏',[String.fromCodePoint(8848)]:'⊐',[String.fromCodePoint(8849)]:'⊑',[String.fromCodePoint(8850)]:'⊒',[String.fromCodePoint(8851)]:'⊓',[String.fromCodePoint(8852)]:'⊔',[String.fromCodePoint(8853)]:'⊕',[String.fromCodePoint(8854)]:'⊖',[String.fromCodePoint(8855)]:'⊗',[String.fromCodePoint(8856)]:'⊘',[String.fromCodePoint(8857)]:'⊙',[String.fromCodePoint(8858)]:'⊚',[String.fromCodePoint(8859)]:'⊛',[String.fromCodePoint(8861)]:'⊝',[String.fromCodePoint(8862)]:'⊞',[String.fromCodePoint(8863)]:'⊟',[String.fromCodePoint(8864)]:'⊠',[String.fromCodePoint(8865)]:'⊡',[String.fromCodePoint(8866)]:'⊢',[String.fromCodePoint(8867)]:'⊣',[String.fromCodePoint(8868)]:'⊤',[String.fromCodePoint(8869)]:'⊥',[String.fromCodePoint(8871)]:'⊧',[String.fromCodePoint(8872)]:'⊨',[String.fromCodePoint(8873)]:'⊩',[String.fromCodePoint(8874)]:'⊪',[String.fromCodePoint(8875)]:'⊫',[String.fromCodePoint(8876)]:'⊬',[String.fromCodePoint(8877)]:'⊭',[String.fromCodePoint(8878)]:'⊮',[String.fromCodePoint(8879)]:'⊯',[String.fromCodePoint(8880)]:'⊰',[String.fromCodePoint(8882)]:'⊲',[String.fromCodePoint(8883)]:'⊳',[String.fromCodePoint(8884)]:'⊴',[String.fromCodePoint(8885)]:'⊵',[String.fromCodePoint(8886)]:'⊶',[String.fromCodePoint(8887)]:'⊷',[String.fromCodePoint(8888)]:'⊸',[String.fromCodePoint(8889)]:'⊹',[String.fromCodePoint(8890)]:'⊺',[String.fromCodePoint(8891)]:'⊻',[String.fromCodePoint(8893)]:'⊽',[String.fromCodePoint(8894)]:'⊾',[String.fromCodePoint(8895)]:'⊿',[String.fromCodePoint(8896)]:'⋀',[String.fromCodePoint(8897)]:'⋁',[String.fromCodePoint(8898)]:'⋂',[String.fromCodePoint(8899)]:'⋃',[String.fromCodePoint(8900)]:'⋄',[String.fromCodePoint(8901)]:'⋅',[String.fromCodePoint(8902)]:'⋆',[String.fromCodePoint(8903)]:'⋇',[String.fromCodePoint(8904)]:'⋈',[String.fromCodePoint(8905)]:'⋉',[String.fromCodePoint(8906)]:'⋊',[String.fromCodePoint(8907)]:'⋋',[String.fromCodePoint(8908)]:'⋌',[String.fromCodePoint(8909)]:'⋍',[String.fromCodePoint(8910)]:'⋎',[String.fromCodePoint(8911)]:'⋏',[String.fromCodePoint(8912)]:'⋐',[String.fromCodePoint(8913)]:'⋑',[String.fromCodePoint(8914)]:'⋒',[String.fromCodePoint(8915)]:'⋓',[String.fromCodePoint(8916)]:'⋔',[String.fromCodePoint(8917)]:'⋕',[String.fromCodePoint(8918)]:'⋖',[String.fromCodePoint(8919)]:'⋗',[String.fromCodePoint(8920)]:'⋘',[String.fromCodePoint(8921)]:'⋙',[String.fromCodePoint(8922)]:'⋚',[String.fromCodePoint(8923)]:'⋛',[String.fromCodePoint(8926)]:'⋞',[String.fromCodePoint(8927)]:'⋟',[String.fromCodePoint(8928)]:'⋠',[String.fromCodePoint(8929)]:'⋡',[String.fromCodePoint(8930)]:'⋢',[String.fromCodePoint(8931)]:'⋣',[String.fromCodePoint(8934)]:'⋦',[String.fromCodePoint(8935)]:'⋧',[String.fromCodePoint(8936)]:'⋨',[String.fromCodePoint(8937)]:'⋩',[String.fromCodePoint(8938)]:'⋪',[String.fromCodePoint(8939)]:'⋫',[String.fromCodePoint(8940)]:'⋬',[String.fromCodePoint(8941)]:'⋭',[String.fromCodePoint(8942)]:'⋮',[String.fromCodePoint(8943)]:'⋯',[String.fromCodePoint(8944)]:'⋰',[String.fromCodePoint(8945)]:'⋱',[String.fromCodePoint(8946)]:'⋲',[String.fromCodePoint(8947)]:'⋳',[String.fromCodePoint(8948)]:'⋴',[String.fromCodePoint(8949)]:'⋵',[String.fromCodePoint(8950)]:'⋶',[String.fromCodePoint(8951)]:'⋷',[String.fromCodePoint(8953)]:'⋹',[String.fromCodePoint(8954)]:'⋺',[String.fromCodePoint(8955)]:'⋻',[String.fromCodePoint(8956)]:'⋼',[String.fromCodePoint(8957)]:'⋽',[String.fromCodePoint(8958)]:'⋾',[String.fromCodePoint(8965)]:'⌅',[String.fromCodePoint(8966)]:'⌆',[String.fromCodePoint(8968)]:'⌈',[String.fromCodePoint(8969)]:'⌉',[String.fromCodePoint(8970)]:'⌊',[String.fromCodePoint(8971)]:'⌋',[String.fromCodePoint(8972)]:'⌌',[String.fromCodePoint(8973)]:'⌍',[String.fromCodePoint(8974)]:'⌎',[String.fromCodePoint(8975)]:'⌏',[String.fromCodePoint(8976)]:'⌐',[String.fromCodePoint(8978)]:'⌒',[String.fromCodePoint(8979)]:'⌓',[String.fromCodePoint(8981)]:'⌕',[String.fromCodePoint(8982)]:'⌖',[String.fromCodePoint(8988)]:'⌜',[String.fromCodePoint(8989)]:'⌝',[String.fromCodePoint(8990)]:'⌞',[String.fromCodePoint(8991)]:'⌟',[String.fromCodePoint(8994)]:'⌢',[String.fromCodePoint(8995)]:'⌣',[String.fromCodePoint(9005)]:'⌭',[String.fromCodePoint(9006)]:'⌮',[String.fromCodePoint(9014)]:'⌶',[String.fromCodePoint(9021)]:'⌽',[String.fromCodePoint(9023)]:'⌿',[String.fromCodePoint(9084)]:'⍼',[String.fromCodePoint(9136)]:'⎰',[String.fromCodePoint(9137)]:'⎱',[String.fromCodePoint(9140)]:'⎴',[String.fromCodePoint(9141)]:'⎵',[String.fromCodePoint(9142)]:'⎶',[String.fromCodePoint(9180)]:'⏜',[String.fromCodePoint(9181)]:'⏝',[String.fromCodePoint(9182)]:'⏞',[String.fromCodePoint(9183)]:'⏟',[String.fromCodePoint(9186)]:'⏢',[String.fromCodePoint(9191)]:'⏧',[String.fromCodePoint(9251)]:'␣',[String.fromCodePoint(9416)]:'Ⓢ',[String.fromCodePoint(9472)]:'─',[String.fromCodePoint(9474)]:'│',[String.fromCodePoint(9484)]:'┌',[String.fromCodePoint(9488)]:'┐',[String.fromCodePoint(9492)]:'└',[String.fromCodePoint(9496)]:'┘',[String.fromCodePoint(9500)]:'├',[String.fromCodePoint(9508)]:'┤',[String.fromCodePoint(9516)]:'┬',[String.fromCodePoint(9524)]:'┴',[String.fromCodePoint(9532)]:'┼',[String.fromCodePoint(9552)]:'═',[String.fromCodePoint(9553)]:'║',[String.fromCodePoint(9554)]:'╒',[String.fromCodePoint(9555)]:'╓',[String.fromCodePoint(9556)]:'╔',[String.fromCodePoint(9557)]:'╕',[String.fromCodePoint(9558)]:'╖',[String.fromCodePoint(9559)]:'╗',[String.fromCodePoint(9560)]:'╘',[String.fromCodePoint(9561)]:'╙',[String.fromCodePoint(9562)]:'╚',[String.fromCodePoint(9563)]:'╛',[String.fromCodePoint(9564)]:'╜',[String.fromCodePoint(9565)]:'╝',[String.fromCodePoint(9566)]:'╞',[String.fromCodePoint(9567)]:'╟',[String.fromCodePoint(9568)]:'╠',[String.fromCodePoint(9569)]:'╡',[String.fromCodePoint(9570)]:'╢',[String.fromCodePoint(9571)]:'╣',[String.fromCodePoint(9572)]:'╤',[String.fromCodePoint(9573)]:'╥',[String.fromCodePoint(9574)]:'╦',[String.fromCodePoint(9575)]:'╧',[String.fromCodePoint(9576)]:'╨',[String.fromCodePoint(9577)]:'╩',[String.fromCodePoint(9578)]:'╪',[String.fromCodePoint(9579)]:'╫',[String.fromCodePoint(9580)]:'╬',[String.fromCodePoint(9600)]:'▀',[String.fromCodePoint(9604)]:'▄',[String.fromCodePoint(9608)]:'█',[String.fromCodePoint(9617)]:'░',[String.fromCodePoint(9618)]:'▒',[String.fromCodePoint(9619)]:'▓',[String.fromCodePoint(9633)]:'□',[String.fromCodePoint(9642)]:'▪',[String.fromCodePoint(9643)]:'▫',[String.fromCodePoint(9645)]:'▭',[String.fromCodePoint(9646)]:'▮',[String.fromCodePoint(9649)]:'▱',[String.fromCodePoint(9651)]:'△',[String.fromCodePoint(9652)]:'▴',[String.fromCodePoint(9653)]:'▵',[String.fromCodePoint(9656)]:'▸',[String.fromCodePoint(9657)]:'▹',[String.fromCodePoint(9661)]:'▽',[String.fromCodePoint(9662)]:'▾',[String.fromCodePoint(9663)]:'▿',[String.fromCodePoint(9666)]:'◂',[String.fromCodePoint(9667)]:'◃',[String.fromCodePoint(9674)]:'◊',[String.fromCodePoint(9675)]:'○',[String.fromCodePoint(9708)]:'◬',[String.fromCodePoint(9711)]:'◯',[String.fromCodePoint(9720)]:'◸',[String.fromCodePoint(9721)]:'◹',[String.fromCodePoint(9722)]:'◺',[String.fromCodePoint(9723)]:'◻',[String.fromCodePoint(9724)]:'◼',[String.fromCodePoint(9733)]:'★',[String.fromCodePoint(9734)]:'☆',[String.fromCodePoint(9742)]:'☎',[String.fromCodePoint(9792)]:'♀',[String.fromCodePoint(9794)]:'♂',[String.fromCodePoint(9824)]:'♠',[String.fromCodePoint(9827)]:'♣',[String.fromCodePoint(9829)]:'♥',[String.fromCodePoint(9830)]:'♦',[String.fromCodePoint(9834)]:'♪',[String.fromCodePoint(9837)]:'♭',[String.fromCodePoint(9838)]:'♮',[String.fromCodePoint(9839)]:'♯',[String.fromCodePoint(10003)]:'✓',[String.fromCodePoint(10007)]:'✗',[String.fromCodePoint(10016)]:'✠',[String.fromCodePoint(10038)]:'✶',[String.fromCodePoint(10072)]:'❘',[String.fromCodePoint(10098)]:'❲',[String.fromCodePoint(10099)]:'❳',[String.fromCodePoint(10214)]:'⟦',[String.fromCodePoint(10215)]:'⟧',[String.fromCodePoint(10216)]:'⟨',[String.fromCodePoint(10217)]:'⟩',[String.fromCodePoint(10218)]:'⟪',[String.fromCodePoint(10219)]:'⟫',[String.fromCodePoint(10220)]:'⟬',[String.fromCodePoint(10221)]:'⟭',[String.fromCodePoint(10229)]:'⟵',[String.fromCodePoint(10230)]:'⟶',[String.fromCodePoint(10231)]:'⟷',[String.fromCodePoint(10232)]:'⟸',[String.fromCodePoint(10233)]:'⟹',[String.fromCodePoint(10234)]:'⟺',[String.fromCodePoint(10236)]:'⟼',[String.fromCodePoint(10239)]:'⟿',[String.fromCodePoint(10498)]:'⤂',[String.fromCodePoint(10499)]:'⤃',[String.fromCodePoint(10500)]:'⤄',[String.fromCodePoint(10501)]:'⤅',[String.fromCodePoint(10508)]:'⤌',[String.fromCodePoint(10509)]:'⤍',[String.fromCodePoint(10510)]:'⤎',[String.fromCodePoint(10511)]:'⤏',[String.fromCodePoint(10512)]:'⤐',[String.fromCodePoint(10513)]:'⤑',[String.fromCodePoint(10514)]:'⤒',[String.fromCodePoint(10515)]:'⤓',[String.fromCodePoint(10518)]:'⤖',[String.fromCodePoint(10521)]:'⤙',[String.fromCodePoint(10522)]:'⤚',[String.fromCodePoint(10523)]:'⤛',[String.fromCodePoint(10524)]:'⤜',[String.fromCodePoint(10525)]:'⤝',[String.fromCodePoint(10526)]:'⤞',[String.fromCodePoint(10527)]:'⤟',[String.fromCodePoint(10528)]:'⤠',[String.fromCodePoint(10531)]:'⤣',[String.fromCodePoint(10532)]:'⤤',[String.fromCodePoint(10533)]:'⤥',[String.fromCodePoint(10534)]:'⤦',[String.fromCodePoint(10535)]:'⤧',[String.fromCodePoint(10536)]:'⤨',[String.fromCodePoint(10537)]:'⤩',[String.fromCodePoint(10538)]:'⤪',[String.fromCodePoint(10547)]:'⤳',[String.fromCodePoint(10549)]:'⤵',[String.fromCodePoint(10550)]:'⤶',[String.fromCodePoint(10551)]:'⤷',[String.fromCodePoint(10552)]:'⤸',[String.fromCodePoint(10553)]:'⤹',[String.fromCodePoint(10556)]:'⤼',[String.fromCodePoint(10557)]:'⤽',[String.fromCodePoint(10565)]:'⥅',[String.fromCodePoint(10568)]:'⥈',[String.fromCodePoint(10569)]:'⥉',[String.fromCodePoint(10570)]:'⥊',[String.fromCodePoint(10571)]:'⥋',[String.fromCodePoint(10574)]:'⥎',[String.fromCodePoint(10575)]:'⥏',[String.fromCodePoint(10576)]:'⥐',[String.fromCodePoint(10577)]:'⥑',[String.fromCodePoint(10578)]:'⥒',[String.fromCodePoint(10579)]:'⥓',[String.fromCodePoint(10580)]:'⥔',[String.fromCodePoint(10581)]:'⥕',[String.fromCodePoint(10582)]:'⥖',[String.fromCodePoint(10583)]:'⥗',[String.fromCodePoint(10584)]:'⥘',[String.fromCodePoint(10585)]:'⥙',[String.fromCodePoint(10586)]:'⥚',[String.fromCodePoint(10587)]:'⥛',[String.fromCodePoint(10588)]:'⥜',[String.fromCodePoint(10589)]:'⥝',[String.fromCodePoint(10590)]:'⥞',[String.fromCodePoint(10591)]:'⥟',[String.fromCodePoint(10592)]:'⥠',[String.fromCodePoint(10593)]:'⥡',[String.fromCodePoint(10594)]:'⥢',[String.fromCodePoint(10595)]:'⥣',[String.fromCodePoint(10596)]:'⥤',[String.fromCodePoint(10597)]:'⥥',[String.fromCodePoint(10598)]:'⥦',[String.fromCodePoint(10599)]:'⥧',[String.fromCodePoint(10600)]:'⥨',[String.fromCodePoint(10601)]:'⥩',[String.fromCodePoint(10602)]:'⥪',[String.fromCodePoint(10603)]:'⥫',[String.fromCodePoint(10604)]:'⥬',[String.fromCodePoint(10605)]:'⥭',[String.fromCodePoint(10606)]:'⥮',[String.fromCodePoint(10607)]:'⥯',[String.fromCodePoint(10608)]:'⥰',[String.fromCodePoint(10609)]:'⥱',[String.fromCodePoint(10610)]:'⥲',[String.fromCodePoint(10611)]:'⥳',[String.fromCodePoint(10612)]:'⥴',[String.fromCodePoint(10613)]:'⥵',[String.fromCodePoint(10614)]:'⥶',[String.fromCodePoint(10616)]:'⥸',[String.fromCodePoint(10617)]:'⥹',[String.fromCodePoint(10619)]:'⥻',[String.fromCodePoint(10620)]:'⥼',[String.fromCodePoint(10621)]:'⥽',[String.fromCodePoint(10622)]:'⥾',[String.fromCodePoint(10623)]:'⥿',[String.fromCodePoint(10629)]:'⦅',[String.fromCodePoint(10630)]:'⦆',[String.fromCodePoint(10635)]:'⦋',[String.fromCodePoint(10636)]:'⦌',[String.fromCodePoint(10637)]:'⦍',[String.fromCodePoint(10638)]:'⦎',[String.fromCodePoint(10639)]:'⦏',[String.fromCodePoint(10640)]:'⦐',[String.fromCodePoint(10641)]:'⦑',[String.fromCodePoint(10642)]:'⦒',[String.fromCodePoint(10643)]:'⦓',[String.fromCodePoint(10644)]:'⦔',[String.fromCodePoint(10645)]:'⦕',[String.fromCodePoint(10646)]:'⦖',[String.fromCodePoint(10650)]:'⦚',[String.fromCodePoint(10652)]:'⦜',[String.fromCodePoint(10653)]:'⦝',[String.fromCodePoint(10660)]:'⦤',[String.fromCodePoint(10661)]:'⦥',[String.fromCodePoint(10662)]:'⦦',[String.fromCodePoint(10663)]:'⦧',[String.fromCodePoint(10664)]:'⦨',[String.fromCodePoint(10665)]:'⦩',[String.fromCodePoint(10666)]:'⦪',[String.fromCodePoint(10667)]:'⦫',[String.fromCodePoint(10668)]:'⦬',[String.fromCodePoint(10669)]:'⦭',[String.fromCodePoint(10670)]:'⦮',[String.fromCodePoint(10671)]:'⦯',[String.fromCodePoint(10672)]:'⦰',[String.fromCodePoint(10673)]:'⦱',[String.fromCodePoint(10674)]:'⦲',[String.fromCodePoint(10675)]:'⦳',[String.fromCodePoint(10676)]:'⦴',[String.fromCodePoint(10677)]:'⦵',[String.fromCodePoint(10678)]:'⦶',[String.fromCodePoint(10679)]:'⦷',[String.fromCodePoint(10681)]:'⦹',[String.fromCodePoint(10683)]:'⦻',[String.fromCodePoint(10684)]:'⦼',[String.fromCodePoint(10686)]:'⦾',[String.fromCodePoint(10687)]:'⦿',[String.fromCodePoint(10688)]:'⧀',[String.fromCodePoint(10689)]:'⧁',[String.fromCodePoint(10690)]:'⧂',[String.fromCodePoint(10691)]:'⧃',[String.fromCodePoint(10692)]:'⧄',[String.fromCodePoint(10693)]:'⧅',[String.fromCodePoint(10697)]:'⧉',[String.fromCodePoint(10701)]:'⧍',[String.fromCodePoint(10702)]:'⧎',[String.fromCodePoint(10703)]:'⧏',[String.fromCodePoint(10704)]:'⧐',[String.fromCodePoint(10714)]:'∽̱',[String.fromCodePoint(10716)]:'⧜',[String.fromCodePoint(10717)]:'⧝',[String.fromCodePoint(10718)]:'⧞',[String.fromCodePoint(10723)]:'⧣',[String.fromCodePoint(10724)]:'⧤',[String.fromCodePoint(10725)]:'⧥',[String.fromCodePoint(10731)]:'⧫',[String.fromCodePoint(10740)]:'⧴',[String.fromCodePoint(10742)]:'⧶',[String.fromCodePoint(10752)]:'⨀',[String.fromCodePoint(10753)]:'⨁',[String.fromCodePoint(10754)]:'⨂',[String.fromCodePoint(10756)]:'⨄',[String.fromCodePoint(10758)]:'⨆',[String.fromCodePoint(10764)]:'⨌',[String.fromCodePoint(10765)]:'⨍',[String.fromCodePoint(10768)]:'⨐',[String.fromCodePoint(10769)]:'⨑',[String.fromCodePoint(10770)]:'⨒',[String.fromCodePoint(10771)]:'⨓',[String.fromCodePoint(10772)]:'⨔',[String.fromCodePoint(10773)]:'⨕',[String.fromCodePoint(10774)]:'⨖',[String.fromCodePoint(10775)]:'⨗',[String.fromCodePoint(10786)]:'⨢',[String.fromCodePoint(10787)]:'⨣',[String.fromCodePoint(10788)]:'⨤',[String.fromCodePoint(10789)]:'⨥',[String.fromCodePoint(10790)]:'⨦',[String.fromCodePoint(10791)]:'⨧',[String.fromCodePoint(10793)]:'⨩',[String.fromCodePoint(10794)]:'⨪',[String.fromCodePoint(10797)]:'⨭',[String.fromCodePoint(10798)]:'⨮',[String.fromCodePoint(10799)]:'⨯',[String.fromCodePoint(10800)]:'⨰',[String.fromCodePoint(10801)]:'⨱',[String.fromCodePoint(10803)]:'⨳',[String.fromCodePoint(10804)]:'⨴',[String.fromCodePoint(10805)]:'⨵',[String.fromCodePoint(10806)]:'⨶',[String.fromCodePoint(10807)]:'⨷',[String.fromCodePoint(10808)]:'⨸',[String.fromCodePoint(10809)]:'⨹',[String.fromCodePoint(10810)]:'⨺',[String.fromCodePoint(10811)]:'⨻',[String.fromCodePoint(10812)]:'⨼',[String.fromCodePoint(10815)]:'⨿',[String.fromCodePoint(10816)]:'⩀',[String.fromCodePoint(10818)]:'⩂',[String.fromCodePoint(10819)]:'⩃',[String.fromCodePoint(10820)]:'⩄',[String.fromCodePoint(10821)]:'⩅',[String.fromCodePoint(10822)]:'⩆',[String.fromCodePoint(10823)]:'⩇',[String.fromCodePoint(10824)]:'⩈',[String.fromCodePoint(10825)]:'⩉',[String.fromCodePoint(10826)]:'⩊',[String.fromCodePoint(10827)]:'⩋',[String.fromCodePoint(10828)]:'⩌',[String.fromCodePoint(10829)]:'⩍',[String.fromCodePoint(10832)]:'⩐',[String.fromCodePoint(10835)]:'⩓',[String.fromCodePoint(10836)]:'⩔',[String.fromCodePoint(10837)]:'⩕',[String.fromCodePoint(10838)]:'⩖',[String.fromCodePoint(10839)]:'⩗',[String.fromCodePoint(10840)]:'⩘',[String.fromCodePoint(10842)]:'⩚',[String.fromCodePoint(10843)]:'⩛',[String.fromCodePoint(10844)]:'⩜',[String.fromCodePoint(10845)]:'⩝',[String.fromCodePoint(10847)]:'⩟',[String.fromCodePoint(10854)]:'⩦',[String.fromCodePoint(10858)]:'⩪',[String.fromCodePoint(10861)]:'⩭',[String.fromCodePoint(10862)]:'⩮',[String.fromCodePoint(10863)]:'⩯',[String.fromCodePoint(10864)]:'⩰',[String.fromCodePoint(10865)]:'⩱',[String.fromCodePoint(10866)]:'⩲',[String.fromCodePoint(10867)]:'⩳',[String.fromCodePoint(10868)]:'⩴',[String.fromCodePoint(10869)]:'⩵',[String.fromCodePoint(10871)]:'⩷',[String.fromCodePoint(10872)]:'⩸',[String.fromCodePoint(10873)]:'⩹',[String.fromCodePoint(10874)]:'⩺',[String.fromCodePoint(10875)]:'⩻',[String.fromCodePoint(10876)]:'⩼',[String.fromCodePoint(10877)]:'⩽',[String.fromCodePoint(10878)]:'⩾',[String.fromCodePoint(10879)]:'⩿',[String.fromCodePoint(10880)]:'⪀',[String.fromCodePoint(10881)]:'⪁',[String.fromCodePoint(10882)]:'⪂',[String.fromCodePoint(10883)]:'⪃',[String.fromCodePoint(10884)]:'⪄',[String.fromCodePoint(10885)]:'⪅',[String.fromCodePoint(10886)]:'⪆',[String.fromCodePoint(10887)]:'⪇',[String.fromCodePoint(10888)]:'⪈',[String.fromCodePoint(10889)]:'⪉',[String.fromCodePoint(10890)]:'⪊',[String.fromCodePoint(10891)]:'⪋',[String.fromCodePoint(10892)]:'⪌',[String.fromCodePoint(10893)]:'⪍',[String.fromCodePoint(10894)]:'⪎',[String.fromCodePoint(10895)]:'⪏',[String.fromCodePoint(10896)]:'⪐',[String.fromCodePoint(10897)]:'⪑',[String.fromCodePoint(10898)]:'⪒',[String.fromCodePoint(10899)]:'⪓',[String.fromCodePoint(10900)]:'⪔',[String.fromCodePoint(10901)]:'⪕',[String.fromCodePoint(10902)]:'⪖',[String.fromCodePoint(10903)]:'⪗',[String.fromCodePoint(10904)]:'⪘',[String.fromCodePoint(10905)]:'⪙',[String.fromCodePoint(10906)]:'⪚',[String.fromCodePoint(10909)]:'⪝',[String.fromCodePoint(10910)]:'⪞',[String.fromCodePoint(10911)]:'⪟',[String.fromCodePoint(10912)]:'⪠',[String.fromCodePoint(10913)]:'⪡',[String.fromCodePoint(10914)]:'⪢',[String.fromCodePoint(10916)]:'⪤',[String.fromCodePoint(10917)]:'⪥',[String.fromCodePoint(10918)]:'⪦',[String.fromCodePoint(10919)]:'⪧',[String.fromCodePoint(10920)]:'⪨',[String.fromCodePoint(10921)]:'⪩',[String.fromCodePoint(10922)]:'⪪',[String.fromCodePoint(10923)]:'⪫',[String.fromCodePoint(10924)]:'⪬',[String.fromCodePoint(10925)]:'⪭',[String.fromCodePoint(10926)]:'⪮',[String.fromCodePoint(10927)]:'⪯',[String.fromCodePoint(10928)]:'⪰',[String.fromCodePoint(10931)]:'⪳',[String.fromCodePoint(10932)]:'⪴',[String.fromCodePoint(10933)]:'⪵',[String.fromCodePoint(10934)]:'⪶',[String.fromCodePoint(10935)]:'⪷',[String.fromCodePoint(10936)]:'⪸',[String.fromCodePoint(10937)]:'⪹',[String.fromCodePoint(10938)]:'⪺',[String.fromCodePoint(10939)]:'⪻',[String.fromCodePoint(10940)]:'⪼',[String.fromCodePoint(10941)]:'⪽',[String.fromCodePoint(10942)]:'⪾',[String.fromCodePoint(10943)]:'⪿',[String.fromCodePoint(10944)]:'⫀',[String.fromCodePoint(10945)]:'⫁',[String.fromCodePoint(10946)]:'⫂',[String.fromCodePoint(10947)]:'⫃',[String.fromCodePoint(10948)]:'⫄',[String.fromCodePoint(10949)]:'⫅',[String.fromCodePoint(10950)]:'⫆',[String.fromCodePoint(10951)]:'⫇',[String.fromCodePoint(10952)]:'⫈',[String.fromCodePoint(10955)]:'⫋',[String.fromCodePoint(10956)]:'⫌',[String.fromCodePoint(10959)]:'⫏',[String.fromCodePoint(10960)]:'⫐',[String.fromCodePoint(10961)]:'⫑',[String.fromCodePoint(10962)]:'⫒',[String.fromCodePoint(10963)]:'⫓',[String.fromCodePoint(10964)]:'⫔',[String.fromCodePoint(10965)]:'⫕',[String.fromCodePoint(10966)]:'⫖',[String.fromCodePoint(10967)]:'⫗',[String.fromCodePoint(10968)]:'⫘',[String.fromCodePoint(10969)]:'⫙',[String.fromCodePoint(10970)]:'⫚',[String.fromCodePoint(10971)]:'⫛',[String.fromCodePoint(10980)]:'⫤',[String.fromCodePoint(10982)]:'⫦',[String.fromCodePoint(10983)]:'⫧',[String.fromCodePoint(10984)]:'⫨',[String.fromCodePoint(10985)]:'⫩',[String.fromCodePoint(10987)]:'⫫',[String.fromCodePoint(10988)]:'⫬',[String.fromCodePoint(10989)]:'⫭',[String.fromCodePoint(10990)]:'⫮',[String.fromCodePoint(10991)]:'⫯',[String.fromCodePoint(10992)]:'⫰',[String.fromCodePoint(10993)]:'⫱',[String.fromCodePoint(10994)]:'⫲',[String.fromCodePoint(10995)]:'⫳',[String.fromCodePoint(11005)]:'⫽',[String.fromCodePoint(64256)]:'ff',[String.fromCodePoint(64257)]:'fi',[String.fromCodePoint(64258)]:'fl',[String.fromCodePoint(64259)]:'ffi',[String.fromCodePoint(64260)]:'ffl',[String.fromCodePoint(119964)]:'𝒜',[String.fromCodePoint(119966)]:'𝒞',[String.fromCodePoint(119967)]:'𝒟',[String.fromCodePoint(119970)]:'𝒢',[String.fromCodePoint(119973)]:'𝒥',[String.fromCodePoint(119974)]:'𝒦',[String.fromCodePoint(119977)]:'𝒩',[String.fromCodePoint(119978)]:'𝒪',[String.fromCodePoint(119979)]:'𝒫',[String.fromCodePoint(119980)]:'𝒬',[String.fromCodePoint(119982)]:'𝒮',[String.fromCodePoint(119983)]:'𝒯',[String.fromCodePoint(119984)]:'𝒰',[String.fromCodePoint(119985)]:'𝒱',[String.fromCodePoint(119986)]:'𝒲',[String.fromCodePoint(119987)]:'𝒳',[String.fromCodePoint(119988)]:'𝒴',[String.fromCodePoint(119989)]:'𝒵',[String.fromCodePoint(119990)]:'𝒶',[String.fromCodePoint(119991)]:'𝒷',[String.fromCodePoint(119992)]:'𝒸',[String.fromCodePoint(119993)]:'𝒹',[String.fromCodePoint(119995)]:'𝒻',[String.fromCodePoint(119997)]:'𝒽',[String.fromCodePoint(119998)]:'𝒾',[String.fromCodePoint(119999)]:'𝒿',[String.fromCodePoint(120000)]:'𝓀',[String.fromCodePoint(120001)]:'𝓁',[String.fromCodePoint(120002)]:'𝓂',[String.fromCodePoint(120003)]:'𝓃',[String.fromCodePoint(120005)]:'𝓅',[String.fromCodePoint(120006)]:'𝓆',[String.fromCodePoint(120007)]:'𝓇',[String.fromCodePoint(120008)]:'𝓈',[String.fromCodePoint(120009)]:'𝓉',[String.fromCodePoint(120010)]:'𝓊',[String.fromCodePoint(120011)]:'𝓋',[String.fromCodePoint(120012)]:'𝓌',[String.fromCodePoint(120013)]:'𝓍',[String.fromCodePoint(120014)]:'𝓎',[String.fromCodePoint(120015)]:'𝓏',[String.fromCodePoint(120068)]:'𝔄',[String.fromCodePoint(120069)]:'𝔅',[String.fromCodePoint(120071)]:'𝔇',[String.fromCodePoint(120072)]:'𝔈',[String.fromCodePoint(120073)]:'𝔉',[String.fromCodePoint(120074)]:'𝔊',[String.fromCodePoint(120077)]:'𝔍',[String.fromCodePoint(120078)]:'𝔎',[String.fromCodePoint(120079)]:'𝔏',[String.fromCodePoint(120080)]:'𝔐',[String.fromCodePoint(120081)]:'𝔑',[String.fromCodePoint(120082)]:'𝔒',[String.fromCodePoint(120083)]:'𝔓',[String.fromCodePoint(120084)]:'𝔔',[String.fromCodePoint(120086)]:'𝔖',[String.fromCodePoint(120087)]:'𝔗',[String.fromCodePoint(120088)]:'𝔘',[String.fromCodePoint(120089)]:'𝔙',[String.fromCodePoint(120090)]:'𝔚',[String.fromCodePoint(120091)]:'𝔛',[String.fromCodePoint(120092)]:'𝔜',[String.fromCodePoint(120094)]:'𝔞',[String.fromCodePoint(120095)]:'𝔟',[String.fromCodePoint(120096)]:'𝔠',[String.fromCodePoint(120097)]:'𝔡',[String.fromCodePoint(120098)]:'𝔢',[String.fromCodePoint(120099)]:'𝔣',[String.fromCodePoint(120100)]:'𝔤',[String.fromCodePoint(120101)]:'𝔥',[String.fromCodePoint(120102)]:'𝔦',[String.fromCodePoint(120103)]:'𝔧',[String.fromCodePoint(120104)]:'𝔨',[String.fromCodePoint(120105)]:'𝔩',[String.fromCodePoint(120106)]:'𝔪',[String.fromCodePoint(120107)]:'𝔫',[String.fromCodePoint(120108)]:'𝔬',[String.fromCodePoint(120109)]:'𝔭',[String.fromCodePoint(120110)]:'𝔮',[String.fromCodePoint(120111)]:'𝔯',[String.fromCodePoint(120112)]:'𝔰',[String.fromCodePoint(120113)]:'𝔱',[String.fromCodePoint(120114)]:'𝔲',[String.fromCodePoint(120115)]:'𝔳',[String.fromCodePoint(120116)]:'𝔴',[String.fromCodePoint(120117)]:'𝔵',[String.fromCodePoint(120118)]:'𝔶',[String.fromCodePoint(120119)]:'𝔷',[String.fromCodePoint(120120)]:'𝔸',[String.fromCodePoint(120121)]:'𝔹',[String.fromCodePoint(120123)]:'𝔻',[String.fromCodePoint(120124)]:'𝔼',[String.fromCodePoint(120125)]:'𝔽',[String.fromCodePoint(120126)]:'𝔾',[String.fromCodePoint(120128)]:'𝕀',[String.fromCodePoint(120129)]:'𝕁',[String.fromCodePoint(120130)]:'𝕂',[String.fromCodePoint(120131)]:'𝕃',[String.fromCodePoint(120132)]:'𝕄',[String.fromCodePoint(120134)]:'𝕆',[String.fromCodePoint(120138)]:'𝕊',[String.fromCodePoint(120139)]:'𝕋',[String.fromCodePoint(120140)]:'𝕌',[String.fromCodePoint(120141)]:'𝕍',[String.fromCodePoint(120142)]:'𝕎',[String.fromCodePoint(120143)]:'𝕏',[String.fromCodePoint(120144)]:'𝕐',[String.fromCodePoint(120146)]:'𝕒',[String.fromCodePoint(120147)]:'𝕓',[String.fromCodePoint(120148)]:'𝕔',[String.fromCodePoint(120149)]:'𝕕',[String.fromCodePoint(120150)]:'𝕖',[String.fromCodePoint(120151)]:'𝕗',[String.fromCodePoint(120152)]:'𝕘',[String.fromCodePoint(120153)]:'𝕙',[String.fromCodePoint(120154)]:'𝕚',[String.fromCodePoint(120155)]:'𝕛',[String.fromCodePoint(120156)]:'𝕜',[String.fromCodePoint(120157)]:'𝕝',[String.fromCodePoint(120158)]:'𝕞',[String.fromCodePoint(120159)]:'𝕟',[String.fromCodePoint(120160)]:'𝕠',[String.fromCodePoint(120161)]:'𝕡',[String.fromCodePoint(120162)]:'𝕢',[String.fromCodePoint(120163)]:'𝕣',[String.fromCodePoint(120164)]:'𝕤',[String.fromCodePoint(120165)]:'𝕥',[String.fromCodePoint(120166)]:'𝕦',[String.fromCodePoint(120167)]:'𝕧',[String.fromCodePoint(120168)]:'𝕨',[String.fromCodePoint(120169)]:'𝕩',[String.fromCodePoint(120170)]:'𝕪',[String.fromCodePoint(120171)]:'𝕫'};exports.default=_default;

@@ -1,1 +0,1 @@

"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports.getFromCharCode=getFromCharCode;exports.getCharFromEntityCode=getCharFromEntityCode;exports.getCharFromEntityName=getCharFromEntityName;exports.getEntityCodeFromChar=getEntityCodeFromChar;exports.getEntityNameFromChar=getEntityNameFromChar;Object.defineProperty(exports,"CHAR_FROM_ENTITY_NAME",{enumerable:true,get:function(){return _charFromEntityName.default;}});Object.defineProperty(exports,"ENTITY_NAME_FROM_CHAR",{enumerable:true,get:function(){return _entityNameFromChar.default;}});exports.entityNameFromCharMap=exports.entityCodeFromCharMap=exports.charFromEntityNameMap=exports.charFromEntityCodeMap=exports.fromCharCodeMap=void 0;var _charFromEntityName=_interopRequireDefault(require("./char-from-entity-name"));var _entityNameFromChar=_interopRequireDefault(require("./entity-name-from-char"));function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj};}const fromCharCodeMap=new Map();exports.fromCharCodeMap=fromCharCodeMap;const charFromEntityCodeMap=new Map();exports.charFromEntityCodeMap=charFromEntityCodeMap;const charFromEntityNameMap=new Map(Object.entries(_charFromEntityName.default));exports.charFromEntityNameMap=charFromEntityNameMap;const entityCodeFromCharMap=new Map();exports.entityCodeFromCharMap=entityCodeFromCharMap;const entityNameFromCharMap=new Map(Object.entries(_entityNameFromChar.default));exports.entityNameFromCharMap=entityNameFromCharMap;function getFromCharCode(index){if(fromCharCodeMap.has(index))return fromCharCodeMap.get(index);const char=String.fromCharCode(index);fromCharCodeMap.set(index,char);return char;}function getCharFromEntityCode(entityCode){if(charFromEntityCodeMap.has(entityCode))return charFromEntityCodeMap.get(entityCode);const a=entityCode.match(/#(\d+);/);if(a){const[m,v]=a;const n=m&&Number(v);if(!isNaN(n)){const char=String.fromCharCode(n);charFromEntityCodeMap.set(entityCode,char);return char;}}return null;}function getCharFromEntityName(entityName){if(charFromEntityNameMap.has(entityName))return charFromEntityNameMap.get(entityName);return null;}function getEntityCodeFromChar(char){if(entityCodeFromCharMap.has(char))return entityCodeFromCharMap.get(char);const n=char.codePointAt(0);if(n!==undefined){const entityCode=`&#${n};`;entityCodeFromCharMap.set(char,entityCode);return entityCode;}return null;}function getEntityNameFromChar(char){if(entityNameFromCharMap.has(char))return entityNameFromCharMap.get(char);return null;}
"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports.getFromCodePoint=getFromCodePoint;exports.getCharFromEntityCode=getCharFromEntityCode;exports.getCharFromEntityName=getCharFromEntityName;exports.getEntityCodeFromChar=getEntityCodeFromChar;exports.getEntityNameFromChar=getEntityNameFromChar;Object.defineProperty(exports,"CHAR_FROM_ENTITY_NAME",{enumerable:true,get:function(){return _charFromEntityName.default;}});Object.defineProperty(exports,"ENTITY_NAME_FROM_CHAR",{enumerable:true,get:function(){return _entityNameFromChar.default;}});exports.entityNameFromCharMap=exports.entityCodeFromCharMap=exports.charFromEntityNameMap=exports.charFromEntityCodeMap=exports.fromCodePointMap=void 0;var _charFromEntityName=_interopRequireDefault(require("./char-from-entity-name"));var _entityNameFromChar=_interopRequireDefault(require("./entity-name-from-char"));function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj};}const fromCodePointMap=new Map();exports.fromCodePointMap=fromCodePointMap;const charFromEntityCodeMap=new Map();exports.charFromEntityCodeMap=charFromEntityCodeMap;const charFromEntityNameMap=new Map(Object.entries(_charFromEntityName.default));exports.charFromEntityNameMap=charFromEntityNameMap;const entityCodeFromCharMap=new Map();exports.entityCodeFromCharMap=entityCodeFromCharMap;const entityNameFromCharMap=new Map(Object.entries(_entityNameFromChar.default));exports.entityNameFromCharMap=entityNameFromCharMap;function getFromCodePoint(index){if(fromCodePointMap.has(index))return fromCodePointMap.get(index);const char=String.fromCodePoint(index);fromCodePointMap.set(index,char);return char;}function getCharFromEntityCode(entityCode){if(charFromEntityCodeMap.has(entityCode))return charFromEntityCodeMap.get(entityCode);const a=entityCode.match(/#(\d+);/);if(a){const[m,v]=a;const n=m&&Number(v);if(!isNaN(n)){const char=String.fromCodePoint(n);charFromEntityCodeMap.set(entityCode,char);return char;}}return null;}function getCharFromEntityName(entityName){if(charFromEntityNameMap.has(entityName))return charFromEntityNameMap.get(entityName);return null;}function getEntityCodeFromChar(char){if(entityCodeFromCharMap.has(char))return entityCodeFromCharMap.get(char);const n=char.codePointAt(0);if(n!==undefined){const entityCode=`&#${n};`;entityCodeFromCharMap.set(char,entityCode);return entityCode;}return null;}function getEntityNameFromChar(char){if(entityNameFromCharMap.has(char))return entityNameFromCharMap.get(char);return null;}

@@ -1,1 +0,1 @@

"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports.charAt=charAt;exports.charCodeAt=charCodeAt;exports.charOf=charOf;exports.charCodeOf=charCodeOf;exports.entityAt=entityAt;exports.entityCodeAt=entityCodeAt;exports.entityNameAt=entityNameAt;exports.entityOf=entityOf;exports.fromCharCode=fromCharCode;exports.charFromEntityCode=charFromEntityCode;exports.charFromEntityName=charFromEntityName;exports.toEntityCode=toEntityCode;exports.toEntityName=toEntityName;exports.entityCodeFromChar=entityCodeFromChar;exports.entityNameFromChar=entityNameFromChar;exports.entityCodeOf=entityCodeOf;exports.entityNameOf=entityNameOf;exports.fromDecToHex=fromDecToHex;exports.fromDecToOct=fromDecToOct;exports.reverse=reverse;exports.default=void 0;var _common=require("../common");var _string=require("../common/string");function _defineProperty(obj,key,value){if(key in obj){Object.defineProperty(obj,key,{value:value,enumerable:true,configurable:true,writable:true});}else{obj[key]=value;}return obj;}const OCT=8;const DEC=10;const HEX=16;const X=/\u0026[\w]+\u003b|\u0026\u0023(?:[1-9]+[\d]+|[1-9])\u003b+/g;const XCODE=/\u0026\u0023(?:[1-9]+[\d]+|[1-9]+)\u003b+/g;const XNAME=/\u0026[\w]+\u003b+/g;const ACHAR='&';const ACHARCODE=38;const AENTITYNAME='&amp;';const AENTITYCODE='&#38;';function charAt(s,i){if((0,_common.isString)(s)&&(0,_common.isNumber)(i)){let v=s.charAt(i);if(v===ACHAR){X.lastIndex=i;const m=X.exec(s);if(m===null){return ACHAR;}else{v=m.shift();let c;if((c=(0,_string.getCharFromEntityName)(v))!==null)return c;if((c=(0,_string.getCharFromEntityCode)(v))!==null)return c;return ACHAR;}}else{return v;}}return null;}function charCodeAt(s,i){if((0,_common.isString)(s)&&(0,_common.isNumber)(i)){let v=s.charCodeAt(i);if(v===ACHARCODE){X.lastIndex=i;const m=X.exec(s);if(m===null){return ACHARCODE;}else{v=m.shift();let c;if((c=(0,_string.getCharFromEntityName)(v))!==null)return c.charCodeAt(0);if((c=(0,_string.getCharFromEntityCode)(v))!==null)return c.charCodeAt(0);return ACHARCODE;}}else{return v;}}return null;}function charOf(s){if((0,_common.isString)(s)){if(s.length<4){return s.charAt(0);}else{let v=s.charAt(0);if(v===ACHAR){X.lastIndex=0;const m=X.exec(s);if(m===null){return ACHAR;}else{v=m.shift();let c;if((c=(0,_string.getCharFromEntityName)(v))!==null)return c;if((c=(0,_string.getCharFromEntityCode)(v))!==null)return c;return ACHAR;}}else{return v;}}}return null;}function charCodeOf(s){if((0,_common.isString)(s)){if(s.length<4){return s.charCodeAt(0);}else{let v=s.charCodeAt(0);if(v===ACHARCODE){X.lastIndex=0;const m=X.exec(s);if(m===null){return ACHARCODE;}else{v=m.shift();let c;if((c=(0,_string.getCharFromEntityName)(v))!==null)return c.charCodeAt(0);if((c=(0,_string.getCharFromEntityCode)(v))!==null)return c.charCodeAt(0);return ACHARCODE;}}else{return v;}}}return null;}function entityAt(s,i){if((0,_common.isString)(s)&&(0,_common.isNumber)(i)){const v=s.charAt(i);if(v===ACHAR){X.lastIndex=i;const m=X.exec(s);return m===null?AENTITYNAME:m.shift();}else{let c;if((c=(0,_string.getEntityNameFromChar)(v))!==null)return c;if((c=(0,_string.getEntityCodeFromChar)(v))!==null)return c;return v;}}return null;}function entityCodeAt(s,i){if((0,_common.isString)(s)&&(0,_common.isNumber)(i)){const v=s.charAt(i);if(v===ACHAR){XCODE.lastIndex=i;const m=XCODE.exec(s);return m===null?AENTITYCODE:m.shift();}else{let c;if((c=(0,_string.getEntityCodeFromChar)(v))!==null)return c;return v;}}return null;}function entityNameAt(s,i){if((0,_common.isString)(s)&&(0,_common.isNumber)(i)){const v=s.charAt(i);if(v===ACHAR){XNAME.lastIndex=i;const m=XNAME.exec(s);return m===null?AENTITYNAME:m.shift();}else{let c;if((c=(0,_string.getEntityNameFromChar)(v))!==null)return c;return v;}}return null;}function entityOf(s){if((0,_common.isString)(s)){const v=s.charAt(0);if(v===ACHAR){X.lastIndex=0;const m=X.exec(s);return m===null?AENTITYNAME:m.shift();}else{let c;if((c=(0,_string.getEntityNameFromChar)(v))!==null)return c;if((c=(0,_string.getEntityCodeFromChar)(v))!==null)return c;return v;}}return null;}function fromCharCode(i){return(0,_common.isNumber)(i)?(0,_string.getFromCharCode)(i):null;}function charFromEntityCode(s){return(0,_common.isString)(s)?(0,_string.getCharFromEntityCode)(s):null;}function charFromEntityName(s){return(0,_common.isString)(s)?(0,_string.getCharFromEntityName)(s):null;}function toEntityCode(s){if((0,_common.isString)(s)){let i=0;const j=s.length;let c,h;let r='';for(i,j;i<j;i=i+1){c=s.charAt(i);h=(0,_string.getEntityCodeFromChar)(c);r=r+(h===null?c:h);}return r;}return null;}function toEntityName(s){if((0,_common.isString)(s)){let i=0;const j=s.length;let c,h;let r='';for(i,j;i<j;i=i+1){c=s.charAt(i);h=(0,_string.getEntityNameFromChar)(c);r=r+(h===null?c:h);}return r;}return null;}function entityCodeFromChar(s){return(0,_common.isString)(s)&&s.length===1?(0,_string.getEntityCodeFromChar)(s):null;}function entityNameFromChar(s){return(0,_common.isString)(s)&&s.length===1?_string.entityNameFromCharMap.has(s)?_string.entityNameFromCharMap.get(s):s:null;}function entityCodeOf(s){return(0,_common.isString)(s)&&s.length===1?(0,_string.getEntityCodeFromChar)(s):null;}function entityNameOf(s){return(0,_common.isString)(s)&&s.length===1?_string.entityNameFromCharMap.has(s)?_string.entityNameFromCharMap.get(s):s:null;}function fromDecToHex(v){return(0,_common.isNumber)(v)?v.toString(HEX):(0,_common.isString)(v)?isNaN(v=parseInt(v,DEC))?null:v.toString(HEX):null;}function fromDecToOct(v){return(0,_common.isNumber)(v)?v.toString(OCT):(0,_common.isString)(v)?isNaN(v=parseInt(v,DEC))?null:v.toString(OCT):null;}function reverse(string){if((0,_common.isString)(string)){let s='';let i=string.length;do{s=s+string.charAt(--i);}while(i>0);return s;}return null;}class StringEngine{}exports.default=StringEngine;_defineProperty(StringEngine,"charAt",charAt);_defineProperty(StringEngine,"charCodeAt",charCodeAt);_defineProperty(StringEngine,"charOf",charOf);_defineProperty(StringEngine,"charCodeOf",charCodeOf);_defineProperty(StringEngine,"entityAt",entityAt);_defineProperty(StringEngine,"entityCodeAt",entityCodeAt);_defineProperty(StringEngine,"entityNameAt",entityNameAt);_defineProperty(StringEngine,"entityOf",entityOf);_defineProperty(StringEngine,"fromCharCode",fromCharCode);_defineProperty(StringEngine,"charFromEntityCode",charFromEntityCode);_defineProperty(StringEngine,"charFromEntityName",charFromEntityName);_defineProperty(StringEngine,"toEntityCode",toEntityCode);_defineProperty(StringEngine,"toEntityName",toEntityName);_defineProperty(StringEngine,"entityCodeFromChar",entityCodeFromChar);_defineProperty(StringEngine,"entityNameFromChar",entityNameFromChar);_defineProperty(StringEngine,"entityCodeOf",entityCodeOf);_defineProperty(StringEngine,"entityNameOf",entityNameOf);_defineProperty(StringEngine,"fromDecToHex",fromDecToHex);_defineProperty(StringEngine,"fromDecToOct",fromDecToOct);_defineProperty(StringEngine,"reverse",reverse);
"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports.charAt=charAt;exports.charCodeAt=charCodeAt;exports.charOf=charOf;exports.charCodeOf=charCodeOf;exports.entityAt=entityAt;exports.entityCodeAt=entityCodeAt;exports.entityNameAt=entityNameAt;exports.entityOf=entityOf;exports.fromCodePoint=fromCodePoint;exports.charFromEntityCode=charFromEntityCode;exports.charFromEntityName=charFromEntityName;exports.toEntityCode=toEntityCode;exports.toEntityName=toEntityName;exports.entityCodeFromChar=entityCodeFromChar;exports.entityNameFromChar=entityNameFromChar;exports.entityCodeOf=entityCodeOf;exports.entityNameOf=entityNameOf;exports.fromDecToHex=fromDecToHex;exports.fromDecToOct=fromDecToOct;exports.reverse=reverse;exports.default=void 0;var _common=require("../common");var _string=require("../common/string");function _defineProperty(obj,key,value){if(key in obj){Object.defineProperty(obj,key,{value:value,enumerable:true,configurable:true,writable:true});}else{obj[key]=value;}return obj;}const OCT=8;const DEC=10;const HEX=16;const X=/\u0026[\w]+\u003b|\u0026\u0023(?:[1-9]+[\d]+|[1-9])\u003b+/g;const XCODE=/\u0026\u0023(?:[1-9]+[\d]+|[1-9]+)\u003b+/g;const XNAME=/\u0026[\w]+\u003b+/g;const ACHAR='&';const ACHARCODE=38;const AENTITYNAME='&amp;';const AENTITYCODE='&#38;';function charAt(s,i){if((0,_common.isString)(s)&&(0,_common.isNumber)(i)){let v=s.charAt(i);if(v===ACHAR){X.lastIndex=i;const m=X.exec(s);if(m===null){return ACHAR;}else{v=m.shift();let c;if((c=(0,_string.getCharFromEntityName)(v))!==null)return c;if((c=(0,_string.getCharFromEntityCode)(v))!==null)return c;return ACHAR;}}else{return v;}}return null;}function charCodeAt(s,i){if((0,_common.isString)(s)&&(0,_common.isNumber)(i)){let v=s.charCodeAt(i);if(v===ACHARCODE){X.lastIndex=i;const m=X.exec(s);if(m===null){return ACHARCODE;}else{v=m.shift();let c;if((c=(0,_string.getCharFromEntityName)(v))!==null)return c.charCodeAt(0);if((c=(0,_string.getCharFromEntityCode)(v))!==null)return c.charCodeAt(0);return ACHARCODE;}}else{return v;}}return null;}function charOf(s){if((0,_common.isString)(s)){if(s.length<4){return s.charAt(0);}else{let v=s.charAt(0);if(v===ACHAR){X.lastIndex=0;const m=X.exec(s);if(m===null){return ACHAR;}else{v=m.shift();let c;if((c=(0,_string.getCharFromEntityName)(v))!==null)return c;if((c=(0,_string.getCharFromEntityCode)(v))!==null)return c;return ACHAR;}}else{return v;}}}return null;}function charCodeOf(s){if((0,_common.isString)(s)){if(s.length<4){return s.charCodeAt(0);}else{let v=s.charCodeAt(0);if(v===ACHARCODE){X.lastIndex=0;const m=X.exec(s);if(m===null){return ACHARCODE;}else{v=m.shift();let c;if((c=(0,_string.getCharFromEntityName)(v))!==null)return c.charCodeAt(0);if((c=(0,_string.getCharFromEntityCode)(v))!==null)return c.charCodeAt(0);return ACHARCODE;}}else{return v;}}}return null;}function entityAt(s,i){if((0,_common.isString)(s)&&(0,_common.isNumber)(i)){const v=s.charAt(i);if(v===ACHAR){X.lastIndex=i;const m=X.exec(s);return m===null?AENTITYNAME:m.shift();}else{let c;if((c=(0,_string.getEntityNameFromChar)(v))!==null)return c;if((c=(0,_string.getEntityCodeFromChar)(v))!==null)return c;return v;}}return null;}function entityCodeAt(s,i){if((0,_common.isString)(s)&&(0,_common.isNumber)(i)){const v=s.charAt(i);if(v===ACHAR){XCODE.lastIndex=i;const m=XCODE.exec(s);return m===null?AENTITYCODE:m.shift();}else{let c;if((c=(0,_string.getEntityCodeFromChar)(v))!==null)return c;return v;}}return null;}function entityNameAt(s,i){if((0,_common.isString)(s)&&(0,_common.isNumber)(i)){const v=s.charAt(i);if(v===ACHAR){XNAME.lastIndex=i;const m=XNAME.exec(s);return m===null?AENTITYNAME:m.shift();}else{let c;if((c=(0,_string.getEntityNameFromChar)(v))!==null)return c;return v;}}return null;}function entityOf(s){if((0,_common.isString)(s)){const v=s.charAt(0);if(v===ACHAR){X.lastIndex=0;const m=X.exec(s);return m===null?AENTITYNAME:m.shift();}else{let c;if((c=(0,_string.getEntityNameFromChar)(v))!==null)return c;if((c=(0,_string.getEntityCodeFromChar)(v))!==null)return c;return v;}}return null;}function fromCodePoint(i){return(0,_common.isNumber)(i)?(0,_string.getFromCodePoint)(i):null;}function charFromEntityCode(s){return(0,_common.isString)(s)?(0,_string.getCharFromEntityCode)(s):null;}function charFromEntityName(s){return(0,_common.isString)(s)?(0,_string.getCharFromEntityName)(s):null;}function toEntityCode(s){if((0,_common.isString)(s)){let i=0;const j=s.length;let c,h;let r='';for(i,j;i<j;i=i+1){c=s.charAt(i);h=(0,_string.getEntityCodeFromChar)(c);r=r+(h===null?c:h);}return r;}return null;}function toEntityName(s){if((0,_common.isString)(s)){let i=0;const j=s.length;let c,h;let r='';for(i,j;i<j;i=i+1){c=s.charAt(i);h=(0,_string.getEntityNameFromChar)(c);r=r+(h===null?c:h);}return r;}return null;}function entityCodeFromChar(s){return(0,_common.isString)(s)&&s.length===1?(0,_string.getEntityCodeFromChar)(s):null;}function entityNameFromChar(s){return(0,_common.isString)(s)&&s.length===1?_string.entityNameFromCharMap.has(s)?_string.entityNameFromCharMap.get(s):s:null;}function entityCodeOf(s){return(0,_common.isString)(s)&&s.length===1?(0,_string.getEntityCodeFromChar)(s):null;}function entityNameOf(s){return(0,_common.isString)(s)&&s.length===1?_string.entityNameFromCharMap.has(s)?_string.entityNameFromCharMap.get(s):s:null;}function fromDecToHex(v){return(0,_common.isNumber)(v)?v.toString(HEX):(0,_common.isString)(v)?isNaN(v=parseInt(v,DEC))?null:v.toString(HEX):null;}function fromDecToOct(v){return(0,_common.isNumber)(v)?v.toString(OCT):(0,_common.isString)(v)?isNaN(v=parseInt(v,DEC))?null:v.toString(OCT):null;}function reverse(string){if((0,_common.isString)(string)){let s='';let i=string.length;do{s=s+string.charAt(--i);}while(i>0);return s;}return null;}class StringEngine{}exports.default=StringEngine;_defineProperty(StringEngine,"charAt",charAt);_defineProperty(StringEngine,"charCodeAt",charCodeAt);_defineProperty(StringEngine,"charOf",charOf);_defineProperty(StringEngine,"charCodeOf",charCodeOf);_defineProperty(StringEngine,"entityAt",entityAt);_defineProperty(StringEngine,"entityCodeAt",entityCodeAt);_defineProperty(StringEngine,"entityNameAt",entityNameAt);_defineProperty(StringEngine,"entityOf",entityOf);_defineProperty(StringEngine,"fromCodePoint",fromCodePoint);_defineProperty(StringEngine,"charFromEntityCode",charFromEntityCode);_defineProperty(StringEngine,"charFromEntityName",charFromEntityName);_defineProperty(StringEngine,"toEntityCode",toEntityCode);_defineProperty(StringEngine,"toEntityName",toEntityName);_defineProperty(StringEngine,"entityCodeFromChar",entityCodeFromChar);_defineProperty(StringEngine,"entityNameFromChar",entityNameFromChar);_defineProperty(StringEngine,"entityCodeOf",entityCodeOf);_defineProperty(StringEngine,"entityNameOf",entityNameOf);_defineProperty(StringEngine,"fromDecToHex",fromDecToHex);_defineProperty(StringEngine,"fromDecToOct",fromDecToOct);_defineProperty(StringEngine,"reverse",reverse);
{
"name": "difference-engine",
"version": "1.0.10",
"version": "1.0.12",
"description": "Difference Engine",

@@ -28,33 +28,24 @@ "main": "./index.js",

"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/eslint-parser": "^7.12.1",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-export-default-from": "^7.12.1",
"@babel/plugin-proposal-export-namespace-from": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/register": "^7.12.1",
"babel-plugin-module-resolver": "^4.0.0",
"chai": "^4.2.0",
"core-js": "^3.6.5",
"eslint": "^7.12.1",
"eslint-config-standard": "^16.0.0",
"eslint-import-resolver-babel-module": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.2",
"@babel/cli": "^7.14.3",
"@babel/core": "^7.14.3",
"@babel/eslint-parser": "^7.14.3",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-export-default-from": "^7.12.13",
"@babel/plugin-proposal-export-namespace-from": "^7.14.2",
"@babel/preset-env": "^7.14.2",
"@babel/register": "^7.13.16",
"babel-plugin-module-resolver": "^4.1.0",
"chai": "^4.3.4",
"core-js": "^3.12.1",
"eslint": "^7.27.0",
"eslint-import-resolver-babel-module": "^5.3.1",
"gulp": "^4.0.2",
"husky": "^4.3.0",
"mocha": "^8.2.0",
"husky": "^6.0.0",
"mocha": "^8.4.0",
"moment": "^2.29.1",
"rimraf": "^3.0.2",
"sacred-fs": "^1.2.1",
"sinon": "^9.2.1"
},
"husky": {
"hooks": {
"pre-commit": "npm run pre-commit"
}
"sinon": "^10.0.0",
"standard": "^16.0.3"
}
}

@@ -8,3 +8,3 @@ /**

export const fromCharCodeMap = new Map()
export const fromCodePointMap = new Map()

@@ -22,7 +22,7 @@ export const charFromEntityCodeMap = new Map()

export function getFromCharCode (index) {
if (fromCharCodeMap.has(index)) return fromCharCodeMap.get(index)
export function getFromCodePoint (index) {
if (fromCodePointMap.has(index)) return fromCodePointMap.get(index)
const char = String.fromCharCode(index)
fromCharCodeMap.set(index, char)
const char = String.fromCodePoint(index)
fromCodePointMap.set(index, char)
return char

@@ -44,3 +44,3 @@ }

if (!isNaN(n)) {
const char = String.fromCharCode(n)
const char = String.fromCodePoint(n)
charFromEntityCodeMap.set(entityCode, char)

@@ -47,0 +47,0 @@ return char

@@ -9,3 +9,3 @@ /** @module StringEngine */

import {
getFromCharCode,
getFromCodePoint,
getCharFromEntityCode,

@@ -25,3 +25,3 @@ getCharFromEntityName,

const XNAME = /\u0026[\w]+\u003b+/g
const ACHAR = '&' // String.fromCharCode(38) // '\u0026'
const ACHAR = '&' // String.fromCodePoint(38) // '\u0026'
const ACHARCODE = 38

@@ -326,6 +326,6 @@ const AENTITYNAME = '&amp;'

/*
* Char from char code
* Char from code point
*/
export function fromCharCode (i) {
return isNumber(i) ? getFromCharCode(i) : null
export function fromCodePoint (i) {
return isNumber(i) ? getFromCodePoint(i) : null
}

@@ -453,3 +453,3 @@

static fromCharCode = fromCharCode
static fromCodePoint = fromCodePoint
static charFromEntityCode = charFromEntityCode

@@ -456,0 +456,0 @@ static charFromEntityName = charFromEntityName

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc