![](https://secure.gravatar.com/avatar/74d41c3215dcdd377343cdc47311757c.jpg?s=120&d=mm&r=g)
10 Sep
2020
10 Sep
'20
3:05 p.m.
T. Kurt Bond schrieb am 09.09.2020 um 21:40:
I want to use the Unicode Character PLAYING CARD ACE OF SPADES in a ConTeXt document. Because of the way the source document is created it has to be as the actual unicode character itself, rather than a reference to a specific character in a specific font.
Here's what I've tried, but it doesn't work:
\definefontfallback[mainface][rm][Symbola][preset=range:playingcards,force=yes]
Try \definefontfallback[mainface][rm][Symbola][range=playingcards,force=yes] The "range:..." presets are just a comma separated list of name which are passed to the range key. Wolfgang