<!DOCTYPE html>
<html lang="en-US">
<head>
<style>
#point:after{
content:"\02013";
}
</style>
</head>
<body>
<p>EN Dash using Hexa Decimal: –</p>
<p>EN Dash using HTML Code: –</p>
<p>EN Dash using HTML Entity: –</p>
<p id="point">EN Dash using CSS Entity: </p>
</body>
</html>