From 81a712408e0e08f3c27d11fdfff17da97a8463ca Mon Sep 17 00:00:00 2001 From: Omar Bahareth Date: Tue, 9 Sep 2025 22:20:10 +0300 Subject: [PATCH] Change Saudi Riyal symbol to new official character MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The new Saudi Riyal symbol scheduled to be released with Unicode 17.0 Raw symbol: ⃁ Unicode codepoint: U+20C1 References: - https://blog.unicode.org/2025/03/support-for-new-saudi-riyal-currency.html - https://unicode-explorer.com/c/20C1 - https://unicode-explorer.com/c/20C1 --- config/currency_iso.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/currency_iso.json b/config/currency_iso.json index 10af40747a..45a354fdca 100644 --- a/config/currency_iso.json +++ b/config/currency_iso.json @@ -1857,7 +1857,7 @@ "priority": 100, "iso_code": "SAR", "name": "Saudi Riyal", - "symbol": "ر.س", + "symbol": "⃁", "alternate_symbols": ["SR", "﷼"], "subunit": "Hallallah", "subunit_to_unit": 100,