import std.conv : text; assert(strikethroughText!"Test %s"(3).text == "\x1ETest 3\x1E");
See Implementation