| <style> | |
| .padtable td, .padtable th { padding-right: 10px; } | |
| </style> | |
| <table class="codetable padtable"> | |
| <tr> | |
| <th> </th> | |
| <th>Composing</th> | |
| <th>Decomposing</th> | |
| </tr> | |
| <tr> | |
| <th>Canonical equivalence</th> | |
| <td>NFC</td> | |
| <td>NFD</td> | |
| </tr> | |
| <tr> | |
| <th>Compatibility equivalence</th> | |
| <td>NFKC</td> | |
| <td>NFKD</td> | |
| </tr> | |
| </table> |