msiebuhr / charcod.es

Small webpage for finding the odd unicode char code.
https://charcodes.netlify.app/
ISC License
18 stars 3 forks source link

Combining characters are not always shown correctly #23

Closed bramstein closed 11 years ago

bramstein commented 12 years ago

Try wrapping them in zero width non joiner:

http://en.wikipedia.org/wiki/Zero-width_non-joiner

This made them show up in most cases.

bramstein commented 12 years ago

Seems wikipedia uses a non-breaking space before the combining character. They also seem to use DOTTED CIRCLE to show combining characters.

Munter commented 12 years ago

Mathias Bynens also has a project that might help with correct display of chars: https://github.com/mathiasbynens/unicode-data

msiebuhr commented 11 years ago

Shows DOTTED CIRCLE in front of all chars that has "COMBINING" in the name per 5d970f8.