HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\001A3"; } </style> </head> <body> <p>oi using Hexa Decimal: &#x01A3;</p> <p>oi using HTML Code: &#419;</p> <p id="point">oi using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private