.status-unlisted::before, .status-private::before {
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    left: 10px;
    bottom: 8px;
    font: 14px/1;
}
.status-unlisted::before {
    content: "🔓";
    opacity: 0.3;
}
.status-private::before {
    content: "🔒";
    opacity: 1;
}