I'm trying to add the special character ® in this code:
certificate_print_text($pdf, $x, $y + 105, 'C', 'Helvetica', '', 24, $course->fullname);
i want to represent something like this: Dentokind® (dentokind is the name of the course)
I hope you can help me.
thank you :)
As stated in the comments, the HTML-Code for the registered trademark symbol is ® so your line of code should look similar to this:
certificate_print_text($pdf, $x, $y + 105, 'C', 'Helvetica', '', 24, $course->fullname."®");
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With