Unicode has code points for certain Roman characters with a dot underneath, for instance U+1E04 — "Latin Capital Letter B With Dot Below" but code points don't exist for all letters.
How can I put a dot below an arbitrary (Roman) character?
I know about code point U+0323 — the combining dot below diacritical:
But here is how the sequence \u0323X\u0323C is rendered: '̣X̣C'
I'd like to get a dot under the C as well as the X. In some renderings I see two dots under the X and in others I see only one dot under the X. In either case there is no dot under the C.