Unexpected-Keyboard/srcs/compose/accent_dot_above.json

47 lines
696 B
JSON
Raw Normal View History

{
"a": "ȧ",
"b": "ḃ",
"c": "ċ",
"d": "ḋ",
"e": "ė",
"f": "ḟ",
"g": "ġ",
"h": "ḣ",
"m": "ṁ",
"n": "ṅ",
"o": "ȯ",
"p": "ṗ",
"r": "ṙ",
"s": "ṡ",
"t": "ṫ",
"w": "ẇ",
"x": "ẋ",
"y": "ẏ",
"z": "ż",
// remove dot since i and j already have one
"i": "ı",
"j": "ȷ",
// extended latin
"ā": "ǡ",
"ō": "ȱ",
"ś": "ṥ",
"ṣ": "ṩ",
"š": "ṧ",
"ſ": "ẛ",
// combining character
"k": "k\u0307",
"l": "l\u0307",
"q": "q\u0307",
"u": "u\u0307",
"v": "v\u0307",
// math
"∈": "⋵",
"": "⨰",
"∧": "⩑",
"": "⩒",
"≡": "⩧",
"~": "⩪",
"⊆": "⫃",
"⊇": "⫄"
}