HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0014A"; } </style> </head> <body> <p>Uppercase ENG using Hexa Decimal: &#x014A;</p> <p>Uppercase ENG using HTML Code: &#330;</p> <p>Uppercase ENG using HTML Entity: &ENG;</p> <p id="point">Uppercase ENG using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private