plainCodePoint property
final
The Unicode code point represented by the key event, if any, without regard to any modifier keys which are currently pressed.
If there is no Unicode code point, this value is zero.
Dead keys are represented as Unicode combining characters.
This is the result of calling KeyEvent.getUnicodeChar(0) on Android.
See developer.android.com/reference/android/view/KeyEvent.html#getUnicodeChar(int) for more information.
Implementation
final int plainCodePoint;