Hello, @rob-mcdonell and All,
You could use the @Peterjones’s Python script, provided in this post :
https://community.notepad-plus-plus.org/post/44448
Each time this Python script is called, it displays, in the leftmost zone of the status bar, the character currently at the right of the caret/cursor, of the current file, even in case of a selection, as well as its Unicode code-point, both in hexadecimal and decimal values !
It works with any Unicode character, even for those with code-point over the BMP ( Basic Multilingual Plane )
To get the default language name again, just switch to an other tab and switch back
You may prefer my version with a slightly different layout, here :
https://community.notepad-plus-plus.org/post/44514
Or this other version, of @alan-kilborn, with a possible replacement of the aimed character :
https://community.notepad-plus-plus.org/post/56576
Best Regards,
guy038