Constant
UNI_CURRENCY_SYMBOL
A currency symbol.
Since v1.0
enum unigc {
UNI_CURRENCY_SYMBOL,
}Discussion 🔗
A code point representing a currency sign. Examples include:
- Dollar Sign (
U+0024) - Pound Sign (
U+00A3) - Yen Sign (
U+00A5)
A currency symbol.
enum unigc {
UNI_CURRENCY_SYMBOL,
}A code point representing a currency sign. Examples include:
U+0024)
U+00A3)
U+00A5)