How to display heart symbol in visualforce page salesforce
We can use the
❤ ASCII code to display heart symbol.
Sample VF Code:
<apex:page >
<html>
<head>
</head>
<body>
<br/>
<span style="font-size:1000%;color:red;">❤</span>
</body>
</html>
</apex:page>
Output:
No comments:
Post a Comment