android - Currency Unicode Characters -


i making mobile game few in app purchases. in android example can download price of purchase can display natively in game. issue because game opengl, i've had come own number display system. have 2 options, can add many currency symbols can, or can remove currency symbols , display price number.

if go down option a, wondering, currencies use same symbol represented same unicode character? example both dollar , australian dollar use $ symbol. character same in unicode? same yen , yuan both use ¥.

i may not display currency symbol , use generic image of money next number. there many currency symbols , can't create number font system encompass them all.

are currencies use same symbol represented same unicode character?

yes


Comments