4

When browsing the web in Windows XP, Windows is often unable to render more esoteric unicode characters. When this occurs, it replaces the characters with a small box.

If you’re running Windows XP, the following should render as this box, for example: ︙

Is this box a Unicode character itself?

If so, I was thinking that I could put it in my web pages, and see if other Unicode characters I was attempting to use were the same width as it, in order to check whether the other characters were supported or not.

Paul D. Waite
  • 96,640
  • 56
  • 199
  • 270

1 Answers1

2

It is a Unicode code point. It may represent a single character or be one of the combining points (multiple code points forming a character)

Nemanja Trifunovic
  • 24,346
  • 3
  • 50
  • 88