More space between currency symbol and price

How can I create more distance between currency and price? Is there any way?

Dear,

Use the CONCATENATE function to add spaces between the currency symbol and the price.

CONCATENATE(“$”, " ", [Price])

This formula adds two spaces between the dollar sign and the price. Adjust the number of spaces as needed.

thanks for your answer, but it doesn’t work.

If you are looking this for the price column itself, I’m afraid there is no option for that.

Dear,

try adding a virtual column to your appsheet and use the above mentioned formula.