HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\00189"; } </style> </head> <body> <p>Uppercase D African using Hexa Decimal: &#x0189;</p> <p>Uppercase D African using HTML Code: &#393;</p> <p id="point">Uppercase D African using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private