diff options
Diffstat (limited to 'srcs/compose/shift.json')
| -rw-r--r-- | srcs/compose/shift.json | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/srcs/compose/shift.json b/srcs/compose/shift.json index 8b87006..0a44829 100644 --- a/srcs/compose/shift.json +++ b/srcs/compose/shift.json @@ -125,5 +125,14 @@ "ॢ": "ॣ", "॒": "॑", "ॅ": "ॲ", - "ॉ": "ऑ" + "ॉ": "ऑ", + + // Mathematical symbols + "\uD835": { + "\uDD68": "𝕎", // 𝕨 → 𝕎 + "\uDD69": "𝕏", // 𝕩 → 𝕏 + "\uDD57": "𝔽", // 𝕗 → 𝔽 + "\uDD58": "𝔾", // 𝕘 → 𝔾 + "\uDD64": "𝕊" // 𝕤 → 𝕊 + } } |
