"UTF-8 String Literal"

var utf8Str = "A test string"u8; // Notice the 'u8' at the end of the string literal


Code snippet taken from "Complete C# Quick Reference - C# 11".