Debugging with Console & DevTools

What feature of console.log() is being used in this example?
console.log('%cWarning!%c This is important', 'color: red; font-size: 20px; font-weight: bold;', 'color: black; font-size: 14px;');
Next Question (9/40)