How to type a section sign (§) into the Minecraft clientHow can I type a Unicode character (for example,...

Exchange,swap or switch

Why other Westeros houses don't use wildfire?

Controversial area of mathematics

Packing rectangles: Does rotation ever help?

How to get a plain text file version of a CP/M .BAS (M-BASIC) program?

How exactly does Hawking radiation decrease the mass of black holes?

With a Canadian student visa, can I spend a night at Vancouver before continuing to Toronto?

A Strange Latex Symbol

Is there any limitation with Arduino Nano serial communication distance?

Noun clause (singular all the time?)

What language was spoken in East Asia before Proto-Turkic?

Why isn't the definition of absolute value applied when squaring a radical containing a variable?

Why does nature favour the Laplacian?

Is the 5 MB static resource size limit 5,242,880 bytes or 5,000,000 bytes?

Phrase for the opposite of "foolproof"

What does the "ep" capability mean?

Do I have to worry about players making “bad” choices on level up?

What do the phrase "Reeyan's seacrest" and the word "fraggle" mean in a sketch?

What is the difference between `command a[bc]d` and `command `a{b,c}d`

How would one muzzle a full grown polar bear in the 13th century?

Critique of timeline aesthetic

Meaning of Bloch representation

What are the potential pitfalls when using metals as a currency?

How to stop co-workers from teasing me because I know Russian?



How to type a section sign (§) into the Minecraft client


How can I type a Unicode character (for example, em-dash —?)How can I type accentuated characters like ë?What is dconf, what is its function, and how do I use it?How to configure compose key in Ubuntu 14.04How to fix laggy mouse and keyboard on Ubuntu 10.04 LTS 64bit?Pasting from vim in terminal to Google Docs (Firefox + Vimperator) - need to understandMinecraft Fullscreen not workingHow to install Minecraft (Client)How to view a particular unicode character?How to type accent grave without letter or alt in terminal?Enable/disable mousekeys via command lineHow to type Greek characters with a breathing and accentxdotool - how do I select text using shift+Home or shift+End?Media keys not working in Clementine






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







2















So in Minecraft, the section sign (§) can be useful to make colors in text and so on. However, I can't seem to type it. I've tried pasting the character in using Ctrl-V as well as middle mouse. I've even tried using xdotool type "§", but it just doesn't register, even though using xdotool type "foobar" will work. Is Minecraft perhaps just filtering out that character or something on Linux?










share|improve this question

























  • Find out the utf code for that character and use ctrl shift u shortcut. See askubuntu.com/a/364/295286

    – Sergiy Kolodyazhnyy
    4 hours ago











  • @Serg Its codepoint is A7

    – wjandrea
    42 mins ago




















2















So in Minecraft, the section sign (§) can be useful to make colors in text and so on. However, I can't seem to type it. I've tried pasting the character in using Ctrl-V as well as middle mouse. I've even tried using xdotool type "§", but it just doesn't register, even though using xdotool type "foobar" will work. Is Minecraft perhaps just filtering out that character or something on Linux?










share|improve this question

























  • Find out the utf code for that character and use ctrl shift u shortcut. See askubuntu.com/a/364/295286

    – Sergiy Kolodyazhnyy
    4 hours ago











  • @Serg Its codepoint is A7

    – wjandrea
    42 mins ago
















2












2








2








So in Minecraft, the section sign (§) can be useful to make colors in text and so on. However, I can't seem to type it. I've tried pasting the character in using Ctrl-V as well as middle mouse. I've even tried using xdotool type "§", but it just doesn't register, even though using xdotool type "foobar" will work. Is Minecraft perhaps just filtering out that character or something on Linux?










share|improve this question
















So in Minecraft, the section sign (§) can be useful to make colors in text and so on. However, I can't seem to type it. I've tried pasting the character in using Ctrl-V as well as middle mouse. I've even tried using xdotool type "§", but it just doesn't register, even though using xdotool type "foobar" will work. Is Minecraft perhaps just filtering out that character or something on Linux?







keyboard games minecraft






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 44 mins ago









wjandrea

9,61442765




9,61442765










asked 5 hours ago









deltaraydeltaray

15610




15610













  • Find out the utf code for that character and use ctrl shift u shortcut. See askubuntu.com/a/364/295286

    – Sergiy Kolodyazhnyy
    4 hours ago











  • @Serg Its codepoint is A7

    – wjandrea
    42 mins ago





















  • Find out the utf code for that character and use ctrl shift u shortcut. See askubuntu.com/a/364/295286

    – Sergiy Kolodyazhnyy
    4 hours ago











  • @Serg Its codepoint is A7

    – wjandrea
    42 mins ago



















Find out the utf code for that character and use ctrl shift u shortcut. See askubuntu.com/a/364/295286

– Sergiy Kolodyazhnyy
4 hours ago





Find out the utf code for that character and use ctrl shift u shortcut. See askubuntu.com/a/364/295286

– Sergiy Kolodyazhnyy
4 hours ago













@Serg Its codepoint is A7

– wjandrea
42 mins ago







@Serg Its codepoint is A7

– wjandrea
42 mins ago












1 Answer
1






active

oldest

votes


















3














to type special characters in the terminal you need to use the compose key



To configure the compose key on Ubuntu, you need to install dconf and you can find the setting
in the package dconf/org/gnome/desktop/input-source/xkboptions




From Ubuntu 14.04




dconf → org → gnome → desktop → input-sources → xkboptions



e.g. to set the Alt Gr key as compose:




['compose:ralt']


Then you can use the compose key to type that special character.




By pressing Compose, some key, some key… in sequence, you can input characters. I have my compose key set to Menu; to type a © (copyright symbol), I would use Menu, o, c.



A full list of X compose key combinations can be found online (200 KiB), or locally in /usr/share/X11/locale/en_US.UTF-8/Compose.




The character "§" is included in the below list



XCOMM Other symbols
<Multi_key> <s> <o> : "§" section # SECTION SIGN
<Multi_key> <o> <s> : "§" section # SECTION SIGN
<Multi_key> <S> <O> : "§" section # SECTION SIGN
<Multi_key> <O> <S> : "§" section # SECTION SIGN
<Multi_key> <s> <exclam> : "§" section # SECTION SIGN
<Multi_key> <S> <exclam> : "§" section # SECTION SIGN
<Multi_key> <Cyrillic_pe> <Cyrillic_a> : "§" section # SECTION SIGN


The other option is typing the Unicode character as suggested from Sergiy Kolodyazhnyy.



The unicode character is available in this table






share|improve this answer


























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "89"
    };
    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: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    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%2faskubuntu.com%2fquestions%2f1138696%2fhow-to-type-a-section-sign-into-the-minecraft-client%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









    3














    to type special characters in the terminal you need to use the compose key



    To configure the compose key on Ubuntu, you need to install dconf and you can find the setting
    in the package dconf/org/gnome/desktop/input-source/xkboptions




    From Ubuntu 14.04




    dconf → org → gnome → desktop → input-sources → xkboptions



    e.g. to set the Alt Gr key as compose:




    ['compose:ralt']


    Then you can use the compose key to type that special character.




    By pressing Compose, some key, some key… in sequence, you can input characters. I have my compose key set to Menu; to type a © (copyright symbol), I would use Menu, o, c.



    A full list of X compose key combinations can be found online (200 KiB), or locally in /usr/share/X11/locale/en_US.UTF-8/Compose.




    The character "§" is included in the below list



    XCOMM Other symbols
    <Multi_key> <s> <o> : "§" section # SECTION SIGN
    <Multi_key> <o> <s> : "§" section # SECTION SIGN
    <Multi_key> <S> <O> : "§" section # SECTION SIGN
    <Multi_key> <O> <S> : "§" section # SECTION SIGN
    <Multi_key> <s> <exclam> : "§" section # SECTION SIGN
    <Multi_key> <S> <exclam> : "§" section # SECTION SIGN
    <Multi_key> <Cyrillic_pe> <Cyrillic_a> : "§" section # SECTION SIGN


    The other option is typing the Unicode character as suggested from Sergiy Kolodyazhnyy.



    The unicode character is available in this table






    share|improve this answer






























      3














      to type special characters in the terminal you need to use the compose key



      To configure the compose key on Ubuntu, you need to install dconf and you can find the setting
      in the package dconf/org/gnome/desktop/input-source/xkboptions




      From Ubuntu 14.04




      dconf → org → gnome → desktop → input-sources → xkboptions



      e.g. to set the Alt Gr key as compose:




      ['compose:ralt']


      Then you can use the compose key to type that special character.




      By pressing Compose, some key, some key… in sequence, you can input characters. I have my compose key set to Menu; to type a © (copyright symbol), I would use Menu, o, c.



      A full list of X compose key combinations can be found online (200 KiB), or locally in /usr/share/X11/locale/en_US.UTF-8/Compose.




      The character "§" is included in the below list



      XCOMM Other symbols
      <Multi_key> <s> <o> : "§" section # SECTION SIGN
      <Multi_key> <o> <s> : "§" section # SECTION SIGN
      <Multi_key> <S> <O> : "§" section # SECTION SIGN
      <Multi_key> <O> <S> : "§" section # SECTION SIGN
      <Multi_key> <s> <exclam> : "§" section # SECTION SIGN
      <Multi_key> <S> <exclam> : "§" section # SECTION SIGN
      <Multi_key> <Cyrillic_pe> <Cyrillic_a> : "§" section # SECTION SIGN


      The other option is typing the Unicode character as suggested from Sergiy Kolodyazhnyy.



      The unicode character is available in this table






      share|improve this answer




























        3












        3








        3







        to type special characters in the terminal you need to use the compose key



        To configure the compose key on Ubuntu, you need to install dconf and you can find the setting
        in the package dconf/org/gnome/desktop/input-source/xkboptions




        From Ubuntu 14.04




        dconf → org → gnome → desktop → input-sources → xkboptions



        e.g. to set the Alt Gr key as compose:




        ['compose:ralt']


        Then you can use the compose key to type that special character.




        By pressing Compose, some key, some key… in sequence, you can input characters. I have my compose key set to Menu; to type a © (copyright symbol), I would use Menu, o, c.



        A full list of X compose key combinations can be found online (200 KiB), or locally in /usr/share/X11/locale/en_US.UTF-8/Compose.




        The character "§" is included in the below list



        XCOMM Other symbols
        <Multi_key> <s> <o> : "§" section # SECTION SIGN
        <Multi_key> <o> <s> : "§" section # SECTION SIGN
        <Multi_key> <S> <O> : "§" section # SECTION SIGN
        <Multi_key> <O> <S> : "§" section # SECTION SIGN
        <Multi_key> <s> <exclam> : "§" section # SECTION SIGN
        <Multi_key> <S> <exclam> : "§" section # SECTION SIGN
        <Multi_key> <Cyrillic_pe> <Cyrillic_a> : "§" section # SECTION SIGN


        The other option is typing the Unicode character as suggested from Sergiy Kolodyazhnyy.



        The unicode character is available in this table






        share|improve this answer















        to type special characters in the terminal you need to use the compose key



        To configure the compose key on Ubuntu, you need to install dconf and you can find the setting
        in the package dconf/org/gnome/desktop/input-source/xkboptions




        From Ubuntu 14.04




        dconf → org → gnome → desktop → input-sources → xkboptions



        e.g. to set the Alt Gr key as compose:




        ['compose:ralt']


        Then you can use the compose key to type that special character.




        By pressing Compose, some key, some key… in sequence, you can input characters. I have my compose key set to Menu; to type a © (copyright symbol), I would use Menu, o, c.



        A full list of X compose key combinations can be found online (200 KiB), or locally in /usr/share/X11/locale/en_US.UTF-8/Compose.




        The character "§" is included in the below list



        XCOMM Other symbols
        <Multi_key> <s> <o> : "§" section # SECTION SIGN
        <Multi_key> <o> <s> : "§" section # SECTION SIGN
        <Multi_key> <S> <O> : "§" section # SECTION SIGN
        <Multi_key> <O> <S> : "§" section # SECTION SIGN
        <Multi_key> <s> <exclam> : "§" section # SECTION SIGN
        <Multi_key> <S> <exclam> : "§" section # SECTION SIGN
        <Multi_key> <Cyrillic_pe> <Cyrillic_a> : "§" section # SECTION SIGN


        The other option is typing the Unicode character as suggested from Sergiy Kolodyazhnyy.



        The unicode character is available in this table







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited 4 hours ago

























        answered 4 hours ago









        Fabrizio BertoglioFabrizio Bertoglio

        318




        318






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Ask Ubuntu!


            • 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%2faskubuntu.com%2fquestions%2f1138696%2fhow-to-type-a-section-sign-into-the-minecraft-client%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

            Why does my Macbook overheat and use so much CPU and energy when on YouTube?Why do so many insist on using...

            Puerta de Hutt Referencias Enlaces externos Menú de navegación15°58′00″S 5°42′00″O /...

            How to prevent page numbers from appearing on glossaries?How to remove a dot and a page number in the...