quotationmarks-cjk-1.html (1136B)
1 <html> 2 <head> 3 <meta content-type="text/html" charset="utf8"> 4 <style type="text/css"> p { margin: 5px 1em; width: 0; } </style> 5 </head> 6 <body> 7 8 <p>字‘字’字“字”字</p> 9 <p>字,‘字,’字,“字,”字</p> 10 <p>字.‘字.’字.“字.”字</p> 11 <p>字:‘字:’字:“字:”字</p> 12 <p>字;‘字;’字;“字;”字</p> 13 <p>字!‘字!’字!“字!”字</p> 14 <p>字?‘字?’字?“字?”字</p> 15 <p>字‘(字)’字“(字)”字</p> 16 <p>字(‘字’)字(“字”)字</p> 17 18 </body> 19 </html>