HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\022AF"; } </style> </head> <body> <p>Negated Double Vertical Bar Double Right Turnstile using Hexa Decimal: &#x22AF;</p> <p>Negated Double Vertical Bar Double Right Turnstile using HTML Code: &#8879;</p> <p>Negated Double Vertical Bar Double Right Turnstile using HTML Entity: &nVDash;</p> <p id="point">Negated Double Vertical Bar Double Right Turnstile using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private