Copy link to clipboard
Copied
What is the chr code for a ballot box with and without x? I found where is says it should be:
#chr(2612)# #chr(2610)# #chr(2611)# but they do not work.
Thanks. I found them right after I posted: use
<cfset SpreadsheetAddRow(xl,"#chr(9744)# #chr(9745)# #chr(9746)#")>
to produce:
☐ ☑ ☒ |
Copy link to clipboard
Copied
Try chr(9745)
Copy link to clipboard
Copied
Thanks. I found them right after I posted: use
<cfset SpreadsheetAddRow(xl,"#chr(9744)# #chr(9745)# #chr(9746)#")>
to produce:
☐ ☑ ☒ |