Forum Discussion

wkrasl's avatar
wkrasl
Copper Contributor
Dec 27, 2022
Solved

Code vs Char Question

Hi.  I know how to use Code and Char functions in theory, but not getting the expected results.  I am working with filled circles (●) and open circles (○) as follows, where I need to use the Char fun...
  • PeterBartholomew1's avatar
    Dec 27, 2022

    wkrasl 

    CODE and CHAR only work over the ASCII dataset.  To extend the coverage to the Unicode dataset use the functions

    = UNICODE(symbols)
    
    = UNICHAR(unicodes)

     

Resources