idsgrep

Search for Extended Ideographic Description Sequences in text

brewmacoslinux
Try with needOr install directly
Source

About

Grep for Extended Ideographic Description Sequences

Commands

idsgrep

Examples

search for ideographic description sequences in a file$ idsgrep '⿰' input.txt
find all CJK characters built with specific components$ idsgrep '⿳土' data.txt
search multiple files for ideographic patterns$ idsgrep '⿲' *.txt
search stdin for ideographic description sequences$ cat documents.txt | idsgrep '⿵'
find lines containing multi-component ideographic descriptions$ idsgrep -n '⿸' unicode_data.txt