Print the degree symbol on a ZE500

// Expert user has replied.
N Niall Tierney 1 year 3 months ago
83 1 0

Hi all, i want to add the degree symbol below after the 2-8, it is for a ZE500, i was wondering could anyone help

 

^XA
^LH0,0
^FO50,50
^CI0^A@R,20,20,TT0003M_^FO200,100^FR^CI17^F8^FDStore refrigerated 2-8  C (36-46 F)^FS
^XZ

Please register or login to post a reply

1 Replies

S Steven Si

You need to find the correct character set where the degree symbol is defined. On the ZPL User Guide, the degree symbol is defined on the Zebra Code Page 1252, where the degree symbol is defined as B0 in HEX (or 176 in DEC). Below is the modified ZPL that prints the degree symbol. The character set is specified by ^CI27, use ^FH_ to use the HEX value _B0 for the degree symbol.

^XA
^LH0,0
^FO50,50
^CI27^A@R,20,20,TT0003M_^FO200,100^FR^FH_^FDStore refrigerated 2-8_B0C (36-46_B0F)^FS
^XZ

 

CONTACT
Can’t find what you’re looking for?