Insert a character that isn't present on my keyboard on Linux Mint












0















How can I use Alt+<ASCII CODE> on Linux (Mint 16) on a netbook which doesn't have a num pad nor a "Num lock" button?



I found lots of tutorials for Windows, but no one with Linux.
I also tried using Alt+"Fn" key but I just get some strange behavior on terminal,like (while running gdb) :



(arg: 23) 









share|improve this question

























  • I would use the virtual keyboard or program some macro

    – Kiwy
    Feb 26 '14 at 12:01











  • is there any virtual keyboard on Linux Mint?

    – dragonmnl
    Feb 26 '14 at 12:08











  • upubuntu.com/2012/12/how-to-enable-screen-keyboard-virtual.html ?

    – Kiwy
    Feb 26 '14 at 12:09











  • I tried it, but someway the applet (widget) uses only a third of the screen and is horizontally squeezed (and not resizable) so that is completely useless

    – dragonmnl
    Feb 26 '14 at 12:18






  • 2





    What are you trying to achieve? What do you mean by ASCII code? What do you want to see printed?

    – terdon
    Feb 26 '14 at 14:42
















0















How can I use Alt+<ASCII CODE> on Linux (Mint 16) on a netbook which doesn't have a num pad nor a "Num lock" button?



I found lots of tutorials for Windows, but no one with Linux.
I also tried using Alt+"Fn" key but I just get some strange behavior on terminal,like (while running gdb) :



(arg: 23) 









share|improve this question

























  • I would use the virtual keyboard or program some macro

    – Kiwy
    Feb 26 '14 at 12:01











  • is there any virtual keyboard on Linux Mint?

    – dragonmnl
    Feb 26 '14 at 12:08











  • upubuntu.com/2012/12/how-to-enable-screen-keyboard-virtual.html ?

    – Kiwy
    Feb 26 '14 at 12:09











  • I tried it, but someway the applet (widget) uses only a third of the screen and is horizontally squeezed (and not resizable) so that is completely useless

    – dragonmnl
    Feb 26 '14 at 12:18






  • 2





    What are you trying to achieve? What do you mean by ASCII code? What do you want to see printed?

    – terdon
    Feb 26 '14 at 14:42














0












0








0


1






How can I use Alt+<ASCII CODE> on Linux (Mint 16) on a netbook which doesn't have a num pad nor a "Num lock" button?



I found lots of tutorials for Windows, but no one with Linux.
I also tried using Alt+"Fn" key but I just get some strange behavior on terminal,like (while running gdb) :



(arg: 23) 









share|improve this question
















How can I use Alt+<ASCII CODE> on Linux (Mint 16) on a netbook which doesn't have a num pad nor a "Num lock" button?



I found lots of tutorials for Windows, but no one with Linux.
I also tried using Alt+"Fn" key but I just get some strange behavior on terminal,like (while running gdb) :



(arg: 23) 






keyboard keyboard-layout






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 15 at 5:18









Rui F Ribeiro

40.7k1479137




40.7k1479137










asked Feb 26 '14 at 11:33









dragonmnldragonmnl

68421121




68421121













  • I would use the virtual keyboard or program some macro

    – Kiwy
    Feb 26 '14 at 12:01











  • is there any virtual keyboard on Linux Mint?

    – dragonmnl
    Feb 26 '14 at 12:08











  • upubuntu.com/2012/12/how-to-enable-screen-keyboard-virtual.html ?

    – Kiwy
    Feb 26 '14 at 12:09











  • I tried it, but someway the applet (widget) uses only a third of the screen and is horizontally squeezed (and not resizable) so that is completely useless

    – dragonmnl
    Feb 26 '14 at 12:18






  • 2





    What are you trying to achieve? What do you mean by ASCII code? What do you want to see printed?

    – terdon
    Feb 26 '14 at 14:42



















  • I would use the virtual keyboard or program some macro

    – Kiwy
    Feb 26 '14 at 12:01











  • is there any virtual keyboard on Linux Mint?

    – dragonmnl
    Feb 26 '14 at 12:08











  • upubuntu.com/2012/12/how-to-enable-screen-keyboard-virtual.html ?

    – Kiwy
    Feb 26 '14 at 12:09











  • I tried it, but someway the applet (widget) uses only a third of the screen and is horizontally squeezed (and not resizable) so that is completely useless

    – dragonmnl
    Feb 26 '14 at 12:18






  • 2





    What are you trying to achieve? What do you mean by ASCII code? What do you want to see printed?

    – terdon
    Feb 26 '14 at 14:42

















I would use the virtual keyboard or program some macro

– Kiwy
Feb 26 '14 at 12:01





I would use the virtual keyboard or program some macro

– Kiwy
Feb 26 '14 at 12:01













is there any virtual keyboard on Linux Mint?

– dragonmnl
Feb 26 '14 at 12:08





is there any virtual keyboard on Linux Mint?

– dragonmnl
Feb 26 '14 at 12:08













upubuntu.com/2012/12/how-to-enable-screen-keyboard-virtual.html ?

– Kiwy
Feb 26 '14 at 12:09





upubuntu.com/2012/12/how-to-enable-screen-keyboard-virtual.html ?

– Kiwy
Feb 26 '14 at 12:09













I tried it, but someway the applet (widget) uses only a third of the screen and is horizontally squeezed (and not resizable) so that is completely useless

– dragonmnl
Feb 26 '14 at 12:18





I tried it, but someway the applet (widget) uses only a third of the screen and is horizontally squeezed (and not resizable) so that is completely useless

– dragonmnl
Feb 26 '14 at 12:18




2




2





What are you trying to achieve? What do you mean by ASCII code? What do you want to see printed?

– terdon
Feb 26 '14 at 14:42





What are you trying to achieve? What do you mean by ASCII code? What do you want to see printed?

– terdon
Feb 26 '14 at 14:42










1 Answer
1






active

oldest

votes


















4














If you mean the feature where you hold Alt and press digits on the numeric keypad, and when you release Alt the character with the corresponding number¹ is inserted, this isn't working for you because it's a feature of the IBM PC that Windows copied and that the Linux console copied but which the Linux GUI doesn't offer.



Under unix systems, the usual method for entering a character that isn't on your keyboard is a Compose key. Rather than memorize numbers, you press Compose and then 2 (sometimes more) characters on your keyboard. For example, Compose ' e enters é, Compose < < enters «, etc.



I don't know if Linux Mint has a Compose key enabled by default. Unfortunately, PC keyboards lack a key labeled “Compose”, so there is no standard as to which key to choose; the “Windows/Menu” key (which isn't always convenient on a laptop) or the Caps Lock key are common choices. Pull up the keyboard layout settings and make sure you have a Compose key set up.



If you need to enter a Unicode character by its number, in many applications, you can press Ctrl+Shift+U and then enter a hexadecimal number.



When it comes to rarely-used characters, where you wouldn't memorize the number anyway, there are more convenient ways to insert those characters than looking up the number and typing it. You can use a character map application such as Gucharmap to locate a character and copy it to the clipboard. You can look up the character on Wikipedia and copy it. You can draw the character on Shapecatcher and copy it.



This page describes these possibilities on Ubuntu. I think Linux Mint is fairly similar.



¹ ASCII only goes up to 127 so this is rarely used for ASCII codes.






share|improve this answer
























  • Ctrl+Shift+U worked like a charm for me :3

    – Shautieh
    Jul 11 '15 at 12:25











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f117027%2finsert-a-character-that-isnt-present-on-my-keyboard-on-linux-mint%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









4














If you mean the feature where you hold Alt and press digits on the numeric keypad, and when you release Alt the character with the corresponding number¹ is inserted, this isn't working for you because it's a feature of the IBM PC that Windows copied and that the Linux console copied but which the Linux GUI doesn't offer.



Under unix systems, the usual method for entering a character that isn't on your keyboard is a Compose key. Rather than memorize numbers, you press Compose and then 2 (sometimes more) characters on your keyboard. For example, Compose ' e enters é, Compose < < enters «, etc.



I don't know if Linux Mint has a Compose key enabled by default. Unfortunately, PC keyboards lack a key labeled “Compose”, so there is no standard as to which key to choose; the “Windows/Menu” key (which isn't always convenient on a laptop) or the Caps Lock key are common choices. Pull up the keyboard layout settings and make sure you have a Compose key set up.



If you need to enter a Unicode character by its number, in many applications, you can press Ctrl+Shift+U and then enter a hexadecimal number.



When it comes to rarely-used characters, where you wouldn't memorize the number anyway, there are more convenient ways to insert those characters than looking up the number and typing it. You can use a character map application such as Gucharmap to locate a character and copy it to the clipboard. You can look up the character on Wikipedia and copy it. You can draw the character on Shapecatcher and copy it.



This page describes these possibilities on Ubuntu. I think Linux Mint is fairly similar.



¹ ASCII only goes up to 127 so this is rarely used for ASCII codes.






share|improve this answer
























  • Ctrl+Shift+U worked like a charm for me :3

    – Shautieh
    Jul 11 '15 at 12:25
















4














If you mean the feature where you hold Alt and press digits on the numeric keypad, and when you release Alt the character with the corresponding number¹ is inserted, this isn't working for you because it's a feature of the IBM PC that Windows copied and that the Linux console copied but which the Linux GUI doesn't offer.



Under unix systems, the usual method for entering a character that isn't on your keyboard is a Compose key. Rather than memorize numbers, you press Compose and then 2 (sometimes more) characters on your keyboard. For example, Compose ' e enters é, Compose < < enters «, etc.



I don't know if Linux Mint has a Compose key enabled by default. Unfortunately, PC keyboards lack a key labeled “Compose”, so there is no standard as to which key to choose; the “Windows/Menu” key (which isn't always convenient on a laptop) or the Caps Lock key are common choices. Pull up the keyboard layout settings and make sure you have a Compose key set up.



If you need to enter a Unicode character by its number, in many applications, you can press Ctrl+Shift+U and then enter a hexadecimal number.



When it comes to rarely-used characters, where you wouldn't memorize the number anyway, there are more convenient ways to insert those characters than looking up the number and typing it. You can use a character map application such as Gucharmap to locate a character and copy it to the clipboard. You can look up the character on Wikipedia and copy it. You can draw the character on Shapecatcher and copy it.



This page describes these possibilities on Ubuntu. I think Linux Mint is fairly similar.



¹ ASCII only goes up to 127 so this is rarely used for ASCII codes.






share|improve this answer
























  • Ctrl+Shift+U worked like a charm for me :3

    – Shautieh
    Jul 11 '15 at 12:25














4












4








4







If you mean the feature where you hold Alt and press digits on the numeric keypad, and when you release Alt the character with the corresponding number¹ is inserted, this isn't working for you because it's a feature of the IBM PC that Windows copied and that the Linux console copied but which the Linux GUI doesn't offer.



Under unix systems, the usual method for entering a character that isn't on your keyboard is a Compose key. Rather than memorize numbers, you press Compose and then 2 (sometimes more) characters on your keyboard. For example, Compose ' e enters é, Compose < < enters «, etc.



I don't know if Linux Mint has a Compose key enabled by default. Unfortunately, PC keyboards lack a key labeled “Compose”, so there is no standard as to which key to choose; the “Windows/Menu” key (which isn't always convenient on a laptop) or the Caps Lock key are common choices. Pull up the keyboard layout settings and make sure you have a Compose key set up.



If you need to enter a Unicode character by its number, in many applications, you can press Ctrl+Shift+U and then enter a hexadecimal number.



When it comes to rarely-used characters, where you wouldn't memorize the number anyway, there are more convenient ways to insert those characters than looking up the number and typing it. You can use a character map application such as Gucharmap to locate a character and copy it to the clipboard. You can look up the character on Wikipedia and copy it. You can draw the character on Shapecatcher and copy it.



This page describes these possibilities on Ubuntu. I think Linux Mint is fairly similar.



¹ ASCII only goes up to 127 so this is rarely used for ASCII codes.






share|improve this answer













If you mean the feature where you hold Alt and press digits on the numeric keypad, and when you release Alt the character with the corresponding number¹ is inserted, this isn't working for you because it's a feature of the IBM PC that Windows copied and that the Linux console copied but which the Linux GUI doesn't offer.



Under unix systems, the usual method for entering a character that isn't on your keyboard is a Compose key. Rather than memorize numbers, you press Compose and then 2 (sometimes more) characters on your keyboard. For example, Compose ' e enters é, Compose < < enters «, etc.



I don't know if Linux Mint has a Compose key enabled by default. Unfortunately, PC keyboards lack a key labeled “Compose”, so there is no standard as to which key to choose; the “Windows/Menu” key (which isn't always convenient on a laptop) or the Caps Lock key are common choices. Pull up the keyboard layout settings and make sure you have a Compose key set up.



If you need to enter a Unicode character by its number, in many applications, you can press Ctrl+Shift+U and then enter a hexadecimal number.



When it comes to rarely-used characters, where you wouldn't memorize the number anyway, there are more convenient ways to insert those characters than looking up the number and typing it. You can use a character map application such as Gucharmap to locate a character and copy it to the clipboard. You can look up the character on Wikipedia and copy it. You can draw the character on Shapecatcher and copy it.



This page describes these possibilities on Ubuntu. I think Linux Mint is fairly similar.



¹ ASCII only goes up to 127 so this is rarely used for ASCII codes.







share|improve this answer












share|improve this answer



share|improve this answer










answered Feb 27 '14 at 2:09









GillesGilles

540k12810931606




540k12810931606













  • Ctrl+Shift+U worked like a charm for me :3

    – Shautieh
    Jul 11 '15 at 12:25



















  • Ctrl+Shift+U worked like a charm for me :3

    – Shautieh
    Jul 11 '15 at 12:25

















Ctrl+Shift+U worked like a charm for me :3

– Shautieh
Jul 11 '15 at 12:25





Ctrl+Shift+U worked like a charm for me :3

– Shautieh
Jul 11 '15 at 12:25


















draft saved

draft discarded




















































Thanks for contributing an answer to Unix & Linux Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f117027%2finsert-a-character-that-isnt-present-on-my-keyboard-on-linux-mint%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

How to reconfigure Docker Trusted Registry 2.x.x to use CEPH FS mount instead of NFS and other traditional...

is 'sed' thread safe

How to make a Squid Proxy server?