HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\001FE"; } </style> </head> <body> <p>Uppercase O Stroke and Acute using Hexa Decimal: &#x01FE;</p> <p>Uppercase O Stroke and Acute using HTML Code: &#510;</p> <p id="point">Uppercase O Stroke and Acute using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private