Title: Insert Special Characters
Author: 10up
Published: <strong>ऑगस्ट 30, 2019</strong>
Last modified: मे 12, 2026

---

प्लगइन शोधा

![](https://ps.w.org/insert-special-characters/assets/banner-772x250.png?rev=2584551)

![](https://ps.w.org/insert-special-characters/assets/icon-256x256.png?rev=2584551)

# Insert Special Characters

 [10up](https://profiles.wordpress.org/10up/) कडून

[डाउनलोड करा](https://downloads.wordpress.org/plugin/insert-special-characters.1.1.3.zip)

[लिंक पूर्वावलोकन](https://mr.wordpress.org/plugins/insert-special-characters/?preview=1)

 * [तपशील](https://mr.wordpress.org/plugins/insert-special-characters/#description)
 * [पुनरावलोकने](https://mr.wordpress.org/plugins/insert-special-characters/#reviews)
 *  [इंस्टॉलेशन](https://mr.wordpress.org/plugins/insert-special-characters/#installation)
 * [डेव्हलोपमेंट](https://mr.wordpress.org/plugins/insert-special-characters/#developers)

 [समर्थन](https://wordpress.org/support/plugin/insert-special-characters/)

## वर्णन

Ever wanted to add a special character while working within the WordPress block 
editor (Gutenberg) and suddenly find yourself longing for the days of the Classic
Editor and the Special Character inserter? Well long no more, the Insert Special
Characters plugin is here to ease your publishing woes!

**Note:** you can display the popover via the `ctrl`/`cmd` + `o` keyboard shortcut.

Development takes place in the [GitHub repository](https://github.com/10up/insert-special-characters).

### Technical Notes

 * Requires PHP 7.4+.
 * Requires [WordPress](https://wordpress.org/) 6.6+
 * Issues and Pull requests welcome in the [GitHub repository](https://github.com/10up/insert-special-characters).

### Extending

To control the available tabs and characters, developers can filter the data set
using the `insertspecialcharacters-characters` JavaScript (`wp.hooks`) filter.

For example, to create a character inserter that only provides currency symbols:

    ```
    wp.hooks.addFilter(
        'insertspecialcharacters-characters',  // The filter name.
        'mycallback', // Our callback namespace.
        function( component ) { // The callback function.

            // Return the categories/characters to display.
            // The data structure is: { category: [ character data ], category2: ... }
            return {
                "Currency": [
                    { "entity": "&dollar;", "hex": "&#0024;", "name": "Dollar Sign", "char": "$" },
                    { "entity": "&euro;", "hex": "&#20AC;", "name": "Euro Sign", "char": "€" },
                    { "entity": "&cent;", "hex": "&#00A2;", "name": "Cent Sign", "char": "¢" },
                    { "entity": "&pound;", "hex": "&#00A3;", "name": "Pound Sign", "char": "£" },
                    { "entity": "&yen;", "hex": "&#00A5;", "name": "Yen Sign", "char": "¥" },
                ]
            };
        }
    );
    ```

## स्क्रीनशॉट

 * [[
 * Example of special characters selection in the Block Editor.
 * [[
 * “Special Characters” option in Paragraph Block menu.
 * [[
 * Initial special characters, showing the “Math” character set.
 * [[
 * Filtering the special characters via search.
 * [[
 * Resulting inserted special character (note focus on special character, rest of
   window has been blurred).

## स्थापना

 1. Install the plugin via the plugin installer, either by searching for it or uploading
    a .zip file.
 2. Activate the plugin.
 3. Use Insert Special Characters!

## नेहमी विचारले जाणारे प्रश्न

### How come I do not see all the special characters?

When a character is displayed using a font that doesn’t support that character, 
a default “not defined” glyph from that font is used. The “not defined” glyph in
most fonts has the appearance of a rectangular box, or some variation of that.

One example of a font with support for wide range of glyphs is the [Noto](https://fonts.google.com/noto)
family by Google Fonts, which can be loaded by the theme to render the missing characters.

## समीक्षा

![](https://secure.gravatar.com/avatar/bbd6a06ab2f3bea3609a2c9bfe8aa668ad1fef7fd6bc789335fadec4015674e0?
s=60&d=retro&r=g)

### 󠀁[Easy and useful](https://wordpress.org/support/topic/easy-and-useful-162/)󠁿

 [olistic](https://profiles.wordpress.org/olistic/) नोव्हेंबर 4, 2024 1 उत्तर

Easy and useful. I like it!

![](https://secure.gravatar.com/avatar/175f0c7952efe9d5949ddc6e87aeb817b0b320e5a8deb893b8746a484229574b?
s=60&d=retro&r=g)

### 󠀁[My new favorite plugin! Does just what I need it to do](https://wordpress.org/support/topic/my-new-favorite-plugin-does-just-what-i-need-it-to-do/)󠁿

 [LonelyPilgrim](https://profiles.wordpress.org/lonelypilgrim/) जून 21, 2024 1 उत्तर

As a lover of em dashes, en dashes, diacritics, and typography and Unicode in general,
and a pedant for using the precise, proper characters where they are appropriate,
this plugin does exactly what I need it to do. It works very similarly to the insert-
special-characters feature of MediaWiki’s VisualEditor plugin, which I also love.
Bravo for this, and please keep up the good work.

![](https://secure.gravatar.com/avatar/c51a500ca5a32505dd906501fc40e7a6f339031c0b5579b5a38fe01ba6682cda?
s=60&d=retro&r=g)

### 󠀁[Dingbats are back!](https://wordpress.org/support/topic/dingbats-are-back/)󠁿

 [Chaz DeSimone](https://profiles.wordpress.org/chazdesimone/) ऑक्टोबर 7, 2020 1
उत्तर

THANK YOU! I am a typographer from way back when I was hand-setting (and pieing —
the term for spilling) little pieces of metal in the forms of letters, numbers &
dingbats. Special Characters is the WordPress feature I have missed most in Gutenberg,
and your plugin is the first & only that makes inserting Special Characters easy
and enjoyable. Look for a donation from this old type lover! ❤

![](https://secure.gravatar.com/avatar/44fa64c314958042d5b1b03f39e4daf73e8f7adc7b4cbc92f8f10614c009534e?
s=60&d=retro&r=g)

### 󠀁[Much needed!](https://wordpress.org/support/topic/much-needed-24/)󠁿

 [burnuser](https://profiles.wordpress.org/burnuser/) ऑक्टोबर 28, 2019 1 उत्तर

Thank You! It solves a big problem in Gutenberg, which misses this function!

![](https://secure.gravatar.com/avatar/128ac83cc932f5991435aca62c1b903164b5d75d262cf27b88fbe90677795528?
s=60&d=retro&r=g)

### 󠀁[Thank You! Works perfectly!](https://wordpress.org/support/topic/thank-you-works-perfectly-4/)󠁿

 [GoddessNYC](https://profiles.wordpress.org/goddessprojects/) ऑक्टोबर 3, 2019 1
उत्तर

Thank you for this great plugin! WHY special characters are STILL absent from the
Gutenberg Wordpress editor — though it has been requested numerous times — is quite
the annoyance. This plugin is perfect! Thanks again!

![](https://secure.gravatar.com/avatar/a1855d8dce4d4924eb12fa4d7291eb1ae3eb13e13508fec179f129a885815e82?
s=60&d=retro&r=g)

### 󠀁[Excellent!](https://wordpress.org/support/topic/excellent-8053/)󠁿

 [Steve P (UK)](https://profiles.wordpress.org/stevepalmeratwordpress/) सप्टेंबर
1, 2019 1 उत्तर

This is perfect for me. Thanks for developing it!If there was an option to move 
it to the main toolbar without the need to use the dropdown, it would be a six-star
product

 [ सर्व 8 पुनरावलोकने वाचा ](https://wordpress.org/support/plugin/insert-special-characters/reviews/)

## योगदानकर्ते आणि विकसक

“Insert Special Characters” हे मुक्त स्रोत सॉफ्टवेअर आहे. पुढील लोक या प्लगइनच्या
निर्मितीत योगदान केले आहे.

योगदानकर्ते

 *   [ 10up ](https://profiles.wordpress.org/10up/)
 *   [ Adam Silverstein ](https://profiles.wordpress.org/adamsilverstein/)
 *   [ John Watkins ](https://profiles.wordpress.org/johnwatkins0/)
 *   [ Jeffrey Paul ](https://profiles.wordpress.org/jeffpaul/)

“Insert Special Characters” 5 लोकॅलसमध्ये भाषांतरित केले आहे. [अनुवादकांना](https://translate.wordpress.org/projects/wp-plugins/insert-special-characters/contributors)
त्यांच्या योगदानाबद्दल धन्यवाद.

[भाषांतर करा “Insert Special Characters” तुमच्या भाषेत.](https://translate.wordpress.org/projects/wp-plugins/insert-special-characters)

### विकासातील आग्रह?

[कोड ब्राउझ करा](https://plugins.trac.wordpress.org/browser/insert-special-characters/),
[SVN संग्रहालय](https://plugins.svn.wordpress.org/insert-special-characters/) तपासा,
किंवा [विकास लॉग](https://plugins.trac.wordpress.org/log/insert-special-characters/)
च्या [RSS](https://plugins.trac.wordpress.org/log/insert-special-characters/?limit=100&mode=stop_on_copy&format=rss)
द्वारे सदस्यता घ्या.

## बदलांची यादी

#### 1.1.3 – 2024-11-18

 * **Changed:** Update the UI to be more consistent with WordPress core props ([@psorensen](https://github.com/psorensen),
   [@fabiankaegy](https://github.com/fabiankaegy) via [#263](https://github.com/10up/insert-special-characters/pull/263)).
 * **Changed:** Clean up NPM dependencies and update node to v20 (props [@Sidsector9](https://github.com/Sidsector9),
   [@dkotter](https://github.com/dkotter) via [#238](https://github.com/10up/insert-special-characters/pull/238)).
 * **Changed:** Bump WordPress “tested up to” version 6.7 (props [@sudip-md](https://github.com/sudip-md),
   [@sonali886](https://github.com/sonali886), [@godleman](https://github.com/godleman),
   [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter)
   via [#260](https://github.com/10up/insert-special-characters/pull/260), [#261](https://github.com/10up/insert-special-characters/pull/261),
   [#273](https://github.com/10up/insert-special-characters/pull/273), [#274](https://github.com/10up/insert-special-characters/pull/274)).
 * **Security:** Bump `express` from 4.18.2 to 4.19.2, `follow-redirects` from 1.15.5
   to 1.15.6, `ip` from 1.1.8 to 1.1.9 and `webpack-dev-middleware` from 5.3.3 to
   5.3.4 (props [@dependabot](https://github.com/apps/dependabot), [@iamdharmesh](https://github.com/iamdharmesh)
   via [#254](https://github.com/10up/insert-special-characters/pull/254)).
 * **Security:** Bump `braces` from 3.0.2 to 3.0.3, `pac-resolver` from 7.0.0 to
   7.0.1, `socks` from 2.7.1 to 2.8.3, `ws` from 7.59 to 7.5.10 and removes `ip`(
   props [@dependabot](https://github.com/apps/dependabot), [@faisal-alvi](https://github.com/faisal-alvi)
   via [#259](https://github.com/10up/insert-special-characters/pull/259)).
 * **Security:** Bump `axios` from 1.6.7 to 1.7.7, `body-parser` from 1.20.2 to 
   1.20.3, `express` from 4.19.2 to 4.21.0, `ws` from 7.5.10 to 8.18.0, `@wordpress/
   scripts` from 27.1.0 to 29.0.0 and `webpack` from 5.90.0 to 5.94.0 (props [@dependabot](https://github.com/apps/dependabot),
   [@Sidsector9](https://github.com/Sidsector9) via [#267](https://github.com/10up/insert-special-characters/pull/267),
   [#268](https://github.com/10up/insert-special-characters/pull/268)).

#### 1.1.2 – 2024-01-08

 * **Added:** Support for the WordPress.org plugin preview (props [@dkotter](https://github.com/dkotter),
   [@jeffpaul](https://github.com/jeffpaul) via [#232](https://github.com/10up/insert-special-characters/pull/232)).
 * **Fixed:** Issue with blocks crashing due to faux caret (props [@Sidsector9](https://github.com/Sidsector9),
   [@dkotter](https://github.com/dkotter), [@ankitguptaindia](https://github.com/ankitguptaindia)
   via [#225](https://github.com/10up/insert-special-characters/pull/225)).
 * **Fixed:** Issue with characters added to the beginning trimming text from the
   end (props [@Sidsector9](https://github.com/Sidsector9), [@dkotter](https://github.com/dkotter),
   [@ankitguptaindia](https://github.com/ankitguptaindia) via [#225](https://github.com/10up/insert-special-characters/pull/225)).
 * **Changed:** Bump WordPress “tested up to” version to 6.4 (props [@qasumitbagthariya](https://github.com/qasumitbagthariya),
   [@jeffpaul](https://github.com/jeffpaul), [@QAharshalkadu](https://github.com/QAharshalkadu),
   [@ankitguptaindia](https://github.com/ankitguptaindia), [@dhanendran](https://github.com/dhanendran),
   [@iamdharmesh](https://github.com/iamdharmesh) via [#228](https://github.com/10up/insert-special-characters/pull/228)).

#### 1.1.1 – 2023-10-17

 * **Fixed:** Address an issue where some blocks would crash due to a missing attribute(
   props [@dkotter](https://github.com/dkotter) via [#221](https://github.com/10up/insert-special-characters/pull/221)).
 * **Security:** Bump `@babel/traverse` from 7.20.5 to 7.23.2 (props [@dependabot](https://github.com/apps/dependabot),
   [@dkotter](https://github.com/dkotter) via [#219](https://github.com/10up/insert-special-characters/pull/219)).

#### 1.1.0 – 2023-10-16

 * **Added:** Show a faux cursor to preserve context (props [@Sidsector9](https://github.com/Sidsector9),
   [@helen](https://github.com/helen), [@ravinderk](https://github.com/ravinderk)
   via [#207](https://github.com/10up/insert-special-characters/pull/207)).
 * **Added:** Check for minimum required PHP version before loading the plugin (
   props [@kmgalanakis](https://github.com/kmgalanakis), [@peterwilsoncc](https://github.com/peterwilsoncc)
   via [#210](https://github.com/10up/insert-special-characters/pull/210)).
 * **Changed:** Bump WordPress “tested up to” version to 6.3 (props [@kmgalanakis](https://github.com/kmgalanakis),
   [@jeffpaul](https://github.com/jeffpaul), [@peterwilsoncc](https://github.com/peterwilsoncc)
   via [#212](https://github.com/10up/insert-special-characters/pull/212), [#215](https://github.com/10up/insert-special-characters/pull/215)).
 * **Fixed:** Ensure that when highlighting a special character, the block doesn’t
   crash (props [@jrmd](https://github.com/jrmd), [@dkotter](https://github.com/dkotter)
   via [#204](https://github.com/10up/insert-special-characters/pull/204)).
 * **Security:** Bump `semver` from 5.7.1 to 5.7.2 (props [@dependabot](https://github.com/apps/dependabot),
   [@dkotter](https://github.com/dkotter) via [#202](https://github.com/10up/insert-special-characters/pull/202)).
 * **Security:** Bump `word-wrap` from 1.2.3 to 1.2.4 (props [@dependabot](https://github.com/apps/dependabot),
   [@Sidsector9](https://github.com/Sidsector9) via [#206](https://github.com/10up/insert-special-characters/pull/206)).
 * **Security:** Bump `@cypress/request` from 2.88.10 to 3.0.0, `cypress` from 12.8.1
   to 13.3.1 and `@10up/cypress-wp-utils` from 0.1.0 to 0.2.0 (props [@dependabot](https://github.com/apps/dependabot),
   [@dkotter](https://github.com/dkotter) via [#213](https://github.com/10up/insert-special-characters/pull/213)).
 * **Security:** Bump `tough-cookie` from 4.1.2 to 4.1.3 and `@cypress/request` 
   from 2.88.10 to 2.88.12 (props [@dependabot](https://github.com/apps/dependabot),
   [@ravinderk](https://github.com/ravinderk) via [#214](https://github.com/10up/insert-special-characters/pull/214)).
 * **Security:** Bump `postcss` from 8.4.20 to 8.4.31 (props [@dependabot](https://github.com/apps/dependabot),
   [@faisal-alvi](https://github.com/faisal-alvi) via [#216](https://github.com/10up/insert-special-characters/pull/216)).

Further changelog entries can be found in the [CHANGELOG.md](https://github.com/10up/insert-special-characters/blob/trunk/CHANGELOG.md)
file.

## समुदायी प्लगइन

हे प्लगइन एक समुदायाने विकसित आणि समर्थित केले आहे. [या प्लगईनच्या योगदानासाठी योगदान करा](https://github.com/10up/insert-special-characters/)

## मेटा

 *  आवृत्ती **1.1.3**
 *  शेवटचा अद्यतन **2 आठवडे पूर्वी**
 *  सक्रिय स्थापना **3,000+**
 *  वर्डप्रेस आवृत्ती ** 6.5 किंवा मोठा **
 *  परीक्षित केले आहे **7.0**
 *  PHP आवृत्ती ** 7.4 किंवा मोठा **
 *  भाषा
 * [Chinese (Taiwan)](https://tw.wordpress.org/plugins/insert-special-characters/),
   [English (US)](https://wordpress.org/plugins/insert-special-characters/), [German](https://de.wordpress.org/plugins/insert-special-characters/),
   [Italian](https://it.wordpress.org/plugins/insert-special-characters/), [Norwegian (Bokmål)](https://nb.wordpress.org/plugins/insert-special-characters/),
   आणि [Swedish](https://sv.wordpress.org/plugins/insert-special-characters/).
 *  [तुमच्या भाषेत भाषांतर करा](https://translate.wordpress.org/projects/wp-plugins/insert-special-characters)
 * टॅग्ज:
 * [Character Map](https://mr.wordpress.org/plugins/tags/character-map/)[special characters](https://mr.wordpress.org/plugins/tags/special-characters/)
   [symbols](https://mr.wordpress.org/plugins/tags/symbols/)
 *  [प्रगत दृश्य](https://mr.wordpress.org/plugins/insert-special-characters/advanced/)

## मूल्यांकन

 4.9 पैकी ५ तारे.

 *  [  7 5-तारांकित परीक्षणे     ](https://wordpress.org/support/plugin/insert-special-characters/reviews/?filter=5)
 *  [  1 4-तारांकित पुनरावलोकन     ](https://wordpress.org/support/plugin/insert-special-characters/reviews/?filter=4)
 *  [  0 3-तारांकित परीक्षणे     ](https://wordpress.org/support/plugin/insert-special-characters/reviews/?filter=3)
 *  [  0 2-तारांकित परीक्षणे     ](https://wordpress.org/support/plugin/insert-special-characters/reviews/?filter=2)
 *  [  0 1-तारांकित परीक्षणे     ](https://wordpress.org/support/plugin/insert-special-characters/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/insert-special-characters/reviews/#new-post)

[सर्व पुनरावलोकने पहा](https://wordpress.org/support/plugin/insert-special-characters/reviews/)

## योगदानकर्ते

 *   [ 10up ](https://profiles.wordpress.org/10up/)
 *   [ Adam Silverstein ](https://profiles.wordpress.org/adamsilverstein/)
 *   [ John Watkins ](https://profiles.wordpress.org/johnwatkins0/)
 *   [ Jeffrey Paul ](https://profiles.wordpress.org/jeffpaul/)

## समर्थन

गेल्या दोन महिन्यातील निराकरण मुद्दे:

     0 पैकी 1

 [समर्थन फोरम पहा](https://wordpress.org/support/plugin/insert-special-characters/)