when I copied paste variety of bullets from my .docx document to HTML textarea and I get 'question marks' rather than what we are coping. The remaining part of the text is copying just fine. copied bullet from word
when bullet paste into textarea and I get 'question marks' rather than what bullet we are coping
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
</head>
<body>
<h1>The textarea element</h1>
<form accept-charset="UTF-8">
<textarea rows="4" cols="50">
</textarea>
<br><br>
</form>
</body>
</html>
How to fix then please help.