Bureaucrats, checkuser, Interface administrators, interwiki, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Editors (Semantic MediaWiki), staff, Suppressors, Administrators
83,693
edits
Hoof Hearted (talk | contribs) m (Protected "Help:Special symbols": WikiIndex:Naming conventions ([Move=Allow only administrators] (indefinite))) |
Hoof Hearted (talk | contribs) (Template:TOCright, improve header text, standard 'wikitable' for accessibility requirements) |
||
| Line 1: | Line 1: | ||
{{TOCright}} | |||
'''Help:Special symbols''' — there are some characters that can not be accessed by all keyboards. Some of them have may have shortcuts generated by basic HTML coding. This can be useful to know when [[edit]]ing foreign-[[:Category:Wiki Language|language]] wikis that are written using non-roman script alphabets. The following tables on this '{{tag|help}}' page list the {{tag|HTML}} keyboard commands required to generate the display of these special symbols and / or characters. | |||
==Latin== | ==Latin== | ||
{| | {|class=wikitable | ||
!width= | |+latin character letters | ||
!width=90|character(s)!!width=395|shortcut(s)!!width=230|origin / usage | |||
|- | |- | ||
!á | !á à ä â ã å | ||
|<code>&aacute; &agrave; &auml; &acirc; &atilde; &aring;</code> | |<code>&aacute; &agrave; &auml; &acirc; &atilde; &aring;</code>||from the roman English letter '''a''' | ||
|- | |- | ||
!é | !é è ë ê | ||
|<code>&eacute; &egrave; &euml; &ecirc;</code> | |<code>&eacute; &egrave; &euml; &ecirc;</code>||from the roman English letter '''e''' | ||
|- | |- | ||
!í | !í ì ï î | ||
|<code>&iacute; &igrave; &iuml; &icirc;</code> | |<code>&iacute; &igrave; &iuml; &icirc;</code>||from the roman English letter '''i''' | ||
|- | |- | ||
!ñ | !ñ | ||
|<code>&ntilde;</code> | |<code>&ntilde;</code>||from the roman English letter '''n''' | ||
|- | |- | ||
!ó | !ó ò ö ô õ ø | ||
|<code>&oacute; &ograve; &ouml; &ocirc; &otilde; &oslash;</code> | |<code>&oacute; &ograve; &ouml; &ocirc; &otilde; &oslash;</code>||from the roman English letter '''o''' | ||
|- | |- | ||
!ú | !ú ù ü û | ||
|<code>&uacute &ugrave; &uuml; &ucirc;</code> | |<code>&uacute; &ugrave; &uuml; &ucirc;</code>||from the roman English letter '''u''' | ||
|- | |- | ||
!ý | !ý ÿ | ||
|<code>&yacute; &yuml;</code> | |<code>&yacute; &yuml;</code>||from the roman English letter '''y''' | ||
|- | |- | ||
!& | !æ œ | ||
|<code>&aelig; &oelig;</code> | |<code>&aelig; &oelig;</code>||used in words such as 'encyclop'''æ'''dia' | ||
|} | |} | ||
The latin | The above latin character letters can be changed to upper-case 'capital' by changing the first letter of the HTML code to upper-case. Thus, <tt>&Ograve;</tt> would make <tt>Ò</tt>. | ||
==Quotes== | ==Quotes== | ||
{| | {|class=wikitable | ||
!width= | |+quotation marks and characters | ||
!width=90|character(s)!!width=130|shortcut(s)!!width=210|description!!width=300|comments / usage | |||
|- | |- | ||
! | !' | ||
|<code>& | |<code>&apos;</code>||single apostrophe||used to highlight an 'emphasised' word or phrase | ||
| | |||
|- | |- | ||
! | !" | ||
|<code>& | |<code>&quot;</code>||double quotation mark||used to enclose sections of quoted text or speech | ||
| | |||
|- | |- | ||
! | !‘ ’ | ||
|<code>& | |<code>&lsquo; &rsquo;</code>||angled single apostrophe||as single above, but 'fancy' stylised | ||
| | |||
|- | |- | ||
! | !“ ” | ||
|<code>& | |<code>&ldquo; &rdquo;</code>||angled double quotation mark||as double above, but 'fancy' stylised | ||
| | |||
|- | |- | ||
!„ ‚ | !„ ‚ | ||
|<code>&bdquo; &sbquo;</code> | |<code>&bdquo; &sbquo;</code>||lower quotation mark / apostrophe||typically used in [[:Category:Wiki Spanish|Spanish]] | ||
|lower quotation | |||
|} | |} | ||
==Other== | ==Other== | ||
{| | {|class=wikitable | ||
!width= | |+other special characters | ||
!width=90|character!!width=130|shortcut!!width=310|comments / usage | |||
|- | |- | ||
! | !– | ||
|<code>&ndash;</code> | |<code>&ndash;</code>||'ndash' - 1.5 times the length of a standard hyphen | ||
|- | |- | ||
! | !— | ||
|<code>&mdash;</code> | |<code>&mdash;</code>||'mdash' - 2 times the length of a standard hyphen | ||
|- | |- | ||
! | !· | ||
|<code>&middot;</code> | |<code>&middot;</code>||'mid-dot' - located mid-height in the row of text | ||
|- | |- | ||
! | !• | ||
|<code>&bull;</code> | |<code>&bull;</code>||'bullet-point' - located mid-height in the row of text | ||
|- | |- | ||
! | !→ | ||
|<code>&rarr;</code> | |<code>&rarr;</code>||'right arrow' | ||
|- | |- | ||
! | !← | ||
|<code>&larr;</code> | |<code>&larr;</code>||'left arrow' | ||
|- | |- | ||
! | !↑ | ||
|<code>&uarr;</code> | |<code>&uarr;</code>||'up arrow' | ||
|- | |- | ||
! | !↓ | ||
|<code>&darr;</code> | |<code>&darr;</code>||'down arrow' | ||
|} | |} | ||
For a non-breaking space (usually used between numbers and their descriptors, or dates), use &nbsp; | For a non-breaking space (usually used between numbers and their descriptors or units of measurement, or dates), use <tt>&nbsp;</tt>. | ||
==See also== | |||
[[:Category: Shortcuts]] | |||
[[Category: | [[Category:HTML| ]] | ||
[[Category:Wiki syntax| ]] | |||
edits