HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02027"; } </style> </head> <body> <p>Hyphenation Point using Hexa Decimal: &#x2027;</p> <p>Hyphenation Point using HTML Code: &#8231;</p> <p id="point">Hyphenation Point using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private