www.computerhope.com
Open in
urlscan Pro
2606:4700:10::ac43:27
Public Scan
URL:
https://www.computerhope.com/jargon/s/specchar.htm
Submission: On September 01 via api from SG — Scanned from DE
Submission: On September 01 via api from SG — Scanned from DE
Form analysis
2 forms found in the DOMPOST https://www.computerhope.com/cgi-bin/search.cgi
<form action="https://www.computerhope.com/cgi-bin/search.cgi" role="search" method="post"><input class="sbar" name="q" aria-label="search" type="text"><button type="Submit">Search</button></form>
POST https://www.computerhope.com/cgi-bin/search.cgi
<form action="https://www.computerhope.com/cgi-bin/search.cgi" role="search" method="post" class="cf"><input class="sbar" name="q" aria-label="search" type="text"><button type="Submit">Search</button></form>
Text Content
Skip to Main Content Search * Help * Tips * Dictionary * History * Forums * Contact 1. Home 2. Dictionary 3. S - Definitions SPECIAL CHARACTER Updated: 12/05/2021 by Computer Hope A special character is a character that is not an alphabetic or numeric character. Punctuation marks and other symbols are examples of special characters. Unlike alphanumeric characters, special characters may have multiple uses. To prevent problems, some special characters may also need to be escaped or encoded when used in the command line and programming languages. For example, when creating a web page with HTML, attribute values are surrounded in double-quotes: <input type="text" size="40" value="Write something cool here!" /> When defining an attribute in HTML, the double-quote symbol has a special meaning: it marks the start or end of the attribute value. Therefore, to include a double quote as part of an attribute value, the extended special HTML character code " must be used instead: <input type="text" size="40" value="Write something "cool" here!" /> Tip In HTML, double quotes are only required around attributes that have text values. If the attribute value is a number, double quotes are not strictly required. For example, size=40 and size="40" are both valid attributes. However, it's good practice to surround all HTML attribute values in double quotes for legibility and consistency, even if the value is a number. Note Special characters can be used in online forms for malicious reasons if they're not escaped or handled correctly. Some developers may not support special characters in their online forms. KEYBOARD SPECIAL CHARACTERS Below is a list of special characters available on the typical U.S. keyboard, with links to their related pages. Tip If you are using Microsoft Windows, you can use the Character Map utility to insert special characters not available on the keyboard, like a checkmark or degree symbol. Key/symbol Explanation ~ Tilde. ` Acute, backquote, backtick, grave, grave accent, left quote, open quote, or a push. ! Exclamation mark, exclamation point, or bang. @ Ampersat, arobase, asperand, at, or at symbol. # Octothorpe, number, pound, sharp, or hash. $ Dollar sign or generic currency. % Percent. ^ Caret or circumflex. & Ampersand, epershand, or and symbol. * Asterisk, mathematical multiplication symbol, and sometimes referred to as a star. ( Open or left parenthesis. ) Close or right parenthesis. - Hyphen, minus, or dash. _ Underscore. + Plus. = Equal. { Open brace, squiggly brackets, or curly bracket. } Close brace, squiggly brackets, or curly bracket. [ Open bracket. ] Closed bracket. | Pipe, or, or vertical bar. \ Backslash or reverse solidus. / Forward slash, solidus, virgule, whack, and mathematical division symbol. : Colon. ; Semicolon. " Quote, quotation mark, or inverted commas. ' Apostrophe or single quote. < Less than or angle brackets. > Greater than or angle brackets. , Comma. . Period, dot, or full stop. ? Question mark. Tip See our keyboard keys page for a full listing of keyboard keys. RELATED INFORMATION * How to insert symbols or special characters in a word processor. * How to get letters with accent marks in Microsoft Word. * Extended special HTML characters and codes. ASCII, Character, Non-printing character, Typography terms * Was this page useful?YesNo * * Feedback * E-mail * Share * Print Search * 1. Recently added pages 2. How to build a desktop computer 3. How to uninstall a program using Command Prompt 4. What's using storage space on my Android device? 5. Photoshop Filters 6. How to enable and disable two-factor authentication on Discord 7. View all recent updates * 1. Useful links 2. About Computer Hope 3. Site Map 4. Forum 5. Contact Us 6. How to Help 7. Top 10 pages * 1. Follow us 2. Facebook 3. Twitter 4. Pinterest 5. YouTube 6. RSS Computer Hope home pageĀ© 2022 Computer Hope Legal Disclaimer - Privacy Statement Back to Top