Add hollow letters and digits (#2189)
This commit is contained in:
parent
8e7bd0a0bc
commit
cfac37ddf0
9 changed files with 318 additions and 65 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue