Blazor Rich Text Editor Example - Special Characters
This sample shows how to add special characters (symbols) chooser toolbar item to the Toolbar of the Rich Text Editor. Click the Ω icon in the Toolbar to view the list of special characters, and then choose the character to be inserted in the editor.
The Rich Text Editor allows to configure custom commands to its Toolbar using Items property of RichTextEditorToolbarSettings. The custom command toolbar item appearance can be configured using RichTextEditorCustomToolbarItems within RichTextEditorToolbarSettings.