diff options
Diffstat (limited to 'srcs/compose/accent_subscript.json')
| -rw-r--r-- | srcs/compose/accent_subscript.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/srcs/compose/accent_subscript.json b/srcs/compose/accent_subscript.json new file mode 100644 index 0000000..79a3c93 --- /dev/null +++ b/srcs/compose/accent_subscript.json @@ -0,0 +1,34 @@ +{ + "1": "₁", + "2": "₂", + "3": "₃", + "4": "₄", + "5": "₅", + "6": "₆", + "7": "₇", + "8": "₈", + "9": "₉", + "0": "₀", + "+": "₊", + "-": "₋", + "=": "₌", + "(": "₍", + ")": "₎", + "a": "ₐ", + "e": "ₑ", + "h": "ₕ", + "i": "ᵢ", + "j": "ⱼ", + "k": "ₖ", + "l": "ₗ", + "m": "ₘ", + "n": "ₙ", + "o": "ₒ", + "p": "ₚ", + "r": "ᵣ", + "s": "ₛ", + "t": "ₜ", + "u": "ᵤ", + "v": "ᵥ", + "x": "ₓ" +} |
