FeaturesTemplatesShowcaseTownie
AI
BlogDocsPricing
Log inSign up
jdan
jdannameOfUnicode
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 miliseconds.
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
Go to top
X (Twitter)
Discord community
GitHub discussions
YouTube channel
Bluesky
Product
FeaturesPricing
Developers
DocsStatusAPI ExamplesNPM Package Examples
Explore
ShowcaseTemplatesNewest ValsTrending ValsNewsletter
Company
AboutBlogCareersBrandhi@val.town
Terms of usePrivacy policyAbuse contact
© 2025 Val Town, Inc.