Hi, the following html code should send "漢字" to the app and thus copy it to the clipboard.
<a href="intent:#Intent;action=android.intent.action.SEND;package=com.tengu.sharetoclipboard;type=text/plain;S.android.intent.extra.TEXT=漢字;end;">Share to Clipboard</a>
Sadly, this message appears instead:

The same code already works with other apps.
Hi, the following html code should send "漢字" to the app and thus copy it to the clipboard.
Sadly, this message appears instead:
The same code already works with other apps.