HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0004F"; } </style> </head> <body> <p>Uppercase O using Hexa Decimal: &#x4f;</p> <p>Uppercase O using HTML Code: &#79;</p> <p>Uppercase O using HTML Entity: O</p> <p id="point">Uppercase O using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private