Universal Character Names
The following sample works in Visual C++ .NET 2003 as specified in the standard:
// universal_character_names.cpp
int main()
{
int IdentContainingTwoUCNCharacters\u1234\U00001234 = 0;
}
For more information, see Unicode Support.