Updated on 2026-08-14

This commit is contained in:
Tangem 2025-02-04 16:43:33 +04:00
parent ce63ab2d17
commit 6a21e1a98c
3 changed files with 4 additions and 6 deletions

View file

@ -11,4 +11,5 @@ object StringsSigns {
const val INFINITY_SIGN = ""
const val NON_BREAKING_SPACE = '\u00A0'
const val PERCENT = "%"
const val THREE_STARS = "\u2217\u2217\u2217"
}