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

Save as Private