2
Try the code below if you are not using Razor put in its format:
.bloco{
background-color: #4fb7ad;
font-size: 10px;
color: white;
padding: 10px;
border-radius: 50%;
text-align: center;
display: inline;
}
<div class="bloco">
M
</div>