Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.23 KB

README.md

File metadata and controls

29 lines (17 loc) · 1.23 KB

The UTF-8 Illustrator

image

Online tool where you can type chars (or emoji) and see what it looks like when utf-8 encoded.

Try it out 👀

Learn more/everything about UTF-8, Unicode & emoji!

Shout out to some great resources about utf-8, Unicode, emoji etc:

Local development

For local development on http://localhost:8000, first run npm install and then:

npm run dev &
tsc --watch &

Note to self: list background tasks with jobs and use kill %{jobId} to stop a task.