Hi,
Virtual DataPort provides the equivalent data types for all the SQL types. For unicode charset Virtual DataPort chooses the default data type as "text". For example if the data type in the datasource is NCHAR OR NVARCHAR then when creating views in Virtual DataPort it sets the field data type as "text".
In order to retrieve the unicode values, you could modify the subtype property of a field to NCHAR or NVARCHAR in Virtual DatatPort by navigating to the base view > Edit > Output Tab > choose the field> click on the Pencil icon > Source Type Properties.
Refer the Knowledge Base Article [VDP Conformance with Standard SQL](https://community.denodo.com/kb/view/document/VDP%20Conformance%20with%20Standard%20SQL?category=VQL) and [Viewing the Schema of a Base View](https://community.denodo.com/docs/html/browse/6.0/vdp/administration/creating_views/importing_data_sources_and_creating_base_views/viewing_the_schema_of_a_base_view#viewing-the-schema-of-a-base-view) to know about supported Data types and source type properties in Virtual DataPort.
Hope this helps you!