Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

20
Votes

Add Symbol support in Document Editor


At present, Document editor can preserve the symbols while opening an existing Word document that already contains symbols. 

Please use the alternative solution below for inserting symbol characters based on special font, till this feature is implemented. Document editor provides API to insert text. With the help of this insert text API, you can apply required font in selection format and insert symbol text like “ξ, ≤”,

For your reference, we have prepared the below stack blitz sample.
https://stackblitz.com/edit/cyfhry?file=indext.ts


Kindly check it. We have added a dropdown with symbols and selected symbols will be inserted in the cursor position.