Input hex 0x1F
- 
I would like to enter (insert between two existing charcters) the hex value of 0x1F into a textdocument with encoding UTF8 by the keyboard. How can I achive that?
 - 
Hello, @jancsi-nagy and All,
Quite easy ! Two methods :
- 
Run the
Edit > Character Paneloption - 
Double-click on the
USpart of the line31 1F US 
OR
- Hold down the 
ALTkey and, simultaneously, hit, successively, on the0,3and1keys of your numeric keypad 
Best Regards,
guy038
 - 
 - 
HtmlTag version 1.4.0 allows you to automatically replace a character with any hex value by just hitting
&#x<hex value>;followed by the space key.
Before hitting space:

After hitting space:

Incidentally, this (with 09 as hex value) is my preferred way of inserting a literal tab character when automatic tabs-to-spaces conversion is enabled.