Allowing the 'MINUS' character in numeric keyboard for HTML

Today, there is no way for a user to access the 'MINUS' character for the exclusive numeric keyboard using input type='number', inputmode='numeric', inputmode='tel', etc.

Is there any way to support a similar version to the 'decimal' input that also allows negative values?

Use case: Temperature input
Allowing the 'MINUS' character in numeric keyboard for HTML
 
 
Q