Skip to content

Commit 7ba0c5a

Browse files
committed
feat: add numbers to font mappings
1 parent 0ded66d commit 7ba0c5a

5 files changed

Lines changed: 50 additions & 0 deletions

File tree

β€Žsrc/components/output/maps/mathematical-bold-fraktur.tsβ€Ž

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,14 @@ export const mathematicalBoldFrakturMap = new Map([
5151
["x", "𝖝"],
5252
["y", "π–ž"],
5353
["z", "π–Ÿ"],
54+
["0", "𝟎"],
55+
["1", "𝟏"],
56+
["2", "𝟐"],
57+
["3", "πŸ‘"],
58+
["4", "πŸ’"],
59+
["5", "πŸ“"],
60+
["6", "πŸ”"],
61+
["7", "πŸ•"],
62+
["8", "πŸ–"],
63+
["9", "πŸ—"],
5464
]);

β€Žsrc/components/output/maps/mathematical-bold-italic.tsβ€Ž

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,14 @@ export const mathematicalBoldItalicMap = new Map([
5151
["x", "𝒙"],
5252
["y", "π’š"],
5353
["z", "𝒛"],
54+
["0", "𝟎"],
55+
["1", "𝟏"],
56+
["2", "𝟐"],
57+
["3", "πŸ‘"],
58+
["4", "πŸ’"],
59+
["5", "πŸ“"],
60+
["6", "πŸ”"],
61+
["7", "πŸ•"],
62+
["8", "πŸ–"],
63+
["9", "πŸ—"],
5464
]);

β€Žsrc/components/output/maps/mathematical-bold.tsβ€Ž

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,14 @@ export const mathematicalBoldMap = new Map([
5151
["x", "𝐱"],
5252
["y", "𝐲"],
5353
["z", "𝐳"],
54+
["0", "𝟎"],
55+
["1", "𝟏"],
56+
["2", "𝟐"],
57+
["3", "πŸ‘"],
58+
["4", "πŸ’"],
59+
["5", "πŸ“"],
60+
["6", "πŸ”"],
61+
["7", "πŸ•"],
62+
["8", "πŸ–"],
63+
["9", "πŸ—"],
5464
]);

β€Žsrc/components/output/maps/mathematical-double-struck.tsβ€Ž

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,14 @@ export const mathematicalDoubleStruckMap = new Map([
5151
["x", "𝕩"],
5252
["y", "π•ͺ"],
5353
["z", "𝕫"],
54+
["0", "𝟘"],
55+
["1", "πŸ™"],
56+
["2", "𝟚"],
57+
["3", "πŸ›"],
58+
["4", "𝟜"],
59+
["5", "𝟝"],
60+
["6", "𝟞"],
61+
["7", "𝟟"],
62+
["8", "𝟠"],
63+
["9", "𝟑"],
5464
]);

β€Žsrc/components/output/maps/mathematical-monospace.tsβ€Ž

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,14 @@ export const mathematicalMonospaceMap = new Map([
5151
["x", "𝚑"],
5252
["y", "𝚒"],
5353
["z", "𝚣"],
54+
["0", "𝟢"],
55+
["1", "𝟷"],
56+
["2", "𝟸"],
57+
["3", "𝟹"],
58+
["4", "𝟺"],
59+
["5", "𝟻"],
60+
["6", "𝟼"],
61+
["7", "𝟽"],
62+
["8", "𝟾"],
63+
["9", "𝟿"],
5464
]);

0 commit comments

Comments
Β (0)