1
0
Fork
You've already forked unicode_table
0
A program to create an HTML table of all of the Unicode characters.
  • Rust 100%
2026年07月10日 09:40:42 -04:00
LICENSES Create simple HTML table for Unicode characters 2025年03月07日 21:19:29 +00:00
resources Create simple HTML table for Unicode characters 2025年03月07日 21:19:29 +00:00
src Update to Unicode 17.0.0 2026年07月10日 09:40:42 -04:00
.gitignore Create simple HTML table for Unicode characters 2025年03月07日 21:19:29 +00:00
.gitmodules Create simple HTML table for Unicode characters 2025年03月07日 21:19:29 +00:00
Cargo.lock Create simple HTML table for Unicode characters 2025年03月07日 21:19:29 +00:00
Cargo.toml Create simple HTML table for Unicode characters 2025年03月07日 21:19:29 +00:00
README.md Update to Unicode 17.0.0 2026年07月10日 09:40:42 -04:00
REUSE.toml Create simple HTML table for Unicode characters 2025年03月07日 21:19:29 +00:00

Unicode Table

Generate a cheatsheet of Unicode characters, their codes, and their respective descriptions.

Unicode character data

The data was downloaded from https://www.unicode.org/Public/17.0.0/uca/allkeys.txt.

According to the ISO's Customer License Agreement, electronic copies must be granted permission to share ISO publications. As such, the data used for this program is restricted behind a private repository.

Thus, it is recommended to download the data locally first, using the URL above, to the resources/ directory.