What happens if you change to other font instead default or change those character codes?
I use Format function all the time. For example:Code: Pascal [Select][+][-] Button1.Caption := Format('%s Undo', [#$E10E]); Button2.Caption := Format('%s Cut', [#$E16B]); Button3.Caption := Format('%s Copy', [#$E16F]); Button4.Caption := Format('%s Paste', [#$E16D]); Button5.Caption := Format('%s Delete', [#$E106]);to produce attached screenshot.
QuoteWhat happens if you change to other font instead default or change those character codes?interesting. it doesnt show clpbrd/edit symbols you've added, but does show other unicode symbols. see attchmntwhich subset are that symbols in?