Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

uni-char-search

A command-line tool to search Unicode characters by name keyword.


What it does

  • Takes a search term and returns matching Unicode characters
  • Shows the code point, symbol, and official Unicode name for each match
  • Fast lookup directly from the terminal

Stack

  • Python, unicodedata

Setup

No dependencies beyond the Python standard library.

chmod +x uni_char_search

Usage

uni_char_search fire
uni_char_search arrow
uni_char_search snowflake

Example output:

U+002632  TRIGRAM FOR FIRE
U+002EA3  CJK RADICAL FIRE
U+002F55  KANGXI RADICAL FIRE
U+00322B  PARENTHESIZED IDEOGRAPH FIRE
U+01F525  FIRE
U+01F692  FIRE ENGINE

Demo

Search for fire:

Search example

About

A command-line tool to search Unicode characters by name keyword.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages