What parts (and how much) of the Personal Use Area does Nerd Fonts use? #1539
|
I am wanting to create my own font that utilizes some of the PUA space as a hobby project, and I would like it not to conflict with Nerd Fonts if possible. Are there any sections of the PUA that Nerd Fonts does not use? |
Replies: 2 comments 3 replies
|
It's best to use a block in Plane 15 that others are not using see wikipedia and also Under-ConScript Unicode Registry |
|
For me it is unclear if you mentioning
I believe CSUR mentioned by @ChiefMikeK has no relevance here, as it also 'reserves' codepoints used by Nerd Fonts :-D
An overview of the Nerd Font codepoints is here: Keep in mind that some people might have problems with 'more than four hex-digit' codepoints, i.e. can not use them, but these cases are getting more rare in the last time, so that we put the Material Design icons in the 5 digit range ( |
For me it is unclear if you mentioning
PUAmeansE000-F8FFPUA-AandPUA-B(F'0000-F'FFFD;10'000-10'FFFD)I believe CSUR mentioned by @ChiefMikeK has no relevance here, as it also 'reserves' codepoints used by Nerd Fonts :-D
An overview of the Nerd Font codepoints is here:
https://github.com/ryanoasis/nerd-fonts/wiki/Glyph-Sets-and-Code-Points#overview
Keep in mind t…