metacharacter
In computing, a character with a special meaning in a pattern or command, such as wildcards or escape characters.
In regular expressions, the dot is a metacharacter that matches any single character.
In shell scripts, the asterisk is treated as a metacharacter.
From English 'meta' + 文字 (character). A straightforward loanword compound common in computing terminology.