The asterisks should be centered on all browsers. They will be:

Start text


End text

Code


<style>
	hr {
		border-width: 0;	
	}

	hr::before {
		content: "* * *";
		text-align: center;
	}
</style>