Make some private dingbats perhaps for sample images
This commit is contained in:
parent
a9c919fbb9
commit
8ecd9bbd03
2 changed files with 74 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue