Make some private dingbats perhaps for sample images

This commit is contained in:
be5invis 2023-11-12 03:18:48 -08:00
parent a9c919fbb9
commit 8ecd9bbd03
2 changed files with 74 additions and 1 deletions

View file

@ -3,7 +3,8 @@ import UnicodeDataIndex from "@unicode/unicode-15.0.0";
export async function collectBlockData() {
const BlockData = [
[[0xe0a0, 0xe0df], "Private Use Area — Powerline"],
[[0xee00, 0xee3f], "Private Use Area — Progress Bar"],
[[0xee00, 0xee0f], "Private Use Area — Progress Bar"],
[[0xef10, 0xef1f], "Private Use Area — Iosevka Private Dingbats"]
];
for (const id of UnicodeDataIndex.Block) {