5

Let's say I created a shorthand writing system with its own custom set of unique characters that don't exist in Unicode.

Is there a way that I could:

  • personally draw each character,

  • then assign each character its own code in Unicode,

  • then write those codes in an HTML page,

  • then publish that HTML page on a site,

  • and then somehow enable other people to actually view those unique characters when they visit that site's page?

jonrsharpe
  • 115,751
  • 26
  • 228
  • 437
jamiestroud69
  • 277
  • 1
  • 12
  • 3
    You could put the characters in a [private use area](https://en.m.wikipedia.org/wiki/Private_Use_Areas) and supply your own font that defines them however you like. – jonrsharpe Jun 17 '17 at 07:22
  • @jonrsharpe Thanks, but how would I "define" (for lack of a better word) it as my own font, and then how could I reference/enable other people to view that font? – jamiestroud69 Jun 17 '17 at 08:53
  • 3
    You should research those as separate questions: how to create a custom font, and how to supply a font with your website. – jonrsharpe Jun 17 '17 at 08:54

0 Answers0