Hello Community,
I was trying to add a ✓ symbol in the report designer. For this I inserted the character like this in a column in RDF file -
Xml_Record_Writer_SYS.Add_Element(xml$_, 'CHECKMARK', 'RK ' || TO_CHAR(UNISTR('\2713')));
I also tried simply with UNISTR(‘\2713’)
, TO_CHAR(UNISTR(‘\2713’)
but none worked.
When I printed the report, the character wasn’t showing. When I tried concatenating ‘RK ‘
string before it, only the first string printed -
Is it limitation of report designer not able to print unicode characters? Or is there another way to print such characters? (without using images)
Thanks in advance.
Rohit.