Skip to content

Instantly share code, notes, and snippets.

@obfusk
Created May 23, 2021 16:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save obfusk/e92e14b0368006994afe82838c9f2738 to your computer and use it in GitHub Desktop.
Save obfusk/e92e14b0368006994afe82838c9f2738 to your computer and use it in GitHub Desktop.
find fonts that have a glyph for a specific character on Linux
#!/bin/bash
# Usage: find-fonts.sh 💩
fc-list ":charset=$(printf '%x' "'$1")"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment