zwnj-renders-invisible.html (507B)
1 <!DOCTYPE html> 2 <html> 3 <meta charset="utf-8"> 4 <link rel="author" title="Vitor Roriz" href="https://github.com/vitorroriz"> 5 <link rel="help" href="https://www.unicode.org/versions/Unicode15.0.0/ch23.pdf"> 6 <link rel="match" href="../reference/blank.html"> 7 <style> 8 @font-face { 9 font-family: ahem-zwnj; 10 src: url('../../fonts/ahem-visible-zwnj.otf'); 11 } 12 .ahem-zwnj { 13 font-family: ahem-zwnj; 14 } 15 body { 16 font-size: 60px; 17 } 18 </style> 19 <body> 20 <div class="ahem-zwnj">͏‌</div> 21 </body> 22 </html>