#include #include #include #include int main () { setlocale(LC_ALL, "en_US.UTF-8"); const wchar_t* wc = L"👌"; int length = wcswidth(wc, 1); printf("%ls, length: %d\n", wc, length); }