C++ keyword: char32_t (since C++11)

From cppreference.com

Usage

char32_t type: as the declaration of the type

Notes

Feature-test macro Value Std Feature
__cpp_unicode_characters 200704L (C++11) New character types (char16_t and char32_t)

See also