Character String Functions Oracle PLSQL Tutorial

SQL>
SQL> select compose('de' || unistr('\0300') ) from dual;
dF
1 row selected.
SQL>