COPYCHARS — Put characters on the clipboard.

Syntax:
COPYCHARS /A /Q value entity "string" 

/Qappend to current clipboard text
/Aquietly

Character values may be specified in decimal, or in hexadecimal with a leading 0x.

Entities are as in HTML 3.2; the leading ampersand may be omitted. Entities are case sensitive.


rem   A non-breaking space, an em dash, and a space:
copychars nbsp; mdash; 32

rem   Text in fancy quotes:
copychars ldquo; "This is a test." rdquo;

rem   High-order characters are supported:
copychars 0x1f603