+ Reply to Thread
Results 1 to 8 of 8

How to add any unicode character in excel through shortcut?

  1. #1
    Forum Contributor
    Join Date
    10-11-2008
    Location
    Portugal
    MS-Off Ver
    Excel 2010
    Posts
    111

    How to add any unicode character in excel through shortcut?

    Hi,

    I know U+2074 is the code for a superscript 4, but how do I insert this in excel? Alt + 2074 won't give me that symbol....

    BTW, why is that when I type ALT + 55123123 (random number) i get a symbol, in this case a | ? Where is the correspondence between that number and that symbol? Knowing that table could solve my problem..

  2. #2
    Valued Forum Contributor
    Join Date
    10-13-2010
    Location
    Sunderland, England
    MS-Off Ver
    Excel 2007 (Home) / 2003 (Work)
    Posts
    740

    Re: How to add any unicode character in excel through shortcut?

    See http://www.cpearson.com/excel/chars.htm

    The 'Creating A List Of Symbols' section is particularly helpful.

  3. #3
    Forum Contributor
    Join Date
    10-11-2008
    Location
    Portugal
    MS-Off Ver
    Excel 2010
    Posts
    111

    Re: How to add any unicode character in excel through shortcut?

    thank you for your answer but that only gives me the ascii list, and the ascii list doesn't include a superscript 4 (or any other number other than 1,2 or 3)

    I needed a table for the unicode list. Again, i've seen this unicode list and i know that the code that I want is U+2074 but i don't know how to type this into excel...

    in word I can do it -> typing 2074 and then Alt+X...but in excel?

  4. #4
    Valued Forum Contributor
    Join Date
    10-13-2010
    Location
    Sunderland, England
    MS-Off Ver
    Excel 2007 (Home) / 2003 (Work)
    Posts
    740

    Re: How to add any unicode character in excel through shortcut?

    The following link may help:

    http://www.pcreview.co.uk/forums/uni...l-t941736.html

    'The key to a solution may be the creation of a User-Defined Function CharW
    with the following content:

    Function CharW(dec As Long) As String
    CharW = ChrW(dec)
    End Function

    Then if you have, for example, 20049 in cell A1, you can produce the
    equivalent character with the formula =CharW(A1).'

  5. #5
    Forum Contributor
    Join Date
    10-11-2008
    Location
    Portugal
    MS-Off Ver
    Excel 2010
    Posts
    111

    Re: How to add any unicode character in excel through shortcut?

    Thanks...that did help...

    As far as i've worked out, I can only introduce unicode symbols if I enable hexadecimal input through the registry. Then, i can input: Alt + +2074 (i do have to input the "+" sign) and then i get the unicode symbol.

    What is really bugging me is what symbol is created when using Alt + XXXX (without activating hexadecimal input) when XXXX is bigger than 255?

    Between 0 and 255 I understand that Alt + XXXX is introducing an ASCII symbol, but for numbers higher than that what really happens?

  6. #6
    Registered User
    Join Date
    01-23-2016
    Location
    INDIA
    MS-Off Ver
    2007
    Posts
    2

    Re: How to add any unicode character in excel through shortcut?

    I LIKED IT, IT SOLVED MY PROBLEM BUT THE QUESTION THAT WE COULD NOT ENTER THE UNICODE CHARACTER INTO EXCEL BY KEYBOARD IS NOT SOLVED, THE COMBINATION OF NUMBER, ALT, X DIDN'T WORKED IN EXCEL 2007. PLEASE SOLVE THIS ANYBODY.

  7. #7
    Registered User
    Join Date
    01-23-2016
    Location
    INDIA
    MS-Off Ver
    2007
    Posts
    2

    Re: How to add any unicode character in excel through shortcut?

    I liked it, it solved my problem but the question that we could not enter the unicode character into excel by keyboard is not solved, the combination of number, alt, x didn't worked in excel 2007. Please solve this anybody.

  8. #8
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,610

    Re: How to add any unicode character in excel through shortcut?

    manohar2776,
    Unfortunately your post does not comply with Rule 2 of our Forum RULES. Do not post a question in the thread of another member -- start your own thread.

    If you feel an existing thread is particularly relevant to your need, provide a link to the other thread in your new thread.

    Old threads are often only monitored by the original participants. New threads not only open you up to all possible participants again, they typically get faster response, too.
    Ben Van Johnson

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1