| Crates.io | utf_symbols |
| lib.rs | utf_symbols |
| version | 1.0.3 |
| created_at | 2025-06-03 13:50:21.239688+00 |
| updated_at | 2025-06-04 11:22:49.743519+00 |
| description | A quick tool to search symbols (any named character) in the utf table. |
| homepage | https://github.com/xgillard/utf_symbols/ |
| repository | https://github.com/xgillard/utf_symbols/ |
| max_upload_size | |
| id | 1699068 |
| size | 334,622 |
As it happens, I often use ideograms in my talks as I find them to be a good way to visually convey the intuition of what I mean. For that purpose, the UTF database is quite an incredible source since it comprises tons of ideograms that can be used reliably and for free. This is how this tool was born: a quick hack to search the few characters I wanted to find.

To build this project, you will need to have a rust toolchain installed on your machine. If it is not already the case, you can follow the instructions given here: https://www.rust-lang.org/learn/get-started Once this is out of the way, building the project is as simple as running the following command:
cargo build --release
If you're like me and you like this tool so much that you want to be able to use it just anywhere and anytime, you can install it on your machine with the following command
cargo install utf_symbols
Or, if you want to build it from sources:
cargo install --path .