Unicode confuses command detection in the editor

If a Unicode character occurs in an SQL command, it cannot be executed with F9 without it being selected first.

For example, type:
SELECT '🤔' FROM DUAL;
Place the cursor somewhere inside the statement and press F9. You will get a ORA-00942.