Search notes:

Registry: HKEY_CURRENT_USER\Control Panel\Input Method

EnableHexNumpad

Setting this value to the (string) value of 1 allows to enter (hexadecimal) Unicode values with the Alt key followed by + on the num-block and then the number.
The following simple batch file (or command) can be executed in cmd.exe to set this registry value:
@reg add "HKCU\Control Panel\Input Method" /v EnableHexNumpad /t REG_SZ /d 1 /f
Github repository about-Windows-Registry, path: /HKEY_CURRENT_USER/Control Panel/Input Method/EnableHexNumpad.bat
As per Wikipedia, users need to log off and sign in again to for this change to take effect.

See also

HKEY_CURRENT_USER\Control Panel

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Windows/...', 1740453599, '3.129.249.61', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Windows/registry/tree/HKEY_CURRENT_USER/Control-Panel/Input-Method/index(47): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78