Python 3, 97(削除) 97 (削除ここまで) 93 bytes
Thanks to Mukundan314 for -4 bytes!
The string has a leading and trailing unprintable with value 519.
for c in"wç¿ğŗŗĵý6çw"in"%.»677íìư.%":c=ord(c);s=c%8*'*'+c;s=c//8%7*' '+c8%8*'*'+c//56*'*';print64*' '+c%8*'*';print(f'{s+s[::-1]:^26}')
Python 3, 97 bytes
The string has a leading and trailing unprintable with value 5.
for c in"wç¿ğŗŗĵý6çw":c=ord(c);s=c%8*'*'+c//8%7*' '+c//56*'*';print(f'{s+s[::-1]:^26}')
Python 3, (削除) 97 (削除ここまで) 93 bytes
Thanks to Mukundan314 for -4 bytes!
The string has a leading and trailing unprintable with value 19.
for c in"%.»677íìư.%":c=ord(c);s=c//8%8*'*'+c//64*' '+c%8*'*';print(f'{s+s[::-1]:^26}')