HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0225A"; } </style> </head> <body> <p>Equiangular To using Hexa Decimal: &#x225A;</p> <p>Equiangular To using HTML Code: &#8794;</p> <p>Equiangular To using HTML Entity: &veeeq;</p> <p id="point">Equiangular To using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private