Help:Special symbols: Difference between revisions

From WikiIndex
Jump to navigation Jump to search
m (Protected "Help:Special symbols": WikiIndex:Naming conventions ([Move=Allow only administrators] (indefinite)))
(Template:TOCright, improve header text, standard 'wikitable' for accessibility requirements)
Line 1: Line 1:
There are some characters that can't be accessed by all keyboards.  Some of them have shortcuts.  This can be useful to know when editing foreign wikis using non roman alphabets.
{{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==
{|border="1" cellpadding="2"
{|class=wikitable
!width=110|character!!width=450|shortcut(s)
|+latin character letters
!width=90|character(s)!!width=395|shortcut(s)!!width=230|origin / usage
|-
|-
, à, ä, â, ã, å
  à  ä  â  ã  å
|<code>&amp;aacute; &amp;agrave; &amp;auml; &amp;acirc; &amp;atilde; &amp;aring;</code>
|<code>&amp;aacute; &amp;agrave; &amp;auml; &amp;acirc; &amp;atilde; &amp;aring;</code>||from the roman English letter '''a'''
|-
|-
, è, ë, ê
&nbsp;&nbsp;è&nbsp;&nbsp;ë&nbsp;&nbsp;ê
|<code>&amp;eacute; &amp;egrave; &amp;euml; &amp;ecirc;</code>
|<code>&amp;eacute; &amp;egrave; &amp;euml; &amp;ecirc;</code>||from the roman English letter '''e'''
|-
|-
, ì, ï, î
&nbsp;&nbsp;ì&nbsp;&nbsp;ï&nbsp;&nbsp;î
|<code>&amp;iacute; &amp;igrave; &amp;iuml; &amp;icirc;</code>
|<code>&amp;iacute; &amp;igrave; &amp;iuml; &amp;icirc;</code>||from the roman English letter '''i'''
|-
|-
|<code>&amp;ntilde;</code>
|<code>&amp;ntilde;</code>||from the roman English letter '''n'''
|-
|-
, ò, ö, ô, õ, &oslash;
&nbsp;&nbsp;ò&nbsp;&nbsp;ö&nbsp;&nbsp;ô&nbsp;&nbsp;õ&nbsp;&nbsp;ø
|<code>&amp;oacute; &amp;ograve; &amp;ouml; &amp;ocirc; &amp;otilde; &amp;oslash;</code>
|<code>&amp;oacute; &amp;ograve; &amp;ouml; &amp;ocirc; &amp;otilde; &amp;oslash;</code>||from the roman English letter '''o'''
|-
|-
, ù, ü, û
&nbsp;&nbsp;ù&nbsp;&nbsp;ü&nbsp;&nbsp;û
|<code>&amp;uacute &amp;ugrave; &amp;uuml; &amp;ucirc;</code>
|<code>&amp;uacute; &amp;ugrave; &amp;uuml; &amp;ucirc;</code>||from the roman English letter '''u'''
|-
|-
, ÿ
&nbsp;&nbsp;ÿ
|<code>&amp;yacute; &amp;yuml;</code>
|<code>&amp;yacute; &amp;yuml;</code>||from the roman English letter '''y'''
|-
|-
!&aelig; &oelig;
!æ&nbsp;&nbsp;œ
|<code>&amp;aelig; &amp;oelig;</code>
|<code>&amp;aelig; &amp;oelig;</code>||used in words such as 'encyclop'''æ'''dia'
|}
|}
The latin characters can be changed to capital by changing the first letter. Thus, &amp;Ograve; would make Ò.
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>&amp;Ograve;</tt> would make <tt>Ò</tt>.


==Quotes==
==Quotes==
{|border="1" cellpadding="2"
{|class=wikitable
!width=110|character!!width=150|shortcut(s)!!width=250|description
|+quotation marks and characters
!width=90|character(s)!!width=130|shortcut(s)!!width=210|description!!width=300|comments / usage
|-
|-
!&ldquo; &rdquo;
!'
|<code>&amp;ldquo; &amp;rdquo;</code>
|<code>&amp;apos;</code>||single apostrophe||used to highlight an 'emphasised' word or phrase
|angled double quotation marks
|-
|-
!&lsquo; &rsquo;
!"
|<code>&amp;lsquo; &amp;rsquo;</code>
|<code>&amp;quot;</code>||double quotation mark||used to enclose sections of quoted text or speech
|angled single apostrophes
|-
|-
!"
!‘&nbsp;&nbsp;’
|<code>&amp;quot;</code>
|<code>&amp;lsquo; &amp;rsquo;</code>||angled single apostrophe||as single above, but 'fancy' stylised
|double quotation marks
|-
|-
!'
!“&nbsp;&nbsp;”
|<code>&amp;apos;</code>
|<code>&amp;ldquo; &amp;rdquo;</code>||angled double quotation mark||as double above, but 'fancy' stylised
|single apostrophes
|-
|-
!„ ‚
!„&nbsp;&nbsp;
|<code>&amp;bdquo; &amp;sbquo;</code>
|<code>&amp;bdquo; &amp;sbquo;</code>||lower quotation mark / apostrophe||typically used in [[:Category:Wiki Spanish|Spanish]]
|lower quotation marks/apostrophes
|}
|}


==Other==
==Other==
{|border="1" cellpadding="2"
{|class=wikitable
!width=110|character!!width=150|shortcut
|+other special characters
!width=90|character!!width=130|shortcut!!width=310|comments / usage
|-
|-
!&ndash;
!
|<code>&amp;ndash;</code>
|<code>&amp;ndash;</code>||'ndash' - 1.5 times the length of a standard hyphen
|-
|-
!&mdash;
!
|<code>&amp;mdash;</code>
|<code>&amp;mdash;</code>||'mdash' - 2 times the length of a standard hyphen
|-
|-
!&middot;
!·
|<code>&amp;middot;</code>
|<code>&amp;middot;</code>||'mid-dot' - located mid-height in the row of text
|-
|-
!&bull;
!
|<code>&amp;bull;</code>
|<code>&amp;bull;</code>||'bullet-point' - located mid-height in the row of text
|-
|-
!&rarr;
!
|<code>&amp;rarr;</code>
|<code>&amp;rarr;</code>||'right arrow'
|-
|-
!&larr;
!
|<code>&amp;larr;</code>
|<code>&amp;larr;</code>||'left arrow'
|-
|-
!&uarr;
!
|<code>&amp;uarr;</code>
|<code>&amp;uarr;</code>||'up arrow'
|-
|-
!&darr;
!
|<code>&amp;darr;</code>
|<code>&amp;darr;</code>||'down arrow'
|}
|}
For a non-breaking space (usually used between numbers and their descriptors, or dates), use &amp;nbsp;
For a non-breaking space (usually used between numbers and their descriptors or units of measurement, or dates), use <tt>&amp;nbsp;</tt>.
 
==See also==
[[:Category: Shortcuts]]


[[Category:Help]]
[[Category:HTML| ]]
[[Category:Wiki syntax| ]]

Revision as of 10:13, 8 December 2019

Template: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 editing foreign-language wikis that are written using non-roman script alphabets. The following tables on this 'help' page list the HTML keyboard commands required to generate the display of these special symbols and / or characters.

Latin

latin character letters
character(s) shortcut(s) origin / usage
á  à  ä  â  ã  å &aacute; &agrave; &auml; &acirc; &atilde; &aring; from the roman English letter a
é  è  ë  ê &eacute; &egrave; &euml; &ecirc; from the roman English letter e
í  ì  ï  î &iacute; &igrave; &iuml; &icirc; from the roman English letter i
ñ &ntilde; from the roman English letter n
ó  ò  ö  ô  õ  ø &oacute; &ograve; &ouml; &ocirc; &otilde; &oslash; from the roman English letter o
ú  ù  ü  û &uacute; &ugrave; &uuml; &ucirc; from the roman English letter u
ý  ÿ &yacute; &yuml; from the roman English letter y
æ  œ &aelig; &oelig; used in words such as 'encyclopædia'

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, &Ograve; would make Ò.

Quotes

quotation marks and characters
character(s) shortcut(s) description comments / usage
' &apos; single apostrophe used to highlight an 'emphasised' word or phrase
" &quot; double quotation mark used to enclose sections of quoted text or speech
‘  ’ &lsquo; &rsquo; angled single apostrophe as single above, but 'fancy' stylised
“  ” &ldquo; &rdquo; angled double quotation mark as double above, but 'fancy' stylised
„  ‚ &bdquo; &sbquo; lower quotation mark / apostrophe typically used in Spanish

Other

other special characters
character shortcut comments / usage
&ndash; 'ndash' - 1.5 times the length of a standard hyphen
&mdash; 'mdash' - 2 times the length of a standard hyphen
· &middot; 'mid-dot' - located mid-height in the row of text
&bull; 'bullet-point' - located mid-height in the row of text
&rarr; 'right arrow'
&larr; 'left arrow'
&uarr; 'up arrow'
&darr; 'down arrow'

For a non-breaking space (usually used between numbers and their descriptors or units of measurement, or dates), use &nbsp;.

See also

Category: Shortcuts