Which class do I use to build a game board for console output?

If I want to make a game board like tic tac toe, should I use string + concatenations, stringbuilder, console.print? Something else?

Please don’t write it for me. I wand to do it :). But what would you use to build a board from regular ascii characters?