...but I missed looking at the Info button top-right that separately allows the copy to Clipboard for the Unicode or HTML Code.

Brill.

I just created a naff Xara Widget:
Code:
<XaraWidget>
<WidgetName>copychar.cc</WidgetName>
<CreateURL>https://copychar.cc</CreateURL>
<BrowserWidth>1024</BrowserWidth>
<BrowserHeight>800</BrowserHeight>
<WidgetHelp>
- Select any symbol or character.
- It is copied to your Clipboard.
- Click the Info button to see and copy Unicode or HTML Code as well.
- Press the Cancel button.
- Paste into your design.
</WidgetHelp>
</XaraWidget>
Copy into a text editor and Save as CharCopy.xwr.
Mine is in a Widget Folder and is accessed through the Local Designs gallery.

XWR files are used to build Placeholders with body code; here you just close it.
It saves the need for a separate browser window.

Acorn