/sublime-text-show-unicode-name

Show the unicode name and code point in the status bar on Sublime Text

Primary LanguagePythonMIT LicenseMIT

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

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