Sometimes, simple things become too complicated.
Take the example of writing the infinity symbol β in Linux. It may seem so easy and yet when you have to do it, you find that there is no direct or indirect key for it.
There are several ways to type special characters like Infinity (β) in Ubuntu and other systems.
The simplest would be to search for it on the web, copy it from some website and paste it where you want.
But that's not very useful if you are offline. Let me share a few ways you can type the infinite symbol in Linux.
Type infinity β in Ubuntu using GNOME Characters
If you are using the GNOME desktop environment, you can use the built-in GNOME Characters.
Don't have GNOME Characters application? Install it using:
sudo apt install gnome-characters
Now, search infinity in the GNOME Characters application using the search icon on the top left.
Once you have found the character, click on it. Now, copy the character using the copy button.
Thatβs it. Now, you can paste it (CTRL+v) wherever you require.
You can also use the GNOME Activity search for this purpose. Just type the character you want in the shell search.
Once found, just press the enter key on the character, and it will be copied to the clipboard. You can now paste it anywhere.
Use the infinity symbol β with the Unicode
If you are not in GNOME, or if you donβt want such applications, it is always possible to type special characters using the Unicode codes.
To type infinity (β) symbol in Ubuntu or any other system, first, you need to press CTRL + SHIFT + U. This will make the cursor position an underlined βuβ symbol. That's the unicode prompt.
Now, release CTRL + SHIFT + U, and type 221e without any space or tab, like this:
After this, press the space or enter key and the infinity character will appear.
You can use the below code to access common symbols. Remember, you need to press and release CTRL + SHIFT + U, to get the underlined βuβ prompt.
Character | Unicode Code |
---|---|
Pi (Ο) | 03c0 |
Small Lambda (Ξ») | 03bb |
Capital Sigma (Ξ£) | 03a3 |
Proportional To (β) | 221d |
Upper case Omega (Ξ©) | 03a9 |
Type infinity symbol in LibreOffice
Since the above Unicode trick didn't work for me in LibreOffice, I used the typical LibreOffice way to get the infinite symbol.
Open Insert βΎ Special Characters.
Now, search for the symbol, select it and click the insert button to insert the character in the current cursor position.
That's about it. The infinity symbol will be inserted in the LibreOffice document, sheets or slides.
More special symbols?
The idea for this topic came from a user who left a comment after reading this article on typing Indian Rupee symbol in Ubuntu.
I hope you liked this quick little tip helpful in typing infinity symbol on Linux.