Add hollow letters and digits (#2189)

This commit is contained in:
be5invis 2024-02-02 19:11:16 -08:00
parent 8e7bd0a0bc
commit cfac37ddf0
9 changed files with 318 additions and 65 deletions

View file

@ -4,7 +4,8 @@ export async function collectBlockData() {
const BlockData = [
[[0xe0a0, 0xe0df], "Private Use Area — Powerline"],
[[0xee00, 0xee0f], "Private Use Area — Progress Bar"],
[[0xef10, 0xef1f], "Private Use Area — Iosevka Private Dingbats"]
[[0xef10, 0xef1f], "Private Use Area — Iosevka Private Dingbats"],
[[0x1cc00, 0x1ceaf], "Symbols for Legacy Computing Supplement"]
];
for (const id of UnicodeDataIndex.Block) {