Skip to content

danielwcarey/BlazorUnicode

Repository files navigation

Blazor Unicode WASM + Progressive Web Application

This is a PWA convergence of my C# code snippets built over the years to work with Unicode and Unicode fonts. The original code is based on several LINQPad C# snippets. This application uses Microsoft's own (excellent) Cascadia Code font; for both the uesr interface and for the rendering of the code points.

You can try this application from here: Azure Static Apps

Some of the things I find myself doing frequently is:

  • Looking for the Unicode values for box elements.

  • Looking to see if there is something in the font I can use (name searches).

  • Given a page that has a character, just learning more about that (uni)code point.

  • Just browsing all the effort put into a font.

Running locally using docker

  1. Build the container using:
.\build.ps1
  1. Run a temporary image using:
.\run.ps1

Here are some useful links and tools:

Screenshots

The Main Page

Browsing the Arrows

Browsing from the Code Point 2500

Example Search for 'angle'

Browsing Map Symbols

Browsing Emoticons

About

Blazor PWA utility for looking at Unicode symbols and code points.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published