@dinkumoil said:
You could create an HTML file that includes your code points as HTML entity numbers
…and…
@rdipardo said:
you can encode the text as numeric entities, then convert them right in Notepad++ with the HTML Tag plugin
…and that’s all fine, but the OP ( @User-000 ) had a title on this posting of “Is there any way to convert code points to unicode”, so I found it curious that no example was provided that actually had some fun and uses any “fancy” unicode characters. (Of course, OP didn’t do this in his sample data, either…).
I didn’t try with the HTML Tag plugin, but I did try the “HTML file” approach with some “fancy” character data:
<body> <p> Hello World!▼💙 </p> </body>and indeed it worked just fine to show the fancy-ness for characters U+25BC and U+1F499; here shown in Chrome:
547dfa37-ee07-4847-ada1-da6b98332cd1-image.png