.char{
  width: 48px;
  height: 48px;
  /*float: left;*/
  margin: 3px 6px 3px 0;
  position: relative;
  display: inline-block;
}
.char-centre{
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  background: #000;
  border-radius: 1000px;
}
.char-centre-inner{
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  background: #fff;
  border-radius: 1000px;
}
.char-part-1{
  position: absolute;
  top: 7.8125%;
  left: 23.4375%;
  width: 9.375%;
  height: 37.5%;
  background: #000;
  transform: rotate(-45deg);
}
.char-part-2{
  position: absolute;
  top: 0;
  left: 45.3125%;
  width: 9.375%;
  height: 37.5%;
  background: #000;
}
.char-part-3{
  position: absolute;
  top: 7.8125%;
  right: 23.4375%;
  width: 9.375%;
  height: 37.5%;
  background: #000;
  transform: rotate(45deg);
}
.char-part-4{
  position: absolute;
  bottom: 7.8125%;
  left: 23.4375%;
  width: 9.375%;
  height: 37.5%;
  background: #000;
  transform: rotate(45deg);
}
.char-part-5{
  position: absolute;
  bottom: 0;
  left: 45.3125%;
  width: 9.375%;
  height: 37.5%;
  background: #000;
}
.char-part-6{
  position: absolute;
  bottom: 7.8125%;
  right: 23.4375%;
  width: 9.375%;
  height: 37.5%;
  background: #000;
  transform: rotate(-45deg);
}
.char-part-7{
  position: absolute;
  bottom: 45.3125%;
  left: 0;
  width: 37.5%;
  height: 9.375%;
  background: #000;
}
.char-part-8{
  position: absolute;
  bottom: 45.3125%;
  right: 0;
  width: 37.5%;
  height: 9.375%;
  background: #000;
}