Playing with Unicode to create symbols with the already large set of combiners and other modifiers allows to already go far.
Although, there are times where some arrows are only given in a single direction, or a diacritic is available only placed above, but not for example bellow on the left side.
So are they modifiers/combiners that allow to instruct such a composition?
For example, the combining rectangle allows to make something like a̻
. At least on the current terminal, it's rendered with a rectangle on the above right position compared to the a
glyph to which it's combined, having it's longest side oriented horizontally. Now, what if :
- the goal is to place the rectangle at the top left, top middle, etc.?
- the goal is to rotate the rectangle before it's combined with the main glyph?
- the goal is to mirror the rectangle before it's combined with the main glyph?
Obviously the last point don't make much difference for a rectangle, but for asymmetric glyphs it would.