Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 974 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 974 Bytes

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

screencast

Installation

Package Control

If you already have Package Control 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 and unzip this plugin into that directory, or:

git clone https://github.com/ned-martin/sublime-text-show-unicode-name.git

Modified from Show Character Code