This brief guide explains how to type Indian Rupee symbol in Linux operating systems. The other day, I wanted to type "Indian Rupee Symbol (₹)" in a word document. My keyboard has a rupee symbol on it, but I don't know how to type it. After a quick web search, I found a way to configure keyboard layout for using Indian Rupee symbol. If you ever wondered how to type rupee (Indian currency) symbol in Linux and Unix-like operating systems, follow the steps given below.
Table of Contents
Type Indian Rupee Symbol in Ubuntu Linux
The default keyboard layout in most GNU/Linux and other operating systems is English (US). To type Indian rupee symbol, you need to change the Keyboard layout to English (India, with rupee).
The following steps are tested in three Desktop Environments - GNOME, MATE and KDE Plasma. I guess these steps should work on other DEs as well. Just find where the Keyboard layout settings and change layout to English (India, with rupee sign).
Configure English (India) Keyboard Layout in GNOME Desktop Environment:
I tested this on Ubuntu GNOME desktop. This may work on other Linux distros with GNOME DE.
Click the drop down arrow on the top right corner of your Ubuntu desktop and choose Settings icon in the bottom left corner.
From the Settings section, click on Region & Language option in the left pane. Then click the + (plus) sign button on the right side under Input Sources tab.
In the next window, click on the three vertical dots button and choose the input language you'd like to add from the list.
Scroll down a bit and search for English (India). Click on it and then select English (India, with rupee) from list and finally click Add button.
You will see it under Input Sources tab. If you want to make it as default, just choose it and click "UP" arrow button.
Close the Settings window and Log off and Log in back once.
Now choose the "English (India, with rupee)" from the language drop down box on the top bar of your Ubuntu desktop.
Alternatively, you can use SUPER+SPACE keys from the Keyboard to choose it.
Now, you can be able to type Indian rupee symbol by pressing "Right ALT+4".
If your keyboard has the AltGr key on it, then press AltGr+4 to type Indian rupee symbol.
Alternatively, you can use the key combination "CTRL+SHIFT+u+20b9" to type rupee symbol (Just hold CTRL+SHIFT keys and type u20b9 letters and leave the keys). This will work everywhere.
Configure English (India) Keyboard Layout in MATE Desktop Environment:
If you use MATE DE, go to System -> Preferences -> Hardware -> Keyboard from the Menu. Then, click on Layouts tab and click Add button to add a Indian keyboard layout.
Choose India from Country drop-down box and Indian English (India, with rupee) from Variants drop-down box. Click Add to add the chosen layout.
The Indian layout will be added to the Keyboard layout section. Choose it and click "Move up" to make it as default. Then, click "Options" button to choose the Keyboard layout options.
From the Keyboard layout options windows, click on "Key to choose the 3rd level" and choose a key of your choice to apply for rupee symbol. I have chosen "Any Alt" key (So, I can use either left or right ALT keys).
Close the keyboard preferences window.
Now, you can be able to type Indian rupee symbol by pressing "ALT+4". Alternatively, you can use the key combination "CTRL+SHIFT+u+20b9" to type rupee symbol (Just hold CTRL+SHIFT keys and type u20b9 letters and leave the keys). This will work everywhere.
Please note that this will work, only if your keyboard has ₹ symbol on4. If your keyboard doesn't has this symbol or very old, it won't work.
Configure English (India) Keyboard Layout in KDE Plasma Desktop Environment:
If you use KDE Plasma, go to Application Launcher -> System Settings -> Hardware -> Input Devices -> Keyboard -> Layouts.
Check the box "Configure Layouts" and click "Add".
Choose "Indian" from Layout drop-down box and "English (India, rupee sign") from Variant drop-down box.
The chosen layout will be added to Layouts section. Choose it and click "Move up" to make it as default keyboard layout.
Then, click Advanced and click "Key to choose the 3rd level" and choose a key of your choice to apply for rupee symbol. I have chosen "Any Alt" key. Finally, click "Apply".
Now, you can be able to type Indian rupee symbol by pressing "ALT+4". This procedure is same for all other DEs. All you have to do is find where keyboard layout is and change the layout to English (India, rupee sign).
Conclusion
In this brief tutorial, we discussed how to type Indian Rupee symbol in 3 different desktop environments in Linux. As you can see, configuring keyboard layout for typing Indian rupee symbol is fairly easy!
Featured image by Anand KZ from Pixabay.
以上是如何在Ubuntu Linux中输入印度卢比符号的详细内容。更多信息请关注PHP中文网其他相关文章!

Linux管理员的平均年薪在美国为75,000至95,000美元,欧洲为40,000至60,000欧元。提升薪资可以通过:1.持续学习新技术,如云计算和容器技术;2.积累项目经验并建立Portfolio;3.建立职业网络,拓展人脉。

Linux的主要用途包括:1.服务器操作系统,2.嵌入式系统,3.桌面操作系统,4.开发和测试环境。Linux在这些领域表现出色,提供了稳定性、安全性和高效的开发工具。

互联网运行不依赖单一操作系统,但Linux在其中扮演重要角色。Linux广泛应用于服务器和网络设备,因其稳定性、安全性和可扩展性受欢迎。

Linux操作系统的核心是其命令行界面,通过命令行可以执行各种操作。1.文件和目录操作使用ls、cd、mkdir、rm等命令管理文件和目录。2.用户和权限管理通过useradd、passwd、chmod等命令确保系统安全和资源分配。3.进程管理使用ps、kill等命令监控和控制系统进程。4.网络操作包括ping、ifconfig、ssh等命令配置和管理网络连接。5.系统监控和维护通过top、df、du等命令了解系统运行状态和资源使用情况。

介绍 Linux是一个强大的操作系统,由于其灵活性和效率,开发人员,系统管理员和电源用户都喜欢。但是,经常使用长而复杂的命令可能是乏味的

Linux适用于服务器、开发环境和嵌入式系统。1.作为服务器操作系统,Linux稳定高效,常用于部署高并发应用。2.作为开发环境,Linux提供高效的命令行工具和包管理系统,提升开发效率。3.在嵌入式系统中,Linux轻量且可定制,适合资源有限的环境。

简介:通过基于Linux的道德黑客攻击数字边界 在我们越来越相互联系的世界中,网络安全至关重要。 道德黑客入侵和渗透测试对于主动识别和减轻脆弱性至关重要

Linux基础学习从零开始的方法包括:1.了解文件系统和命令行界面,2.掌握基本命令如ls、cd、mkdir,3.学习文件操作,如创建和编辑文件,4.探索高级用法如管道和grep命令,5.掌握调试技巧和性能优化,6.通过实践和探索不断提升技能。


热AI工具

Undresser.AI Undress
人工智能驱动的应用程序,用于创建逼真的裸体照片

AI Clothes Remover
用于从照片中去除衣服的在线人工智能工具。

Undress AI Tool
免费脱衣服图片

Clothoff.io
AI脱衣机

AI Hentai Generator
免费生成ai无尽的。

热门文章

热工具

SublimeText3 Mac版
神级代码编辑软件(SublimeText3)

PhpStorm Mac 版本
最新(2018.2.1 )专业的PHP集成开发工具

安全考试浏览器
Safe Exam Browser是一个安全的浏览器环境,用于安全地进行在线考试。该软件将任何计算机变成一个安全的工作站。它控制对任何实用工具的访问,并防止学生使用未经授权的资源。

SublimeText3 Linux新版
SublimeText3 Linux最新版

MinGW - 适用于 Windows 的极简 GNU
这个项目正在迁移到osdn.net/projects/mingw的过程中,你可以继续在那里关注我们。MinGW:GNU编译器集合(GCC)的本地Windows移植版本,可自由分发的导入库和用于构建本地Windows应用程序的头文件;包括对MSVC运行时的扩展,以支持C99功能。MinGW的所有软件都可以在64位Windows平台上运行。