I am using tinymce editor for my project. I want to add some more special characters (for eg Rupee sign (₹)). However I didn't find any solution.
My code is
tinymce.init({
"selector": "#editor",
"menubar":false,
"statusbar": false,
"plugins": "charmap",
"toolbar": "bold italic underline | charmap"
})
Any help would be appreciated