# [T-SQL], 32 bytes

Based on the [idea of Steve Matthews], but avoiding unprintable characters:

 SELECT -~(ASCII('=')*ASCII('!'))

[T-SQL]: https://www.microsoft.com/sql-server
[idea of Steve Matthews]: https://codegolf.stackexchange.com/a/65518/78876