Is there consensus or best practice on how to best access special characters (like arrows or numbers in circles) in a font?
I couldn’t find anything so I implemented something my own way with contextual alternates:
Numbers in circles can be created with Contextual Alternates enabled and typing a combination of
w or b (white or black)
# (number sign)
![Image: https://us.v-cdn.net/5019405/uploads/editor/fd/tkz08dt3px6k.png]()
Arrows can be created with Contextual Alternates enabled and typing a combination of
> (greater than)
with
r, l, u, d
(right, left, up, down)
![Image: https://us.v-cdn.net/5019405/uploads/editor/dv/algfdimu0nuj.png]()
Everything works fine this way but maybe there are drawbacks that I didn’t foresee?
Cheers, Ebern.
I couldn’t find anything so I implemented something my own way with contextual alternates:
Numbers in circles can be created with Contextual Alternates enabled and typing a combination of
w or b (white or black)
# (number sign)
and a digit (0-9)

Arrows can be created with Contextual Alternates enabled and typing a combination of
> (greater than)
with
r, l, u, d
(right, left, up, down)

Cheers, Ebern.