Help:Special characters - Wikipedia Help:Special characters From Wikipedia, the free encyclopedia Jump to navigation Jump to search Character references "Wikipedia:Characters" redirects here. For fictional characters, see Wikipedia:Notability (fiction). This help page is a how-to guide. It details processes or procedures of some aspect(s) of Wikipedia's norms and practices. It is not one of Wikipedia's policies or guidelines, and may reflect varying levels of consensus and vetting. Shortcut H:SC Many characters not on the standard computer keyboard will be useful—even necessary—for many pages, and for editions of Wikipedia in other languages. This page contains recommendations for which characters are safe to use and how to enter them. Contents 1 Editing 2 Viewing 2.1 Windows 7 2.2 Displaying special characters 2.3 Changing Google Chrome's default font 2.4 Changing Mozilla Firefox's default font 2.5 Changing Internet Explorer's (IE) default font 3 Fonts for specific writing systems 3.1 Ancient scripts 3.2 Shavian text 3.3 Glagolitic text 4 IPA symbols 5 What character encoding does Wikipedia use? 6 See also 7 References 8 External links Editing[edit] See Help:Entering special characters. Viewing[edit] Most current browsers have some level of Unicode support but some do it better than others. The most commonly encountered problem is that browsers running on Windows XP rely on preconfigured font links in the registry rather than actually searching for a font that can display the character in question. This means that the browser often had to be forced to use particular fonts. On English Wikipedia there are a set of templates to do this. For example, {{IPA}} for the International Phonetic Alphabet. The stuff in Windows Glyph List 4 should be safe to use without such special measures. Windows 7[edit] Unicode support is extended through installing the optional standalone Windows Update package KB2729094,[1] available for both 32-bit and 64-bit versions of Windows 7 SP1 from the Microsoft Download Center. This backport from Windows 8 updates the Segoe UI font by adding browser support for Emoji and other symbols to Windows 7. Displaying special characters[edit] To display Unicode or special characters on web page(s), one or more of the Unicode fonts need to be present or installed in your computer, first. For proper working functionality, setup or configuration or settings from the web page viewing browser software also needs to be modified. Special symbols should display properly without further configuration with Konqueror, Opera, Safari and most other recent browsers. An optional step that can be taken for better (and correct) display of characters with ligature forms, combined characters, after the previously mentioned steps were followed, is to install a rendering engine software. To use one of the available Unicode fonts for displaying special characters inside a table or chart or box, specify the class="Unicode" in the table's TR row tag (or, in each TD tag, but using it in each TR is easier than using it in each TD), in wiki table code, use that after the (TR equivalent) |- (e.g., |- class="Unicode"). For displaying individual special characters HTML decimal or hexadecimal numeric entity codes can be used in the place of the char. If a paragraph with lots of special Unicode characters needs to be displayed, then,

...

, or, ... can also be used. The class="Unicode" is to be used in web page(s), HTML or wiki tags, where various characters from wide range of various Unicode blocks need to be displayed. If the special characters that need to be displayed on web page(s) are mostly covering fewer Unicode blocks, related to Latin scripts, then class="latinx" can be used. For special characters or symbols related to International Phonetic Alphabet, class="IPA" can be used. For polytonic (Greek) characters or related symbols, class="polytonic" can be used. Changing Google Chrome's default font[edit] Google Chrome allows the user to set default fonts for normal, serif, sans-serif and monospace display modes. Any font that is currently installed on the system may be used. To access this setting, click the three-dot options icon on the top right of the browser window and select Settings. Scroll to the Appearance section, and click Customize fonts. Here you can select any fonts on your system to use as defaults. Note: Many web sites (including Wikimedia sites) default to serif or sans-serif fonts depending upon the page element (e.g. headings may default to serif, and body text to sans serif) so it may be necessary to use custom CSS styling if you wish to override this and force a certain font. Changing Mozilla Firefox's default font[edit] With Mozilla Firefox, the default setting must be changed. To do that, click on Options in the Tools menu and select the Content icon. On that menu click Advanced under Fonts and Colors. Uncheck the default box allow pages to choose their own fonts, and choose one of the Unicode options (for example, "Unicode (UTF-32BE)") or "Arabic (ISO-8859-6)" in the Default character encoding box. An alternative is to switch font to 'Arial Unicode MS'. Then the default box can be left checked. Changing Internet Explorer's (IE) default font[edit] The default font for Latin scripts in older versions of the Internet Explorer (IE) web browser for Windows is Times New Roman. Older editions of the font don't include many Unicode blocks. To properly view special characters in IE, you must set your browser font settings to a font that includes many Unicode blocks of characters, such as TITUS Cyberbit Basic and GNU Unifont, which are freely available. From the IE menu bar, follow this path:  Tools > Internet Options > (General tab >) Fonts > Webpage Font: to a scrolling list of fonts. As indicated above, the default selection for Windows is Times New Roman. For viewing of many special characters, select a different font, such as Lucida Sans Unicode, and then select OK. Fonts for specific writing systems[edit] Ancient scripts[edit] e.g. Phoenician alphabet, Old Italic alphabet, Linear B, etc. Windows users Please download and install one of these freely licensed fonts Aegean Akkadian/Cuneiform Cardo MPH 2B Damase Code2000 Code2001 Junicode Linux users If using a Debian-based Linux (e.g. Ubuntu, Linux Mint), these should be already installed by default. If not, please download and install deb package ttf-ancient-fonts by entering in terminal: sudo apt-get install ttf-ancient-fonts Note that you need to have administrative privileges to use this command. Shavian text[edit] Copyleft font is available from here. Glagolitic text[edit] MPH 2B from here. Menaion Unicode from here. IPA symbols[edit] Most IPA symbols are not included in the most widely used form of Times New Roman (though they are included in the version provided with Windows Vista), the default font for Latin scripts in Internet Explorer for Windows. To properly view IPA symbols in that browser, you must set it to use a font which includes the IPA extensions characters. Such fonts include Lucida Sans Unicode, which comes with Windows XP; Gentium, Charis SIL, Doulos SIL, DejaVu Sans, or TITUS Cyberbit, which are freely available; or Arial Unicode MS, which comes with Microsoft Office. On this page, we have forced Internet Explorer to use such a font by default, so it should appear correctly, but this has not yet been done to all the other pages containing IPA. This also applies to other pages using special symbols. Bear this in mind if you see error symbols such as "຦" in articles. Special symbols should display properly without further configuration with Mozilla Firefox, Konqueror, Opera, Safari and most other recent browsers. What character encoding does Wikipedia use?[edit] From MediaWiki 1.5, all projects use Unicode (UTF-8) character encoding. Until the end of June 2005, when this new version came into use on Wikimedia projects, the English, Dutch, Danish, and Swedish Wikipedias used Windows-1252 (they declared themselves to be ISO-8859-1 but in reality browsers treat the two as synonymous and the MediaWiki software made no attempt to prevent use of characters exclusive to windows-1252). Pre-upgrade wikitext in their databases remains stored in Windows-1252 and is converted on load (some of it may also have been converted by gradual changes in the way history is stored). Edits made since the upgrade will be stored as UTF-8 in the database. This conversion on load process is invisible to users. It is also invisible to reusers as Wikimedia now uses XML dumps rather than database dumps. Unicode (UTF-8) a variable number of bytes per character special characters, including CJK characters, can be treated like normal ones; not only the webpage, but also the edit box shows the character; in addition it is possible to use the multi-character codes; they are not automatically converted in the edit box. ISO 8859-1 one byte per character special characters that are not available in the limited character set are stored in the form of a multi-character code; there are usually two or three equivalent representations, e.g. for the character € the named character reference € and the decimal character reference € and the hexadecimal character reference €. The edit box shows the entered code, the webpage the resulting character. Unavailable characters which are copied into the edit box are first displayed as the character, and automatically converted to their decimal codes on Preview or Publish changes. the most common special characters, such as é, are in the character set, so code like é, although allowed, is not needed. Note that Special:Export exports using UTF-8 even if the database is encoded in ISO 8859-1, at least that was the case for the English Wikipedia, already when it used version 1.4. To find out which character set applies in a project, use the browser's "View Source" feature and look for something like this: or See also[edit] Unicode font Unicode input Wikipedia:Mathematical symbols Help:Wiki markup Help:Displaying a formula Help:Turkish characters Template:Contains special characters/templates List of XML and HTML character entity references References[edit] ^ "An update for the Segoe UI symbol font in Windows 7 and in Windows Server 2008 R2 is available (KB2729094)". Windows Knowledge Base. Microsoft Corporation. Retrieved 29 October 2014. External links[edit] http://www.unicode.org/charts/ Unicode character charts; hexadecimal numbers only; PDF files showing all characters independent of browser capabilities http://www.unicode.org/help/display_problems.html Help for enabling Unicode support on most platforms Table of Unicode characters from 1 to 65535—shows how the decimal character references look in one's browser HTML 4.0 Character Entity References—shows how the named and decimal character references look in one's browser FileFormat.Info—details of many Unicode characters, including the named, decimal and hexadecimal character reference, showing how it should look and for each, how it looks in one's browser Alan Wood's Unicode resources—comprehensive resource with character test pages for all Unicode ranges, as well as OS-specific Unicode support information and links to fonts and utilities Unicode Code Converter—conversion between copy-pasteable characters, Unicode notation, html, percent encodings and other formats, helpful when trying to enter or interpret characters Shapecatcher—online tool to find Unicode characters by drawing them Wikipedia help pages Visit the Teahouse or the Help desk for an interactive Q & A forum. FAQs (?) Reference desks (?) Noticeboards (?) Cheatsheet (?) Directories (?) About Wikipedia (?) Administration Purpose Principles Policies and guidelines What Wikipedia is not Disclaimer (parental advice) Making requests Who writes Wikipedia? Help for readers (?) FAQ Books Copyright Glossary Mobile access Navigation Other languages Searching Students Viewing media Contributing to Wikipedia (?) Advice for young editors Avoiding common mistakes Etiquette Simplified Manual of Style Simplified rule-set "Ignore all rules" "The rules are principles" Style-tips Tip of the day Your first article (article wizard) Getting started (?) Why create an account? Introductions by topic The Wikipedia Adventure Graphics tutorials Picture tutorial IRC (live chat) tutorial VisualEditor user guide Dos and don'ts (?) Accessibility Biographies Biographies (living) Categorization Consensus Discussions Disambiguation Images Leads Links Lists References Tables Titles (of articles) How-to pages and information pages (?) Appealing blocks Article deletion Categories Citations/references Referencing for beginners Citation Style 1 Cite errors References and page numbers Convert Diff Editing Minor edit toolbar edit conflict Find sources Files Footnotes Image deletion Infoboxes Linking (link color) Logging in Merging Page name Renaming pages Redirect Passwords Email confirmation Reverting Simple vandalism cleanup Talk pages (archiving) User contributions Coding (?) Wiki markup Barcharts Calculations Characters Columns Hidden text HTML Lists Magic words Music symbols Sections Sounds Tables Templates Transclusion URL Visual files Directories (?) Abbreviations Contents (Encyclopedia proper) Departments Editor's index Essays FAQs Glossary Guidelines Manual of Style Policies Tasks Tips Tools Missing Manual Ask for help on your talk page (?) v t e Wikipedia technical help Get personal technical help at the Teahouse, Help desk, Village pump (technical), talk pages or IRC. General technical help Editing Edit toolbar CharInsert Edit conflict Reverting VisualEditor User guide Create a page Page history Page information Page name Introduction Browser notes Keyboard shortcuts Troubleshooting Bypass cache Mobile access Multilingual support Special Characters Entering Printing User access levels Software notices Editnotice IRC Tutorial Special page related Special page help Searching Linksearch Logging in Reset passwords Notifications/Echo FAQ Moving a page Fixing cut-and-paste moves Watching pages User contributions Emailing users Random pages Logs What links here Related changes Recent changes Pending changes Page Curation Page import Edit filter Tags Wikitext Wikitext main page Cheatsheet Colours use Columns Line-break handling Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Conditional tables Sorting Collapsing Advanced table formatting Links and diffs URLs Links Permanent link Interwikimedia links Interlanguage links Link color Pipe trick Colon trick Magic links Diffs Simplest diff guide Simple diff and link guide Complete diff and link guide Media files: images, videos and sounds Media help Options to hide an image Uploading images Introduction Files Creation and usage Moving files to Commons Visual file markup Images Preparing images for upload Picture tutorial Extended image syntax Gallery tag Graphics tutorials Basic bitmap image editing How to improve image quality Graphics Lab resources Sound file markup SVG help Other graphics Family trees Graphs and charts How to create To scale charts Barcharts Math formula Math symbols Rendering math LaTeX symbols Musical scores Musical symbols Timeline EasyTimeline syntax WikiHiero syntax Templates and Lua modules Templates Template index Citation templates Transclusion Labeled section Substitution Advanced template coding Template limits Template sandbox and test cases Template documentation Purge Job queue Lua help Lua project To do Resources Guide to Scribbling Data structure Namespaces Main/Article Talk namespaces Archiving User User page design Project/Wikipedia File File description page MediaWiki Bug reports and feature requests System message Template Help Category Portal Draft TimedText Module/Lua Special HTML and CSS HTML in wikitext Markup validation Span tags Cascading Style Sheets Catalogue of CSS classes Useful styles Classes used in microformats Ambox classes Common.js and common.css User CSS for monospaced coding font Customisation and tools Preferences Skins Customizing watchlists Hide pages Gadgets Beta Features User scripts Guide Techniques IRC Scripts User styles Tools Navigation shortcuts Browser tools Alternative browsing Editing tools Optimum tool set Cleaning up vandalism tools Citation tools Wikimedia Cloud Services Automated editing AfC helper script AutoWikiBrowser Bots Creating HotCat Huggle igloo Navigation popups RedWarn STiki Twinkle User scripts WPCleaner See also: Category:Wikipedia information pages Category:Wikipedia how-to Further navigation at: Help pages Administrators Templates Referencing Citation metadata Accessibility Bots User scripts Accounts Retrieved from "https://en.wikipedia.org/w/index.php?title=Help:Special_characters&oldid=991742155" Categories: Wikipedia how-to Wikipedia text help Wikipedia special characters Hidden categories: Help pages with short description Navigation menu Personal tools Not logged in Talk Contributions Create account Log in Namespaces Help page Talk Variants Views Read Edit View history More Search Navigation Main page Contents Current events Random article About Wikipedia Contact us Donate Contribute Help Learn to edit Community portal Recent changes Upload file Tools What links here Related changes Upload file Special pages Permanent link Page information Wikidata item Print/export Download as PDF Printable version Languages Alemannisch Ænglisc Boarisch Català Čeština Deutsch Español Français Galego 한국어 Hornjoserbsce Bahasa Indonesia Italiano Lëtzebuergesch Magyar Nederlands Shqip Svenska Татарча/tatarça اردو 吴语 中文 Edit links This page was last edited on 1 December 2020, at 16:14 (UTC). Text is available under the Creative Commons Attribution-ShareAlike License; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc., a non-profit organization. Privacy policy About Wikipedia Disclaimers Contact Wikipedia Mobile view Developers Statistics Cookie statement