This is reply of another post
Hex Code for Darood Shareef in Unicode is fdfa
Decimal Code for Darood Shareef in Unicode is 65018
.
HTML Code Snippet
<h1>ﷺ</h1>
<script>
var txt1 = String.fromCharCode(65018);
console.log(txt1);
alert(txt1);
var txt2 = "\ufdfa";
console.log(txt2);
alert(txt2);
</script>
Unicode Syntax Code Snippet
var str = "\ufdfa";
Replied Status in Programming