The atbash substitution cipher has the reversed alphabet as the encoding rule: A means Z, B means Y, C means X, etc. For decimal digits, the atbash equivalent is simply 9 minus the digit.
Find a 10 digit atbash self referential number such that the leftmost digit is 9 minus the number of zeros, the next digit is 9 minus the number of ones, etc.