In ELF, they are called undefined characters. You can view a list of undefined characters:
ELF files do not determine which characters come from libraries; it simply adds a list of shared libraries for linking to the ELF binary and allows the linker to find characters in libraries.
source
share