0

I am using a JTextField in which income is the input. So I have to display an Indian Rupee symbol in that JTextField.

How do I do that?

mKorbel
  • 109,525
  • 20
  • 134
  • 319

1 Answers1

1

This should work: "\u20B9".

Source: http://www.fileformat.info/info/unicode/char/20b9

mvp
  • 111,019
  • 13
  • 122
  • 148