| Both sides previous revision Previous revision Next revision | Previous revision |
| doc:emojis_and_special_characters [2026/04/01 10:21] – [Other syntax] Simon Grant | doc:emojis_and_special_characters [2026/04/04 19:04] (current) – [Other syntax] Simon Grant |
|---|
| This is the recommended way of introducing emojis (or emoticons, or smileys) and characters that don't appear on your keyboard. | This is the recommended way of introducing emojis (or emoticons, or smileys) and characters that don't appear on your keyboard. |
| |
| In the toolbar you will find the icon called "Smileys": {{smileys-icon.png|This is an illustration: don't click here!}}. This gives you a range of emojis (or whatever you call them!) to insert in your page. When you click on one of them (for example, the first one) you get a code put on the edit page, in this case `8-)`, which shows upon the page as 8-). Likewise for all the others. | In the toolbar you will find the icon called "Smileys": {{smileys-icon.png|This is an illustration: don't click here!}}. This gives you a range of emojis (or whatever you call them!) to insert in your page. When you click on one of them (for example, the first one) a text code is placed on the edit page, in this case `8-)`, which shows upon the page as 8-). Likewise for all the others. |
| |
| Similarly, next to the 'Smileys' icon there is the 'Special Chars' icon: {{special-chars-icon.png}}. Here, you can include all the common accented characters, as well as many other symbols. When you click on any of these, the actual character is put in the editing window. You may have another way on your own device for entering these characters directly without using the toolbar: if so, the result will be exactly the same. | Similarly, next to the 'Smileys' icon there is the 'Special Chars' icon: {{special-chars-icon.png}}. Here, you can include all the common accented characters, as well as many other symbols. When you click on any of these, the actual character is put in the editing window. You may have another way on your own device for entering these characters directly without using the toolbar: if so, the result will be exactly the same. |
| ===== DokuWiki syntax ===== | ===== DokuWiki syntax ===== |
| |
| You can use the keyboard characters to produce emojis, as appear when you use the toolbar; but there is no need to use the toolbar once you know the character sequence. The standard DokuWiki ones are given in the [syntax documentation](wiki:syntax#text_conversions): please see there for the list, both of emoticons and some obvious arrow characters. | You can use the keyboard characters to produce emojis, as appear when you use the toolbar; and there is no need to use the toolbar once you know the character sequence. The standard DokuWiki ones are given in the [syntax documentation](wiki:syntax#text_conversions): please see there for the list, both of emoticons and some obvious arrow characters. |
| |
| For an ordinary right-pointing arrow, typing `->` gives ->, etc. You can also get this character from the 'Special Chars' menu →, or just directly if you know how to put it in from your device: →. There is no difference in the end result. | For example, for an ordinary right-pointing arrow, typing `->` gives ->, etc. You can also get this character from the 'Special Chars' menu →, or just directly if you know how to put it in from your device: →. There is no difference in the end result. |
| |
| By the way, if you need something that isn't there, if it's a reasonable request, we can configure our DokuWiki to recognise another character string to give an unusual UTF-8 character, or a small graphic. | By the way, if you need something that isn't there, if it's a reasonable request, we can configure our DokuWiki to recognise another character string to give an unusual UTF-8 character, or a small graphic. |
| ===== Other syntax ===== | ===== Other syntax ===== |
| |
| What you can't do here is use Unicode codes for emojis or special characters, like | What you **cannot** do here is use Unicode codes for emojis or special characters, like |
| `►`, `˿`, or `ॠ`. Nor do the similar HTML character entities work, like `<`, `>` and `&`. These just display as they are written: < > and &. | `►`, `˿`, or `ॠ`. Nor do the similar HTML character entities work, like `<`, `>` and `&`. These just display as they are written: < > and &. |
| |
| All these work in HTML, MediaWiki, and some versions of Markdown, but not here. So either use the toolbar, or your own way of entering unicode characters. | All these work in HTML, MediaWiki, and some versions of Markdown, but not here. So either use the toolbar, or your own way of entering unicode characters directly. |
| |