JavaScript - Formatting Table of Contents Thousands Separator Thousands Separator // example setting label with JPY price priceLabel.text(`${price.toLocaleString('ja-JP')}円`); Source: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/toLocaleString