StackOverflow 文档 C++ 教程 基本类型关键字 char32 t char32 t Created: November-22, 2018 Version >= C++ 11 无符号整数类型,其大小和对齐方式与 uint_least32_t 相同,因此足以容纳 UTF-32 代码单元。 const char32_t full_house[] = U"🂣🂳🂨🂸🃈"; // non-BMP characters std::cout << sizeof(full_house)/sizeof(char32_t) << "\n"; // prints 6 浮动char16 t