The content for your CSS :before or :after selector would be …

.element:before {
    content: "d7";
}

Replace “.element” with the selector you want to add the X to.