Unicode Symbols

Does anyone know how to display a Unicode Symbol in a outline view data cell. I would really like to be able to disolay a “Check Mark” in a cell and have no idea how to do it.

Any help would be awesome,
Thanks
Dallas

Hi,

in plain AppleScript you can do it this way

set checkMark to «data utxt2713» as Unicode text
display dialog checkMark

and I think you could do it the same way in AppleScript Studio

Works Great! Thanks Stefan
Dallas