How to insert a Unicode character into a string?

How to insert a Unicode character into a string?

Anonymous
Not applicable
3,078 Views
2 Replies
Message 1 of 3

How to insert a Unicode character into a string?

Anonymous
Not applicable

Hi!

 I need to insert a registered brand character (®) into a string for a product model using code ("Model Name ®"). How do you handle Unicode in VB .NET?

0 Likes
Accepted solutions (1)
3,079 Views
2 Replies
Replies (2)
Message 2 of 3

Alfred.NESWADBA
Consultant
Consultant
Accepted solution

Hi,

 

imho you don't need any special things to do, just copy the character to your VB.NET code (from word or from any software that shows the symbol you want) and use it then.

For a text-object in AutoCAD that means then that it has to use a style that is set to a TTF.

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2026
------------------------------------------------------------------------------------

(not an Autodesk consultant)
0 Likes
Message 3 of 3

Anonymous
Not applicable

That simple,Ah?

Thanks Alfred. That worked like a charm.

0 Likes