| <+sup>X<-sup> | superscript | 
| <+sub>X<-sub> | subscript | 
| <join> | zero-width joiner | 
| <no-join> | zero-width non-joiner | 
| <break> | zero-width space | 
| <no-break> | zero-width non-breaking space | 
| <font variant> | specialized font variation | 
| <+circled>X<-circled> | circled characters (single characters may use U+20DD) | 
| [200C] | ZERO WIDTH NON-JOINER | 
| [200D] | ZERO WIDTH JOINER | 
| X<join><join>Y | ® X<join>Y | 
| X<no-join><no-join>Y | ® X<no-join>Y | 
| X<join>Y | ® XY if X and Y would join anyway under contextual analysis | 
| X<no-join>Y | ® XY if X and Y would not join anyway under contextual analysis | 
| [200B] | ZERO WIDTH SPACE | 
| [FEFF] | ZERO WIDTH NO-BREAK SPACE {BYTE ORDER MARK} | 
| X<no-break><no-break> | ® X<no-break>Y | 
| X<break><break>Y | ® X<break>Y | 
| X<no-break>Y | ® XY if X and Y would not have a word break between them anyway | 
| X<break>Y | ® XY if X and Y would have a word break between them anyway |