Hello,

I am trying to concat two strings at runtime and between them I want to insert a special character that I found in charmap in windows.

There are many characters and their code is written in the down-left corner of the window.

For example if I want to insert the diameter (Ø) character in a string that has U+00D8 how do I make this at runtime.

Also I will have to check if this character exists or not in a textbox. (If textBox1.Text.Contains(......code???......) Then...)

Thx.