idsgrep

Grep 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
Search recursively in a directory for IDS characters$ idsgrep -r '⿱' .
Count occurrences of specific IDS patterns$ idsgrep -c '⿲' document.txt