The result of this query
SELECT 'X' || CHR(29) || 'X' FROM dual;
is shown as
XX
When I copy that to the Editor window, it is displayed correctly as
I tried to change the font of the Data Grid to Courier New (also have that in the Editor) - still does not show.
Is there a way to display these characters in Data Grid?