This bug is available on default Magento 2.4.3
To solve it, go to,
vendormagentomodule-directoryModelCurrency.php
And comment the code under the formatTxt function:
if ($this->canUseNumberFormatter($options)) {
return $this->formatCurrency($price, $options);
}

