diff --git a/projects/editor/src/app/text-editor/rich-text-editor.component.html b/projects/editor/src/app/text-editor/rich-text-editor.component.html
index e547b99bcc6e25e3ce93d7f123212914dc5e4c07..0427a567a69db91e5ce3539c02cab5ad44b261ad 100644
--- a/projects/editor/src/app/text-editor/rich-text-editor.component.html
+++ b/projects/editor/src/app/text-editor/rich-text-editor.component.html
@@ -195,9 +195,10 @@
     <mat-menu #specialCharsMenu="matMenu" yPosition="above">
       <button mat-button (click)="insertSpecialChar('&nbsp;')"
               [matTooltip]="'GeschĂĽtztes Leerzeichen'">&blank;</button>
-      <button mat-button (click)="insertSpecialChar('&#8212;')">&#8212;</button>
+      <button mat-button (click)="insertSpecialChar('&ndash;')">&ndash;</button>
       <button mat-button (click)="insertSpecialChar('&female;')">&female;</button>
       <button mat-button (click)="insertSpecialChar('&male;')">&male;</button>
+      <br>
       <button mat-button (click)="insertSpecialChar('&rsquo;')">&rsquo;</button>
       <button mat-button (click)="insertSpecialChar('&bdquo;')">&bdquo;</button>
       <button mat-button (click)="insertSpecialChar('&ldquo;')">&ldquo;</button>