How to make small symbol tuck above the ma'at symbol?

I am trying to create this

https://preview.redd.it/m4wn76pk2voe1.png?width=137&format=png&auto=webp&s=12e515089965075278c3c8bdc8281cc59a355ee5

with S29*N28*C10 currently, it gives out

https://preview.redd.it/4lmeug8n2voe1.png?width=86&format=png&auto=webp&s=c6dafb2e4b0f743b0fddd6127be99e0c50d7460a

I want the horizon symbol go above and to the top right of the ma'at symbol, but when I use & like S29*N28&C10

it becomes terrible like

https://preview.redd.it/s7iggdds2voe1.png?width=88&format=png&auto=webp&s=f69a4701fdfad66b59e1f4e3c9a67a559cef4ccb

How can I achieve what I am trying to do, nothing works :(

edit: &&& puts it on top of the ma'at like

https://preview.redd.it/xi35nzf63voe1.png?width=73&format=png&auto=webp&s=029545d864c2d22a3e1c6cb76f235d472980e1ac

edit2: I was able to do this with S29*(N28:.)*C10

https://preview.redd.it/8cedfx625voe1.png?width=79&format=png&auto=webp&s=e871fd9c29865a0d482273fc0a547811b99742ea

not perfect, but I guess that's close enough