Example
#wrap:after {
content: "\f087";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
position: absolute;
font-size: 400px;
color: lightblue;
top: 50%;
left: 50%;
margin: -300px 0 0 -200px;
z-index: 1;
}