Skip to content

Instantly share code, notes, and snippets.

View gierens's full-sized avatar
🦀

Sandro-Alessio Gierens gierens

🦀
View GitHub Profile
@gierens
gierens / unicode_private_use.md
Last active September 5, 2023 11:40
Unicode Private Use Area

Unicode Private Use Area

This is an enumerated list of all code points from the Unicode private area. There are couple of websites that also contain such listings, but you might run into problems with your browser font not having any characters for those code points. This is meant to be downloaded so you can use it in your editor to yank and paste symbols.

How to generate the list in vim

for i in range(57344, 63744)