| <!DOCTYPE html> |
| <!-- |
| | A combining character sequence is a base character followed by any number of |
| | combining characters. |
| | http://unicode.org/faq/char_combmark.html |
| --> |
| <html> |
| <head> |
| <meta charset="utf-8"> |
| <style> |
| body { |
| font-size: 30px; |
| font-weight: normal; |
| font-family: Roboto; |
| line-height: 1.5em; |
| margin: 5px; |
| } |
| .containing-block { |
| width: 700px; |
| } |
| </style> |
| </head> |
| <body> |
| <div class="containing-block"> |
| <div>Ƶ̧̈ą́͜X̂</div> |
| <div>f̃ịÄ</div> |
| <div>ऄः</div> |
| </div> |
| </body> |
| </html> |