diff options
Diffstat (limited to 'srcs/compose/accent_superscript.json')
| -rw-r--r-- | srcs/compose/accent_superscript.json | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/srcs/compose/accent_superscript.json b/srcs/compose/accent_superscript.json index 292815d..7a90869 100644 --- a/srcs/compose/accent_superscript.json +++ b/srcs/compose/accent_superscript.json @@ -16,9 +16,10 @@ "=": "⁼", "(": "⁽", ")": "⁾", + // latin "n": "ⁿ", - + // since there are no more "superscript" characters, // we substitute with "modifier letter small"s which looks the same // latin @@ -77,6 +78,7 @@ "ʃ": "ᶴ", "ʒ": "ᶾ", "ʍ": "ꭩ", + "Ħ": "ꟸ", // greek "ɒ": "ᶛ", "β": "ᵝ", @@ -89,5 +91,10 @@ "ʌ": "ᶺ", "θ": "ᶿ", // cyrillic - "ө": "ᶱ" + "ө": "ᶱ", + + // Other with modifier + "ʕ": "ˤ", + "ʔ": "ˀ", + "ʋ": "ᶹ" } |
