codePoint property
final
The Unicode code point represented by the key event, if any.
If there is no Unicode code point, this value is zero.
Dead keys are represented as Unicode combining characters.
See developer.android.com/reference/android/view/KeyEvent.html#getUnicodeChar() for more information.
Implementation
final int codePoint;