Is there a keyboard shortcut in Word for typing an arrow (symbol)?
up vote
7
down vote
favorite
You often see people using ->
as an arrow, but I hate how it looks. I always use the →
symbol. However, I always have to insert < symbol
to use this, which is annoying.
Is there anyway (shortcut) to insert this symbol in Word (2013)?
microsoft-word keyboard-shortcuts
add a comment |
up vote
7
down vote
favorite
You often see people using ->
as an arrow, but I hate how it looks. I always use the →
symbol. However, I always have to insert < symbol
to use this, which is annoying.
Is there anyway (shortcut) to insert this symbol in Word (2013)?
microsoft-word keyboard-shortcuts
i've always found it autocorrects if you do--><SPACE>
– barlop
Nov 30 at 16:01
add a comment |
up vote
7
down vote
favorite
up vote
7
down vote
favorite
You often see people using ->
as an arrow, but I hate how it looks. I always use the →
symbol. However, I always have to insert < symbol
to use this, which is annoying.
Is there anyway (shortcut) to insert this symbol in Word (2013)?
microsoft-word keyboard-shortcuts
You often see people using ->
as an arrow, but I hate how it looks. I always use the →
symbol. However, I always have to insert < symbol
to use this, which is annoying.
Is there anyway (shortcut) to insert this symbol in Word (2013)?
microsoft-word keyboard-shortcuts
microsoft-word keyboard-shortcuts
asked Jan 16 '14 at 12:16
Bram Vanroy
60492348
60492348
i've always found it autocorrects if you do--><SPACE>
– barlop
Nov 30 at 16:01
add a comment |
i've always found it autocorrects if you do--><SPACE>
– barlop
Nov 30 at 16:01
i've always found it autocorrects if you do
--><SPACE>
– barlop
Nov 30 at 16:01
i've always found it autocorrects if you do
--><SPACE>
– barlop
Nov 30 at 16:01
add a comment |
6 Answers
6
active
oldest
votes
up vote
13
down vote
accepted
You need to use the Numpad (the other numbers won't work!).
↑ ALT+24 Upwards arrow
↓ ALT+25 Downwards arrow
→ ALT+26 Rightwards arrow
← ALT+27 Leftwards arrow
↔ ALT+29 Left right arrow
▲ ALT+30 Upwards filled arrow
▼ ALT+31 Downwards filled arrow
► ALT+16 Rightwards filled arrow
◄ ALT+17 Leftwards filled arrow
Exactly what I needed, thanks!
– DaveBoltman
Jan 17 at 14:41
add a comment |
up vote
9
down vote
People who type ->
probably don't know that if you type -->
you get the default arrow in Word.
If you actually want -->
to be shown in Word, you can type -->
and press backspace, which will undo the automatical conversion to the arrow image.
This is a better solution for word than the answer from Fenixp. Because the other answer does not work for me in Word.
– Devid
Sep 13 '16 at 14:10
add a comment |
up vote
7
down vote
You could try just using alt codes of these characters:
left alt + 26 for →
left alt + 27 for ←
1
Of course it's not ASCII, where char(27) is Escape. Also ASCII is only 7 bit, so Alt-128 or above wouldn't work if it was ASCII.
– DaveBoltman
Jan 17 at 15:24
But we get your intent - this helped me, so plus 1!!
– DaveBoltman
Jan 17 at 15:24
@DaveBoltman Thank you for correction on otherwise fairly irrelevant answer (seeing the accepted one). I always feel like my past self is a very dumb person.
– Fenixp
Jan 17 at 18:52
1
I came here looking for left and right arrows, so your answer was 100% relevant to me - thank you! Many people today think that any character codes mean ASCII, so it's a common mistake. (For the printable characters (i.e. codes 32 to 127) and two or three others, they are the same, but ASCII codes outside of that are pretty much unused today.)
– DaveBoltman
Jan 18 at 9:33
add a comment |
up vote
4
down vote
This is probably only relevant in a few cases, but I'll still write it. It did help me. It's a three-step method that can be performed without leaving the keyboard.
- Both in OneNote 2013 and Word 2013, the equation mode can be started with Alt+=
- In there, you can write arrows with a code word like
rightarrow
,leftarrow
oruparrow
. Pressing space after typing the code word automatically transforms it into the desired arrow. - Leave the equation mode again with Alt+=.
you don't need to enter equation mode if you enabledUse Math AutoCorrect rules outside of math regions
– phuclv
Sep 29 at 5:59
add a comment |
up vote
0
down vote
There are various ways to do that
1. AutoCorrect
By default -->
will be changed to a light right-pointed arrow. Similarly ==>
will be a heavy right-pointed arrow. There are also other types of arrows and you can also insert your own ones so you don't need any shortcuts
Of course this needs AutoCorrect to be turned on. If it was turned off, you need to turn it on again by selecting File > Word Options > Proofing > AutoCorrect Options... > Replace text as you type
A downside of this is that many of the arrows are from the private use area like U+F0E0 U+F0E8, therefore you can't copy them around to other applications easily, but of course if you only use them in Word then it'll be fine
2. Math AutoCorrect
With this feature ->
will be converted into → by default without doubling the hyphen.
There are even more types of arrows, including curved ones and diagonal ones like asmash hsmash hsphantom mapsto lrhar searrow swarrow
...
This needs Use Math AutoCorrect rules outside of math regions to be turned on beside the normal AutoCorrect.
3. MS Word's hex input
Just type the codepoint in hex (with or without U+
) and then press Alt+X, Word will do the conversion for you. This works for any Unicode characters
For example ↗
is U+2197 so just type 2197
then Alt+X
However sometimes you need to type 2
followed by U+0197 (i.e. 2Ɨ) then you must type 2U+197
or 2U+0197
then Alt+X
You can find the codepoints for most arrows in the below wikipedia article (or just copy them directly)
- Arrows by Unicode block
- Miscellaneous Symbols and Arrows block
4. Alt+Numpad
By default it'll only work for codepoints smaller than 256, hence you can just type a few arrows like Matt Smith's answer above.
To type codepoints above 255 you need to use hex numpad by setting EnableHexNumpad
to 1 in HKEY_CURRENT_USERControl PanelInput Method
. After that to type ↗
like above you can press Alt++2197
Again you can find hundreds of arrows in my linked Wikipedia articles above
add a comment |
up vote
-1
down vote
You can also go Insert > Symbol > More Symbols > Font = Times new Roman > Subset = Arrows
add a comment |
protected by Community♦ Nov 30 at 16:17
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
6 Answers
6
active
oldest
votes
6 Answers
6
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
13
down vote
accepted
You need to use the Numpad (the other numbers won't work!).
↑ ALT+24 Upwards arrow
↓ ALT+25 Downwards arrow
→ ALT+26 Rightwards arrow
← ALT+27 Leftwards arrow
↔ ALT+29 Left right arrow
▲ ALT+30 Upwards filled arrow
▼ ALT+31 Downwards filled arrow
► ALT+16 Rightwards filled arrow
◄ ALT+17 Leftwards filled arrow
Exactly what I needed, thanks!
– DaveBoltman
Jan 17 at 14:41
add a comment |
up vote
13
down vote
accepted
You need to use the Numpad (the other numbers won't work!).
↑ ALT+24 Upwards arrow
↓ ALT+25 Downwards arrow
→ ALT+26 Rightwards arrow
← ALT+27 Leftwards arrow
↔ ALT+29 Left right arrow
▲ ALT+30 Upwards filled arrow
▼ ALT+31 Downwards filled arrow
► ALT+16 Rightwards filled arrow
◄ ALT+17 Leftwards filled arrow
Exactly what I needed, thanks!
– DaveBoltman
Jan 17 at 14:41
add a comment |
up vote
13
down vote
accepted
up vote
13
down vote
accepted
You need to use the Numpad (the other numbers won't work!).
↑ ALT+24 Upwards arrow
↓ ALT+25 Downwards arrow
→ ALT+26 Rightwards arrow
← ALT+27 Leftwards arrow
↔ ALT+29 Left right arrow
▲ ALT+30 Upwards filled arrow
▼ ALT+31 Downwards filled arrow
► ALT+16 Rightwards filled arrow
◄ ALT+17 Leftwards filled arrow
You need to use the Numpad (the other numbers won't work!).
↑ ALT+24 Upwards arrow
↓ ALT+25 Downwards arrow
→ ALT+26 Rightwards arrow
← ALT+27 Leftwards arrow
↔ ALT+29 Left right arrow
▲ ALT+30 Upwards filled arrow
▼ ALT+31 Downwards filled arrow
► ALT+16 Rightwards filled arrow
◄ ALT+17 Leftwards filled arrow
edited Jul 31 '17 at 13:01
Community♦
1
1
answered Apr 19 '16 at 15:36
Matt Smith
14612
14612
Exactly what I needed, thanks!
– DaveBoltman
Jan 17 at 14:41
add a comment |
Exactly what I needed, thanks!
– DaveBoltman
Jan 17 at 14:41
Exactly what I needed, thanks!
– DaveBoltman
Jan 17 at 14:41
Exactly what I needed, thanks!
– DaveBoltman
Jan 17 at 14:41
add a comment |
up vote
9
down vote
People who type ->
probably don't know that if you type -->
you get the default arrow in Word.
If you actually want -->
to be shown in Word, you can type -->
and press backspace, which will undo the automatical conversion to the arrow image.
This is a better solution for word than the answer from Fenixp. Because the other answer does not work for me in Word.
– Devid
Sep 13 '16 at 14:10
add a comment |
up vote
9
down vote
People who type ->
probably don't know that if you type -->
you get the default arrow in Word.
If you actually want -->
to be shown in Word, you can type -->
and press backspace, which will undo the automatical conversion to the arrow image.
This is a better solution for word than the answer from Fenixp. Because the other answer does not work for me in Word.
– Devid
Sep 13 '16 at 14:10
add a comment |
up vote
9
down vote
up vote
9
down vote
People who type ->
probably don't know that if you type -->
you get the default arrow in Word.
If you actually want -->
to be shown in Word, you can type -->
and press backspace, which will undo the automatical conversion to the arrow image.
People who type ->
probably don't know that if you type -->
you get the default arrow in Word.
If you actually want -->
to be shown in Word, you can type -->
and press backspace, which will undo the automatical conversion to the arrow image.
edited Jan 16 '14 at 12:38
answered Jan 16 '14 at 12:19
Terry
1,13921320
1,13921320
This is a better solution for word than the answer from Fenixp. Because the other answer does not work for me in Word.
– Devid
Sep 13 '16 at 14:10
add a comment |
This is a better solution for word than the answer from Fenixp. Because the other answer does not work for me in Word.
– Devid
Sep 13 '16 at 14:10
This is a better solution for word than the answer from Fenixp. Because the other answer does not work for me in Word.
– Devid
Sep 13 '16 at 14:10
This is a better solution for word than the answer from Fenixp. Because the other answer does not work for me in Word.
– Devid
Sep 13 '16 at 14:10
add a comment |
up vote
7
down vote
You could try just using alt codes of these characters:
left alt + 26 for →
left alt + 27 for ←
1
Of course it's not ASCII, where char(27) is Escape. Also ASCII is only 7 bit, so Alt-128 or above wouldn't work if it was ASCII.
– DaveBoltman
Jan 17 at 15:24
But we get your intent - this helped me, so plus 1!!
– DaveBoltman
Jan 17 at 15:24
@DaveBoltman Thank you for correction on otherwise fairly irrelevant answer (seeing the accepted one). I always feel like my past self is a very dumb person.
– Fenixp
Jan 17 at 18:52
1
I came here looking for left and right arrows, so your answer was 100% relevant to me - thank you! Many people today think that any character codes mean ASCII, so it's a common mistake. (For the printable characters (i.e. codes 32 to 127) and two or three others, they are the same, but ASCII codes outside of that are pretty much unused today.)
– DaveBoltman
Jan 18 at 9:33
add a comment |
up vote
7
down vote
You could try just using alt codes of these characters:
left alt + 26 for →
left alt + 27 for ←
1
Of course it's not ASCII, where char(27) is Escape. Also ASCII is only 7 bit, so Alt-128 or above wouldn't work if it was ASCII.
– DaveBoltman
Jan 17 at 15:24
But we get your intent - this helped me, so plus 1!!
– DaveBoltman
Jan 17 at 15:24
@DaveBoltman Thank you for correction on otherwise fairly irrelevant answer (seeing the accepted one). I always feel like my past self is a very dumb person.
– Fenixp
Jan 17 at 18:52
1
I came here looking for left and right arrows, so your answer was 100% relevant to me - thank you! Many people today think that any character codes mean ASCII, so it's a common mistake. (For the printable characters (i.e. codes 32 to 127) and two or three others, they are the same, but ASCII codes outside of that are pretty much unused today.)
– DaveBoltman
Jan 18 at 9:33
add a comment |
up vote
7
down vote
up vote
7
down vote
You could try just using alt codes of these characters:
left alt + 26 for →
left alt + 27 for ←
You could try just using alt codes of these characters:
left alt + 26 for →
left alt + 27 for ←
edited Jan 17 at 18:51
answered Jan 16 '14 at 12:19
Fenixp
18318
18318
1
Of course it's not ASCII, where char(27) is Escape. Also ASCII is only 7 bit, so Alt-128 or above wouldn't work if it was ASCII.
– DaveBoltman
Jan 17 at 15:24
But we get your intent - this helped me, so plus 1!!
– DaveBoltman
Jan 17 at 15:24
@DaveBoltman Thank you for correction on otherwise fairly irrelevant answer (seeing the accepted one). I always feel like my past self is a very dumb person.
– Fenixp
Jan 17 at 18:52
1
I came here looking for left and right arrows, so your answer was 100% relevant to me - thank you! Many people today think that any character codes mean ASCII, so it's a common mistake. (For the printable characters (i.e. codes 32 to 127) and two or three others, they are the same, but ASCII codes outside of that are pretty much unused today.)
– DaveBoltman
Jan 18 at 9:33
add a comment |
1
Of course it's not ASCII, where char(27) is Escape. Also ASCII is only 7 bit, so Alt-128 or above wouldn't work if it was ASCII.
– DaveBoltman
Jan 17 at 15:24
But we get your intent - this helped me, so plus 1!!
– DaveBoltman
Jan 17 at 15:24
@DaveBoltman Thank you for correction on otherwise fairly irrelevant answer (seeing the accepted one). I always feel like my past self is a very dumb person.
– Fenixp
Jan 17 at 18:52
1
I came here looking for left and right arrows, so your answer was 100% relevant to me - thank you! Many people today think that any character codes mean ASCII, so it's a common mistake. (For the printable characters (i.e. codes 32 to 127) and two or three others, they are the same, but ASCII codes outside of that are pretty much unused today.)
– DaveBoltman
Jan 18 at 9:33
1
1
Of course it's not ASCII, where char(27) is Escape. Also ASCII is only 7 bit, so Alt-128 or above wouldn't work if it was ASCII.
– DaveBoltman
Jan 17 at 15:24
Of course it's not ASCII, where char(27) is Escape. Also ASCII is only 7 bit, so Alt-128 or above wouldn't work if it was ASCII.
– DaveBoltman
Jan 17 at 15:24
But we get your intent - this helped me, so plus 1!!
– DaveBoltman
Jan 17 at 15:24
But we get your intent - this helped me, so plus 1!!
– DaveBoltman
Jan 17 at 15:24
@DaveBoltman Thank you for correction on otherwise fairly irrelevant answer (seeing the accepted one). I always feel like my past self is a very dumb person.
– Fenixp
Jan 17 at 18:52
@DaveBoltman Thank you for correction on otherwise fairly irrelevant answer (seeing the accepted one). I always feel like my past self is a very dumb person.
– Fenixp
Jan 17 at 18:52
1
1
I came here looking for left and right arrows, so your answer was 100% relevant to me - thank you! Many people today think that any character codes mean ASCII, so it's a common mistake. (For the printable characters (i.e. codes 32 to 127) and two or three others, they are the same, but ASCII codes outside of that are pretty much unused today.)
– DaveBoltman
Jan 18 at 9:33
I came here looking for left and right arrows, so your answer was 100% relevant to me - thank you! Many people today think that any character codes mean ASCII, so it's a common mistake. (For the printable characters (i.e. codes 32 to 127) and two or three others, they are the same, but ASCII codes outside of that are pretty much unused today.)
– DaveBoltman
Jan 18 at 9:33
add a comment |
up vote
4
down vote
This is probably only relevant in a few cases, but I'll still write it. It did help me. It's a three-step method that can be performed without leaving the keyboard.
- Both in OneNote 2013 and Word 2013, the equation mode can be started with Alt+=
- In there, you can write arrows with a code word like
rightarrow
,leftarrow
oruparrow
. Pressing space after typing the code word automatically transforms it into the desired arrow. - Leave the equation mode again with Alt+=.
you don't need to enter equation mode if you enabledUse Math AutoCorrect rules outside of math regions
– phuclv
Sep 29 at 5:59
add a comment |
up vote
4
down vote
This is probably only relevant in a few cases, but I'll still write it. It did help me. It's a three-step method that can be performed without leaving the keyboard.
- Both in OneNote 2013 and Word 2013, the equation mode can be started with Alt+=
- In there, you can write arrows with a code word like
rightarrow
,leftarrow
oruparrow
. Pressing space after typing the code word automatically transforms it into the desired arrow. - Leave the equation mode again with Alt+=.
you don't need to enter equation mode if you enabledUse Math AutoCorrect rules outside of math regions
– phuclv
Sep 29 at 5:59
add a comment |
up vote
4
down vote
up vote
4
down vote
This is probably only relevant in a few cases, but I'll still write it. It did help me. It's a three-step method that can be performed without leaving the keyboard.
- Both in OneNote 2013 and Word 2013, the equation mode can be started with Alt+=
- In there, you can write arrows with a code word like
rightarrow
,leftarrow
oruparrow
. Pressing space after typing the code word automatically transforms it into the desired arrow. - Leave the equation mode again with Alt+=.
This is probably only relevant in a few cases, but I'll still write it. It did help me. It's a three-step method that can be performed without leaving the keyboard.
- Both in OneNote 2013 and Word 2013, the equation mode can be started with Alt+=
- In there, you can write arrows with a code word like
rightarrow
,leftarrow
oruparrow
. Pressing space after typing the code word automatically transforms it into the desired arrow. - Leave the equation mode again with Alt+=.
edited Sep 29 at 6:00
phuclv
8,87063788
8,87063788
answered Nov 9 '15 at 23:45
Marcus Blank
6516
6516
you don't need to enter equation mode if you enabledUse Math AutoCorrect rules outside of math regions
– phuclv
Sep 29 at 5:59
add a comment |
you don't need to enter equation mode if you enabledUse Math AutoCorrect rules outside of math regions
– phuclv
Sep 29 at 5:59
you don't need to enter equation mode if you enabled
Use Math AutoCorrect rules outside of math regions
– phuclv
Sep 29 at 5:59
you don't need to enter equation mode if you enabled
Use Math AutoCorrect rules outside of math regions
– phuclv
Sep 29 at 5:59
add a comment |
up vote
0
down vote
There are various ways to do that
1. AutoCorrect
By default -->
will be changed to a light right-pointed arrow. Similarly ==>
will be a heavy right-pointed arrow. There are also other types of arrows and you can also insert your own ones so you don't need any shortcuts
Of course this needs AutoCorrect to be turned on. If it was turned off, you need to turn it on again by selecting File > Word Options > Proofing > AutoCorrect Options... > Replace text as you type
A downside of this is that many of the arrows are from the private use area like U+F0E0 U+F0E8, therefore you can't copy them around to other applications easily, but of course if you only use them in Word then it'll be fine
2. Math AutoCorrect
With this feature ->
will be converted into → by default without doubling the hyphen.
There are even more types of arrows, including curved ones and diagonal ones like asmash hsmash hsphantom mapsto lrhar searrow swarrow
...
This needs Use Math AutoCorrect rules outside of math regions to be turned on beside the normal AutoCorrect.
3. MS Word's hex input
Just type the codepoint in hex (with or without U+
) and then press Alt+X, Word will do the conversion for you. This works for any Unicode characters
For example ↗
is U+2197 so just type 2197
then Alt+X
However sometimes you need to type 2
followed by U+0197 (i.e. 2Ɨ) then you must type 2U+197
or 2U+0197
then Alt+X
You can find the codepoints for most arrows in the below wikipedia article (or just copy them directly)
- Arrows by Unicode block
- Miscellaneous Symbols and Arrows block
4. Alt+Numpad
By default it'll only work for codepoints smaller than 256, hence you can just type a few arrows like Matt Smith's answer above.
To type codepoints above 255 you need to use hex numpad by setting EnableHexNumpad
to 1 in HKEY_CURRENT_USERControl PanelInput Method
. After that to type ↗
like above you can press Alt++2197
Again you can find hundreds of arrows in my linked Wikipedia articles above
add a comment |
up vote
0
down vote
There are various ways to do that
1. AutoCorrect
By default -->
will be changed to a light right-pointed arrow. Similarly ==>
will be a heavy right-pointed arrow. There are also other types of arrows and you can also insert your own ones so you don't need any shortcuts
Of course this needs AutoCorrect to be turned on. If it was turned off, you need to turn it on again by selecting File > Word Options > Proofing > AutoCorrect Options... > Replace text as you type
A downside of this is that many of the arrows are from the private use area like U+F0E0 U+F0E8, therefore you can't copy them around to other applications easily, but of course if you only use them in Word then it'll be fine
2. Math AutoCorrect
With this feature ->
will be converted into → by default without doubling the hyphen.
There are even more types of arrows, including curved ones and diagonal ones like asmash hsmash hsphantom mapsto lrhar searrow swarrow
...
This needs Use Math AutoCorrect rules outside of math regions to be turned on beside the normal AutoCorrect.
3. MS Word's hex input
Just type the codepoint in hex (with or without U+
) and then press Alt+X, Word will do the conversion for you. This works for any Unicode characters
For example ↗
is U+2197 so just type 2197
then Alt+X
However sometimes you need to type 2
followed by U+0197 (i.e. 2Ɨ) then you must type 2U+197
or 2U+0197
then Alt+X
You can find the codepoints for most arrows in the below wikipedia article (or just copy them directly)
- Arrows by Unicode block
- Miscellaneous Symbols and Arrows block
4. Alt+Numpad
By default it'll only work for codepoints smaller than 256, hence you can just type a few arrows like Matt Smith's answer above.
To type codepoints above 255 you need to use hex numpad by setting EnableHexNumpad
to 1 in HKEY_CURRENT_USERControl PanelInput Method
. After that to type ↗
like above you can press Alt++2197
Again you can find hundreds of arrows in my linked Wikipedia articles above
add a comment |
up vote
0
down vote
up vote
0
down vote
There are various ways to do that
1. AutoCorrect
By default -->
will be changed to a light right-pointed arrow. Similarly ==>
will be a heavy right-pointed arrow. There are also other types of arrows and you can also insert your own ones so you don't need any shortcuts
Of course this needs AutoCorrect to be turned on. If it was turned off, you need to turn it on again by selecting File > Word Options > Proofing > AutoCorrect Options... > Replace text as you type
A downside of this is that many of the arrows are from the private use area like U+F0E0 U+F0E8, therefore you can't copy them around to other applications easily, but of course if you only use them in Word then it'll be fine
2. Math AutoCorrect
With this feature ->
will be converted into → by default without doubling the hyphen.
There are even more types of arrows, including curved ones and diagonal ones like asmash hsmash hsphantom mapsto lrhar searrow swarrow
...
This needs Use Math AutoCorrect rules outside of math regions to be turned on beside the normal AutoCorrect.
3. MS Word's hex input
Just type the codepoint in hex (with or without U+
) and then press Alt+X, Word will do the conversion for you. This works for any Unicode characters
For example ↗
is U+2197 so just type 2197
then Alt+X
However sometimes you need to type 2
followed by U+0197 (i.e. 2Ɨ) then you must type 2U+197
or 2U+0197
then Alt+X
You can find the codepoints for most arrows in the below wikipedia article (or just copy them directly)
- Arrows by Unicode block
- Miscellaneous Symbols and Arrows block
4. Alt+Numpad
By default it'll only work for codepoints smaller than 256, hence you can just type a few arrows like Matt Smith's answer above.
To type codepoints above 255 you need to use hex numpad by setting EnableHexNumpad
to 1 in HKEY_CURRENT_USERControl PanelInput Method
. After that to type ↗
like above you can press Alt++2197
Again you can find hundreds of arrows in my linked Wikipedia articles above
There are various ways to do that
1. AutoCorrect
By default -->
will be changed to a light right-pointed arrow. Similarly ==>
will be a heavy right-pointed arrow. There are also other types of arrows and you can also insert your own ones so you don't need any shortcuts
Of course this needs AutoCorrect to be turned on. If it was turned off, you need to turn it on again by selecting File > Word Options > Proofing > AutoCorrect Options... > Replace text as you type
A downside of this is that many of the arrows are from the private use area like U+F0E0 U+F0E8, therefore you can't copy them around to other applications easily, but of course if you only use them in Word then it'll be fine
2. Math AutoCorrect
With this feature ->
will be converted into → by default without doubling the hyphen.
There are even more types of arrows, including curved ones and diagonal ones like asmash hsmash hsphantom mapsto lrhar searrow swarrow
...
This needs Use Math AutoCorrect rules outside of math regions to be turned on beside the normal AutoCorrect.
3. MS Word's hex input
Just type the codepoint in hex (with or without U+
) and then press Alt+X, Word will do the conversion for you. This works for any Unicode characters
For example ↗
is U+2197 so just type 2197
then Alt+X
However sometimes you need to type 2
followed by U+0197 (i.e. 2Ɨ) then you must type 2U+197
or 2U+0197
then Alt+X
You can find the codepoints for most arrows in the below wikipedia article (or just copy them directly)
- Arrows by Unicode block
- Miscellaneous Symbols and Arrows block
4. Alt+Numpad
By default it'll only work for codepoints smaller than 256, hence you can just type a few arrows like Matt Smith's answer above.
To type codepoints above 255 you need to use hex numpad by setting EnableHexNumpad
to 1 in HKEY_CURRENT_USERControl PanelInput Method
. After that to type ↗
like above you can press Alt++2197
Again you can find hundreds of arrows in my linked Wikipedia articles above
edited Sep 28 at 3:32
answered May 21 at 11:14
phuclv
8,87063788
8,87063788
add a comment |
add a comment |
up vote
-1
down vote
You can also go Insert > Symbol > More Symbols > Font = Times new Roman > Subset = Arrows
add a comment |
up vote
-1
down vote
You can also go Insert > Symbol > More Symbols > Font = Times new Roman > Subset = Arrows
add a comment |
up vote
-1
down vote
up vote
-1
down vote
You can also go Insert > Symbol > More Symbols > Font = Times new Roman > Subset = Arrows
You can also go Insert > Symbol > More Symbols > Font = Times new Roman > Subset = Arrows
answered May 19 at 10:39
lazycoder
991
991
add a comment |
add a comment |
protected by Community♦ Nov 30 at 16:17
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
i've always found it autocorrects if you do
--><SPACE>
– barlop
Nov 30 at 16:01