.mono-emoji {
    display: inline-block;
    width: 2ch;
    /* Forces emoji to take exactly 2 character widths */
    text-align: center;
    /* Centers the emoji inside those 2 character spaces */
    font-style: normal;
    /* Prevents inherited italics from tilting the emoji */
}