Fraktur escape sequence to terminology. And I just did the same for Encircled characters.
Unicode provides characters that are encircled in the Enclosed Alphanumerics block.
I did the same trick: translate the characters a-z
, A-Z
, 0-9
to their relative enclosed characters.
If you follow the git version, you can try it like that:
echo "\033[52mabcdefghijklmnopqrstuvwxyz\n\033[0m"
echo "\033[52mABCDEFGHIJKLMNOPQRSTUVWXYZ\n\033[0m"
I’m still using PragmataPro, but it only supports p
enclosed. The other characters are rendered using Symbola (this is transparent to the user).
Here’s how it renders for me:
Edit on 2024-01-10
I’ve checked with a newer version of PragmataPro, and it renders great: