module test; initial begin $display("%s[4munder line%s[0m",8'h1b,8'h1b); $display("%s[31mcolor=red%s[0m",8'h1b,8'h1b); endendmodule