To add US before $ symbol in Product Page Squarespace, you can use this code to Custom CSS box.
/* US */ .product-price:before, p.cart-row-price:before, p.cart-subtotal-price:before { content: "US"; color: #000; }
Result