I am looking for way to stack a tilde and a bar over the same letter (mainly a and i) without them to overlap, and preferably the tilde on top of the bar. The goal is to transliterate nasalisation in hindi.
I have found the unicode U+022D for ȭ, but I did not find the other letter (and I would prefer the reverse order). Moreover I have seen places where a letter has both signs (for example on Wiktionary, section "Nasalisation", point 1), but they are on top of each other and this is ugly. Moreover I cannot copy the result, I get ā̃ . I have a book which displays the expected result. Note that I know how to write each symbol separately.
Any of the following methods would be fine: compose, unicode or keyboard combinations (preferably with french keyboard). My system is Fedora 27 with Cinnamon.
Edit in answer to @dirkt: To be more precise about the input and display softwares:
- I was indeed mislead in believing that copying ā̃ does not work with the tilde being placed on the right of the letter, as I checked only in text field (here, Gedit and Kile), but the display works in Firefox (except that both are stacked on top of each other).
- My immediate wish is to use this is in Anki (both the Linux and Android app). It happens that the display works perfectly fine in this case, the tilde is above the bar and they are not stacked. For input, see next point.
- Using unicode combinations also help inserting the symbols: I was trying with keyboard dead keys, but only one can modify the letter since they are to be entered before the letter (idem for the compose method), and not after like with the unicode combinations. I still cannot use the Ctrl+U combination in Qt softwares, but this is an independent issue (I remembered to have solved it in another install, but I forgot how – so still possible to copy). Is there no compose combination to achieve this? I read on Wikipedia about "chained dead keys", I will try to
- Later I may want to use such symbols in PDF produced with Latex (written using Kile, standard configuration with UTF8, etc.). I know how to achieve the above result using \bar and \tilde, but I would like to be able to enter directly the unicode combination. Currently this does not work (I guess because the tilde has a special meaning, having just the bar works).