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