Good Day
I would like some assistance to add a Numero Sign for a ZPL label. I have looked at the Page 850 and other symbols from the ZPL Programmers guide and have not found the symbol. Please assist.
Kind regards
Good Day
I would like some assistance to add a Numero Sign for a ZPL label. I have looked at the Page 850 and other symbols from the ZPL Programmers guide and have not found the symbol. Please assist.
Kind regards
You may need to install a font to get symbols that are not in the fonts that are pre-installed. I'm fairly sure that none of the standard pre-installed fonts for US printers have that symbol. If you recieved a printer for Europe or Asia, it might have additional fonts pre-installed. You can print a font list by sending:
Points: 0
You voted ‘up’
The UTF8 encode of Numero Sign (№) is 0xE2 0x84 0x96. You need to use the proper encoding in the ZPL in order to printer. The following example should print the Numero Sign for you.
Points: 0
You voted ‘up’
Log in to post comments