<!DOCTYPE html> <html> <head> <style> .note p:before{ content:"\1D538"; font-size:40px; color:rgba(0,0,0,1); } </style> </head> <body> <div class="note"> <p> new paragraph represents a new idea.</p> </div> </body> </html>
Run
×
Share