Unicode Map
New JavaScript Interface!
About This Page
I was looking for some easy to access icons that I could use without having to create images or use custom fonts and I found out that the unicode character set has quite a variety of things plain old ASCII doesn't have. Different browsers display some things differently, but I was stuck on a specific browser so this came in quite useful. Hope this helps someone.
The Unicode Map
Notes for future me:
- Will you please move all this layout stuff to includes. There's only so long you'll tollerte copy/pasting from archive.org.
- Don't forget that we wanted to make it so people could specify their local fonts and not just "HTML safe" ones.
- Figure out a way to spellcheck so you don't say things like, "tollerte."
- Go get the section references and make a easy reference. Example: English Capital Letters, English Small Letters but don't actually use these two.
- Lock things when in section references.
- Add collections, like space characters: newline, carriage return, tab, space, nonbreaking space and ones from other languages. Things that aren't sequential.
- Provide ways to actually use these characters.
- Make a way to link to specific searches, client side. We don't need to store this server side anymore. It's not 2013 (and frankly you didn't need to do it then).
- Easy copy to clipboard.