• Townie
    AI
  • Blog
  • Docs
  • Pricing
  • We’re hiring!
Log inSign up
jdan

jdan

nameOfUnicode

Public
Like
nameOfUnicode
Home
Code
2
README.md
main.tsx
Branches
1
Pull requests
Remixes
History
Environment variables
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Sign up now
Code
/
Code
/
Search
README.md

Populated with the following:

import { blob } from "https://esm.town/v/std/blob?v=12";

fetch("https://unicode.org/Public/UNIDATA/UnicodeData.txt").then(async function(response) {
  const text = await response.text();
  const data = {};
  text.split("\n").forEach((line) => {
    const [code, name] = line.split(";");
    data[code] = name;
  });

  await blob.setJSON("unicode_names", data);
});

Migrated from folder: posts/emoji/deconstruct/nameOfUnicode

Code
README.mdmain.tsx
FeaturesVersion controlCode intelligenceCLI
Use cases
TeamsAI agentsSlackGTM
DocsShowcaseTemplatesNewestTrendingAPI examplesNPM packages
PricingNewsletterBlogAboutCareers
We’re hiring!
Brandhi@val.townStatus
X (Twitter)
Discord community
GitHub discussions
YouTube channel
Bluesky
Terms of usePrivacy policyAbuse contact
© 2025 Val Town, Inc.