How to insert Unicode symbols to edit text?
In iOS we can do it by just by specifying the code i.e \U0001F68A
.What about android ?
editText.setText("\u00A9 2013 by John Smith");
will put the copyright symbol followed by " 2013 by John Smith" into the the EditText editText.
editText.getText().append("\uD83D\uDE0A");
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With