CSS - Non-breaking Space (NBSP)
  • Entity name:  
  • Entity number:  
  • Hex code: \00a0
.non-breaking-space:before {
    content:"\00a0";
}
.non-breaking-space:after {
    content:"\00a0";
}