Skip to main content

Do you always copy or cut paste £ sign?

Do you always copy or cut paste £ sign?

Now, you will not have to do it again. Just remember this simple and useful shortcut. In notepad or text area, hold down the Alt key while you type 0163 from the numeric keypad (not the numbers given in one single row under function keys) and when you release the Alternate [alt] key you will get a £ sign wherever the cursor is at.

Some other Currency Symbols:

ALT+0163 = £ for British Pound Symbol

ALT+0128 = € for Euro Currency Symbol

ALT+0162 = ¢ for Cent sign

ALT+0156 = £ for Sterling Pound

ALT+0164 = ¤ for Currency symbol

ALT+0165 = ¥ for Yen Sign

Some other useful signs & symbols:

ALT+0153 = ™ for Trademark sign

ALT+0169 = © for Copyright sign

ALT+0174 = ® for Register sign


Note: Just make sure Num Lock key is on

Some Additional Signs and Symbols :-

Key code symbol Description
ALT + 189 ½ Half, 1/2 Sign or Symbol

ALT + 188 ¼ One forth, 1/4 Sign or Symbol

ALT + 190 ¾ 4-Mar Sign or Symbol

ALT + 177 ± Plus - minus, plusminus Sign or Symbol

ALT + 179 ³ 3-d degree, third degree Sign or Symbol

ALT + 178 ² Second degree, 2-nd Sign or Symbol

ALT + 185 ¹ First degree Sign or Symbol

ALT + 186 º Zero degree Sign or Symbol

ALT + 169 © Copyright, copy, C Sign or Symbol

ALT + 174 ® Registered, register Sign or Symbol

ALT + 153 ™ Trade mark, trade, TM Sign or Symbol

ALT + 216 Ø Not in, O, zero Sign or Symbol

ALT + 221 Ý Latin Y Sign or Symbol

ALT + 127 Δ Delta, difference Sign or Symbol

ALT + 7 • Middot, middle point Sign or Symbol

ALT + 208 Ð Big D, Lick, Big tongue Sign or Symbol

ALT + 222 Þ Lick, tongue Sign or Symbol

ALT + 30 ▲ Triangle up Sign or Symbol

ALT + 31 ▼ Triangle down Sign or Symbol

ALT + 16 ► Triangle right Sign or Symbol

ALT + 17 ◄ Triangle left Sign or Symbol

ALT + 1 ☺ White smiley face, smile Sign or Symbol

ALT + 2 ☻ Black smiley face, smile Sign or Symbol

ALT + 13 ♪ Music note 1 Sign or Symbol

ALT + 14 ♫ Music note 2 Sign or Symbol

ALT + 4 ♦ Diams, Lozenge card Sign or Symbol

ALT + 5 ♣ Shamrock, Clubs card Sign or Symbol

ALT + 12 ♀ Woman, female, Venus Sign or Symbol

ALT + 176 ° Degree sign Sign or Symbol

ALT + 133 … Three dots Sign or Symbol

ALT + 131 ƒ Function Sign or Symbol

ALT + 134 † Cross sign, dagger Sign or Symbol

ALT + 135 ‡ Double dagger Sign or Symbol

ALT + 137 ‰ Permil, permile, per mile Sign or Symbol

ALT + 140 Œ CE sign, fish Sign or Symbol

ALT + 156 œ Small ce Sign or Symbol

ALT + 191 ¿ Upside-down question Sign or Symbol

ALT + 151 — Dash Sign or Symbol

ALT + 198 Æ Aelig big, AE sign Sign or Symbol

ALT + 230 æ Small aelig, ae sign Sign or Symbol

ALT + 163 £ Pound sign, GBP Sign or Symbol

ALT + 128 € Euro sign, EUR Sign or Symbol

ALT + 165 ¥ Yen sign, JPY Sign or Symbol

ALT + 162 ¢ Cent sign Sign or Symbol

ALT + 215 × Middle X, x times, multiply Sign or Symbol

ALT + 21 § Section sign, paragraph Sign or Symbol

ALT + 15 ☼ Sun Sign or Symbol

ALT + 27 ← Left arrow Sign or Symbol

ALT + 26 → Right arrow Sign or Symbol

ALT + 29 ↔ Two sided left right arrow Sign or Symbol

ALT + 24 ↑ Up arrow Sign or Symbol

ALT + 25 ↓ Down arrow Sign or Symbol

ALT + 23 ↨ Up down double arrow Sign or Symbol

ALT + 3 ♥ Heart, valentine, card Sign or Symbol

ALT + 6 ♠ Spades card character Sign or Symbol

ALT + 11 ♂ Man, male, Mars Sign or Symbol

@eNjoY..
Reference

Comments

Popular posts from this blog

Peer to Peer (P2P) Search Engine

r-onlineinformation.blogspot.com World Wide Web (WWW) is emerging as a source of online information at a very faster rate.It’ s content is considerably more diverse and certainly much larger than what is commonly understood. Information content in WWW is growing at a rate of 200% annually. The sheer volume of information available makes searching for specific information quite a daunting task. Search engines are efficient tools used for finding relevant information in the rapidly growing and highly dynamic web. There are quite a number of search engines available today. Every search engine consists of three major components: crawler, indexed repository and search software. The web crawler fetches web pages (documents) in a recursive manner according to a predefined importance metric for web pages. Some example metrics are back link count of the page, forward link count, location, page rank etc. The Indexer parses these pages to build an inverted index that is then used by the search s ...

Create Custom ScreenTips for Shapes (MSOffice-word-2007)

r-onlineinformation.blogspot.com Create Custom ScreenTips for Shapes Shape ScreenTips in Microsoft Office Visio are the boxed text that appears when you point to a shape. Some Visio shapes have built-in ScreenTips—usually the name of the shape (such as the name of a workflow step). However, you can edit existing ScreenTip text or create new ScreenTip text for shapes that don’t have a built-in ScreenTip. To create or edit a ScreenTip: 1. Select the shape. 2. On the Insert menu, click either Shape ScreenTip or Edit Shape ScreenTip, as applicable. 3. In the Shape ScreenTip dialog box, type or edit the ScreenTip text. 4. Click OK.

Tips for running queries on Oracle

r-onlineinformation.blogspot.com Tips for running queries on Oracle We encourage the use of PostgreSQL for the labs, to expose students to an excellent open source database.  However, if your syllabus forces you to use Oracle (and all participants at your remote centre are also from universities where they are forced to use Oracle), you can do assignments on Oracle.  Our model solutions will often give syntax errors on Oracle due to non-support for some SQL features in Oracle.  Below are some tips on how you can rewrite the queries to work on Oracle. Oracle SQL Tips: non-standard features, and limitations The following issues are for Oracle 10, and may or may not apply to later versions of Oracle. Oracle does not support the  as  clause, except as part of the "with" statement. In all other cases, just use the same syntax without the "as" keyword, and things should work. To use a single quote in a string, use two consecutive single qu...