# Show Unicode Name
Show the Unicode character name, decimal character code and hexadecimal Unicode code point of the character at the cursor in the status bar in Sublime Text 3/4
![screencast](https://i.imgur.com/5sh8mk0.gif)
## Installation
### Package Control
If you already have [Package Control](https://packagecontrol.io/installation) installed in Sublime Text:
* Select "Install Package" from the Command Palette: Ctrl+Shift+P on Windows and Linux or ⇧⌘P on OS X)
* Search for "**Show Unicode Name**" and click enter.
### Manual Installation
Go to `Preferences -> Browse Packages`, and then either [download](https://github.com/ned-martin/sublime-text-show-unicode-name/archive/master.zip) and unzip this plugin into that directory, or:
``` bash
git clone https://github.com/ned-martin/sublime-text-show-unicode-name.git
```
Modified from [Show Character Code](https://github.com/borislubimov/ShowCharacterCode)