abouttreesummaryrefslogcommitdiff
path: root/srcs/compose/accent_dot_above.json
blob: b270a1de3481f9b86f02054d83482e8107c375d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
  "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
  "∈": "⋵",
  "⨯": "⨰",
  "∧": "⩑",
  "∨": "⩒",
  "≡": "⩧",
  "~": "⩪",
  "⊆": "⫃",
  "⊇": "⫄"
}