Modern (use this):
<meta charset="UTF-8">
Legacy equivalent:
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
Place charset in the first 1024 bytes of the document. UTF-8 supports virtually all characters worldwide.
Lines: 0 | Characters: 0