How to display Unicode characters in VB6? [duplicate]
问题 This question already has answers here : Closed 6 years ago . Possible Duplicate: What’s the best option to display Unicode text (hebrew, etc.) in VB6 What is the correct way to display the unicode character 9646 (BLACK VERTICAL RECTANGLE) in VB6? When I try ChrW(9646) it displays ? . 回答1: Here is a tutorial to explore. Take a look at this article for the black vertical rectangle. Assuming Unicode is turned on, send the following string to a window to display: Wchar_t mStr[] = {9646,0,0};