<!DOCTYPE html>
<html>
<title>W3.CSS</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="4/w3.css">
<body>
<div class="w3-container">
<h2>W3.CSS Badges</h2>
<p>You can display single digit badges using UTF-8 Dingbats:</p>
<div class="w3-xxlarge">
❶ ❷ ❸ ❹ ❺
➅ ➆ ➇ ➈ ➉
</div>
<div class="w3-xxlarge w3-text-red">
❶ ❷ ❸ ❹ ❺
➅ ➆ ➇ ➈ ➉
</div>
</div>
</body>
</html>