A simple program that opens a text box that you can type any unicode into and it will copy it to your clipboard.
Download rust
Download the source code.
To build run the command
cargo build --release
The binary should then appear at unicopy/target/release